*{
    margin:0;
    padding:0;
}

html, body {
    min-height: 100%;
}

body {
    background-color: #071428;
    background-image: url(/images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

a{
    text-decoration: none;
}
ul li{
    list-style: none;
}

/*---------------------------header---------------------------*/
.header { 
    height: 56px;
    background: linear-gradient(90deg, #153763 0%, #1D5B93 50%, #3A79A2 77%, #2D749C 100%);
    position: relative;
    z-index: 10;
}
.header .contain { 
    width:1680px;
    margin:0 auto;
    display: grid;
    grid-template-columns: 44px auto 100px;
    color:white;
}
.header .contain .logo { 
    padding:10px 0;
}
.header .contain .logo img{ 
    height: 36px;
    display: block;
}
.header .contain .nav { 
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .contain .nav .nav-item { 
    display: block;
    position: relative;
    height: 56px;
    line-height: 56px;
}
.header .contain .nav .nav-item .nav-text{
    color:white;
    margin:0 24px;
    font-size:16px;
    cursor: pointer;
}
.header .contain .nav .nav-item .sub-nav-list{
    display: none;
    position: absolute;
    top:46px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    min-width: 140px;
    background:white;
    padding:10px 12px;
    border-radius: 16px;
    z-index: 99;
    white-space: nowrap;
}
.header .contain .nav .nav-item:hover .sub-nav-list{
    display: block;
}
.header .contain .nav .nav-item:hover .sub-nav-list .sub-nav-item{
    line-height: 22px;
    font-size:14px;
    display: block;
    padding:10px 12px;
    color:black;
    cursor: pointer;
    white-space: nowrap;
}
.header .contain .nav .nav-item:hover .sub-nav-list .sub-nav-item:hover{
    color:white;
	background: #5DC086;
}



.header .contain .lang { 
    width: 100px;
    text-align: right;
    font-size:14px;
    position: relative;
    cursor: pointer;
}
.header .contain .lang .current { 
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 56px;
}
.header .contain .lang .current .txt { }
.header .contain .lang .current .icon { 
    height: 16px;
    border:1px dashed #69818F;
    margin-left: 2px;
}
.header .contain .lang .lang-list {
    display: none;
    position: absolute;
    top:56px;

    width: 88px;
    background: rgba(1,35,71,0.6);
    border-radius: 12px 12px 12px 12px;
 }
.header .contain .lang:hover .lang-list{
    display: block;
}
.header .contain .lang .lang-list .txt {
    text-align: center;
    line-height: 32px;
 }
.header .contain .lang .lang-list .txt:hover {
    height: 32px;
    background: #032143;
    border-radius: 8px 8px 8px 8px;
 }

/*---------------------------banner---------------------------*/
.banner {
    position: relative;
    isolation: isolate;
    z-index: 1;
    height: 586px;
    min-height: 586px;
    background-color: transparent;
    background-image: none;
    overflow: hidden;
 }
.banner .banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    pointer-events: none;
    display: block;
}
.banner .contain {
    position: relative;
    z-index: 2;
    width:1280px;
    margin:0 auto;
    overflow: hidden;
    padding-top: 110px;
 }
.banner .contain .info { 
    float:left;
    width:600px;
    color:white;
}
.banner .contain .info h1{
    min-height: 71px;
    height: auto;
    line-height: 1.2;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 48px;
    text-shadow: 0px 0px 8px rgba(71,212,255,0.77);
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 12px;
    margin-bottom: 8px;
    overflow: visible;
}
.banner .contain .info h4{
    width:100%;
    word-break: break-all;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    text-shadow: 0px 0px 8px rgba(71,212,255,0.7);
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 20px;
}
.banner .contain .info .font3{
    font-size:14px;
}
.banner .contain .info .font3 p{
    float:left;
}
.banner .contain .info .font3 span{
    float:left;
    margin:10px;
    width: 64px;
    height: 0px;
    border: 1px solid;
    opacity: 0.4;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
}

.banner .contain .banner-list {
    float:right;
    position: relative;
    z-index: 3;
    padding-bottom: 30px;
 }
.banner .contain .swiper {
    position: relative;
    z-index: 3;
    width: 630px;
    height: 312px;
    border:1px solid #73CCFA;
    border-radius: 6px;
    overflow: hidden;
    background-color: #071428;
 }
.banner .contain .swiper .swiper-wrapper { }
.banner .contain .swiper .swiper-wrapper .swiper-slide { }
.banner .contain .swiper .swiper-wrapper .swiper-slide img {
    position: relative;
    z-index: 3;
    width:630px;
    height: 312px;
    display: block;
 }
.banner .contain .swiper-pagination { }
.banner .contain .swiper-pagination .swiper-pagination-bullet { 
    width: 20px;
    height: 3px;
    border-radius: unset;
    background: #647E9F;
}
.banner .contain .swiper-pagination .swiper-pagination-bullet-active { 
    background:white;
}


/*---------------------------notice---------------------------*/
.notice { 
    background: rgba(234, 247, 254, 0.92);
}
.notice .contain{
    width:1280px;
    margin:0 auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: 40px auto;
}
.notice .icon { 
    padding: 12px;
}
.notice .icon img {
    width: 16px;
    height: 16px;
    display: block;
 }
.notice .notice-list { 
    display: grid;
    grid-template-columns: repeat(5, 20%);
    position: relative;
}
.notice .notice-list .notice-item { 
    font-size:12px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notice .notice-list .notice-item .icon-circle { 
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:#0862BB;
}
.notice .notice-list .notice-item .txt { 
    margin-left: 10px;
    font-size:12px;
    
    display: -webkit-box; /* 必须设置为弹性盒模型 */
    -webkit-box-orient: vertical; /* 设置盒子内元素垂直排列 */
    -webkit-line-clamp: 1; /* 控制显示的行数 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 溢出显示省略号（兜底） */
}
.notice .notice-list .item-bg{
    width: 128px;
    height: 40px;
    background: linear-gradient( 270deg, #EAF7FE 0%, rgba(234,247,254,0) 100%);
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    right:10px;
    z-index:2;
} 


/*---------------------------services---------------------------*/
.services { 
    padding-top: 66px;
    background: transparent;
}
.services .title { 
    text-align: center;
    font-size: 44px;
    color: #fff;
    text-shadow: 0 1px 8px rgba(0,0,0,0.45);
}
.services .desc { 
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255,255,255,0.85);
    width:1280px;
    margin:12px auto 0;
}
.services .service-list { 
    display: grid;
    grid-template-columns: repeat(4, 25%);
    width:1280px;
    margin:0 auto;
    overflow: visible;
    padding-top: 70px;
    align-items: stretch;
}
.services .service-list .service-item {
    width:305px;
    min-height: 254px;
    height: 100%;
    padding-bottom: 20px;
    border:1px solid #EBEFF1;
    border-radius: 10px;
    cursor: pointer;
    background: rgba(255,255,255,0.96);
    box-sizing: border-box;
}
.services .service-list .service-item:hover{
    background: url(../images/service-item-bg.png) no-repeat;
    background-size:  100% 100%;
}
.services .service-list .service-item .icon { 
    margin:24px;
    height: 40px;
    width:40px;
    padding:12px;
    background:#EDF4FB;
    border-radius: 10px;
}
.services .service-list .service-item .icon img { 
    height: 40px;
    width:40px;
    border:1px dashed #B9BDC0;
    display: block;
}
.services .service-list .service-item .item-title { 
    margin:12px 24px 8px;
    font-size:22px;
    line-height: 1.3;
    
    display: -webkit-box; /* 必须设置为弹性盒模型 */
    -webkit-box-orient: vertical; /* 设置盒子内元素垂直排列 */
    -webkit-line-clamp: 2; /* 控制显示的行数 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 溢出显示省略号（兜底） */
}
.services .service-list .service-item .txt {
    margin:8px 24px 0;
    font-size:14px;
    line-height: 22px;
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    text-overflow: unset;
 }


/*---------------------------reasons---------------------------*/
.reason { 
    padding-top: 80px;
    padding-bottom: 80px;
    background: transparent;
}
.reason .contain { 
    width:1280px;
    margin:0 auto;
    padding:0 10px;
    overflow: visible;
    display: grid;
    grid-template-columns: 630px auto;
    align-items: stretch;
}
.reason .reason-list { 
    width:560px;
}
.reason .reason-list .reason-item { 
    padding:32px;
    border:1px solid #F0F3F4;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 88px auto;
    box-shadow: #eee 0 0 10px;
    background: rgba(255,255,255,0.96);
}
.reason .reason-list .reason-item ~ .reason-item {
    margin-top: 12px;
}
.reason .reason-list .reason-item .icon { }
.reason .reason-list .reason-item .icon img {
    width:56px;
    height: 56px;
 }
.reason .reason-list .reason-item .content { }
.reason .reason-list .reason-item .content .item-title { 
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 12px;
    color:black;
}
.reason .reason-list .reason-item .content .txt { 
    font-size: 15px;
    line-height: 24px;
    color:#747474;
}
.reason .more-reason {
    width: 580px;
    max-width: 100%;
    position: relative;
    padding: 0;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
/* 蓝色底框：顶部对齐左侧；底部留白让白卡探出 */
.reason .more-reason::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 72px;
    background: linear-gradient(180deg, #0c2f78 0%, #0f3480 55%, #1648a8 100%);
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(15, 84, 200, 0.22);
    z-index: 0;
}
.reason .more-reason .more-reason-head {
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 16px 28px 10px;
    text-align: center;
    flex-shrink: 0;
}
.reason .more-reason .title {
    font-size: clamp(28px, 2.4vw, 36px);
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1px;
}
/* 白色内容框：拉长，并下沉到底部与左侧卡片底对齐 */
.reason .more-reason .more-reason-body {
    position: relative;
    z-index: 2;
    width: fit-content;
    max-width: calc(100% - 48px);
    margin: auto auto 0;
    padding: 40px 36px 44px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(8, 35, 90, 0.18);
}
.reason .more-reason .reason-points {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.reason .more-reason .reason-points li {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: clamp(18px, 1.35vw, 24px);
    color: #1f2937;
    line-height: 1.4;
    font-weight: 500;
    padding-left: 0;
    margin-bottom: 32px;
    white-space: nowrap;
}
.reason .more-reason .reason-points li:last-child {
    margin-bottom: 0;
}
.reason .more-reason .reason-points li::before {
    display: none;
}
.reason .more-reason .circle-num {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1677ff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.reason .more-reason .point-text {
    flex: 1;
    min-width: 0;
    color: #1f2937;
    font-weight: 500;
}
.reason .more-reason .point-text .point-label {
    font-weight: 700;
}
.reason .more-reason .point-text .point-desc {
    font-weight: 500;
}
.reason .more-reason .wave-line {
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 240px;
    height: 240px;
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}
.reason .more-reason .desc {
    display: none;
}
.reason .more-reason .logoImg {
    display: none;
}


/*---------------------------tool-bar---------------------------*/
 .tool-bar{
    position: fixed;
    right:20px;
    bottom: 300px;
 }
 .tool-bar .tool-item{
    border-radius: 10px;
    width: 72px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 16px 40px -10px rgba(8,52,119,0.1);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid rgba(6,56,81,0.1);
    text-align: center;
    padding:12px 0;
    position: relative;
 }
 .tool-bar .tool-item ~ .tool-item{
    margin-top: 8px;
 }
 .tool-bar .tool-item .icon{
    width:24px;
    height: 24px;
    margin:0 auto 4px;
 }
 .tool-bar .tool-item .icon img{
    width:24px;
    height: 24px;
    display: block;
    border:1px dashed #9B9B9B;
    background:white;
 }
 .tool-bar .tool-item p{
    font-size:12px;
    line-height: 20px;
 }

 .tool-bar .tool-toUp {
    margin-top: 8px;
    padding:24px;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    box-shadow: 0px 16px 40px -10px rgba(8,52,119,0.1);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid rgba(6,56,81,0.1);
    text-align: center;
 }
 .tool-bar .tool-toUp img{
    width:24px;
    height: 24px;
    border:1px dashed #9B9B9B;
    background:white;
 }

 .tool-bar .tool-item:hover{
    background:#1F457D;
    color:white;
    cursor: pointer;
 }
 .tool-bar .tool-toUp:hover{
    background:#1F457D;
    color:white;
    cursor: pointer;
 }


.tool-bar .tool-item .media-qrcode{
    position: absolute;
    top: -15px;
    left:-120px;
    display: none;
    width: 90px;
    height: 90px;
    z-index: 99999;
    padding: 5px;
    background:rgba(255,255,255,.5);
}
 .tool-bar .tool-item:hover .media-qrcode{
    display: block;
 }
 



/*---------------------------footer---------------------------*/
.footer { 
    background:#1F457D;
}
.footer .contain{ 
    width:1280px;
    margin:0 auto;
}
.footer .contain .footer-top { 
    padding-top: 48px;
    padding-bottom: 30px;
    display: grid;
    width:1280px;
    grid-template-columns: 480px auto;
}
.footer .contain .footer-top .footer-logo {
 }
.footer .contain .footer-top .footer-logo .logo { 
    height:56px;
    padding-bottom: 30px;
}
.footer .contain .footer-top .footer-logo .social-icons {
 }
.footer .contain .footer-top .footer-logo .social-icons p {
    font-size:12px;
    line-height: 20px;
    color:#647FA5;
    padding-bottom:8px;
 }
.footer .contain .footer-top .footer-logo .social-icons img { 
    height: 28px;
}
.footer .contain .footer-top .footer-logo .social-icons img ~ img{
    margin-left:20px;
}
.footer .contain .footer-top .footer-links { 
    color:white;
    min-width:670px;
    max-width:800px;
    display: grid;
    grid-template-columns: repeat(6, 16%);
}
.footer .contain .footer-top .footer-links .link-item { 
}
.footer .contain .footer-top .footer-links .link-item ~  .link-item{
    margin-left:12px;
}
.footer .contain .footer-top .footer-links .link-item h5 { 
    font-size:20px;
    line-height: 28px;
    margin-bottom: 16px;
    
    display: -webkit-box; /* 必须设置为弹性盒模型 */
    -webkit-box-orient: vertical; /* 设置盒子内元素垂直排列 */
    -webkit-line-clamp: 1; /* 控制显示的行数 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 溢出显示省略号（兜底） */
}
.footer .contain .footer-top .footer-links .link-item ul {
    width:100%;
 }
.footer .contain .footer-top .footer-links .link-item ul li ~ li {
    padding-top:8px;
 }
.footer .contain .footer-top .footer-links .link-item ul li div {
    color:#6C85A9;
    font-size:15px;
    line-height: 22px;
    cursor: pointer;
 }
.footer .contain .footer-top .footer-links .link-item .media-list{
}
.footer .contain .footer-top .footer-links .link-item .media-list .media-item{
    width: 24px;
    height: 24px;
    border:1px dashed #69818F;
    float:left;
    position: relative;
}
.footer .contain .footer-top .footer-links .link-item .media-list .media-item ~ .media-item{
    margin-left: 10px;
}
.footer .contain .footer-top .footer-links .link-item .media-list .media-item .media-icon {
    width: 14px;
    height: 14px;
    padding:5px;
    background:white;
    border-radius: 50%;
    display: block;
 }
.footer .contain .footer-top .footer-links .link-item .media-list .media-item .media-qrcode{
    position: absolute;
    top: -85px;
    left:-30px;
    display: none;
    width: 70px;
    height: 70px;
    z-index: 99999;
}
.footer .contain .footer-top .footer-links .link-item .media-list .media-item:hover .media-qrcode{
    display: block;
    padding: 5px;
    background:rgba(255,255,255,.5);
}

.footer .footer-bottom {
    text-align: center;
    border-top:1px solid #294D83;
    padding:24px 0;
 }
.footer .footer-bottom p{ 
    line-height: 20px;
    font-size:12px;
    color:#6A82A7;
}
.footer .footer-bottom p a{ 
    color:#39B8D0;
}

/* End of auto-generated stubs */


