.title_1 {
  text-align: center;
  font-weight: bold;
}

.title_1 .en {
  color: #64a0ff;
  text-transform: uppercase;
  font-weight: inherit;
  font-size: 35px;
  font-family: '黑体';
  line-height: 1.2;
  opacity: 0;
  display: none;
}

.title_1 .cn {
  font-weight: inherit;
  color: #444444;
  font-size: 28px;
  position: relative;
  line-height: 1.8;
  width: fit-content;
  margin: auto;
}

.title_1 .cn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 45.45%;
  height: 3px;
  background: #18498e;
  transition: all 0.3s ease;
}

.title_1 .cn:hover::after {
  width: 80%;
}

.myContainer {
  max-width: 1776px;
  width: 90.5%;
  margin: auto;
}

.findMore {
  display: flex;
  align-items: center;
  margin: auto;
  width: 262px;
  height: 55px;
  border: 2px solid #d2cccc;
  justify-content: center;
  margin-top: 50px;
  transition: all 0.3s ease;
  background: #FFF;
  font-size: 18px;
}

.findMore .icon {
  display: flex;
  align-items: center;
}

.findMore .icon svg path {
  fill: #000;
  transition: all 0.3s ease;
}

.findMore a {
  display: block;
  color: inherit;
  font-size: inherit;
  margin-right: 10px;
}

.findMore:hover {
  border-color: #3a649e;
  color: #3a649e;
}

.findMore:hover .icon svg path {
  fill: #3a649e;
}

.myContent .banner {
  padding: 115px 0 76px;
  background-color: #eaf0f2;
}

.myContent .banner .mySwiper_1 {
  overflow: hidden;
}

.myContent .banner .box {
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: stretch;
}

.myContent .banner .box .left .title {
  font-size: 32px;
  line-height: 1.5;
  color: #2e2d2c;
  font-weight: bold;
}

.myContent .banner .box .left .text {
  color: #a7adb0;
  line-height: 1.5;
  font-size: 18px;
}

.myContent .banner .box .left .text p {
  color: inherit;
}

.myContent .banner .box .left .button {
  width: 170px;
  height: 50px;
  background-color: #3a649e;
  border: 1px solid #898e95;
  color: #ecf0f6;
  margin-top: 25px;
  transition: all 0.3s ease;
  font-size: 20px;
}

.myContent .banner .box .left .button:hover {
  background-color: #fff;
  color: #3a649e;
  border-color: #3a649e;
}

.myContent .banner .box .left .button a {
  color: inherit;
  font-size: inherit;
}

.myContent .banner .box .right {
  height: auto;
}

