.homeBox {
  width: 100%;
  box-sizing: border-box;
}
.homeBox .swiperBox {
  width: 100%;
}
.homeBox .swiperBox .swiperImg {
  position: relative;
}
.homeBox .swiperBox .cover_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(91, 141, 182, 0) 0%, #064673 75%);
  opacity: 0.7;
  z-index: 2;
}
.homeBox .swiperBox .title_target {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: calc(37px + 4rem);
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 14rem;
  z-index: 5;
}
.homeBox .swiperBox .title_target .title_targetCont {
  width: 100%;
}
.homeBox .swiperBox .title_target .title {
  font-size: 5rem;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  line-height: calc(20px + 3.5rem);
  background: linear-gradient(0deg, rgba(37, 93, 157, 0.49) 5.12695313%, rgba(255, 255, 255, 0.79) 60.76660156%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 1rem;
  margin-bottom: 2.5rem;
}
.homeBox .swiperBox .title_target .target {
  display: flex;
  margin-bottom: 3.2rem;
}
.homeBox .swiperBox .title_target .target .line {
  width: 3rem;
  height: 0.4rem;
  background-color: #0E97E0;
  margin-right: 0.4rem;
  margin-top: calc(6px + 0.9rem);
}
.homeBox .swiperBox .title_target .target .targetContent {
  width: 35.2%;
  font-size: calc(10px + 1.2rem);
  font-weight: 500;
  font-style: italic;
  color: #FFFFFF;
  line-height: calc(14px + 2rem);
  opacity: 0.9;
}
.homeBox .swiperBox .title_target .intoView {
  width: calc(60px + 6rem);
  height: calc(20px + 1.5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff3d;
  border-radius: 25px;
  font-size: calc(8px + 0.5rem);
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 0.5rem 0 calc(15px + 0.3rem);
  transition: all 0.3s;
}
.homeBox .swiperBox .title_target .intoView .iconImg {
  display: flex;
  width: calc(20px + 0.75rem);
  height: calc(20px + 0.75rem);
  border-radius: 50%;
  background-color: #0086CD;
  justify-content: center;
  align-items: center;
}
.homeBox .swiperBox .title_target .intoView:hover {
  background-color: #0086CD;
  color: #fff;
}
.homeBox .swiperBox .bots {
  bottom: calc(10px + 3rem);
}
.homeBox .swiperBox .bots .swiper-pagination-bullet {
  position: relative;
  background-color: #fff;
  margin: 0 13px;
  opacity: 1;
}
.homeBox .swiperBox .bots .swiper-pagination-bullet::after {
  opacity: 0;
  width: calc(8px + 1rem);
  height: calc(8px + 1rem);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #fff;
}
.homeBox .swiperBox .bots .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.moduleTitle {
  padding-top: 8rem;
}
.moduleTitle .title {
  display: flex;
  align-items: center;
  padding-bottom: 3.5rem;
}
.moduleTitle .vertical {
  display: block;
  width: calc(5px + 0.25rem);
  height: calc(25px + 0.65rem);
  background-color: #0086CD;
  margin-right: calc(16px + 0.5rem);
}
.moduleTitle h3 {
  font-family: "HelveticaBold";
  font-size: calc(20px + 1rem);
  font-weight: bold;
  color: #2C2C2C;
  line-height: calc(30px + 1.5rem);
}
.publicCss {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
}
.oboutBox_hom .oboutBoxCont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 3.5rem;
}
.oboutBox_hom .introduce {
  width: 34.215%;
}
.oboutBox_hom .introduce .introduce_content {
  margin-bottom: 4.5rem;
}
.oboutBox_hom .introduce .introduce_content p {
  font-size: calc(12px + 0.4rem);
  font-weight: 300;
  color: #494949;
  line-height: calc(20px + 0.8rem);
}
.oboutBox_hom .introduce .viewMore {
  display: flex;
  width: calc(100px + 4rem);
  height: calc(20px + 1.5rem);
  padding: 0 0.5rem 0 calc(15px + 0.3rem);
  font-size: calc(12px + 0.2rem);
  font-weight: 400;
  color: #303030;
  align-items: center;
  justify-content: space-between;
  opacity: 0.96;
  border-radius: calc((30px + 1rem)/2);
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(61, 61, 61, 0.14);
}
.oboutBox_hom .introduce .viewMore .iconImg {
  display: flex;
  width: calc(20px + 0.75rem);
  height: calc(20px + 0.75rem);
  border-radius: 50%;
  background-color: #0086CD;
  justify-content: center;
  align-items: center;
}
.oboutBox_hom .introduce .viewMore .iconImg img {
  width: 8px;
}
.oboutBox_hom .course {
  width: 21.42%;
  height: calc(153px + 7.5rem);
  background: #0086CD;
  position: absolute;
  bottom: 0;
  right: 44.143%;
  padding-top: calc(20px + 0.9rem);
  overflow: hidden;
}
.oboutBox_hom .course .courseBar {
  padding: 0 calc(15px + 0.5rem);
}
.oboutBox_hom .course .courseBar ul {
  height: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.oboutBox_hom .course .courseItem {
  position: relative;
  padding-left: calc(20px + 0.5rem);
  padding-bottom: 0.6rem;
}
.oboutBox_hom .course .courseItem .courseLink {
  display: block;
}
.oboutBox_hom .course .courseItem::before {
  content: "";
  position: absolute;
  top: 30%;
  bottom: -30%;
  left: 6px;
  border-right: 2px dotted #fff;
}
.oboutBox_hom .course .courseItem:last-of-type::before {
  top: 30%;
  bottom: 70%;
}
.oboutBox_hom .course .courseItem .dots {
  display: flex;
  width: 14px;
  height: 14px;
  background: #66B6E1;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  left: 0;
  justify-content: center;
  align-items: center;
}
.oboutBox_hom .course .courseItem .dots::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
}
.oboutBox_hom .course .courseItem .affairList h3 {
  font-size: calc(10px + 0.3rem);
  font-weight: 400;
  color: #FDFEFF;
  line-height: calc(14px + 0.5rem);
}
.oboutBox_hom .course .courseItem .affairList h3 span {
  font-size: calc(14px + 0.5rem);
  font-family: "DINPROREGULAR";
  font-weight: 500;
  color: #FDFEFF;
}
.oboutBox_hom .course .courseItem .affairList .affair {
  font-size: calc(10px + 0.3rem);
  font-weight: 400;
  color: #E3F5FF;
  line-height: calc(14px + 0.5rem);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.oboutBox_hom .aboutImg {
  width: 54.857%;
}
.oboutBox_hom .aboutImg img {
  width: 100%;
}
.oboutBox_hom .scro3 {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.oboutBox_hom .scroll_content {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.oboutBox_hom .scroll_bar {
  width: 2px;
  height: calc(89px + 5rem);
  background-color: #60B5E2;
  position: absolute;
  top: 10%;
  right: calc(15px + 0.2rem);
  /* border-radius: ; */
}
.oboutBox_hom .scroll_drag {
  position: absolute;
  width: 100%;
  height: 24px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #EEFAFF;
  transition: top 0.1s;
  /* border-radius: ; */
}
.solutionBox_hom {
  padding-top: 4rem;
  margin-top: 7.5rem;
  background-color: #0086CD;
  background-size: 100% 100%;
}
.solutionBox_hom .title {
  font-size: calc(20px + 1rem);
  font-weight: bold;
  color: #FFFFFF;
  line-height: calc(30px + 1.5rem);
  padding-bottom: 1rem;
}
.solutionBox_hom .solutionSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.9);
}
.solutionBox_hom .solutionSwiper .swiper-slide-active,
.solutionBox_hom .solutionSwiper .swiper-slide-duplicate-active {
  transform: scale(1.4);
}
.solutionBox_hom .solutionSwiper .swiper-slide-active .solutionImg .name span,
.solutionBox_hom .solutionSwiper .swiper-slide-duplicate-active .solutionImg .name span {
  transform: scale(0.8);
}
.solutionBox_hom .solutionSwiper .solutionImg {
  width: 100%;
  height: 100%;
  position: relative;
}
.solutionBox_hom .solutionSwiper .solutionImg img {
  width: 100%;
  height: 100%;
}
.solutionBox_hom .solutionSwiper .solutionImg .name {
  display: flex;
  max-height: 80px;
  height: 30%;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  justify-content: center;
  align-items: end;
  padding: 2% 0;
  font-size: calc(12px + 0.5rem);
  font-weight: 400;
  line-height: calc(20px + 0.8rem);
  background: linear-gradient(0deg, #071D29 0%, rgba(37, 72, 91, 0) 100%);
}
.solutionBox_hom .solutionSwiper .swiper-wrapper {
  padding-top: calc(30px + 6rem);
  padding-bottom: calc(50px + 7.5rem);
}
.solutionBox_hom .solutionSwiper .swiper-button-prev,
.solutionBox_hom .solutionSwiper .swiper-rtl .swiper-button-next {
  left: -5%;
}
.solutionBox_hom .solutionSwiper .swiper-button-next,
.solutionBox_hom .solutionSwiper .swiper-rtl .swiper-button-prev {
  right: -5%;
}
.solutionBox_hom .solutionSwiper .swiper-button-next::after,
.solutionBox_hom .solutionSwiper .swiper-button-prev::after {
  color: #fff;
  font-size: calc(20px + 0.5rem);
  opacity: 0.6;
}
.solutionBox_hom .solutionSwiper .swiper-horizontal > .swiper-pagination-progressbar,
.solutionBox_hom .solutionSwiper .swiper-pagination-progressbar.swiper-pagination-horizontal,
.solutionBox_hom .solutionSwiper .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.solutionBox_hom .solutionSwiper .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 1px;
  top: 5px;
}
.solutionBox_hom .solutionSwiper .swiper-pagination-progressbar {
  background-color: #e3f5ffb4;
}
.solutionBox_hom .solutionSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff;
  height: calc(2px + 0.15rem);
  background: #E3F5FF;
  border-radius: 2px;
  top: -50%;
  transform: translateY(50%);
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  z-index: 100;
}
.solutionSwiper {
  position: relative;
}
.productBox_hom .swiper_introduce {
  display: flex;
  height: calc(300px + 10.5rem);
  align-items: center;
}
.productBox_hom .swiper_introduce .productswiper {
  width: 58.715%;
  height: 100%;
}
.productBox_hom .swiper_introduce .textSwiper {
  width: 41.285%;
  height: 100%;
  background-color: #0086CD;
  padding: calc(30px + 1.75rem) calc(30px + 1.65rem) calc(30px + 1.75rem) calc(30px + 2.35rem);
}
.productBox_hom .swiper_introduce .swipers3 {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.productBox_hom .swiper_introduce .solutionImg {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: calc(30px + 3.5rem) 0 2rem;
}
.productBox_hom .swiper_introduce .solutionImg img {
  width: 53.52%;
}
.productBox_hom .swiper_introduce .swiper-button-next,
.productBox_hom .swiper_introduce .swiper-button-prev {
  width: calc(30px + 1.4rem);
  height: calc(45px + 2.25rem);
  background-color: #0000004d;
  transition: background-color 0.3s;
}
.productBox_hom .swiper-button-next.swiper-button-disabled, .productBox_hom .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}
.productBox_hom .swiper_introduce .swiper-button-next:hover,
.productBox_hom .swiper_introduce .swiper-button-prev:hover {
  background-color: #00000085;
}
.productBox_hom .swiper_introduce .swiper-button-next {
  right: 0;
  border-top-left-radius: calc(45px + 2.25rem);
  border-bottom-left-radius: calc(45px + 2.25rem);
}
.productBox_hom .swiper_introduce .swiper-button-prev {
  left: 0;
  border-top-right-radius: calc(45px + 2.25rem);
  border-bottom-right-radius: calc(45px + 2.25rem);
}
.productBox_hom .swiper_introduce .swiper-button-next::after,
.productBox_hom .swiper_introduce .swiper-button-prev::after {
  font-size: calc(20px + 0.3rem);
  color: #fff;
}
.productBox_hom .swiper_introduce .swipers4 .text_name .text_h3 {
  display: flex;
  height: calc(60px + 1rem);
  align-items: center;
  margin-bottom: calc(30px + 1.5rem);
}
.productBox_hom .swiper_introduce .swipers4 .text_name h3 {
  font-size: calc(14px + 0.4rem);
  font-weight: bold;
  color: #FFF9F9;
  line-height: calc(30px + 0.5rem);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productBox_hom .swiper_introduce .swipers4 .text_name p {
  font-size: calc(12px + 0.4rem);
  font-weight: 400;
  color: #FFF9F9;
  line-height: calc(20px + 0.7rem);
  margin-bottom: calc(20px + 1.6rem);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.productBox_hom .swiper_introduce .swipers4 .text_name .viewMore {
  display: flex;
  width: calc(100px + 4rem);
  height: calc(20px + 1.5rem);
  padding: 0 0.5rem 0 calc(15px + 0.3rem);
  font-size: calc(12px + 0.2rem);
  font-weight: 400;
  color: #303030;
  align-items: center;
  justify-content: space-between;
  opacity: 0.96;
  border-radius: calc((30px + 1rem)/2);
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(61, 61, 61, 0.14);
}
.productBox_hom .swiper_introduce .swipers4 .text_name .viewMore .iconImg {
  display: flex;
  width: calc(20px + 0.75rem);
  height: calc(20px + 0.75rem);
  border-radius: 50%;
  background-color: #0086CD;
  justify-content: center;
  align-items: center;
}
.productBox_hom .swiper_introduce .swipers4 .text_name .viewMore .iconImg img {
  width: 8px;
}
.productBox_hom .swiper_introduce .swipers4 .swiper-horizontal > .swiper-pagination-progressbar,
.productBox_hom .swiper_introduce .swipers4 .swiper-pagination-progressbar.swiper-pagination-horizontal,
.productBox_hom .swiper_introduce .swipers4 .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.productBox_hom .swiper_introduce .swipers4 .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 25%;
  height: 3px;
  opacity: 0.3;
}
.productBox_hom .swiper_introduce .swipers4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff;
  opacity: 0.9;
}
.productBox_hom .productList {
  background: #FFFFFF;
  box-shadow: 0px 14px 20px 0px rgba(114, 114, 114, 0.1);
}
.productBox_hom .productList ul {
  display: flex;
  padding: 2rem 0 1.5rem;
  justify-content: space-between;
}
.productBox_hom .productList ul .productItem {
  position: relative;
  width: 33%;
}
.productBox_hom .productList ul .productItem a {
  display: block;
}
.productBox_hom .productList ul .productItem:nth-child(2)::after,
.productBox_hom .productList ul .productItem:nth-child(2)::before {
  content: "";
  width: 1px;
  position: absolute;
  top: 5%;
  bottom: 8%;
  background-color: #626262;
  opacity: 0.3;
}
.productBox_hom .productList ul .productItem:nth-child(2)::before {
  left: 0;
}
.productBox_hom .productList ul .productItem:nth-child(2)::after {
  right: 0;
}
.productBox_hom .productList ul .productItem p {
  color: #424242;
  text-align: center;
  width: 66.85%;
  font-size: calc(10px + 0.5rem);
  font-weight: 500;
  line-height: calc(16px + 0.5rem);
  margin: 0 auto;
}
.productBox_hom .productList ul .productItem .iocn2 {
  display: none;
}
.productBox_hom .productList ul .productIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.productBox_hom .productList ul .productIcon img {
  height: calc(50px + 2.5rem);
}
.productBox_hom .productList ul .actives p {
  color: #0086CD;
  height: auto;
}
.productBox_hom .productList ul .actives .iocn1 {
  display: none;
}
.productBox_hom .productList ul .actives .iocn2 {
  display: block;
}
.sponsorshipBox_hom {
  margin-top: 8rem;
  background-color: #F8F8F8;
}
.sponsorshipBox_hom .moduleTitle {
  padding-top: 5.5rem;
  padding-bottom: 3.5rem;
}
.sponsorshipBox_hom .sponsorshipLogo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sponsorshipBox_hom .sponsorshipLogo a {
  width: 23%;
  margin: 0.875rem;
}
.sponsorshipBox_hom .sponsorshipLogo a:nth-child(4n - 3) {
  margin-left: 0;
}
.sponsorshipBox_hom .sponsorshipLogo a:nth-child(4n) {
  margin-right: 0;
}
.sponsorshipBox_hom .swiper-horizontal > .swiper-pagination-bullets,
.sponsorshipBox_hom .swiper-pagination-bullets.swiper-pagination-horizontal,
.sponsorshipBox_hom .swiper-pagination-custom,
.sponsorshipBox_hom .swiper-pagination-fraction {
  display: flex;
  justify-content: center;
  margin-top: calc(20px + 1rem);
  position: absolute;
}
.sponsorshipBox_hom .my-bullet {
  display: inline-block;
  width: calc(6px + 0.2rem);
  height: calc(6px + 0.2rem);
  background: #0086CD;
  opacity: 0.4;
  border-radius: 1.5rem;
  margin: 0 0.25rem;
  transition: width 0.3s;
}
.sponsorshipBox_hom .swiper-pagination-bullet-active {
  width: calc(20px + 1.1rem);
  background: #0086CD;
  opacity: 1;
  border-radius: calc((6px + 0.2rem) / 2);
}
.sponsorshipBox_hom .swipers5 .swiper-wrapper {
  display: flex;
  width: 100%;
  height: calc(180px + 16rem);
  margin-bottom: 1rem;
}
.sponsorshipBox_hom .swiper-slide {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
   border: 1px solid transparent;
}

.sponsorshipBox_hom .swiper-slide a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid transparent;
}
.sponsorshipBox_hom .swiper-slide a:hover {
    border: 1px solid ;
    border-image: linear-gradient(-23deg, #EA5E56, #0093DD) 1 1;
    box-shadow: 8px 6px 25px 1px rgba(44,130,176,0.1);
}
.sponsorshipBox_hom .swiper-slide a:hover img { 
    transform: scale(1.1);
}
.sponsorshipBox_hom .swiper-slide img {
    transition: all 0.3s;
    width: 100%;
}
.sponsorshipBox_hom .swiper-pagination5.swiper-pagination-bullets.swiper-pagination-horizontal {
  z-index: 100;
}
.newsContent {
  display: flex;
  justify-content: space-between;
}
.newsContent .series {
  width: 10%;
}
.newsContent .series ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.newsContent .series .newsIcon {
  flex-grow: 1;
  position: relative;
  margin-bottom: calc(10px + 3.2rem);
}
.newsContent .series .newsIcon img {
  width: 100%;
}
.newsContent .series .newsIcon .news_icon {
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}
.newsContent .series .newsIcon .news_icon_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  opacity: 0;
  transition: all 0.3s;
}
.newsContent .series .newsIcon2 .news_icon_bg {
  z-index: 6;
  opacity: 1;
}
.newsContent .series .newsIcon2 .news_icon {
  opacity: 0;
  z-index: 0;
}
.newsContent .newsList {
  display: none;
  width: 86.429%;
}
.newsContent .newsList:first-of-type {
  display: block;
}
.newsContent .newsItem {
  margin-bottom: 1.8rem;
}
.newsContent .newsItem .newsContImg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: calc(16px + 1rem);
  border-bottom: 1px solid #E5E5E5;
}
.newsContent .newsItem .newsImg_newsTitle {
  display: flex;
}
.newsContent .newsItem .newsEnter .hoveCls2 {
  width: calc(20px + 1.85rem) !important;
}
.newsContent .newsItem .newsImg {
  width: calc(80px + 6rem);
  margin-right: 1.5rem;
  position: relative;
  z-index: 5;
}
.newsContent .newsItem .original {
  width: 100%;
  z-index: 6;
}
.newsContent .newsItem .hove_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -5;
}
.newsContent .newsItem .newsTitle h4 {
  font-size: calc(14px + 0.6rem);
  color: #4B4B4B;
  font-weight: bold;
  margin-bottom: 0.6rem;
  transition: color 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsContent .newsItem .newsTitle p {
  width: calc(157px + 22rem);
  font-size: calc(8px + 0.5rem);
  font-weight: 400;
  color: #4B4B4B;
  line-height: calc(18px + 0.5rem);
  margin-bottom: 0.5rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsContent .newsItem .newsTitle .newsTime {
  display: flex;
}
.newsContent .newsItem .newsTitle .newsTime img {
  width: calc(5px + 0.4rem);
  margin-right: 0.5rem;
}
.newsContent .newsItem .newsTitle .newsTime span {
  font-size: calc(6px + 0.4rem);
  font-family: "Microsoft YaHei";
  font-weight: 300;
  color: #333331;
  line-height: calc(12px + 0.5rem);
  opacity: 0.6;
}
.newsContent .newsItem .cls-1 {
  transition: all 0.3s;
}
.newsContent .newsItem:hover .newsTitle h4 {
  color: #1F9BDD;
}
.newsContent .newsItem:hover .cls-1 {
  fill: #1F9BDD;
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .oboutBox_hom .course {
    width: 26%;
    right: 40.143%;
  }
  .solutionBox_hom .solutionSwiper .solutionImg .name {
    line-height: normal;
  }
  .swiper-button-next,
  .swiper-button-prev {
    transform: translateY(-40%);
  }
  .productBox_hom .swiper_introduce .solutionImg {
    padding-top: calc(30px + 5.5rem);
  }
  .sponsorshipBox_hom .swipers5 .swiper-wrapper {
    height: calc(100px + 19rem);
  }
  .homeBox .swiperBox .title_target .target .targetContent {
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  .moduleTitle .oboutBoxCont {
    display: block;
  }
  .moduleTitle .introduce {
    width: 100%;
    margin-bottom: 3.5rem;
  }
  .moduleTitle .aboutImg {
    width: 100%;
  }
  .moduleTitle .course {
    display: none;
  }
  .solutionBox_hom .solutionSwiper .swiper-slide-active,
  .solutionBox_hom .solutionSwiper .swiper-slide-duplicate-active {
    transform: scale(1.2);
  }
  .solutionBox_hom .solutionSwiper .swiper-slide-active .solutionImg .name span,
  .solutionBox_hom .solutionSwiper .swiper-slide-duplicate-active .solutionImg .name span {
    transform: scale(0.9);
  }
  .solutionBox_hom .solutionSwiper .swiper-button-prev,
  .solutionBox_hom .solutionSwiper .swiper-rtl .swiper-button-next {
    left: calc(-15px - 4%);
  }
  .solutionBox_hom .solutionSwiper .swiper-button-next,
  .solutionBox_hom .solutionSwiper .swiper-rtl .swiper-button-prev {
    right: calc(-15px - 4%);
  }
  .productBox_hom .swiper_introduce {
    flex-direction: column-reverse;
    height: auto;
  }
  .productBox_hom .swiper_introduce .productswiper {
    width: 100%;
    margin-bottom: 2rem;
  }
  .productBox_hom .swiper_introduce .textSwiper {
    width: 100%;
  }
  .productBox_hom .productList ul .productItem p {
    width: 95%;
    text-align: left;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .sponsorshipBox_hom .swipers5 .swiper-wrapper {
    height: 59rem;
  }
  .newsContent {
    display: block;
  }
  .newsContent .series {
    width: 100%;
  }
  .newsContent .series ul {
    flex-direction: row;
    justify-content: space-between;
  }
  .newsContent .series .newsIcon {
    max-width: 140px;
    width: 20%;
    flex-grow: 0;
  }
  .newsContent .newsList {
    width: 100%;
  }
  .newsContent .newsItem .newsTitle h4 {
    width: calc(67px + 43rem);
    font-size: calc(10px + 0.9rem);
  }
  .newsContent .newsItem .newsTitle p {
    width: calc(67px + 43rem);
    font-size: calc(10px + 0.5rem);
  }
  .newsContent .newsItem .newsImg {
    width: calc(60px + 7rem);
  }
}
@media screen and (max-width: 550px) {
  .homeBox .swiperBox .title_target {
    padding-top: calc(17px + 5rem);
    padding-left: calc(20px + 4rem);
  }
  .homeBox .swiperBox .title_target .title {
    font-size: calc(20px + 0.5rem);
    line-height: normal;
    margin-bottom: 2rem;
  }
  .homeBox .swiperBox .title_target .target {
    margin-bottom: 2.2rem;
  }
  .homeBox .swiperBox .title_target .target .targetContent {
    width: 80%;
  }
  .homeBox .swiperBox .title_target .intoView {
    width: calc(80px + 6rem);
  }
  .homeBox .swiperBox .bots {
    bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .newsContent .newsItem .newsTitle h4 {
    width: calc(60px + 36rem);
  }
  .newsContent .newsItem .newsTitle p {
    width: calc(60px + 36rem);
  }
}
