/*
    * @time Tue Oct 17 2023 14:04:55 GMT+0800 (ä¸­å›½æ ‡å‡†æ—¶é—´)
    */
@charset 'utf-8';

.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

/* body {
  font-family: 'PingFang SC', XHW-pzh, 'Lantinghei SC', 'Helvetica Neue',
    Helvetica, Arial, 'Microsoft YaHei', 'å¾®è½¯é›…é»‘', STHeitiSC-Light, simsun,
    'å®‹ä½“', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
} */

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: 0;
  color: #000;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe,
img {
  border: 0;
}

img {
  vertical-align: top;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}

i {
  font-style: normal;
}

body {
  position: relative;
  height: 100%;
  max-width: 2048px;
  margin: 0 auto;
}

.main {
  position: relative;
  z-index: 5;
  padding: 1.066667rem 0.4rem 1.6rem;
  -webkit-border-radius: 0.711111rem 0.711111rem 0 0;
  -moz-border-radius: 0.711111rem 0.711111rem 0 0;
  border-radius: 0.711111rem 0.711111rem 0 0;
  background: #fff url('../images/foot_bg_v2.png') center bottom no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}

.banner {
  position: relative;
  z-index: 1;
}

.banner img {
  width: 100%;
}

.banner video {
  width: 100%;
  object-fit: fill;
}

.nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.nav li {
  width: 25%;
  text-align: center;
  margin-bottom: 0.8rem;
}

.nav li .icon {
  position: relative;
  min-height: 1.022222rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.nav li .icon:before {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #eef3ff;
  position: absolute;
  z-index: 1;
  right: 50%;
  top: 50%;
  margin-right: -0.711111rem;
  margin-top: -0.533333rem;
}

.nav li .icon img {
  position: relative;
  z-index: 5;
  width: 0.942222rem;
  height: auto;
}

.nav li .name {
  margin-top: 0.355556rem;
  font-size: 0.32rem;
  line-height: 1.5;
}

.latest {
  margin-top: 0.853333rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
  /* background: #2e58d6; */
  background: #639bcd;
}

.latest a {
  color: #fff;
}

.latest .title {
  padding: 1.066667rem 0.177778rem 0.711111rem;
  /* background: #1e46bd; */
  background: #387cbe;
}

.latest .title .en {
  font-size: 0.32rem;
  font-family: Georgia;
  line-height: 1.25;
  position: relative;
}

.latest .title .en:before {
  content: '';
  width: 0.373333rem;
  height: 0.106667rem;
  display: block;
  position: absolute;
  left: 0;
  top: -0.284444rem;
  background: #ffc000;
  /* background: #fff; */
}

.latest .title .cn {
  font-size: 0.48rem;
  line-height: 1.5;
}

.latest .scroll {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.711111rem 0.4rem 0.711111rem;
  overflow: hidden;
  position: relative;
}

.latest .scroll .swiper,
.latest .scroll .swiper-slide {
  width: 100%;
}

.latest .scroll .swiper-pagination {
  bottom: 0.266667rem;
}

.latest .scroll .swiper-pagination-bullet {
  width: 0.666667rem;
  height: 0.062222rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.latest .scroll .swiper-pagination-bullet-active {
  background: #00e4ff;
}

.latest .scroll .tit {
  font-size: 0.373333rem;
  line-height: 1.5;
}
