/* 国瑞集团风格 - 完全复刻版 */

/* ==================== 字体定义 ==================== */
@font-face {
    font-family: "AlimamaFangYuan";
    src: url(AlimamaFangYuanTiVF-Thin2.ttf);
}

/* ==================== 全局样式 ==================== */
*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    color: #333333;
    font-family: "AlimamaFangYuan","Microsoft YaHei";
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

ul, ol, dl, li, dt, dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a, a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
}

a {
    color: #333;
    cursor: pointer;
    font: 14px/1.8 "AlimamaFangYuan","Microsoft YaHei";
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}

.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.inner {
    width: 90%;
    margin: 0 auto;
}

.padd {
    padding: 98px 0;
}

@media(max-width:1368px) {
    .padd {
        padding: 80px 0;
    }
}

@media(max-width:1024px) {
    .padd {
        padding: 68px 0;
    }
}

@media(max-width:486px) {
    .padd {
        padding: 48px 0;
    }
}

/* ==================== 图片容器 ==================== */
.indImg {
    overflow: hidden;
    position: relative;
}

.indImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}

/* ==================== 头部导航 - 透明渐变白色效果 ==================== */
/* 同时支持 .header 和 .head 类名以保持向后兼容 */
.header,
.head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
    transition: all .48s;
}

.header::after,
.head::after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: absolute;
    left: 0;
    bottom: 0;
}

