
.icon-btn {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(7, 70, 106, 0.2);
  cursor: pointer;
}
.icon-btn i {
  color: #BBBBBB;
}
.icon-btn .cir-svg {
  position: absolute;
  top: -1px;
  left: -1px;
  transform: scaleX(-1) rotate(-180deg);
  transform-origin: center;
  width: 54px;
  height: 54px;
  stroke: #07466A;
  z-index: 1;
}
.icon-btn .cir-svg circle {
  stroke-dasharray: 170,170;
  stroke-dashoffset: -170;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.icon-btn:hover i {
  color: #07466A;
}
.icon-btn:hover circle {
  animation: dash 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #07466A;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1001;
}
.loading .bg-svg {
  position: absolute;
  left: -25%;
  top: -34%;
  width: 134%;
  animation: clip 2s alternate;
}
.loading .load-wrap {
  position: absolute;
  left: 21.8%;
  top: 18.3%;
  width: 38%;
}
.loading .logo1 {
  width: 40%;
  animation: fadeInUp 4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.loading .des {
  color: #5CBFC2;
  line-height: 1.7;
  margin: 50px 0 77px;
  font-weight: 200;
  animation: fadeInUp 4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.loading .more {
  display: inline-block;
  width: 29.6%;
  height: 58px;
  line-height: 58px;
  color: #07466A;
  border-radius: 34px;
  background-color: #A7FCFF;
  animation: fadeInUp 4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.loading .more:hover {
  letter-spacing: 4px;
}
.loading .progressBar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  z-index: 2;
}
.loading .progressBar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #5CBFC2;
  animation: laoding 4s ease-in-out forwards;
}
.loading footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  z-index: 2;
}
.is-hide {
  overflow: hidden;
}
.is-hide .loading {
  opacity: 1;
  visibility: visible;
}
.in-tit h3 {
  color: #5CBFC2;
  margin-bottom: 21px;
}
.in-tit h4 {
  line-height: 1.1;
}
.in-more {
  font-family: 'DINCondB';
  text-transform: uppercase;
  color: #F8F8F8;
  padding-bottom: 12px;
  border-bottom: 1px solid #2C2C31;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.in-more i {
  font-size: 18px;
  margin-left: 18px;
  color: #F8F8F8;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.in-more:hover {
  letter-spacing: 2px;
}
.banner {
  position: relative;
}
.banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20.95%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.29;
  z-index: 2;
}
.banner * {
  color: #fff;
  line-height: 1;
}
.banner .scroll {
  position: absolute;
  bottom: 0;
  left: 310px;
  z-index: 2;
}
.banner .scroll p {
  font-family: 'DINCondL';
  margin-bottom: 24px;
  writing-mode: vertical-lr;
  opacity: 0.6;
}
.banner .scroll .line {
  position: relative;
  width: 1px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.27);
  margin: 0 auto;
  overflow: hidden;
}
.banner .scroll .line::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -100%;
  width: 1px;
  height: 100%;
  background-color: #A7FCFF;
  animation: roll 3s ease-out infinite;
  z-index: 2;
}
.banner .arrow {
  position: absolute;
  right: 310px;
  bottom: 4.1%;
  z-index: 2;
}
.banner .icon-btn {
  border-color: rgba(255, 255, 255, 0.3);
}
.banner .icon-btn i {
  color: rgba(255, 255, 255, 0.3);
}
.banner .icon-btn .cir-svg circle {
  stroke: #A7FCFF;
}
.banner .icon-btn:hover i {
  color: #A7FCFF;
}
.banner .prev {
  margin-bottom: 15px;
}
.ban-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ban-swiper .swiper-slide .p2 {
  font-weight: bold;
  margin: 11px 0 38px;
  background-image: linear-gradient(115deg, #6CE1E5 0%, #A7FCFF 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.ban-swiper .swiper-slide .p3 {
  font-weight: 200;
}
.main1 {
  position: relative;
  margin-top: 120px;
  padding-bottom: 134px;
  overflow: hidden;
}
.main1 .date {
  position: absolute;
  bottom: -70px;
  left: 0;
  font-family: 'DINCondB';
  line-height: 1;
  font-size: 252px;
  opacity: 0.03;
}
.main1 .main1R {
  width: 37.2%;
  margin-top: 17px;
}
.main1 .intro {
  margin-bottom: 65px;
}
.main1 .intro * {
  font-size: inherit;
  font-weight: 200;
  line-height: 1.7;
}
.main1 .in-more {
  color: #5CBFC2;
  border-color: #5CBFC2;
}
.main1 .in-more i {
  color: #5CBFC2;
}
.main2 {
  position: relative;
  overflow: hidden;
}
.main2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.main2::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 39.6%;
  background: linear-gradient(180deg, rgba(7, 70, 106, 0) 0%, #07466A 100%);
  z-index: 1;
}
.main2 .main2-item {
  position: relative;
  display: none;
}
.main2 .main2-item.selected {
  display: block;
}
.main2 .main2-item.selected h3 {
  animation: fadeInUp 1.5s ease forwards;
}
.main2 .main2-item.selected h4 {
  animation: fadeInUp 1.5s ease forwards 0.05s;
}
.main2 .main2-item.selected .more {
  animation: fadeInUp 1.5s ease forwards 0.1s;
}
.main2 .txt {
  top: 99px;
  width: 100%;
  z-index: 2;
}
.main2 .txt h4,
.main2 .txt .in-more {
  color: #fff;
}
.main2 .txt .in-more {
  display: inline-block;
  margin-top: 42px;
  border-bottom-color: #fff;
}
.main2-swiper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 260px;
  z-index: 2;
}
.main2-swiper::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}
.main2-swiper * {
  color: #fff;
}
.main2-swiper .num {
  position: absolute;
  left: 8.1%;
  top: 7.7%;
  font-family: 'DINCondM';
  line-height: 1;
  opacity: 0.5;
}
.main2-swiper .name {
  text-align: center;
  line-height: 1.2;
}
.main2-swiper .item {
  width: 100%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main2-swiper .icon {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main2-swiper .swiper-slide {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.main2-swiper .swiper-slide.cur {
  background: linear-gradient(180deg, #5CBFC2 0%, #07466A 100%);
}
.main2-swiper .swiper-slide.cur .num {
  opacity: 1;
}
.main2-swiper .swiper-slide.cur .item {
  top: 34%;
}
.main2-swiper .swiper-slide.cur .icon {
  bottom: -78px;
  opacity: 1;
  visibility: visible;
}
.main2-swiper .icon-btn {
  position: absolute;
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  z-index: 10;
}
.main2-swiper .icon-btn i {
  color: #fff;
  font-size: 16px;
}
.main2-swiper .icon-btn:hover i {
  color: #fff;
}
.main2-swiper .prev {
  left: 2%;
}
.main2-swiper .next {
  right: 2%;
}
.main3 {
  margin-top: 80px;
  margin-bottom: 190px;
}
.main3 .in-more {
  color: #666;
}
.main3 .in-more i {
  color: #666;
}
.main3 .in-more:hover {
  color: #5CBFC2;
  border-bottom-color: #5CBFC2;
}
.main3 .in-more:hover i {
  color: #5CBFC2;
}
.main3-items {
  margin-top: 76px;
}
.main3-item {
  position: relative;
  padding: 63px 0 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main3-item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.main3-item .date * {
  line-height: 1;
}
.main3-item .year {
  writing-mode: vertical-lr;
  font-family: 'DINCondB';
}
.main3-item .dateR {
  font-family: 'DINCondM';
}
.main3-item .dateR * {
  font-family: 'DINCondM';
}
.main3-item .mouth {
  margin-right: 8px;
}
.main3-item .day {
  margin-left: 8px;
}
.main3-item .txt {
  width: 71.54%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main3-item .txt h3 {
  width: 43%;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main3-item .txt .des {
  width: 35.5%;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main3-item .mo-txt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70.77%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main3-item .img {
  width: 26.5%;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 30px 1px rgba(0, 0, 0, 0.1);
}
.main3-item .moRtxt {
  width: 73.5%;
  padding-left: 11.2%;
  padding-right: 18.8%;
}
.main3-item .moRtxt * {
  color: #5CBFC2;
}
.main3-item .moRtxt h4 {
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main3-item.cur {
  padding-top: 126px;
  padding-bottom: 147px;
}
.main3-item.cur .date * {
  color: #5CBFC2;
}
.main3-item.cur .txt {
  opacity: 0;
  visibility: hidden;
}
.main3-item.cur .mo-txt {
  opacity: 1;
  visibility: visible;
}
.com-tit h3 {
  font-weight: 500;
}
.com-tit p {
  font-weight: 200;
}
.about-t {
  padding-top: 111px;
  margin-bottom: 83px;
}
.about-t .des {
  width: 70.54%;
  color: #666;
  font-weight: 200;
  margin: 40px auto 0;
}
.about-t .des * {
  font-size: inherit;
  color: #666;
  font-weight: 200;
}
.about-t .nums {
  margin-top: 81px;
}
.about-t .nums * {
  line-height: 1;
}
.about-t .nums em,
.about-t .nums p {
  font-weight: 200;
}
.about-t .num-t {
  position: relative;
  display: inline-block;
}
.about-t .num-t em {
  position: absolute;
  left: 105%;
  top: 9px;
  white-space: nowrap;
}
.about-t .num {
  font-family: 'DINCondM';
  color: #07466A;
}
.about-b {
  background-color: #F8F8F8;
}
.aboutL {
  position: relative;
  width: 45.3%;
}
.aboutL .item {
  width: 433px;
  height: 55px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 31px 0px 0px 31px;
  color: #fff;
  padding-left: 11.1%;
  cursor: pointer;
}
.aboutL .item:not(:last-of-type) {
  margin-bottom: 24px;
}
.aboutL .item * {
  color: #fff;
}
.aboutL .item i {
  font-size: 24px;
  margin-right: 25px;
}
.aboutL .item.active {
  background-color: #5CBFC2;
}
.aboutR {
  width: 54.7%;
  padding: 0 310px 0 5.6%;
}
.about-item {
  display: none;
}
.about-item .tit {
  position: relative;
  font-weight: 500;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.about-item .tit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 39px;
  height: 4px;
  background-color: #5CBFC2;
}
.about-item .intro {
  color: #666;
}
.about-item .intro * {
  font-size: inherit;
  color: #666;
}
.about-item.selected {
  display: block;
}
.dsz {
  position: relative;
  padding-top: 110px;
  padding-bottom: 133px;
  background: url(../image/dsz-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.dsz .post {
  font-weight: 200;
  margin-left: 14px;
}
.dsz .intro {
  color: #666;
  line-height: 2;
  font-weight: 200;
}
.dsz .intro * {
  font-size: inherit;
  color: #666;
  line-height: 2;
  font-weight: 200;
}
.dsz .intro table {
  width: 100%;
}
.dsz .dsz-items {
  width: 51.85%;
}
.dsz .dsz-items .com-tit {
  margin-bottom: 69px;
}
.dsz .dsz-tit {
  margin-bottom: 18px;
}
.dsz .dsz-tit .img {
  margin-right: 13px;
}
.dsz .dsz-tit .img img {
  width: auto;
}
.dsz .dsz-1 {
  margin-bottom: 70px;
}
.dsz .dsz-img {
  position: absolute;
  bottom: -1px;
  right: 7.8%;
  width: 34.7%;
  max-height: 95%;
}
.history {
  background: url(../image/history-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 111px;
}
.his-t {
  position: relative;
  margin-top: 67px;
  margin-bottom: 84px;
}
.his-t .icon-btn {
  position: absolute;
}
.his-t .prev {
  left: -26px;
}
.his-t .next {
  right: -26px;
}
.hisT-swiper {
  width: 84.6%;
}
.hisT-swiper .swiper-slide {
  background: linear-gradient(161deg, #5CBFC2 0%, #07466A 100%);
}
.hisT-swiper .img {
  width: 40%;
  height: 100%;
}
.hisT-swiper .img img {
  height: 100%;
  object-fit: cover;
}
.hisT-swiper .txt {
  position: relative;
  width: 60%;
  padding: 15px 3.5% 35px 4.1%;
}
.hisT-swiper .txt::before {
  content: '';
  position: absolute;
  right: 6.1%;
  bottom: 35px;
  width: 1px;
  height: 80%;
  background-color: #fff;
  opacity: 0.33;
}
.hisT-swiper .txt .year {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 80%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 144px;
  font-family: 'DINCondB';
  line-height: 1;
}
.hisT-swiper .txt .intro * {
  line-height: 1.8;
  color: #fff;
}
.hisT-swiper .txt .intro li {
  display: flex;
  margin-bottom: 20px;
}
.hisT-swiper .txt .intro .date {
  flex-shrink: 0;
  margin-right: 6.2%;
  color: rgba(255, 255, 255, 0.5);
}
.hisT-swiper .his-intro {
  position: relative;
  height: 310px;
  overflow-y: scroll;
  padding-right: 1%;
}
.hisT-swiper .his-intro::-webkit-scrollbar,
.hisT-swiper .his-intro::-webkit-scrollbar-track {
  background-color: transparent;
}
.hisT-swiper .his-intro::-webkit-scrollbar {
  width: 5px;
}
.his-b {
  position: relative;
  background: url(../image/history_b.png) no-repeat 0 bottom;
  width: 724px;
  height: 273px;
  margin: 80px auto 0;
  overflow: hidden;
}
.his-b .his-bot {
  bottom: 41px;
  z-index: 2;
}
.his-b .his-bot p {
  font-weight: 200;
  color: #666;
  line-height: 1;
}
.his-b .pagi {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #07466A;
  margin: 0 auto 31px;
}
.his-b .his-btn {
  cursor: pointer;
}
.his-b .his-btn i {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.his-b .his-btn:hover i {
  color: #5CBFC2;
}
.his-b .prev i {
  transform: rotate(90deg) scale(0.8);
}
.his-b .next i {
  transform: rotate(-90deg) translateX(1px) scale(0.8);
}
.hisB-swiper {
  width: 100%;
  height: 100%;
}
.hisB-swiper .swiper-slide {
  text-align: center;
}
.hisB-swiper .year {
  font-family: 'DINCondB';
  font-size: 16px;
  color: #666;
  line-height: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hisB-swiper .prev_nth2Mode .year {
  transform: rotate(-17deg) translateX(-33px) translateY(45px);
  opacity: 1;
}
.hisB-swiper .next_nth2Mode .year {
  transform: rotate(17deg) translateX(33px) translateY(45px);
  opacity: 1;
}
.hisB-swiper .prev_nth3Mode .year {
  transform: rotate(-28deg) translateX(-66px) translateY(62px);
  opacity: 1;
}
.hisB-swiper .next_nth3Mode .year {
  transform: rotate(28deg) translateX(66px) translateY(62px);
  opacity: 1;
}
.hisB-swiper .prev_nth4Mode .year {
  transform: rotate(-41deg) translateX(-116px) translateY(88px);
  opacity: 1;
}
.hisB-swiper .next_nth4Mode .year {
  transform: rotate(41deg) translateX(116px) translateY(88px);
  opacity: 1;
}
.hisB-swiper .prev_nth5Mode .year {
  transform: rotate(-55deg) translateX(-195px) translateY(119px);
  opacity: 1;
}
.hisB-swiper .next_nth5Mode .year {
  transform: rotate(55deg) translateX(195px) translateY(119px);
  opacity: 1;
}
.hisB-swiper .prev_nth6Mode .year {
  transform: rotate(-60deg) translateX(-267px) translateY(169px);
  opacity: 1;
}
.hisB-swiper .next_nth6Mode .year {
  transform: rotate(60deg) translateX(267px) translateY(169px);
  opacity: 1;
}
.hisB-swiper .swiper-slide-thumb-active .year,
.hisB-swiper .swiper-slide-active .year {
  color: #5CBFC2;
  font-size: 34px;
}
.member {
  margin-top: 111px;
  margin-bottom: 100px;
}
.member .member-sub {
  padding: 62px 0 52px;
  background-color: rgba(205, 213, 229, 0.3);
  margin-top: 67px;
}
.member .member-sub h3 {
  font-weight: 500;
  color: #07466A;
  margin-bottom: 20px;
}
.member .member-sub p {
  font-weight: 200;
  color: #666;
}
.member .mem-item {
  position: relative;
  width: 48.5%;
  margin-right: 3%;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-top: 70px;
}
.member .mem-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #07466A;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.member .mem-item:nth-of-type(2n) {
  margin-right: 0;
}
.member .mem-item h3,
.member .mem-item p {
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.member .mem-item h3 {
  font-weight: 500;
  margin-bottom: 20px;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.member .mem-item p {
  color: #666;
  font-weight: 200;
}
.member .mem-item:hover::after {
  width: 100%;
}
.member .mem-item:hover h3 {
  color: #07466A;
}
.partner {
  background-color: rgba(181, 228, 255, 0.08);
  padding: 100px 0 89px;
  overflow: hidden;
}
.partner .com-tit h3 {
  margin-bottom: 17px;
}
.partner .com-tit p {
  width: 62.5%;
  font-weight: 200;
  line-height: 1.7;
  margin: 0 auto;
}
.partner .hb {
  position: relative;
  margin-top: 63px;
}
.partner .hb-swiper {
  height: 516px;
}
.partner .hb-swiper .swiper-slide {
  height: calc((100% - 66px) / 3);
  background-color: #fff;
}
.partner .hb-swiper .img {
  max-width: 24%;
  max-height: 72px;
  margin: 0 auto;
}
.partner .hb-swiper .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.partner .hb-swiper p {
  text-align: center;
  margin-top: 15px;
  font-weight: 500;
}
.partner .pagi {
  margin-top: 65px;
}
.partner .pagi .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #DEDEDE;
  opacity: 1;
  margin: 0  !important;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.partner .pagi .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 7px !important;
}
.partner .pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
  background-color: #07466A;
  border-radius: 13px;
}
.partner .bg {
  width: 104.7%;
}
.vr {
  margin-top: 100px;
}
.vr-wrap {
  position: relative;
  margin-top: 60px;
}
.vr-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.vr-wrap * {
  color: #fff;
}
.vr-wrap .com-tit {
  top: 14.9%;
  z-index: 2;
}
.vr-wrap .txt {
  top: 45.7%;
}
.vr-wrap .txt:hover .more {
  color: #A7FCFF;
  border-bottom-color: #A7FCFF;
  letter-spacing: 2px;
}
.vr-wrap .txt:hover .more i {
  color: #A7FCFF;
}
.vr-wrap .icon i {
  font-size: 48px;
}
.vr-wrap .more {
  display: inline-block;
  margin-top: 34px;
  border-bottom-color: #fff;
}
.dzz {
  padding: 100px 0 110px;
  background: url(../image/dzz-bg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.dzzL {
  width: 52.2%;
}
.dzzL h3 {
  font-weight: 500;
}
.dzzL h3 span {
  color: #C70E01;
}
.dzzL .intro {
  font-size: inherit;
  color: #666;
  margin-top: 50px;
  margin-bottom: 78px;
}
.dzzL .intro * {
  font-size: inherit;
  font-weight: 200;
  color: #666;
}
.dzzL .expansion {
  display: inline-block;
  color: #C70E01;
  font-weight: bold;
  padding-bottom: 13px;
  border-bottom: 1px solid #C70E01;
  cursor: pointer;
}
.dzzL .expansion i {
  color: #C70E01;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 17px;
}
.dzzR {
  width: 39.2%;
}
.culture {
  position: relative;
  overflow: hidden;
}
.culture::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.culture .com-tit {
  top: 13%;
  width: 100%;
  z-index: 2;
}
.culture .com-tit * {
  line-height: 1.1;
  color: #fff;
}
.culture .com-tit p {
  font-weight: 200;
  margin-top: 44px;
}
.culture .culture-swiper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.culture .culture-swiper * {
  color: #fff;
  line-height: 1.1;
}
.culture .culture-swiper .icon {
  margin-bottom: 39px;
  height: 43px;
}
.culture .culture-swiper i {
  font-size: 43px;
}
.culture .culture-swiper h3 {
  font-weight: normal;
}
.culture .culture-swiper p {
  font-weight: 200;
  margin-top: 60px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.culture .culture-swiper .swiper-slide {
  position: relative;
}
.culture .culture-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(7, 70, 106, 0) 0%, rgba(7, 70, 106, 0.51) 100%);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.culture .culture-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 1px;
  height: 0;
  background-color: #fff;
  opacity: 0.3;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.culture .culture-swiper .swiper-slide .culture-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 67.8%;
  width: 100%;
  height: 100%;
  padding: 0 2%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.culture .culture-swiper .swiper-slide:hover::before {
  height: 45.18%;
}
.culture .culture-swiper .swiper-slide:hover::after {
  height: 9.4%;
}
.culture .culture-swiper .swiper-slide:hover .culture-item {
  top: 59.3%;
}
.culture .culture-swiper .swiper-slide:hover p {
  margin-top: 31px;
  opacity: 1;
  visibility: visible;
}
.activity {
  margin-top: 111px;
  margin-bottom: 76px;
}
.activity .icon-btn {
  display: inline-block;
}
.activi-wrap {
  margin-top: 67px;
}
.activi-wrap .arrow {
  margin-top: 62px;
}
.activi-wrap .prev {
  margin-right: 24px;
}
.activity-swiper .txt {
  border: 1px solid #DDDDDD;
  padding: 23px 8% 38px 5.8%;
}
.activity-swiper .img {
  overflow: hidden;
}
.activity-swiper .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.activity-swiper h4 {
  color: #333;
  font-weight: 500;
  margin-bottom: 13px;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.activity-swiper p {
  height: 54px;
  color: #666;
  font-weight: 200;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.activity-swiper .more {
  margin-top: 40px;
}
.activity-swiper .swiper-slide:hover .img img {
  transform: scale(1.04);
}
.activity-swiper .swiper-slide:hover h4,
.activity-swiper .swiper-slide:hover .more {
  color: #07466A;
}
.duty {
  background: url(../image/duty-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 111px 0 146px;
}
.duty .com-tit {
  margin-bottom: 69px;
}
.duty-wrap,
.qysp-wrap {
  position: relative;
}
.duty-wrap .icon-btn,
.qysp-wrap .icon-btn {
  position: absolute;
}
.duty-wrap .prev,
.qysp-wrap .prev {
  left: -130px;
}
.duty-wrap .next,
.qysp-wrap .next {
  right: -130px;
}
.duty-swiper .swiper-slide {
  position: relative;
}
.duty-swiper .img {
  width: 59%;
}
.duty-swiper .txt {
  position: absolute;
  right: 0;
  top: 14.4%;
  width: 45.9%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 87px 2% 71px 3.9%;
}
.duty-swiper h3 {
  padding-right: 14.4%;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.duty-swiper p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.duty-swiper .more {
  display: inline-block;
  margin-top: 46px;
}
.duty-swiper .more:hover {
  color: #07466A;
}
.qysp {
  padding-top: 111px;
  margin-bottom: 117px;
}
.qysp .com-tit {
  margin-bottom: 67px;
}
.qysp-swiper .swiper-slide {
  position: relative;
  cursor: pointer;
}
.qysp-swiper .sp-wrap {
  position: relative;
}
.qysp-swiper .sp-wrap.hide .spt {
  opacity: 0;
  visibility: hidden;
}
.qysp-swiper .sp-wrap.hide .video {
  opacity: 1;
}
.qysp-swiper .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  opacity: 0;
  z-index: 2;
}
.qysp-swiper .spt {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.qysp-swiper .img {
  position: relative;
  padding-bottom: 49.2%;
  overflow: hidden;
  z-index: 2;
}
.qysp-swiper .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.qysp-swiper .icon {
  width: 78px;
  height: 78px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 2;
}
.qysp-swiper .icon i {
  font-size: 78px;
  color: #fff;
}
.qysp-swiper p {
  margin-top: 28px;
}
.qysp-swiper:hover .img img {
  transform: scale(1.04);
}
.news-t {
  padding: 100px 0 80px;
  background: url(../image/news-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.news-wrap {
  margin-top: 90px;
  margin-bottom: 185px;
}
.news-t .swi-pagi {
  margin-top: 60px;
}
.news-t .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #CCCCCC;
  opacity: 1;
  margin: 0 10px !important;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-t .swiper-pagination-bullet-active {
  background-color: #5CBFC2;
}
.news-swiper {
  box-shadow: 0px 10px 30px 1px rgba(187, 187, 187, 0.2);
}
.news-swiper .img {
  width: 50%;
  overflow: hidden;
}
.news-swiper .img img {
  height: 100%;
  object-fit: cover transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1); -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);;
}
.news-swiper .txt {
  width: 50%;
  padding: 58px 3.2% 83px 6.6%;
  box-sizing: border-box;
}
.news-swiper .txt > p {
  height: 62px;
  color: #333;
  font-weight: 200;
  line-height: 1.7;
  margin-bottom: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-swiper .date {
  position: relative;
  padding-left: 24px;
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 1px solid #5CBFC2;
  margin-bottom: 44px;
}
.news-swiper .date * {
  color: #BBBBBB;
  line-height: 1;
}
.news-swiper .year {
  left: 0;
  font-family: 'DINCondB';
  writing-mode: vertical-rl;
}
.news-swiper .mouth {
  font-family: 'DINCondM';
}
.news-swiper .mouth span {
  font-size: 17px;
  margin: 0 6px 0 9px;
}
.news-swiper h3 {
  color: #333;
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: 500;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-swiper .more {
  color: #999;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-swiper .swiper-slide {
  background-color: #fff;
}
.news-swiper .swiper-slide:hover img {
  transform: scale(1.04);
}
.news-swiper .swiper-slide:hover .more {
  color: #5CBFC2;
  letter-spacing: 2px;
}
.news-items {
  margin-bottom: 66px;
}
.new-item {
  width: 31.5%;
  background-color: #fff;
  padding: 58px 1.9% 72px 2.7%;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 34px;
  margin-right: 2.75%;
}
.new-item:nth-of-type(3n) {
  margin-right: 0;
}
.new-item .date {
  color: #999;
  font-weight: 200;
  margin-bottom: 23px;
}
.new-item .date * {
  color: #999;
}
.new-item .date i {
  font-size: 20px;
  margin-right: 11px;
}
.new-item .titName {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}
.new-item h4 {
  height: 71px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-item p {
  height: 81px;
  color: #666;
  font-weight: 200;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.new-item .more {
  color: #999;
  margin-top: 88px;
}
.new-item:hover {
  background: url(../image/new-bg.jpg) no-repeat center;
  background-size: cover;
}
.new-item:hover * {
  color: #fff;
}
.new-item:hover .titName {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.notices {
  margin: 100px auto;
}
.notice-items {
  margin-bottom: 109px;
}
.notice-item {
  padding-bottom: 46px;
  border-bottom: 1px solid #DDDDDD;
}
.notice-item:not(:first-of-type) {
  padding-top: 51px;
}
.notice-item .date {
  width: 120px;
  height: 120px;
  background-color: #F9F9F9;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.notice-item .date * {
  color: #07466A;
  line-height: 1;
}
.notice-item .date .day {
  font-family: 'DINCondB';
}
.notice-item .date .mouth {
  font-family: 'DINCondM';
}
.notice-item .txt {
  width: 69.8%;
  margin-left: 5.9%;
}
.notice-item h3 {
  font-weight: 500;
  color: #333;
  margin-bottom: 26px;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.notice-item p {
  color: #666;
  font-weight: 200;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice-item:hover .date {
  background: linear-gradient(180deg, #5CBFC2 0%, #07466A 100%);
}
.notice-item:hover .date * {
  color: #fff;
}
.notice-item:hover h3 {
  color: #07466A;
}
.infoList {
  background-color: #F6F6F6;
}
.infoList .title {
  color: #1B1B1B;
  margin-bottom: 46px;
}
.infoList .date {
  color: #999;
  font-weight: 200;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.infoList .info {
  margin-top: 68px;
  padding-bottom: 108px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.infoList .info * {
  font-size: inherit;
  font-weight: 200;
  color: #666;
}
.infoList .info em {
  font-style: italic;
}
.infoList .info em * {
  font-style: italic;
}
.infoList .info strong {
  font-weight: bold;
}
.infoList .info strong * {
  font-weight: bold;
}
.infoList .info img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.infoList .page {
  padding: 84px 0 131px;
}
.infoList .page .page-link {
  display: inline-block;
  width: 48%;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.infoList .page .page-link:hover {
  color: #07466A;
}
.infoList .page .page-link:hover i {
  color: #07466A;
}
.infoList .page * {
  color: #666;
}
.infoList .page .prev i {
  margin-right: 27px;
}
.infoList .page .next {
  position: relative;
  padding-right: 30px;
}
.infoList .page .next i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 57px;
}
.position {
  padding-top: 46px;
  margin-bottom: 130px;
}
.position * {
  color: #999;
}
.position i {
  font-size: 24px;
  margin-right: 24px;
}
.position a {
  position: relative;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.position a:not(:last-of-type) {
  margin-right: 50px;
}
.position a:not(:last-of-type)::after {
  content: '\e630';
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  font-family: 'iconfont' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.position a:hover {
  color: #666;
}
.position a:hover::after {
  color: #999;
}
.investor {
  margin-top: 100px;
  margin-bottom: 181px;
}
.inve-tit {
  border-bottom: 4px solid #07466A;
  margin-bottom: 42px;
}
.inve-tit span {
  display: inline-block;
  width: 196px;
  height: 61px;
  line-height: 61px;
  font-weight: 500;
  background: #07466A;
  color: #fff;
}
.invest-items {
  margin-bottom: 101px;
}
.invest-item {
  position: relative;
  display: block;
  padding: 40px 0 40px 4.2%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.invest-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #BBBBBB;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.invest-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #07466A;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.invest-item p {
  width: 80%;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.invest-item span {
  right: 0;
  color: #666;
  font-weight: 200;
}
.invest-item:hover::before {
  background-color: #07466A;
}
.invest-item:hover::after {
  width: 100%;
}
.invest-item:hover p {
  color: #07466A;
}
.talent {
  margin-top: 120px;
  margin-bottom: 130px;
}
.talent-item {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 30px 1px rgba(153, 153, 153, 0.2);
}
.talent-item:not(:last-of-type) {
  margin-bottom: 61px;
}
.talent-item:nth-of-type(odd) .img {
  margin-left: auto;
}
.talent-item:nth-of-type(odd) .img::before {
  left: 0;
  background: linear-gradient(87deg, #FFFFFF 0%, rgba(255, 255, 255, 0.81) 37%, rgba(255, 255, 255, 0) 100%);
}
.talent-item:nth-of-type(odd) .txt {
  left: 8.7%;
  width: 35.2%;
}
.talent-item:nth-of-type(even) .img::before {
  right: 0;
  background: linear-gradient(269deg, #FFFFFF 0%, rgba(255, 255, 255, 0.81) 41%, rgba(255, 255, 255, 0) 100%);
}
.talent-item:nth-of-type(even) .txt {
  left: 67.6%;
  width: 32.4%;
  padding-right: 2%;
}
.talent-item .txt {
  z-index: 2;
}
.talent-item .txt .com-tit {
  margin-bottom: 89px;
}
.talent-item .txt p {
  color: #666;
  font-weight: 200;
}
.talent-item .img {
  position: relative;
  width: 64.8%;
  overflow: hidden;
}
.talent-item .img::before {
  content: '';
  position: absolute;
  top: 0;
  width: 62.2%;
  height: 100%;
  z-index: 1;
}
.talent-item .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.talent-item .zp:not(:last-of-type) {
  margin-bottom: 29px;
}
.talent-item .item {
  display: inline-block;
  color: #BBBBBB;
  font-weight: 500;
  padding-bottom: 13px;
  border-bottom: 1px solid #BBBBBB;
}
.talent-item .item * {
  color: #BBBBBB;
}
.talent-item .item .wl {
  font-size: 25px;
  margin-right: 18px;
}
.talent-item .item .jt {
  font-size: 16px;
  margin-left: 49px;
}
.talent-item .item:hover {
  color: #5CBFC2;
  border-bottom-color: #5CBFC2;
}
.talent-item .item:hover * {
  color: #5CBFC2;
}
.talent-item:hover img {
  transform: scale(1.04);
}
.studyc .com-tit {
  margin-bottom: 126px;
}
.studyc .item {
  font-family: 'DINCondB';
}
.contact {
  margin: 100px auto 103px;
}
.contact-l .item:not(:last-of-type) {
  margin-bottom: 30px;
}
.contact-l .item .icon {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  margin-right: 15px;
}
.contact-l .item .icon i {
  color: #777777;
}
.contact-l .item p {
  color: #333;
  font-weight: 200;
}
.contact-l .item p a {
  color: #07466A;
  margin-left: 28px;
  border-bottom: 1px solid #07466A;
}
.contact-r .lxwm-item p {
  line-height: 1.9;
  font-weight: 200;
  color: #333;
}
.contact-r .lxwm-item .img {
  width: 115px;
  height: 115px;
  margin-top: 28px;
  margin-left: auto;
}
.media {
  padding-top: 131px;
  padding-bottom: 155px;
  background-color: #F8F8F8;
}
.media-item {
  width: 245px;
  margin-top: 68px;
  margin-right: 136px;
}
.media-item:nth-of-type(3n) {
  margin-right: 0;
}
.media-item .img {
  width: 100%;
  height: 245px;
  background-color: #fff;
  border-radius: 10px;
  padding: 6.9%;
  box-sizing: border-box;
}
.media-item p {
  color: #666;
  font-weight: 200;
  margin-top: 30px;
  line-height: 1;
}
.onlineMess {
  background: url(../image/ly.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 111px 0 114px;
}
.onlineMess .com-tit {
  margin-bottom: 79px;
}
.onlineMess .com-tit p {
  color: #666;
  font-weight: 200;
  margin-top: 41px;
}
.onlineMess .form-t {
  margin-bottom: 22px;
}
.onlineMess .form-t input {
  width: 32.5%;
  height: 54px;
  background-color: #fff;
}
.onlineMess input,
.onlineMess textarea {
  padding: 0 30px;
  font-size: 16px;
  color: #666;
  border-radius: 6px;
  box-sizing: border-box;
}
.onlineMess input::placeholder,
.onlineMess textarea::placeholder {
  font-size: 16px;
  color: #666;
}
.onlineMess input::-webkit-input-placeholde,
.onlineMess textarea::-webkit-input-placeholde {
  font-size: 16px;
  color: #666;
}
.onlineMess input:-ms-input-placeholder,
.onlineMess textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #666;
}
.onlineMess textarea {
  width: 100%;
  height: 276px;
  background-color: #fff;
  margin-bottom: 43px;
  resize: none;
  padding: 30px;
}
.onlineMess .btn {
  width: 222px;
  height: 50px;
  background-color: #07466A;
  color: #fff;
  border-radius: 26px;
  border: 0;
  outline: none;
  cursor: pointer;
}
.pro-intro {
  padding: 117px 10.4% 0 310px;
  margin-bottom: 143px;
}
.pro-intro .txt {
  width: 38.1%;
}
.pro-intro .txt h3 {
  position: relative;
  font-weight: 500;
  margin-bottom: 37px;
}
.pro-intro .txt .line {
  position: relative;
  width: 60px;
  height: 5px;
  background: #5CBFC2;
  margin-bottom: 42px;
  overflow: hidden;
}
.pro-intro .txt .line::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #07466A;
  animation: ban-line 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite 0.3s;
}
.pro-intro .txt .des * {
  color: #666;
  font-weight: 200;
}
.pro-intro .img {
  width: 46%;
}
.product {
  position: relative;
  background-color: #F6F6F6;
  padding: 100px 0 156px;
}
.sub-Pro ul {
  position: sticky;
  position: -webkit-sticky;
  display: block;
  top: 143px;
}
.sub-Pro li {
  margin-bottom: 35px;
}
.sub-Pro a {
  position: relative;
  font-size: 16px;
  font-weight: 200;
  color: #666;
  padding-left: 39px;
}
.sub-Pro a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 0;
  background-color: #07466A;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.sub-Pro a.active {
  color: #07466A;
  font-weight: 500;
}
.sub-Pro a.active::before {
  height: 28px;
}
.solution1 .productR {
  width: 62.5%;
  margin-left: auto;
  margin-right: 310px;
}
.solution1 .product-items {
  margin-bottom: 100px;
}
.solution1 .product-item {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.1);
  padding: 45px 0 40px 6.25%;
  cursor: pointer;
}
.solution1 .product-item:not(:last-of-type) {
  margin-bottom: 70px;
}
.solution1 .product-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 10px;
  background: linear-gradient(49deg, #5CBFC2 0%, #07466A 100%);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.solution1 .product-item .txt {
  width: 57.24%;
}
.solution1 .product-item .series {
  color: #5CBFC2;
  font-weight: 200;
}
.solution1 .product-item .name {
  line-height: 1.1;
}
.solution1 .product-item .name {
  margin-top: 13px;
  margin-bottom: 34px;
}
.solution1 .product-item .des {
  color: #666;
  margin-bottom: 58px;
}
.solution1 .product-item .more {
  color: #5CBFC2;
}
.solution1 .product-item .more-intro {
  display: none;
}
.solution1 .product-item .more-intro h3 {
  font-weight: 500;
  margin-bottom: 27px;
}
.solution1 .product-item .more-intro .intro {
  color: #666;
  font-weight: 200;
  padding-left: 24px;
}
.solution1 .product-item .more-intro .intro p {
  position: relative;
}
.solution1 .product-item .more-intro .intro p::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #BBBBBB;
}
.solution1 .product-item .more-intro .intro * {
  color: #666;
  font-weight: 200;
}
.solution1 .product-item .pic {
  width: 29.24%;
  margin-left: 8.8%;
}
.solution1 .product-item .img {
  position: relative;
  padding-bottom: 71.4%;
}
.solution1 .product-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.solution1 .product-item.cur::before {
  width: 100%;
}
.solution1 .product-item.cur .more {
  display: none;
}
.solution2 {
  margin-right: 310px;
}
.solution2 .product-items {
  margin-bottom: 87px;
}
.solution2 .product-item {
  width: 30.77%;
  background-color: #fff;
  margin-right: 3.845%;
  margin-bottom: 50px;
  cursor: pointer;
}
.solution2 .product-item:nth-of-type(3n) {
  margin-right: 0;
}
.solution2 .product-item .img {
  position: relative;
  padding-bottom: 67.5%;
  border-bottom: 1px solid #DEDEDE;
}
.solution2 .product-item .img::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #5CBFC2;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.solution2 .product-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}
.solution2 .product-item .series {
  color: #5CBFC2;
  margin-bottom: 8px;
}
.solution2 .product-item .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.solution2 .product-item .txt {
  padding: 21px 0 18px;
}
.solution2 .product-item .txt * {
  line-height: 1.1;
}
.solution2 .product-item:hover .img::before {
  width: 100%;
}
.solution2 .product-item:hover .name {
  color: #5CBFC2;
}
.jjgc h4 {
  margin-top: 50px;
  margin-bottom: 10px;
}
.solution3 .solu-item {
  margin-bottom: 84px;
}
.solution3 .solu-item h3 {
  font-weight: 500;
}
.solution3 .loading-more {
  color: #666;
}
.solu-swiper {
  margin-top: 60px;
  padding-bottom: 64px;
}
.solu-swiper .swiper-slide {
  position: relative;
  width: auto;
  cursor: pointer;
}
.solu-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #07466A;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 1;
}
.solu-swiper .swiper-slide .img {
  overflow: hidden;
}
.solu-swiper .swiper-slide .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.solu-swiper .swiper-slide .icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.solu-swiper .swiper-slide .icon i {
  font-size: 30px;
  color: #fff;
}
.solu-swiper .swiper-slide:hover::before {
  opacity: 0.46;
}
.solu-swiper .swiper-slide:hover img {
  transform: scale(1.04);
}
.solu-swiper .swiper-slide:hover .icon {
  top: 50%;
  opacity: 1;
}
.solu-swiper .swiper-pagination {
  top: auto;
  bottom: 0;
}
.solu-swiper .swiper-pagination::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #BBBBBB;
}
.solu-swiper .swiper-pagination-progressbar {
  background-color: transparent;
}
.solu-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #346296;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .icon-btn {
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .icon-btn:hover {
    border-color: #07466A;
  }
  .banner .icon-btn:hover {
    border-color: #A7FCFF;
  }
  .ban-swiper .swiper-slide .p2 {
    background: transparent;
    color: #5CBFC2;
  }
  .hisT-swiper .txt .year {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
  }
  .solution2 .product-item .txt {
    line-height: 1.8;
  }
}