.myContent .banner .box .right img {
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.myContent .section {
  background-color: #FFF;
  padding: 55px 0 85px;
}

.myContent .section:nth-of-type(2n + 1) {
  background-color: #f7f8fe;
}

.myContent .section:last-child {
  background: #f7f8fe;
}
.myContent .section.about{
    padding: 50px 0;
}
.myContent .productContent {
  padding-top: 76px;
}

.myContent .productContent .list {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}

.myContent .productContent .list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.myContent .productContent .list .item {
  max-width: 380px;
  width: 100%;
  height: 437px !important;
  min-height: 437px !important;
  max-height: 437px !important;
  padding: 35px;
  padding-bottom: 20px;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
}

.myContent .productContent .list .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.myContent .productContent .list .item .title {
  color: #1c1918;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
}

.myContent .productContent .list .item .subtitle {
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.myContent .productContent .list .item .productImg {
  flex: 1;
  padding-top: 30px;
}

.myContent .productContent .list .item .productImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.myContent .systemContent .swiper_2 {
  overflow: hidden;
}

.myContent .systemContent .mySwiper_2 {
  position: relative;
}

.myContent .systemContent .swiper_2_box {
  position: absolute;
  bottom: 100%;
  right: 0;
  display: flex;
  gap: 14px;
}

.myContent .systemContent .swiper_2_box .swiper_button_2 {
  width: 55px;
  height: 55px;
  background: #64a0ff;
  border-radius: 10px;
  color: #FFF;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myContent .systemContent .list {
  display: flex;
  justify-content: center;
  gap: 45px;
  padding-top: 60px;
}

.myContent .systemContent .list .item {
  aspect-ratio: 409 / 589;
  max-width: 409px;
  height: auto;
  width: 25%;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.myContent .systemContent .list .item .describe {
  position: absolute;
  bottom: 18.0602%;
  left: 6.112%;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.8;
}

.myContent .systemContent .list .item .describe::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
}

.myContent .newsContent {
  display: flex;
  gap: 60px;
  padding-top: 100px;
}

.myContent .newsContent .line {
  display: flex;
  gap: 50px;
  align-items: center;
}
.myContent .newsContent .left .line{
    display: none;
}
.myContent .newsContent .line .time {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.myContent .newsContent .line .time .month {
  font-size: 24px;
  font-weight: bold;
  color: #454545;
  transition: all 0.3s ease;
}

.myContent .newsContent .line .time .year {
  font-size: 18px;
  color: #555555;
  transition: all 0.3s ease;
}

.myContent .newsContent .line .describe {
  flex: 1;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
}

.myContent .newsContent .line .describe .title {
  font-size: 24px;
  color: #030303;
  transition: all 0.3s ease;
  text-overflow: ellipsis;
  overflow: hidden;
}

.myContent .newsContent .line .describe .text {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: #6e6e6e;
  transition: all 0.3s ease;
}

.myContent .newsContent .line:hover .time {
  color: #64a0ff;
}

.myContent .newsContent .line:hover .time .month {
  color: inherit;
}

.myContent .newsContent .line:hover .time .year {
  color: inherit;
  opacity: .5;
}

.myContent .newsContent .line:hover .describe {
  color: #64a0ff;
}

.myContent .newsContent .line:hover .describe .title {
  color: inherit;
}

.myContent .newsContent .line:hover .describe .text {
  color: inherit;
  opacity: .5;
}

.myContent .newsContent .left {
  max-width: 796px;
  width: calc((100% - 60px)/2);
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.myContent .newsContent .left .imgBox {


  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myContent .newsContent .left .imgBox img {

  object-fit: cover;
  object-position: center;
}

.myContent .newsContent .right {
  width: calc((100% - 60px)/2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.myContent .aboutContent {
  display: flex;
  gap: 100px;
  align-items: center;
}

.myContent .aboutContent .left {
  width: calc((100% - 100px)/2);
  padding-left: 70px;
}

.myContent .aboutContent .left .title .en {
  font-size: 34px;
  color: #64a0ff;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}

.myContent .aboutContent .left .title .en::after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(-8px, -50%);
  width: 50px;
  height: 3px;
  background-color: #64a0ff;
}

.myContent .aboutContent .left .title .cn {
  font-size: 32px;
  color: #474747;
  font-weight: bold;
}

.myContent .aboutContent .left .title .small {
  font-size: 18px;
  font-weight: bold;
}

.myContent .aboutContent .left .text {
  font-size: 14px;
  color: #2b2b2b;
  line-height: 2.24;
  padding-top: 20px;
  text-align: justify;
}

.myContent .aboutContent .left .honor {
  display: flex;
  justify-content: space-between;
}

.myContent .aboutContent .left .honor .num {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: auto;
  color: #3d65a0;
  font-size: 42px;
  font-weight: bold;
}

.myContent .aboutContent .left .honor .hasTag {
  position: relative;
}

.myContent .aboutContent .left .honor .hasTag::after {
  content: attr(data-tag);
  font-size: 0.328em;
  color: #232323;
  bottom: 58%;
  left: 100%;
  position: absolute;
}

.myContent .aboutContent .left .honor .describe {
  font-size: 14px;
  text-align: center;
  color: #3e3e3e;
}

.myContent .aboutContent .left .findMore {
  margin-left: 0;
}

.myContent .aboutContent .right {
  width: calc((100% - 100px)/2);
}

.mySwiper_1 .swiper_1 {
  position: relative;
    background-color: #e7f0f6;
}
.mySwiper_1 .swiper_1 img{
    max-height: 480px;
    object-fit: contain;
    object-position: center;
}
.mySwiper_1 .swiper_1 .swiper_button_1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 48px;
  height: 48px;
  background-size: 100% 100%;
  left: 20px;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
}
.mySwiper_1 .swiper_1 .swiper_button_1::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height:20px;
    background-size: 100% 100%;
     background-image: url(/static/web/images/right.png);
}
.mySwiper_1 .swiper_1 .swiper_button_1.swiper-button-next_1 {
  right: 20px;
  left: auto;
  transform: translateY(-50%) rotate(180deg);
}

.swiper-pagination_1{
  display: none;
}
.swiper-pagination_2{
  display: none;
}
@media (max-width:1024px) {
  .mySwiper_1 .swiper_1 .swiper_button_1{
    display: none;
  }
  .swiper-pagination_1{
    display: block;
    text-align: center;
  }
  .swiper-pagination_2{
    display: block;
    text-align: center;
  }
}