.header .logo,
.head .logo {
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.header .logo img,
.head .logo img {
    /* width: 140px; */
    height:40px;
}
.head .logo img.zjpz{
    margin-right:20px;
}

.header .logo .img1,
.head .logo .img1 {
    display: block;
}

.header .logo .img2,
.head .logo .img2 {
    display: none;
}

.header .nav,
.head .nav {
    /* margin-right: 15%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90px;
}

.header ul,
.head ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.header ul li,
.head ul li {
    height: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header ul li a,
.head ul li a {
    position: relative;
    font-size: 16px;
    color: #fff;
}

.header ul li.on a,
.head ul li.on a,
.header ul li.li a,
.head ul li.li a {
    color: #093483;
    font-weight: 600;
}

/* 头部滚动后变白色背景 */
.header.headerMain-bg,
.head.headerMain-bg {
    background: #fff;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
}

.header.white,
.header.headerN,
.head.white,
.head.headerN {
    background: #fff;
    border-bottom: none;
}

.header.white::after,
.header.headerN::after,
.head.white::after,
.head.headerN::after {
    border-color: rgb(0, 0, 0, .1);
}

.header.headerMain-bg .logo .img2,
.header.white .logo .img2,
.header.headerN .logo .img2,
.head.headerMain-bg .logo .img2,
.head.white .logo .img2,
.head.headerN .logo .img2 {
    display: block;
}

.header.headerMain-bg .logo .img1,
.header.white .logo .img1,
.header.headerN .logo .img1,
.head.headerMain-bg .logo .img1,
.head.white .logo .img1,
.head.headerN .logo .img1 {
    display: none;
}

.header.headerMain-bg ul li a,
.header.white ul li a,
.header.headerN ul li a,
.head.headerMain-bg ul li a,
.head.white ul li a,
.head.headerN ul li a {
    color: #333;
}

.headR {
    display: flex;
    align-items: center;
    margin-right: 3%;
}

.header .nav-lang,
.head .nav-lang {
    margin-right: 3%;
    display: flex;
}

.header .nav-lang a,
.head .nav-lang a {
    color: #fff;
    font-size: 14px;
    margin-right: 4px;
}

.header.headerMain-bg .nav-lang a,
.header.white .nav-lang a,
.head.headerMain-bg .nav-lang a,
.head.white .nav-lang a {
    color: #333;
}
.header.headerMain-bg .nav-lang svg path,
.header.white .nav-lang svg path,
.head.headerMain-bg .nav-lang svg path,
.head.white .nav-lang svg path {
    fill: #333;
}


/* ==================== 标题组件 ==================== */
.Tit {
    font-size: 60px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 60px;
}

.Tit span {
    font-size: 60px;
    line-height: 1.2;
    color: #093483;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.Tit p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4;
    text-shadow: 3px 3px 6px rgb(0, 0, 0, .1);
}

.Tit.white span {
    color: #fff;
}

.Tit.white p {
    color: #fff;
}

.Tit.center {
    text-align: center;
}

.Tit.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/* ==================== 更多按钮 ==================== */
.More a {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.More a i {
    display: flex;
    align-items: center;
    padding: 14px 30px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 -5px 10px rgb(0, 0, 0, .1);
    font-size: 16px;
    color: #093483;
    position: relative;
    z-index: 2;
    transition: all .48s;
}

.More a::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #093483;
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: -1;
    transition: all .48s;
}

.More a svg {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.More a svg path {
    stroke: #093483;
}

.More a:hover::after {
    left: 0;
    top: 0;
}

.More a:hover i {
    color: #fff;
    background: #093483;
}

.More a:hover i svg path {
    stroke: #fff;
}

/* ==================== Banner轮播 ==================== */
.inTBox {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.inTBox::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 7%;
    top: 90px;
    border-left: 1px solid rgb(255 255 255 / 18%);
    z-index: 2;
}

.inBswiper {
    width: 100%;
    height: 100vh;
}

.inBItem {
    width: 100%;
    position: relative;
}

.inBItem .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: all 5s;
}

.inBItem::after {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.inBItem .indBanText {
    position: absolute;
    left: 12%;
    top: 50%;
    width: 60%;
    transform: translateY(-50%) !important;
    z-index: 6;
}

.inBItem .indBanText .tit {
    font-size: 28px;
    color: #fff;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 30px;
    opacity: 0;
    margin-bottom: 50px;
}

.inBItem .indBanText span {
    font-size: 56px;
    line-height: 1.2;
    color: #fff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 3px 3px 6px rgb(71 121 110 / 20%);
    font-weight: 600;
    opacity: 0;
}

.inBItem .indBanText .More {
    opacity: 0;
}

.inBItem.swiper-slide-active .indBanText span {
    animation: zy2 1s linear;
    animation-fill-mode: forwards;
}

.inBItem.swiper-slide-active .indBanText .tit {
    animation: zy2 1s linear .2s;
    animation-fill-mode: forwards;
}

.inBItem.swiper-slide-active .indBanText .More {
    animation: zy2 1s linear .4s;
    animation-fill-mode: forwards;
}

.inBItem.swiper-slide-active .image {
    transform: scale(1);
}

@keyframes zy2 {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Banner分页器和按钮 */
.inTsBox {
    width: 35%;
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inBNswiper {
    width: 100px;
}

.inBNswiper span {
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.inBNswiper .swiper-slide {
    opacity: 0 !important;
}

.inBNswiper .swiper-slide-thumb-active {
    opacity: 1 !important;
}

.inTsBox .swiper-pagination-progressbar {
    width: calc(100% - 180px);
    height: 1px;
    background: rgba(255, 255, 255, .3);
    position: relative;
}

.inTsBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(255, 255, 255, 1);
}

.inTsBox .btnBox {
    display: flex;
    align-items: center;
}

.inTsBox .btnBox .btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .3);
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.48s;
}

.inTsBox .btnBox .btn img {
    width: 20%;
    opacity: .5;
}

.inTsBox .btnBox .btn:hover {
    background: #093483;
}

.inTsBox .btnBox .btn:hover img {
    opacity: 1;
}

/* ==================== 关于我们 ==================== */
.indAb {
    padding-left: 7% !important;
    padding-bottom: 0 !important;
    position: relative;
    border-bottom: 1px solid rgb(8 49 122 / 18%);
}

.indAb::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 7%;
    top: 0;
    border-left: 1px solid rgb(8 49 122 / 18%);
}

.indAbBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.indAbImg {
    width: 50%;
    /* padding-top: 38%; */
    border-radius: 12px;
}

.indAbText {
    width: 45%;
}

.indAbText .Tit {
    margin-bottom: 30px;
}

.indAb_p {
    width: 100%;
}

.indAb_p p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 20px;
}

.indAbText .More {
    margin-top: 40px;
}

/* 数据展示 */
.indShuJu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

.indShuJu_li {
    width: 33.33%;
    padding: 70px 50px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .06);
    text-align: center;
}

