/*
    * @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
}

@font-face {
    font-family: XHW-pzh;
    src: url(/global/public/text/XHW-pzh.woff2) format('woff2'), url(/global/public/text/XHW-pzh.woff) format('woff'), url(/global/public/text/XHW-pzh.ttf) format('truetype')
}

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 .4rem 1.6rem;
    -webkit-border-radius: .711111rem .711111rem 0 0;
    -moz-border-radius: .711111rem .711111rem 0 0;
    border-radius: .711111rem .711111rem 0 0;
    background: #fff url(../images/home-footBg.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: .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: .8rem;
    height: .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: -.711111rem;
    margin-top: -.533333rem
}

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

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

.latest {
    margin-top: .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
}

.latest a {
    color: #fff
}

.latest .title {
    padding: 1.066667rem .177778rem .711111rem;
    background: #1e46bd
}

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

.latest .title .en:before {
    content: "";
    width: .373333rem;
    height: .106667rem;
    display: block;
    position: absolute;
    left: 0;
    top: -.284444rem;
    background: #ffc000
}

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

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

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

.latest .scroll .swiper-pagination {
    bottom: .266667rem
}

.latest .scroll .swiper-pagination-bullet {
    width: .666667rem;
    height: .062222rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
    opacity: .3;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

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

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