html,
body {
    position: relative;
    height: 100%;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
}

a{text-decoration:none;color: white}

.body-h{
    display: flex;
    flex-direction: column;
}
.Nav{
    width: 100%;
    height: 72px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .04);
    z-index: 99999;
    box-shadow: rgb(2 80 158 / 14%) 0px 0px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1220px;
}
.nav-content{
    width: 1200px;
    display:flex ;
    align-items: center;
}
.scrolled{
    background: #ffffff !important;
}
.link_a{
    margin-left: 50px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
}
.link_adq{
    color: #ffffff;
    font-weight: bold;
}
.scrolled-content .link_a{
    color: #767A7E;
}
.scrolled-content .link_adq{
    color: #343B45;
}
.tit_img_2{
    margin-left: 143px;
}
.link_span{
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    margin-left: 8px;
    margin-right: 24px;
}
.scrolled-content .link_span{
    color: #343B45;
}
.link_but{
    width: 96px;
    height: 32px;
    background: linear-gradient(313deg, #EEA03C 0%, #FFBD68 100%);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    display: flex;
    /*align-items: center;*/
    line-height: 32px;
    justify-content: center;
}
.swiper-pagination-bullet{
    background-color: transparent;
    width: 20px !important;
    height: 20px !important;
    /*display: inline-flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: transparent;
    width: 20px !important;
    height: 20px !important;
    /*border: solid 1px #FFFFFF;*/
    /* 使用伪元素创建内部实心圆 */
    position: relative;
}
.swiper-pagination-bullet-active::before{
    /*content: "";*/
    /*position: absolute;*/
    /*top: 3px; !* 调整内圆的上边距 *!*/
    /*left: 3px; !* 调整内圆的左边距 *!*/
    /*width: 12px; !* 调整内圆的宽度 *!*/
    /*height: 12px; !* 调整内圆的高度 *!*/
    /*background-color: #FFFFFF; !* 设置内圆的颜色 *!*/
    /*border-radius: 50%; !* 使内圆成为圆形 *!*/
}

.swiper-pagination-bullet-active .yuans::before{
    content: "";
    position: absolute;
    width: 20px !important; /* 调整内圆的宽度 */
    height: 20px !important; /* 调整内圆的高度 */
    top: -5px; /* 调整内圆的上边距 */
    left: -5px; /* 调整内圆的左边距 */
    border:1px solid #FFFFFF;
    border-radius: 50%; /* 使内圆成为圆形 */
}

.swiper-pagination {
    margin-bottom: 50px;
}
.image-container {
    position: relative;
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white; /* Set the text color to match your design */
}
.centered-text>div:first-child{
    font-size: 24px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
}
.centered-text>div:last-child{
    margin-top: 13px;
    font-size: 44px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 4px;
}

/**
公共标题
 */
.public_title{
    margin-top: 80px;
    margin-bottom: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.public_title>div:first-child{
    font-size: 34px;
    font-weight: 400;
    color: #343B45;
    margin-bottom: 4px;
}
.public_title>div:last-child{
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #969FAB;
}

/** 查看更多 **/
.public-ckgd{
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #294882;
    cursor: pointer;
}
.public-ckgd>img{
    margin-left: 16px;
}

/**
企业服务
 */
.qifw{
    height: 769px;
    background-image: url("../images/qyfw_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}
.qifw_content{
    display: flex;
    align-items: center;
    justify-content: center;

}
.qifw_content>div{
    width: 280px;
    height: 476px;
    background: #F9FCFE;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #DEDEDE;
    margin-left: 20px;
    position: relative;
}
.qifw_content>div:first-child{
    margin-left: 0px;
    background-image: url("../images/qyfw_bg_1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.qifw_zz{
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 294px;
    transition:height 0.3s ease;
}

.qifw_content .qifw_zz::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 95, 159, 0.5); /* 半透明黑色背景 */
    z-index: 999; /* 设置遮罩层的堆叠顺序，确保在内容之上 */
    pointer-events: none; /* 让鼠标事件透传到下面的内容 */
    opacity: 1; /* 初始时设置遮罩不可见 */
    transition: opacity 0.3s; /* 添加渐变效果，使遮罩消失更平滑 */


}
.qifw_content>div:hover .qifw_zz::before{
    opacity: 0; /* 鼠标移入时将遮罩的不透明度设置为0，使其消失 */
}
.qifw_content>div:hover .qifw_zz{
    height: 258px;
}
.qifw_content>div:hover .qyfw_x_but{
    opacity: 1;
}

.qifw_content .qifw_zz:hover::before {
    opacity: 0; /* 鼠标移入时将遮罩的不透明度设置为0，使其消失 */
}
.qifw_zz_title_1{
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    margin-top: 50px;
    margin-top: 50px;
    margin-bottom: 65px;
    margin-left: 30px;
}
.ckgd{
    margin-top: 40px;
    width: 104px;
    height: 32px;
    border-radius: 4px 4px 4px 4px;
    background-color: rgba(255,255,255,0.2);
    color: #FAFCFF;
    cursor:pointer;
    margin-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ckgd:hover{
    color: #2C51A2;
    background-color: rgba(255,255,255,1);
}
.qyfw_x_title_1{
    font-size: 20px;
    font-weight: 400;
    color: #343B45;
    margin-left: 30px;
    margin-top: 26px;
    margin-bottom: 20px;
}
.qyfw_x_title_2{
    /*width: 207px;*/
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #767A7E;
    /*word-break: break-all;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    margin-left: 30px;
}
.qyfw_x_but{
    cursor: pointer;
    position: absolute;
    opacity: 0;
    bottom: 32px;
    left: 30px;
    transition:  opacity 0.3s ease;
}

/**
技术服务
 */
.jsfw{
    display: flex;
    flex-direction: column;
}
.jsfw_x_title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.jsfw_x_title>div{
    width: 200px;
    color: #767A7E;
    border-bottom: 1px solid #C9CED6;
    padding-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    cursor: pointer;
}
.jsfw_xzys{
    color: #343B45 !important;
    border-bottom: 3px solid #2C51A2 !important;
}
.jsfw_xzys_1{
    color: #2C51A2 !important;
    border-bottom: 3px solid #2C51A2 !important;
    font-weight: bold;
}

.jsfw_w{
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-image 0.3s ease; /* 添加过渡效果 */
}
.jsfw_w_1{
    width: 590px;
    height: 384px;
    margin-bottom: 20px;
    background-image: url("../images/jsfu_bg_1.png");
}
.jsfw_w_1:hover{
    background-image: url("../images/jsfu_bg_1_hover.png");
}
.jsfw_w_2{
    width: 590px;
    height: 300px;
    background-image: url("../images/jsfu_bg_2.png");
}
.jsfw_w_2:hover{
    background-image: url("../images/jsfu_bg_2_hover.png");
}

.jsfw_w_3{
    width: 590px;
    height: 300px;
    margin-bottom: 20px;
    background-image: url("../images/jsfu_bg_3.png");
}
.jsfw_w_3:hover{
    background-image: url("../images/jsfu_bg_3_hover.png");
}
.jsfw_w_4{
    width: 590px;
    height: 384px;

    background-image: url("../images/jsfu_bg_4.png");
}
.jsfw_w_4:hover{
    background-image: url("../images/jsfu_bg_4_hover.png");
}

.jsfw_w_5{
    width: 590px;
    height: 384px;
    margin-bottom: 20px;
    background-image: url("../images/jsfu_bg_5.png");
}
.jsfw_w_5:hover{
    background-image: url("../images/jsfu_bg_5_hover.png");
}
.jsfw_w_6{
    width: 590px;
    height: 300px;
    background-image: url("../images/jsfu_bg_6.png");
}
.jsfw_w_6:hover{
    background-image: url("../images/jsfu_bg_6_hover.png");
}

.jsfw_w_7{
    width: 590px;
    height: 300px;
    margin-bottom: 20px;
    background-image: url("../images/jsfu_bg_7.png");
}
.jsfw_w_7:hover{
    background-image: url("../images/jsfu_bg_7_hover.png");
}
.jsfw_w_8{
    width: 590px;
    height: 384px;

    background-image: url("../images/jsfu_bg_8.png");
}
.jsfw_w_8:hover{
    background-image: url("../images/jsfu_bg_8_hover.png");
}


.jsfw_w_i{
    position: absolute;
    left: 40px;
    bottom: 76px;
}
.jsfw_w_t{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: 40px;
    bottom: 30px;
}


/**
深耕细分
 */
.sgxf{
    display: flex;
    flex-direction: column;
    height: 782px;
    background-image: url("../images/sgxf_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 120px;
    align-items: center;
}
.sgxf-content{
    display: flex;
    width: 1200px;
    height: 470px;
}
.sgxf-content-left{
    background-color: rgba(0,0,0,0.4);
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sgxf-content-right{
    background-color: rgba(0,0,0,0.28);
    width: 900px;
    height: 100%;
}
.sgxf-content-left>div{
    width: 268px;
    height: 40px;
    border-radius: 4px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease; /* 添加过渡效果 */
}
.sgxf-content-left>div:hover{
    background: #98B9F8;
}
.slide-fade-enter-active, .slide-fade-leave-active {
    transition: transform 0.5s, opacity 0.5s;
}
.slide-fade-enter, .slide-fade-leave-to {
    transform: translateY(100%);
    opacity: 0;
}
.scroll-container {
    width: 440px;
    height: 230px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.6028);
    margin-top: 80px;
    margin-left: 64px;
}
.scroll-content {
    position: absolute;
    width: 100%;
    height: 100%;
}
.sgxf-x-title{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.sgxf-x-content{
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.sgxf-x-icon{
    display: flex;
    align-items: center;
    position: absolute;
    top: 180px;
    bottom: 40px;
}
.sgxf-x-icon>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 32px;
}
.sgxf-x-icon>div>img{
    margin-bottom: 6px;
}
.sgxf-x-icon>div:last-child{
    margin-right: 0px;
}
.sgxf-but-1{
    width: 112px;
    height: 40px;
    background: #2C51A2;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sgxf-but-1:hover{
   background: #5575BD;
}
.sgxf-but-2{
    width: 112px;
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sgxf-but-2:hover{
    color: #2C51A2;
    background: #FFFFFF;
}

/**
关于我们
 */
.gywm{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gywm-content{
    width: 1200px;
    height: 494px;
    position: relative;
}
.gywm-content-left{
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 679px;
    height: 432px;
}
.gywm-content-right{
    z-index: 9;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #294882;
    width: 706px;
    height: 445px;
}
.gywm-right{
    margin-left: 225px;
    margin-top: 47px;
    display: flex;
    flex-direction: column;
}
.gywm-right-title{
    font-size: 20px;
    font-weight: bold;
    color: #2C51A2;
}
.gywm-right-title-x{
    margin-top: 20px;
    margin-bottom: 30px;
    width: 20px;
    height: 2px;
    background: #2C51A2;
}
.gywm-right-content{
    font-size: 16px;
    font-weight: 400;
    color: #767A7E;
    line-height: 40px;
    padding-right: 30px;
    /*text-indent: 2rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.gywm-right-but{
    display: flex;
    align-items: center;
    margin-top: 18px;
    cursor: pointer;
    color: #294882;
}
.gywm-right-but>img{
    margin-left: 16px;
}

/**
滨航咨询
 */
.bhzx{
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;

    background-image: url("../images/qyfw_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 832px;
}
.bhzx-content{
    display: flex;
}
.bhzx-content>div{
    margin-left: 30px;
    width: 380px;
    height: 466px;
    border-radius: 4px 4px 4px 4px;
}
.bhzx-content>div:first-child{
    margin-left: 0px;
}
.bhzx-title{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bhzx-title>div{
    font-size: 18px;
    font-weight: bold;
    color: #343B45;
    width: 270px;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.imagener-1 {
    width: 380px;
    height: 280px;
    position: relative;
}

.imagener-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 95, 159, 0.5); /* 背景颜色和透明度可以根据需要调整 */
    opacity: 1;
    transition: opacity 0.3s; /* 添加渐变效果 */
}


.bhzx-content>div:hover .imagener-1::before{
    opacity: 0; /* 当鼠标悬停时，遮罩显示出来 */
}
.bhzx-content>div:hover{
    background: #FFFFFF;
    box-shadow: 0px 2px 18px 1px rgba(28,47,83,0.08);

}
.bhzx-content>div:hover .bhzx-title>div{
    color: #2C51A2;
}
.bhzx-time{
    font-size: 14px;
    font-weight: 400;
    color: #969FAB;
    margin-top: 34px;
    margin-bottom: 8px;
}
.bhzx-cont{
    width: 320px;
    font-weight: 400;
    color: #767A7E;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/**
公共底部表单
 */
.footer-from{
    height: 350px;
    background-image: url("../images/footer-from.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-from-title{
    margin-top: 87px;
    font-size: 34px;
    font-weight: 400;
    color: #F9FCFE;
}
.footer-from-title-fu{
    font-size: 16px;
    font-weight: 400;
    color: rgba(249,252,254,0.8);
    margin-top: 15px;
}
input {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    outline: none;
}
.footer-from-content{
    display: flex;
}
.footer-from-name{
    width: 160px;
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0px 14px;
}
.footer-from-name>div{
    width: 42px;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
}
.footer-from-phone{
    width: 300px;
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0px 14px;

}
.footer-from-phone>div{
    width: 70px;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
}
.footer-from-but{
    width: 112px;
    height: 40px;
    background: #2C51A2;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.footer-from-but:hover{
    opacity: 0.5;
}

.footer{
    height: 456px;
    background: #212B4C;
    display: flex;
    justify-content: center;
}
.footer-cont{
    margin-top: 63px;
    width: 1200px;
}
.footer-cont-top{
    display: flex;
}
.footer-cont-cp{
    display: flex;
    flex-direction: column;
}
.footer-title{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.footer-cont-x-title{
    display: flex;
    flex-wrap: wrap;
    width: 200px;
}
.footer-cont-x-title>a{
    width: 50%;
    margin-top: 20px;
    font-weight: 400;
    color: #ACB2BE;
}
.footer-cont-gy{
    margin-left: 30px;
}
.footer-cont-gy-title{
    display: flex;
    flex-wrap: wrap;
    width: 200px;
}
.footer-cont-gy-title>a{
    width: 100%;
    margin-top: 20px;
    font-weight: 400;
    color: #ACB2BE;
}
.footer-cont-lx-c{
    margin-top: 12px;
    display: flex;
    flex-direction: column;
}
.footer-cont-lx-c>div{
    margin-top: 12px;
    font-weight: 400;
    color: #ACB2BE;
}
.footer-hx{
    width: 1200px;
    height: 1px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    background: #777F8F;
    margin-top: 40px;
    margin-bottom: 32px;
}
.footer-cont-dow{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-cont-dow>div{
    display: flex;
    align-items: center;
}
.footer-cont-dow>div>div{
    font-size: 14px;
    font-weight: 400;
    color: #ACB2BE;
}
.footer-cont-dow>div>div:first-child{
    padding-right: 20px;
    border-right: 1px solid #777F8F;;
    margin-right: 20px;
}

/**
业务体系
 */
.yewutix{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.yewutix_x_title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.yewutix_x_title>div{
    width: 171px;
    color: #767A7E;
    border-bottom: 1px solid #C9CED6;
    padding-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    cursor: pointer;
}
.yewutix-content{
    width: 100%;

}
.yewutix-content>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.yewu-public{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #C9CED6;
    margin-bottom: 40px;
    width: 1200px;
}
.yewu-public-title{
    font-size: 40px;
    font-weight: 400;
    color: #343B45;
    display: flex;
    align-items: center;
}
/*.yewu-public-title>div{*/
/*    font-size: 42px;*/
/*    font-family: Objectivity-Medium, Objectivity;*/
/*    font-weight: 500;*/
/*    color: #6087DE;*/
/*    margin-right: 35px;*/
/*}*/
.yewu-public-title>div{
   display: flex;
    align-items: center;
    margin-right: 20px
}
.yewu-public-title>div>img{
    width: 59px;
    height: 34px;
}
.yewu-public-content{
    margin-top: 30px;
    flex-grow: 1;
    font-size: 16px;
    font-weight: 400;
    color: #343B45;
    padding-right: 197px;
    line-height: 30px;
}
.yewu-public-title-f{
    font-size: 14px;
    font-weight: 400;
    color: #969FAB;
}
.yewu-public-dow{
    display: flex;
    width: 1200px;
}
.yewu-public-dow>div{
    display: flex;
    flex-direction: column;
}
.yewu-public-dow>div>div:nth-child(2){
    font-size: 24px;
    font-weight: 400;
    color: #343B45;
    margin-top: 20px;
    margin-bottom: 20px;
}
.yewu-public-dow>div>div:nth-child(3){
    width: 161px;
    font-size: 16px;
    font-weight: 400;
    color: #767A7E;
    line-height: 30px;
}
.yewutix-bg>div:nth-child(2n){
    background: #F7FAFF;

}
/**
客户案例
 */
.kehu{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.kehu_x_title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.kehu_x_title>div{
    width: 150px;
    color: #767A7E;
    border-bottom: 1px solid #C9CED6;
    padding-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    cursor: pointer;
}
.kehu-content{
    width: 1200px;
    display: flex;
    justify-content: space-between;

}
.kehu-content>div:last-child>img{
    /*width: 580px;*/
    /*height: 360px;*/
}
.kehu-yy{
    width: 1200px;
    display: flex;
    flex-direction: column;
}
.kehu_gh{
    display: flex;
    flex-direction: column;
}
.kehu_gh>div:first-child{
    font-size: 24px;
    font-weight: bold;
    color: #2C51A2;
}
.ghjs{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 30px;
}
.ghjs>div:first-child{
    width: 20px;
    height: 2px;
    /*background: #2C51A2;*/
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.ghjs>div:last-child{
    font-size: 18px;
    font-weight: 400;
    color: #343B45;
    margin-left: 10px;
}
.kehu-y-c{
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}
.kehu-y-c-right{
    display: flex;
    flex-direction: column;
}
.kehu-y-c-right-title{
    font-size: 24px;
    font-weight: bold;
    color: #2C51A2;
    margin-bottom: 40px;
}
.kehu-y-c-right-content{
    font-size: 16px;
    font-weight: 400;
    color: #343B45;
    line-height: 34px;
}
.kehu-y-c-right-title-f{
    font-size: 18px;
    font-weight: bold;
    color: #343B45;
    margin-bottom: 40px;
}
.kehu-qh{
    width: 285px;
    height: 280px;
    display: flex;
    flex-direction: column;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid #EEEEEE;
    align-items: center;
}
.kehu-qi-title{
    margin-top: 20px;
    width: 221px;
    font-size: 20px;
    font-weight: 400;
    color: #343B45;
    line-height: 34px;
    text-align: center;
}
.kehu-y-c-left>img{
    width: 580px;
}

/**
服务中心
 */
.zixun{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zixun-content{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zixun-content>div{
    display: flex;
    flex-direction: column;
}
.zixun-content>div>div:first-child{
    display: flex;
    align-items: center;
    justify-content: center;
}
.zixun-content>div>div:nth-child(2){
    padding-left: 5px;
    font-weight: 500;
    color: #343B45;
    margin-top: 13px;
}
.fu-xx{
    width: 208px;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px dashed #919DB4;

}
/*售后服务*/
.shfw{
    /*height: 685px;*/
    /*background: #D6DCEA;*/
    background-image: url("../images/qyfw_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
}
.shfw-content{
    width: 1200px;
    display: flex;
}
.shfw-left{
    display: flex;
    flex-direction: column;
}
.shfw-left>div{
    display: flex;
    font-weight: 400;
    color: #343B45;
    align-items: center
}
.shfw-left>div>div{
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
.shfw-left>div>div>img{
    width: 24px;
    height: 24px;
}

/*
高端联盟
 */

.gdlm{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("../../public/images/gdlm.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 700px;
}
.gdlm-cont{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.gdzs{
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    justify-content: flex-end;

}
.gdzs>div:first-child{
    font-size: 18px;
    font-weight: bold;
    color: #343B45;
}
.gdhx{
    width: 60px;
    height: 3px;
    background: #2C51A2;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 24px;
}
.gd-cont{
    font-size: 16px;
    font-weight: 400;
    color: #767A7E;
    line-height: 34px;
}

.image-lunbo-w{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.image-lunbo-w>img{
    cursor: pointer;
}
/**
伙伴联盟
 */
.hblm{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/**
供应商
 */
.gys{

    display: flex;
    flex-direction: column;
    align-items: center;

}
.gys-cont{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gys-cont>div{
    width: 380px;
    height: 172px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    margin-right: 24px;
    margin-bottom: 28px;

}
.gys-cont>div:hover{
    box-shadow: 0px 2px 18px 1px rgba(28,47,83,0.08);
    border:1px transparent solid;
}

.gys-cont>div:nth-child(3n){
    margin-right: 0px;
}
.gys-cont>div>div:nth-child(1){
    font-size: 20px;
    font-weight: bold;
    color: #343B45;
    margin-top: 30px;
    margin-left: 30px;
}
.gys-cont>div>div:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: #767A7E;
    margin-left: 30px;
    margin-top: 4px;
}
.gys-cont>div>div:nth-child(3){;
    margin-left: 30px;
    display: flex;
    align-items: center;
}
/**
供应商表单
 */
.gys-zj{
    width: 1200px;
    display: flex;

}
.gys-zj>div:first-child{
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}
.gys-zj-title{
    font-size: 18px;
    font-weight: bold;
    color: #343B45;
}
.gys-zj-xbt{
    width: 200px;
    height: 48px;

    font-size: 16px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #767A7E;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 12px;
}
.gys-zj-fgx{
    width: 200px;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #C9CED6;
    margin-top: 16px;
}
.gys-zj-xz{
    background: rgba(122,160,244,0.2);
    padding-left: 16px;
    color: #343B45;
}
.gys-lc{
    flex-grow: 1;
    display: flex;
    flex-direction: column;

}
.gys-gz{
    display: flex;
    flex-direction: column;
    padding: 0px 30px;
}
.gys-gz-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gys-xbt{
    font-size: 14px;
    font-weight: 400;
    color: #969FAB;
    margin-top: 5px;
    margin-left: -69px;
}
.gys-wsnr{
    font-size: 16px;
    font-weight: 400;
    color: #343B45;
    margin-left: -28px;

    line-height: 36px;
}
.gys-wsnr>span{
    font-size: 16px;
    font-weight: 400;
    color: #2C51A2;
}
.gys-form{
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #C9CED6;
    display: flex;
}
.gys-btzuo{
    width: 221px;
    display: flex;
    flex-direction: column;
    background: #F2F6FF;
    border-right: 1px solid #EAEAEA;
}
.gys-btzuo>div{
    min-height: 56px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #767A7E;
    border-bottom: 1px solid #EAEAEA;
}
.gys-nryou{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.gys-nryou>div{
    min-height: 56px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #343B45;
    border-bottom: 1px solid #EAEAEA;
}
.gys-input{
    width: 280px;
    height: 32px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #C9CED6;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding-left: 10px;
}
.gys-input::placeholder{
    color: #BCC1C8; /* 你想要的提示文字颜色 */
}

    /* 去除默认样式 */
textarea {
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    background-color: transparent;
    font-size: inherit;
    width: 100%;
}

textarea:focus {
    outline: none;
}
.gys-wby{
    width: 280px;
    height: 80px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #C9CED6;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.gys-wby::placeholder{
    color: #BCC1C8;
}
.gys-tj{
    display: flex;
    align-items: center;
}
.gys-tj>div{
    width: 80px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #C9CED6;
    font-size: 16px;
    font-weight: 400;
    color: #767A7E;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.gys-tj>div:first-child:hover{
    background: #5575BD !important;
}
.gys-tj>div:last-child:hover{
    color: #2C51A2 !important;
    background: #E9F2FF !important;
    border: 1px solid #2C51A2;
}

.gsjj{
    background-image: url("../images/bg-1.png");
    height: 813px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.gsjj-cont{
    width: 1200px;
    display: flex;
}
.gsjj-cont>div:first-child{
    display: flex;
    flex-direction: column;

}
.gsjj-title{
    font-size: 28px;
    font-weight: bold;
    color: #2C51A2;
}
.gsjj-tco{
    font-size: 16px;
    font-weight: 400;
    color: #343B45;
    line-height: 40px;
}
.gsjj-buy{
    display: flex;
    align-items: center;
}
.gsjj-buy>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}
.gsjj-buy>div:last-child{
    margin-right: 0px;
}
.gsjj-buy>div>div:nth-child(1){

    font-size: 30px;
    font-family: Objectivity-Medium, Objectivity;
    font-weight: 500;
    color: #2C51A2;
    margin-bottom: 7px;
}
.gsjj-buy>div>div:nth-child(2){

    font-size: 14px;
    font-weight: 400;
    color: #767A7E;

}
.gsjj-buy>div>div:nth-child(3){
    width: 136px;
    height: 10px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #969FAB;
    border-top: none;
}

/**社会责任
 */
.shzr{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("../images/bg-1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.zzry{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zzry-cont{
    width: 1200px;
    overflow: hidden;
}
.zzry-zr{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 240px;
}
.zzry-zr>div{
    font-size: 18px;
    font-weight: 400;
    color: #434343;
    margin-top: 31px;
}
.zzry-zr-1{
    width: 240px !important;
}
.cylc{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.cylc-gd{
    width: 1200px;
    overflow: hidden;
}

.lcgd-tiao{
    display: flex;
    flex-direction: column;
}
.lcgd-tiao>div:first-child{
    position: relative;
}
.lcgd-tiao>div:first-child>div:first-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lcgd-tiao>div:first-child>div:first-child>div:first-child{
    font-size: 18px;
    font-weight: bold;
    color: #2C51A2;
    margin-bottom: 8px;
}
.lcgd-tiao>div:first-child>div:first-child>div:last-child{
    width: 24px;
    height: 24px;
    background: #DEEAFF;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lcgd-tiao>div:first-child>div:first-child>div:last-child>div{
    width: 10px;
    height: 10px;
    background: #2C51A2;
    border-radius: 50%;
    opacity: 1;
    z-index: 10;
}
.lcgd-tiao>div:first-child>div:last-child{
    width: 300px;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #CBDCFF;
    position: absolute;
    bottom: 10px;
}
.lc_w{
    width: 300px !important;
}
.lc_w_2{
    width: 100px !important;
}
.lcgd-nei{
    width: 191px;
    /*height: 85px;*/
    background: #F7FAFF;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    padding: 14px 16px;
    margin-left: 81px;
    margin-top: 30px;

}
.lcgd-nei>div:first-child{
    font-size: 18px;
    font-weight: 500;
    color: #343B45;
}
.lcgd-nei>div:last-child{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #767A7E;
    line-height: 26px;
}

/**
资讯列表
 */
.zxlist{
    height: 1295px;
    background-image: url("../zx/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.zxlist-cont{
    width: 1200px;
    display:flex;
    flex-direction: column;
    align-items: center;
}
.zxl-n{
    width: 1200px;
    height: 214px;
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
    cursor: pointer;
}
.zxl-n:hover{
    background-color: #FFFFFF;
    box-shadow: 0px 2px 18px 1px rgba(28,47,83,0.08);
}
.zxl-n>div:first-child{
    width: 260px;
    height: 174px;
    margin-left: 20px;
    margin-right: 40px;
}
.zxl-n>div:first-child>img{
    width: 260px;
    height: 174px;
}
.zxl-n>div:last-child{
    flex-grow: 1;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    height: 174px;
    justify-content: space-between;
}
.zxl-n>div:last-child>div:first-child{
    width: 840px;
    font-size: 20px;
    font-weight: 400;
    color: #343B45;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
}
.zxl-n>div:last-child>div:nth-child(2){
    width: 840px;
    font-size: 14px;
    font-weight: 400;
    color: #767A7E;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    flex-grow: 1;
    margin-top: 6px;
}
.zxl-n>div:last-child>div:last-child{
    font-size: 14px;
    font-weight: 400;
    color: #969FAB;
    line-height: 26px;
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
    background: #FFFFFF;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
    background: #2C51A2;
}
.zx-n{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0px;
}
.zx-content{
    width: 1200px;
    display: flex;
    flex-direction: column;
}
.zx-content>div:nth-child(1){
    font-size: 34px;
    font-weight: 400;
    color: #343B45;
}
.zx-content>div:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: #969FAB;
}
.zx-content>div:nth-child(3){
    height: 1px;
    background: #C9CED6;
}
.zx-content>div:nth-child(4){
    font-size: 16px;
    font-weight: 400;
    color: #767A7E;
    line-height: 30px;
}
.zx-content>div:nth-child(5){
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zx-content>div:nth-child(5)>div{
    cursor: pointer;
    width: 250px;
    font-size: 14px;
    font-weight: 400;
    color: #767A7E;
    line-height: 16px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zx-content>div:nth-child(5)>div:hover{
    color: #2C51A2;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 15px) !important;
}

.className{

}


.erweiy{
    width: 88px;
    height: 88px;
    cursor: pointer;
}
.erweie{
    width: 88px;
    height: 88px;
    cursor: pointer;
}
.fdclass{
    width: 258px !important;
    height: 258px !important;
}
.ddzz{
    width: 106px;
    height: 76px;
}
/* 遮罩样式 */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background: rgba(0, 0, 0, 0.6); /* 半透明黑色遮罩 */
    opacity: 1; /* 初始时不可见 */
    transition: opacity 0.3s; /* 渐变动画效果 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* 图片容器样式，用于相对定位 */
.ddzz-img {
    position: relative;
    cursor: pointer;
}

/* 鼠标悬停时显示遮罩 */
.ddzz-img:hover .image-overlay {
    opacity: 0 !important;
}
.el-message--success{
    top: 130px !important;
}
.el-message--error{
    top: 130px !important;
}
.tit_img{
    cursor: pointer;
}
.flnu .number{
    font-weight: normal !important;
}

.yuans{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFFFFF;
    display: block;
}
/* 隐藏浏览器默认滚动条 */
::-webkit-scrollbar {
    width: 6px;
}

/* 自定义滚动条轨道颜色 */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* 自定义滚动条滑块颜色 */
::-webkit-scrollbar-thumb {
    background: rgba(204,204,204,1);
    border-radius: 5px;
}

/* 悬停在滑块上时的颜色 */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.new-gdlm-left{
    width: 731px;
    height: 472px;
    position: absolute;
    left: 0px;
}
.new-gdlm-right{
    display: flex;
    flex-direction: column;
    margin-left: 661px;
    z-index: 10;
}
.new-gdlm-list{
    display: flex;
}
.new-gdlm-list>div{
    width: 94px;
    height: 94px;
    border-radius: 94px;
    background: #F8F9FC;
    box-shadow: 4px 3px 10px 4px rgba(182,191,209,0.2);
    border: none;
    border-image: linear-gradient(136deg, rgba(240, 243, 251, 1), rgba(181, 204, 254, 1)) 1 1;
    font-size: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #2C51A2;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 33px;
    cursor: pointer;
}
.new-gdlm-list>div:hover{
    color: #FFFFFF !important;
    background:#2C51A2 !important;
}
.new-gdlm-list-active{
    color: #FFFFFF !important;
    background:#2C51A2 !important;
}

.new-gdlm-list>div:last-child{
    margin-right: 0px;
}
.new-gdlm-right-content-1{
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #99A0AE;
    line-height: 32px;
    margin-top: 53px;
}
.new-gdlm-right-content-2{
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #99A0AE;
    line-height: 32px;
    margin-top: 24px;
}
.new-pf-left{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 77px;
    background-image: url("../images/jtbg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    cursor: pointer;

}
.new-pf-left>img{
    width: 10px;
    height: 16px;
}