.indShuJu_li::after {
    content: '';
    background: rgba(0, 0, 0, .06);
    width: 1px;
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.indShuJu_li:last-child::after {
    display: none;
}

.indShuJu_li span {
    font-size: 20px;
}

.indShuJu_li span b {
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    color: #083483;
    padding-right: 10px;
}

.indShuJu_li p {
    font-size: 18px;
    margin-top: 20px;
}

/* ==================== 产品中心 ==================== */
.indPro {
    padding-left: 7% !important;
    padding-bottom: 0 !important;
    position: relative;
}

.indPro::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 7%;
    top: 0;
    border-left: 1px solid rgb(8 49 122 / 18%);
}

.indPro .Tit p {
    width: 60%;
    margin: 20px auto 0;
}

.indPro .More {
    margin-top: 40px;
}

.indProBox {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgb(8 49 122 / 18%);
    position: relative;
}

.indProL {
    width: 66.66%;
}

.indProL .indProItem {
    width: 100%;
    height: 100%;
}

.indProL .indProItem .indProImg {
    padding-top: 70%;
}

.indProR {
    width: 33.33%;
}

.indProR .indProItem {
    width: 100%;
}
.indProItem {
    display: block;
    width: 33.33%;
    border-bottom: 1px solid rgb(8 49 122 / 18%);
    border-right: 1px solid rgb(8 49 122 / 18%);
    position: relative;
    overflow: hidden;
}

.indProImg {
    width: 100%;
    padding-top: 60%;
}

.indProImg::after {
    content: '';
    width: 50%;
    padding-top: 50%;
    border-radius: 50%;
    background: #e6eaf2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    opacity: .6;
    transition: all .68s;
}

.indProImg::before {
    content: '';
    width: 35%;
    padding-top: 35%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all .68s;
}

.indProImg img {
    width: 70%;
    height: 70%;
    left: 15%;
    top: 15%;
    object-fit: contain;
}

.indProText {
    text-align: center;
    padding: 0 0 50px;
}

.indProText span {
    font-size: 28px;
    width: 100%;
    color: #093483;
    font-weight: 600;
}

.indProText p {
    width: 100%;
    display: block;
    font-size: 18px;
    opacity: .8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indProItem:hover .indProImg::after {
    background: rgb(9 52 131 / 20%);
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.indProItem:hover .indProImg::before {
    transform: translate(-50%, -50%) scale(1.1);
}

/* ==================== 解决方案 ==================== */
.indSol {
    padding-left: 7% !important;
    padding-bottom: 0 !important;
    background-attachment: fixed;
    position: relative;
}

.indSol::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 7%;
    top: 0;
    border-left: 1px solid rgb(255 255 255 / 18%);
    z-index: 2;
}

.indSol::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0, .4);
}

.indSolBox {
    position: relative;
    z-index: 2;
}

.indSolBox .Tit {
    width: 60%;
    padding-left: 5%;
    margin-bottom: 200px;
}

.indSolBox .Tit p {
    line-height: 1.8;
}

.indSolBox .More {
    margin-top: 40px;
}

.indSolXq {
    width: 100%;
    display: flex;
}

.indSolLi {
    width: 25%;
    padding: 50px 80px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-left: none;
    border-bottom: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    display: block;
}

