html,
body {
  margin: 0;
  padding: 0;
}
.animated.delay-13s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6;
}
.animated.delay-14s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animated.delay-15s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-16s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.animated.delay-17s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
/* 1.index-en 首页 */
.header {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.header .head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  padding: 0 60px;
  box-sizing: border-box;
}
.header .head .logo {
  width: 320px;
}
.header .head .logo img {
  display: block;
  width: 100%;
}
.header .head .navs {
  margin-left: auto;
}
.header .head .navs .item {
  display: inline-block;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  font-family: "RobotoCondensedBold";
}
.header .head .navs .item:not(:last-child) {
  margin-right: 41px;
}
.header .head .en {
  position: relative;
  margin-left: 78px;
}
.header .head .en a {
  display: block;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-weight: 800;
  font-size: 12px;
  color: #ffffff;
}
.header .head .en::before {
  position: absolute;
  top: 6px;
  left: -38px;
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  border-left: 1px solid #ccc;
}
.header .head .search-box {
  margin-left: 26px;
  width: 19px;
  height: 20px;
}
.header .head .search-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .head .search-box a .icon-search {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .header-bg {
  border-bottom-color: rgba(176, 159, 159, 0.2);
  background-color: #fff;
}
.header .header-bg .navs .item {
  color: #333333;
}
.header .header-bg .en a {
  color: #ffffff;
  background: #003f89;
}
.header .header-bg .en::before {
  border-color: #eee;
}
.header .banner {
  position: relative;
  width: 100%;
  padding-top: 0;
  overflow: hidden;
}
.header .banner .swiper-slide .title {
  position: absolute;
  top: 45%;
  width: 100%;
  font-family: "FacileSans";
  font-size: 54px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
.header .banner .swiper-slide .intro {
  width: 760px;
  font-size: 18px;
  color: #fff;
  line-height: 2;
}
.header .banner .swiper-slide .imgs {
  width: 100%;
}
.header .banner .swiper-slide .imgs img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.header .banner .swiper-button-next {
  width: 85px;
  height: 82px;
  left: calc(50% - 42px);
  top: auto;
  bottom: 80px;
  background: url(../img/images/banner-next.png) no-repeat center center;
}
.header .banner .swiper-button-next::after {
  display: none;
}
.header .banner .swiper-pagination {
  color: #fff;
  font-size: 20px;
  left: 0;
  bottom: 80px;
  width: 100%;
}
.header .banner .swiper-pagination span {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 15px;
  background-color: #fff;
  opacity: 0.7;
}
.header .banner .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.header .banner .swiper-pagination span.swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 18px;
  height: 18px;
  border: solid 2px #fff;
  border-radius: 100%;
}
.section {
  width: 100%;
}
.section .content {
  width: 1300px;
  margin: 0 auto;
}
.section .content h3.title {
  font-size: 22px;
  font-family: "RobotoCondensedBold";
  font-weight: bold;
  color: #003f88;
  margin-bottom: 20px;
}
.section .main {
  width: 100%;
  padding-top: 43px;
  background-color: #fff;
}
.section .main .news {
  width: 1300px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.section .main .news .news-head {
  height: 79px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.section .main .news .news-head .title {
  font-family: "RobotoCondensedBold";
  font-size: 60px;
  color: #333333;
}
.section .main .news .news-head .more {
  display: flex;
  align-items: center;
}
.section .main .news .news-head .more a {
  display: flex;
  align-items: center;
}
.section .main .news .news-head .more a span {
  font-family: "RobotoCondensedBold";
  font-size: 24px;
  color: #003f89;
  font-weight: 600;
}
.section .main .news .news-head .more a img {
  display: block;
  width: 19px;
  margin-left: 11px;
}
.section .main .news .news-body {
  display: flex;
  height: 417px;
}
.section .main .news .news-body ul.first-list {
  height: 100%;
  display: flex;
}
.section .main .news .news-body ul.first-list li {
  width: 410px;
  height: 100%;
  border-bottom: 1px solid #e5f1ff;
  margin-right: 35px;
}
.section .main .news .news-body ul.first-list li .image {
  margin-bottom: 20px;
}
.section .main .news .news-body ul.first-list li .image a {
  display: block;
  width: 410px;
  height: 280px;
}
.section .main .news .news-body ul.first-list li .image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section .main .news .news-body ul.first-list li .description {
  font-family: "RobotoRegular";
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
}
.section .main .news .news-body ul.first-list li .jump a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 28px;
}
.section .main .news .news-body ul.first-list li .jump a .title {
  font-family: "RobotoRegular";
  font-weight: 500;
  font-size: 16px;
  color: #999999;
}
.section .main .news .news-body ul.first-list li .jump a img {
  display: block;
  width: 16px;
}
.section .main .news .news-body ul.second-list {
  width: 410px;
}
.section .main .news .news-body ul.second-list li {
  border-bottom: 1px solid #e5f1ff;
}
.section .main .news .news-body ul.second-list li .description {
  font-family: "RobotoRegular";
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
}
.section .main .news .news-body ul.second-list li .jump a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 37px;
}
.section .main .news .news-body ul.second-list li .jump a .title {
  font-family: "RobotoRegular";
  font-weight: 500;
  font-size: 16px;
  color: #999999;
}
.section .main .news .news-body ul.second-list li .jump a img {
  display: block;
  width: 16px;
}
.section .main .news .news-body ul.second-list li:last-child {
  border: none;
}
.section .main .news .news-body ul.second-list li:last-child .jump {
  padding-bottom: 0;
}
.section .main .news .news-body ul.second-list li:not(:first-child) {
  padding-top: 38px;
}
.section .main .events {
  width: 100%;
  background-image: url("../img/images/home-event-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px calc((100% - 1300px) / 2) 55px;
  box-sizing: border-box;
}
.section .main .events .events-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.section .main .events .events-head .title {
  font-family: "RobotoCondensedBold";
  font-size: 60px;
  color: #333333;
  font-weight: 600;
}
.section .main .events .events-head .more {
  display: flex;
  align-items: center;
}
.section .main .events .events-head .more a {
  display: flex;
  align-items: center;
}
.section .main .events .events-head .more a span {
  font-family: "RobotoCondensedBold";
  font-size: 24px;
  color: #003f89;
  font-weight: 600;
}
.section .main .events .events-head .more a img {
  display: block;
  width: 19px;
  margin-left: 11px;
}
.section .main .events .event-body {
  width: 1300px;
  display: flex;
  flex-wrap: wrap;
  gap: 35px 30px;
}
.section .main .events .event-body .event-total {
  width: calc((100% - 70px) / 3);
  height: 250px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.section .main .events .event-body .event-total .event-text {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.section .main .events .event-body .event-total .event-text a{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 37px 27px;
  display:block;
}

.section .main .events .event-body .event-total .event-text .Time {
  font-family: "RobotoRegular";
  font-size: 18px;
  color: #003f89;
  line-height: 22px;
  margin-bottom: 28px;
}
.section .main .events .event-body .event-total .event-text .text {
  font-family: "RobotoRegular";
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section .main .events .event-body .event-total .event-text .seemore {
  margin-top: 53px;
    display: flex;
  align-items: center;
}
.section .main .events .event-body .event-total .event-text .seemore span {
  font-family: "RobotoRegular";
  font-weight: 500;
  font-size: 16px;
  color: #666666;
}
.section .main .events .event-body .event-total .event-text .seemore img {
  width: 13px;
  margin-left: 12px;
}
.section .main .events .event-body .event-total .event-text .seemore .white {
  display: none;
}
.section .main .events .event-body .event-total .bg {
  display: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .main .events .event-body .event-total .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section .main .events .event-body .event-total:hover {
  border-color: rgba(0, 89, 196, 0.8);
}
.section .main .events .event-body .event-total:hover .event-text {
  background-color: rgba(0, 89, 196, 0.8);
}
.section .main .events .event-body .event-total:hover .event-text .Time {
  color: #ffffff;
}
.section .main .events .event-body .event-total:hover .event-text .text {
  color: #ffffff;
}
.section .main .events .event-body .event-total:hover .event-text .seemore span {
  color: #ffffff;
}
.section .main .events .event-body .event-total:hover .event-text .seemore .white {
  display: block;
}
.section .main .events .event-body .event-total:hover .event-text .seemore .black {
  display: none;
}
.section .main .events .event-body .event-total:hover .bg {
  display: block;
}