* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
}
.specialA {
  color: #3268c6;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 3px solid #3268c6;
}
body {
  max-width: 1920px;
  margin: 0 auto;
}
.head {
  width: 100%;
  height: 60px;
  background: #3268c6;
}
.head .headArea {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .headArea .logo1 {
  width: 122px;
  height: 31px;
  background-image: url('/images/logo.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.head .headArea .nowTime {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
}
.typeArea {
  width: 1440px;
  margin: 0 auto;
}
.banner1 {
  height: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner1 .banner1-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none;
}
.banner1 .banner1-left .ch {
  font-size: 25px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #021b4d;
  letter-spacing: 0.3px;
}
.banner1 .banner1-left .en {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #021b4d;
}
.banner1 .banner1-right {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.banner1 .banner1-right li {
  cursor: pointer;
  color: #021b4d;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  position: relative;
  height: 100%;
  line-height: 115px;
}
.banner1 .banner1-right li .content {
  position: absolute;
  min-width: calc(100% + 16px);
  padding: 8px;
  left: 50%;
  top: 114px;
  z-index: 999;
  background-color: #fff;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner1 .banner1-right li .content a {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #021b4d;
  line-height: 22px;
  border-bottom: 1px dashed #cecece;
  line-height: 2.5em;
  width: 100%;
}
.banner1 .banner1-right li .content a:hover {
  font-weight: 600;
  color: #3268c6;
}
.banner1 .banner1-right li .content a:last-child {
  border: 0;
}
.banner2 {
  overflow: hidden;
  position: relative;
  height: 600px;
  background-image: url('/images/bg2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.banner2 .typeArea .title1 {
  margin-top: 45px;
  width: 794px;
}
.banner2 .typeArea .title1 .ch {
  font-size: 56px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 94px;
  letter-spacing: 0.67px;
}
.banner2 .typeArea .title1 .en {
  font-size: 26px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 46px;
}
.banner2 .typeArea .title2 {
  position: absolute;
  bottom: 110px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 65px;
}
.banner2 .typeArea .title2 .item {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 25px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
  margin-right: 68px;
}
.banner2 .typeArea .title2 .item .dot {
  height: 100%;
  font-size: 40px;
  margin-right: 5px;
}
.content1 {
  margin-top: 58px;
  height: 445px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content1 .content1-left {
  position: relative;
  width: 654px;
  height: 100%;
}
.content1 .content1-left .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content1 .content1-left .footerbanner {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: rgba(50, 104, 198, 0.3);
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.content1 .content1-left .footerbanner .dot {
  font-size: 36px;
  margin: 0 15px;
  height: 100%;
  line-height: 42px;
}
.content1 .content1-right {
  width: calc(100% - 680px);
  height: 100%;
}
.content1 .content1-right .title1 {
  font-size: 30px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #021a4e;
  line-height: 54px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.content1 .content1-right .briefIntro1 {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 30px;
}
.content1 .content1-right .otherfeatures {
  margin-top: 25px;
  width: 100%;
  height: 210px;
  display: flex;
  justify-content: space-around;
}
.content1 .content1-right .otherfeatures .now {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content1 .content1-right .otherfeatures .now li {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.content1 .content1-right .otherfeatures .now li .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #cecece;
  margin-right: 13px;
}
.content1 .content1-right .otherfeatures .now li .title {
  width: 90%;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 使用省略号代替溢出部分 */
}
.content1 .content1-right .otherfeatures .now li:hover {
  font-weight: 600;
  color: #3268c6;
}
.content1 .content1-right .otherfeatures .now li:hover .dot {
  background: #3268c6;
}
.content1 .content1-right .otherfeatures .now .researchDirection {
  margin-left: 15px;
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.content1 .content1-right .otherfeatures .now .researchDirection .direction {
  display: flex;
  align-items: center;
}
.content1 .content1-right .otherfeatures .now .researchDirection .direction .icon {
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
}
.content1 .content1-right .otherfeatures .now .researchDirection .direction .icon1 {
  background-image: url('/images/icon1_2.png');
}
.content1 .content1-right .otherfeatures .now .researchDirection .direction .icon2 {
  background-image: url('/images/icon2_2.png');
}
.content1 .content1-right .otherfeatures .now .researchDirection .direction .icon3 {
  background-image: url('/images/icon3_2.png');
}
.content1 .content1-right .otherfeatures .more {
  width: 30%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.content1 .content1-right .otherfeatures .more .info {
  width: 100px;
  height: 22px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content1 .content1-right .otherfeatures .more .info .icon {
  width: 20.5px;
  height: 20.5px;
  background-image: url('/images/seemore2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.content2 {
  height: 110px;
  margin-top: 52px;
}
.content2 .fourblock {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f1f4ff;
}
.content2 .fourblock .block {
  width: 25%;
  height: 100%;
  background-image: url('/images/c2bg2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 30px;
  font-family: YouSheBiaoTiHei, YouSheBiaoTiHei-Regular;
  font-weight: 600;
  text-align: center;
  color: #3268c6;
  line-height: 110px;
  letter-spacing: 4px;
  cursor: pointer;
}
.content2 .fourblock .block:nth-child(odd) {
  background-image: url('/images/c2bg4.png');
}
.content2 .fourblock .block:hover {
  background-image: url('/images/c2acbg2.png');
  color: #ffffff;
}
.content302 {
  overflow: hidden;
  margin-top: 52px;
  width: 100%;
  background-image: url('/images/c3bg2.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.content302 .typeArea .title {
  margin-top: 52px;
  width: 100%;
  height: 28px;
  border-left: 6px solid #3268c6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content302 .typeArea .title .title1 {
  padding-left: 18px;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #021a4e;
  line-height: 40px;
  letter-spacing: 0.78px;
}
.content302 .typeArea .title .right {
  width: 240px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content302 .typeArea .title .right .icon1 {
  width: 14px;
  height: 14px;
  background-image: url('/images/c3icon2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.content302 .typeArea .title .right .horizontalLine {
  width: 149px;
  height: 1px;
  border: 1px solid #d4e4ff;
}
.content302 .typeArea .title .right .text {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #3268c6;
  cursor: pointer;
}
.content302 .typeArea .contentd {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content302 .typeArea .contentd .contentdd {
  position: relative;
  width: 449px;
  height: 221px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 64px;
  padding: 50px 32px 28px;
}
.content302 .typeArea .contentd .contentdd .date {
  position: absolute;
  top: -18px;
  left: 32px;
  width: 70px;
  height: 61px;
  background-image: url('/images/c3bg4.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content302 .typeArea .contentd .contentdd .itemtitle {
  font-size: 21px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #3268c6;
  line-height: 30px;
  cursor: pointer;
}
.content302 .typeArea .contentd .contentdd .bfinfo {
  margin-top: 10px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 30px;
}
.content302 .typeArea .contentd .contentdd .bfinfo .more {
  color: #4476cb;
  cursor: pointer;
}
.content3 {
  overflow: hidden;
  margin-top: 52px;
  width: 100%;
  height: 700px;
  background-image: url('/images/c3bg2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.content3 .typeArea .title {
  margin-top: 52px;
  width: 100%;
  height: 28px;
  border-left: 6px solid #3268c6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content3 .typeArea .title .title1 {
  padding-left: 18px;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #021a4e;
  line-height: 40px;
  letter-spacing: 0.78px;
}
.content3 .typeArea .title .right {
  width: 240px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content3 .typeArea .title .right .icon1 {
  width: 14px;
  height: 14px;
  background-image: url('/images/c3icon2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.content3 .typeArea .title .right .horizontalLine {
  width: 149px;
  height: 1px;
  border: 1px solid #d4e4ff;
}
.content3 .typeArea .title .right .text {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #3268c6;
  cursor: pointer;
}
.content3 .typeArea .contentd {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content3 .typeArea .contentd .contentdd {
  position: relative;
  width: 449px;
  height: 221px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 64px;
  padding: 50px 32px 28px;
}
.content3 .typeArea .contentd .contentdd .date {
  position: absolute;
  top: -18px;
  left: 32px;
  width: 70px;
  height: 61px;
  background-image: url('/images/c3bg4.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content3 .typeArea .contentd .contentdd .itemtitle {
  font-size: 21px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #3268c6;
  line-height: 30px;
  cursor: pointer;
}
.content3 .typeArea .contentd .contentdd .bfinfo {
  margin-top: 10px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 30px;
}
.content3 .typeArea .contentd .contentdd .bfinfo .more {
  color: #4476cb;
  cursor: pointer;
}
.content4 {
  height: 416px;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
.content4 .left {
  width: 49%;
  height: 100%;
}
.content4 .left .title {
  width: 100%;
  height: 28px;
  border-left: 6px solid #3268c6;
  padding-left: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content4 .left .title .tleft {
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #021a4e;
  line-height: 40px;
  letter-spacing: 0.78px;
}
.content4 .left .title .tright {
  width: 240px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content4 .left .title .tright .icon1 {
  width: 14px;
  height: 14px;
  background-image: url('/images/c3icon2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.content4 .left .title .tright .horizontalLine {
  width: 149px;
  height: 1px;
  border: 1px solid #d4e4ff;
}
.content4 .left .title .tright .text {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #3268c6;
  cursor: pointer;
}
.content4 .left .news {
  margin: 24px 0 18px;
  width: 100%;
  height: 119px;
  background-image: url('/images/c4bg2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}
.content4 .left .news .firsttitle {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #333333;
}
.content4 .left .news .datetime {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #999999;
}
.content4 .left .news2 {
  margin: 0;
  height: 119px;
  border-bottom: 8px solid #3268c6;
}
.content4 .right {
  width: 49%;
}
.content4 .right .title {
  width: 100%;
  height: 28px;
  border-left: 6px solid #3268c6;
  padding-left: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content4 .right .title .tleft {
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #021a4e;
  line-height: 40px;
  letter-spacing: 0.78px;
}
.content4 .right .title .tright {
  width: 240px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content4 .right .title .tright .icon1 {
  width: 14px;
  height: 14px;
  background-image: url('/images/c3icon2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.content4 .right .title .tright .horizontalLine {
  width: 149px;
  height: 1px;
  border: 1px solid #d4e4ff;
}
.content4 .right .title .tright .text {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #3268c6;
  cursor: pointer;
}
.content4 .right .tutorDetails {
  width: 100%;
  height: calc(100% - 86px);
  padding: 32px 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content4 .right .tutorDetails .swiper {
  padding: 0 26px;
  width: 100%;
  height: 100%;
}
.content4 .right .tutorDetails .swiper .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -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;
  border: 5px solid #3268c6;
  cursor: pointer;
}
.content4 .right .tutorDetails .swiper .swiper-slide:hover .hover {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content4 .right .tutorDetails .swiper .swiper-slide .hover {
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3268c663;
  display: none;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.44px;
  transition: all 0.5s;
}
.content4 .right .tutorDetails .swiper .swiper-slide .footer {
  width: 101%;
  height: 32px;
  line-height: 32px;
  background: #3268c6;
  color: #fff;
}
.content4 .right .tutorDetails .swiper-slide img {
  display: block;
  width: 101%;
  height: calc(100% - 32px);
  object-fit: cover;
}
.content4 .right .tutorDetails .swiper-button-prev2 {
  width: 18px;
  height: 40px;
  background-image: url('/images/arrowlefticon2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.content4 .right .tutorDetails .swiper-button-next2 {
  width: 18px;
  height: 40px;
  background-image: url('/images/arrowrighticon2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.content5 {
  height: 342px;
  background-image: url('/images/c5bg2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
}
.content5 .contentd {
  height: 238px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content5 .contentd .c5left {
  width: 49%;
  height: 100%;
}
.content5 .contentd .c5left .title {
  width: 100%;
  height: 28px;
  border-left: 6px solid #3268c6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content5 .contentd .c5left .title .title1 {
  padding-left: 18px;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #021a4e;
  line-height: 40px;
  letter-spacing: 0.78px;
}
.content5 .contentd .c5left .title .right {
  width: 240px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content5 .contentd .c5left .title .right .icon1 {
  width: 14px;
  height: 14px;
  background-image: url('/images/c3icon2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.content5 .contentd .c5left .title .right .horizontalLine {
  width: 149px;
  height: 1px;
  border: 1px solid #d4e4ff;
}
.content5 .contentd .c5left .title .right .text {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #3268c6;
  cursor: pointer;
}
.content5 .contentd .c5left .contentdd {
  margin-top: 22px;
  height: calc(100% - 49px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(50, 104, 198, 0.12);
  padding: 28px 32px;
}
.content5 .contentd .c5left .contentdd li {
  height: 48px;
  border-bottom: 1px dashed #cecece;
}
.content5 .contentd .c5left .contentdd li a {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.content5 .contentd .c5left .contentdd li a:hover .text {
  color: #3268c6;
}
.content5 .contentd .c5left .contentdd li a:hover .dot {
  background-color: #3268c6;
}
.content5 .contentd .c5left .contentdd li a .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #cecece;
}
.content5 .contentd .c5left .contentdd li a .text {
  padding-left: 8px;
  flex: 1;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 使用省略号代替溢出部分 */
}
.content5 .contentd .c5left .contentdd li:last-child {
  border-bottom: 0;
}
.content5 .contentd .c5right {
  width: 49%;
  height: 100%;
}
.content5 .contentd .c5right .title {
  width: 100%;
  height: 28px;
  border-left: 6px solid #3268c6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content5 .contentd .c5right .title .title1 {
  padding-left: 18px;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #021a4e;
  line-height: 40px;
  letter-spacing: 0.78px;
}
.content5 .contentd .c5right .title .right {
  width: 240px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content5 .contentd .c5right .title .right .icon1 {
  width: 14px;
  height: 14px;
  background-image: url('/images/c3icon2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.content5 .contentd .c5right .title .right .horizontalLine {
  width: 149px;
  height: 1px;
  border: 1px solid #d4e4ff;
}
.content5 .contentd .c5right .title .right .text {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #3268c6;
  cursor: pointer;
}
.content5 .contentd .c5right .contentdd {
  margin-top: 22px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(50, 104, 198, 0.12);
  padding: 28px 32px;
}
.content5 .contentd .c5right .contentdd .item {
  margin-top: 6px;
  padding-left: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content5 .contentd .c5right .contentdd .item .left {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #333333;
}
.content5 .contentd .c5right .contentdd .item .right {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #999999;
  letter-spacing: 1px;
}
.content5 .contentd .c5right .contentdd .bottomcontent {
  padding-left: 24px;
  text-indent: 2em;
  margin-top: 12px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.content6 {
  padding-top: 52px;
  height: 520px;
}
.content6 .title {
  width: 100%;
  height: 28px;
  border-left: 6px solid #3268c6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content6 .title .title1 {
  padding-left: 18px;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #021a4e;
  line-height: 40px;
  letter-spacing: 0.78px;
}
.content6 .title .right {
  width: 240px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content6 .title .right .icon1 {
  width: 14px;
  height: 14px;
  background-image: url('/images/c3icon2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.content6 .title .right .horizontalLine {
  width: 149px;
  height: 1px;
  border: 1px solid #d4e4ff;
}
.content6 .title .right .text {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #3268c6;
  cursor: pointer;
}
.content6 .contentd {
  margin-top: 32px;
  width: 100%;
  height: 302px;
}
.content6 .contentd .swiper3 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 2px;
}
.content6 .contentd .swiper3 .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;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26);
}
.content6 .contentd .swiper3 .swiper-slide:hover .hover {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content6 .contentd .swiper3 .swiper-slide .hover {
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.44px;
  transition: all 0.5s;
}
.content6 .contentd .swiper3 .swiper-slide img {
  display: block;
  width: 90%;
  height: 90%;
  object-fit: cover;
}
.content6 .contentd .swiper-pagination3 {
  margin-top: 32px;
  text-align: center;
}
.content6 .contentd .swiper-pagination3 span {
  width: 14px;
  height: 14px;
  margin: 0 10px;
}
.content7 {
  min-height: 260px;
  display: flex;
  flex-direction: column;
}
.content7 .bigTitle {
  width: 100%;
  height: 28px;
  border-left: 6px solid #3268c6;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.content7 .bigTitle .title1 {
  padding-left: 18px;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #021a4e;
  line-height: 40px;
  letter-spacing: 0.78px;
}
.content7 .universal {
  width: 100%;
  height: 100%;
}
.content7 .universal .title {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 40px;
  letter-spacing: 0.78px;
  display: flex;
  align-items: center;
}
.content7 .universal .title .dot {
  width: 6px;
  height: 6px;
  background: #333;
  margin-right: 8px;
}
.content7 .universal ul {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #aaa;
}
.content7 .universal ul li {
  width: 18%;
  height: 54px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 54px;
  margin-right: 2%;
  display: flex;
  align-items: center;
}
.content7 .universal ul li .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bfbfbf;
  margin-right: 8px;
}
.content7 .universal ul li a {
  display: inline-block;
  width: 100%;
}
.content7 .universal ul li:hover .dot {
  background: #0056b3;
}
.content7 .universal ul li:hover a {
  font-weight: 600;
}
.content7 .three {
  margin-bottom: 26px;
}
.footer {
  width: 100%;
  height: 126px;
  background: #3268c6;
}
.footer .footerd {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
}
.footer .footerd .right .right1 {
  margin-right: 24px;
}
@media screen and (max-width: 1440px) {
  body {
    width: 1920px;
  }
}