.indSolLi::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgb(9 52 131 / 46%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    transition: all 1s;
}

.indSolLi img {
    max-width: 80%;
    height: 80px;
    margin-bottom: 30px;
}

.indSolLi span {
    display: block;
    font-size: 24px;
    color: #fff;
}

.indSolLi:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
}

/* ==================== 新闻资讯 ==================== */
.indNew {
    position: relative;
    padding-bottom: 0 !important;
    padding-left: 7% !important;
}

.indNew::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 7%;
    top: 0;
    border-left: 1px solid rgb(0 0 0 / 18%);
    z-index: 2;
}

.indNewBox {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, .18);
    border-bottom: 1px solid rgba(0, 0, 0, .18);
}

.indNewLi {
    width: 33.33%;
    padding: 40px 40px 80px;
    border-right: 1px solid rgba(0, 0, 0, .18);
    position: relative;
    overflow: hidden;
}

.indNewText {
    width: 100%;
    transition: all .68s;
}

.indNewText i {
    color: #999;
    display: block;
    margin-bottom: 30px;
    transition: all .48s .28s;
}

.indNewText span {
    display: block;
    font-size: 24px;
    min-height: 68px;
    font-weight: 600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 40px;
    overflow: hidden;
}

.indNewText dd {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .18);
    font-size: 14px;
    margin-bottom: 40px;
    transition: all .48s .28s;
}

.indNewText dd svg {
    width: 14px;
    height: 14px;
    margin-left: 15px;
}

.indNewText dd svg path {
    stroke: #333;
    transition: all .48s .28s;
}

.indNewImg {
    width: 100%;
    padding-top: 68%;
    border-radius: 12px;
}

.indNewLi:hover span {
    color: #093483;
}

.indNewLi:hover dd {
    background: #093483;
    color: #fff;
}

.indNewLi:hover dd svg path {
    stroke: #fff;
}

.indNewLi:hover .indNewImg img {
    transform: scale(1.1);
}

/* ==================== 视频专区 ==================== */
.indVideo {
    position: relative;
    padding-bottom: 0 !important;
    padding-left: 7% !important;
}

.indVideo::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 7%;
    top: 0;
    border-left: 1px solid rgb(0 0 0 / 18%);
    z-index: 2;
}

.indVideoBox {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, .18);
    border-bottom: 1px solid rgba(0, 0, 0, .18);
}

.indVideoLi {
    width: 33.33%;
    padding: 40px;
    border-right: 1px solid rgba(0, 0, 0, .18);
    position: relative;
    overflow: hidden;
    display: block;
    transition: all .48s;
}

.indVideoLi:last-child {
    border-right: none;
}

.indVideoThumb {
    width: 100%;
    padding-top: 56.25%; /* 16:9 ratio */
    border-radius: 12px;
    margin-bottom: 0;
    position: relative;
}

.indVideoThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px;
    transition: all .68s;
}

.video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: all .48s;
}

.video-play-icon svg {
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
    transition: all .48s;
}

.indVideoText {
    width: 100%;
}

.indVideoText span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 60px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .48s;
}

.indVideoText i {
    color: #999;
    font-size: 14px;
    display: block;
    transition: all .48s;
}

.indVideoLi:hover .indVideoThumb img {
    transform: scale(1.1);
}

.indVideoLi:hover .video-play-icon {
    transform: translate(-50%, -50%) scale(1.15);
}

.indVideoLi:hover .video-play-icon svg circle {
    fill: rgba(9, 52, 131, 0.9);
}

.indVideoLi:hover .indVideoText span {
    color: #093483;
}

.indVideoLi:hover .indVideoText i {
    color: #093483;
}

/* ==================== 响应式 ==================== */
@media screen and (max-width: 1400px) {
    
    .header ul li, .head ul li {
        padding: 0 24px;
    }
    .nav li .div1 .div1-2 a {
        margin: 0 24px;
    }
}

@media screen and (max-width: 1200px) {
    
    .indProItem {
        width: 100%;
    }
    
    .indNewBox {
        flex-wrap: wrap;
    }
    
    .indNewLi {
        width: 50%;
    }
    
    .indVideoBox {
        flex-wrap: wrap;
    }
    
    .indVideoLi {
        width: 50%;
        border-bottom: 1px solid rgba(0, 0, 0, .18);
    }
    
    .indVideoLi:nth-child(2) {
        border-right: none;
    }
    
    .indSolXq {
        flex-wrap: wrap;
    }
    
    .indSolLi {
        width: 50%;
    }
    .header ul li, .head ul li {
        padding: 0 16px;
    }
    .nav li .div1 .div1-2 a {
        margin: 0 16px;
    }
}

@media screen and (max-width: 768px) {
    .Tit span {
        font-size: 32px;
    }
    
    .Tit p {
        font-size: 16px;
    }
    
    .inBItem .indBanText .tit {
        font-size: 24px;
    }
    
    .inBItem .indBanText span {
        font-size: 36px;
    }
    
    .indAbBox {
        flex-direction: column;
    }
    
    .indAbImg,
    .indAbText {
        width: 100%;
    }
    
    .indProItem,
    .indNewLi,
    .indVideoLi,
    .indSolLi {
        width: 100%;
        border-right: none;
    }
    
    .indVideoLi {
        border-bottom: 1px solid rgba(0, 0, 0, .18);
    }
    
    .indVideoLi:last-child {
        border-bottom: none;
    }
    
    .padd {
        padding: 40px 0;
    }
    
    .header {
        height: 70px;
    }
    
    .inTBox {
        height: 60vh;
    }
}

/* ==================== 底部Footer ==================== */
.footer {
    width: 100%;
    position: relative;
    padding-top: 80px;
    padding-left: 7%;
    background: #052155;
}

.footer::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 7%;
    top: 0;
    border-left: 1px solid rgb(255 255 255 / 18%);
    z-index: 2;
}

.footTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footEwm {
    text-align: center;
}

.footEwm img {
    width: 80px;
}

.footEwm p {
    color: #fff;
    font-size: 12px;
    margin-top: 8px;
}

.footBox {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
    overflow: hidden;
}

.footBox h5 {
    color: #fff;
    font-size: 24px;
}

.footL {
    width: 30%;
}

.footLogo img {
    width: 180px;
}

.footLogo p {
    margin-top: 20px;
    font-size: 18px;
    color: rgba(255, 255, 255, .6);
}

.fdXList {
    margin-top: 60px;
}

.fdXItem {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.fdXItem span {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
}

.fdXItem img {
    width: 20px;
    margin-right: 5px;
}

.fdXText {
    width: 90%;
    font-size: 18px;
    color: rgba(255, 255, 255, .6);
    opacity: .6;
    margin: 20px 0 30px;
}

.footNav {
    width: 65%;
}

.footNav ul {
    display: flex;
    justify-content: space-between;
}

.footNav ul li a {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 20px;
    transition: all .3s;
}

.footNav ul li a:hover {
    color: #093483;
}

.footNav ul li a span {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.footLink {
    margin-bottom: 10px;
}

.footLink p {
    color: #fff;
}

.footLink a {
    color: rgba(255, 255, 255, .6);
    margin-left: 20px;
}

.fdUBon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.fdUBon p,
.fdUBon a {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    opacity: .6;
}

/* 底部移动端响应式 */
@media screen and (max-width: 1024px) {
    .footer {
        padding-left: 4%;
    }
    
    .footer::before {
        left: 4%;
    }
    
    .footBox {
        flex-direction: column;
    }
    
    .footL,
    .footNav {
        width: 100%;
    }
    
    .footNav {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .footNav ul {
        flex-wrap: wrap;
    }
    
    .footNav ul li {
        width: 50%;
        margin-bottom: 20px;
    }
}
