
@charset "UTF-8";

/*


备份 html，css 的导航版本
【后续可能 element 书写导航部分】


*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    background-color: #F8F8F8;
    margin: unset !important;
    overflow-x: hidden;
    font-family: Poppins, Poppins;

}
.bg-white {
    background-image: none !important;
    background-color: #ffffff;
}
.partners-box{

}
.partners-box .top{
    height: 495px;
    background: #fff;
}
/* topNav-end */
.top .banner-main {
    position: absolute;
    top: 0;
}

.bannertext .banner-title {
    font-family: Poppins;
    font-style: SemiBold;
    font-size: 62px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    line-height: 82px;
}
.bannertext .banner-desc {
    max-width: 830px;
    font-family: Poppins;
    font-style: Regular;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5rem;
    margin: 0 auto;
    margin-bottom: 40px;
}
/* topNav-end -复制*/
.homebanner {
    width: 100%;
    height: auto;
}

.media-banner{
    display: none;
}

/* top-banner-文本 */
.bannertext {
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    max-width: 1410px;
    position: absolute;
    top: 40%;
    width: 100%;
    /* margin-top: 104px; */
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border:1px solid red; */
}

.bannertext .blog-search {
    max-width: 1410px;
    /*margin: auto;*/
    padding: 40px 0;
    width: 45%;
}

.bannertext .bannertext-title {
    font-weight: 600;
    font-size: 56px;
    color: #000;
    line-height: 56px;
    text-align: left;
}

.bannertext .bannertext-title h1{
    font-weight: 600;
    font-size: 56px;
    color: #000;
    margin: 0;
}

.bannertext .bannertext-second {
    padding-top: 20px;
    font-size: 24px;
    color: #1a1a1a;
    line-height: 24px;
    text-align: left;
    width: 50%;
}

.bannertext div:nth-child(3) {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 20px;
    text-align: left;
    margin-top: 20px;
}

.bannertext .colorbutton {
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    line-height: 15px;
    width: 147px;
    height: 48px;
    background: #FF9200;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid rgba(215, 22, 91, 0);
}

.bannertext .oper-button {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.bannertext .Language {
    padding-left: 20px;
}

.bannertext .Language .sign {
    width: 200px;
    height: 48px;
    border-radius: 10px;
}

.bannertext .Language .sign span {
    display: flex;
    align-items: center;
}

.bannertext .Language .sign span img {
    padding: 0 6px 0 0;
}

/* 下拉框 - start*/
a {
    text-decoration: none;
    color: #000;
}

.dropbtn{
    font-size: 18px;
    font-weight: 600;
}
.dropbtn:hover {
    /*font-weight: 800;*/
}
.topNav-left-label li>a:hover{
    color: #005470 !important;
    /*font-weight: 800;*/
}

.dropdown .dropdown-content {
    width: 40%;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.28);
    z-index: 1;
}

.dropdown .resources {
    width: 15% !important;
}

.usecases-content {
    /* width: 80% !important; */
}

.dropdown:hover .dropdown-content {
    transition: 0.5s;
    display: block;
}

.imgtext-one:hover a {
    background: #F3F3FA;
    display: block;
    border-radius: 8px;
    transition: 0.5s;
    height: 60px;
}

.dropdown-content .dropdown-title {
    /* width: 90%;
    margin: auto;
    padding-top: 20px; */
}

.dropdown-content .dropdown-title .line {
    /* background-color: #ccc;
    height: 1px;
    width: 100%; */
}

.dropdown-content .dropdown-imgtext {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.dropdown-content .usecases {
    display: flex !important;
    align-items: center;
    width: 92% !important;
    margin: auto;
}

.dropdown-content .dropdown-imgtext a {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 10px;
}

.dropdown-content .producrts a {
    display: unset !important;
}

.dropdown-content .dropdown-imgtext .imgtext-left {
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.dropdown-content .dropdown-imgtext .imgtext-right {
    font-size: 12px;
    color: #999;
    line-height: 12px;
    text-align: right;
    padding: 0 5px;
    width: 80%;
}

.dropdown-content .usecases .imgtext-right {
    white-space: initial;
    width: 100% !important;
    display: inline-block;
    line-height: 16px;
    padding: 10px 0;
    text-align: left;
}

.dropdown-content .producrts .imgtext-right {
    white-space: initial;
    display: inline-block;
    width: 80%;
    text-align: left;
    line-height: 16px;
}

.dropdown-content .producrts .imgtext-one {
    height: unset;
}

.dropdown-content .producrts a {
    padding: 10px;
}

.dropdown-content .dropdown-imgtext {
    transition: 0.5s;
    display: block;
}

.dropdown-content .dropdown-imgtext .dropdown-sec-title {
    font-size: 14px;
    color: #000000;
    line-height: 14px;
    text-align: center;
    padding: 0 10px;
}

/* 下拉框 - end*/
/* 主要区域-start */
/* .partn-main-container {
    width: 100%;
    height: 200px;
    background-color: #f8f8f8;
    margin: 80px 0;
    border:3px solid red;
}
.partn-main-container .partn-main{
    max-width: 1410px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.partn-main .partarr-list{
    content: '';
    width: 23%;
    border:1px solid transparent;
    overflow: hidden;
}
.partn-main .card-one{
    width: 23%;
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    height: 125px;
    justify-content: center;
}
.partn-main .card-one .card-bigimg{
    padding: 25px 0;
    height: 75px;
    max-width: 80%;
}
.partn-main .card-one:hover img{
    display: none;
    transition: 0.6s;

}
.partn-main .card-one:hover{
    background-color: #F3F3FA;
    transition: 0.4s;
    cursor: pointer;
}
.partn-main .card-one:hover .partarr-text{
    display: block;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 18px;

}
.partn-main .partarr-text{
    display: none;
} */
 .partn-main{
    margin: auto;
    width: 1200px;
}
.hzhb{
    padding-bottom: 80px;
}
 .partn-main .search-box{
    position: relative;
    margin-top: 80px;
    margin-bottom: 26px;
    width: 386px;
    height: 50px;

 }
 .s_tit{
    
    width: 386px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.03);
    border-radius: 14px;
    /* border: 1px solid #EEEEEE; */
    /* border: 1px solid red; */

 }
 .s_tit input{
    width: 386px;
    height: 50px;
    border-radius: 14px;

    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #6D7577;

}
.search_btn_box{
    position: absolute;
    top: 1px;
    right: 1px;
    width: 46px;
    height: 48px;
    background: #fff;
    border-radius: 14px;
    cursor: pointer;
}
.serch_btn{
    position: absolute;
    top: 16px;
    right: 27px;
    font-weight: bold;
    width: 17px;
    height: 17px;
    color: #999999;
    border: 0px solid #999999;
    
}
.next_page{
    margin: 50px auto 0;
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #63D6FD;
    border-radius: 20px 20px 20px 20px;
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.next_page:hover{
    opacity: 0.8;
}
 .partn-mainlist{

 }
.partn-main .partn-mainlist{
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;  */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
}
.partn-mainlist .card-one{
    flex: 0 0 calc(33.33% - 18px); 
    /* width: 386px; */
    height: 368px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #EEEEEE;
    padding:26px 18px 18px;
}
.card-one-header{
    margin-bottom: 26px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}
.card-pic{
    width: auto;
    height: 30px;
}
.partarr-text{
    margin-left: 15px;
}
.dec-box{
    padding:24px 24px 15px;
    width: 350px;
    height: 268px;
    background: #FAFAFA;
    border-radius: 14px 14px 14px 14px;
}
.card-one-dec{
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    height: 159px;
}
.tit{
    margin-bottom: 12px;
    height: 27px;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}
.card-one-btn_v{
    margin-top: 30px;
    width: 302px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #EEEEEE;

    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-one-btn_v:hover{
    background: #F2F2F2;
}

/* main-end */

/* button-效果-start */
.btn-conteiner {
    display: flex;
    --color-text: #ffffff;
    --color-background: #ff9200;
}

.btn-content {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: var(--color-text);
    background: var(--color-background);
    transition: 1s;
    border-radius: 10px;
    box-shadow: 0 0 0.2em 0 var(--color-background);
}

.btn-content:hover,
.btn-content:focus {
    transition: 0.5s;
    -webkit-animation: btn-content 1s;
    animation: btn-content 1s;
    outline: 0.1em solid transparent;
    outline-offset: 0.2em;
    box-shadow: 0 0 0.4em 0 var(--color-background);
}
.invisible {
    visibility: hidden;
}



/* Button animations */
@-webkit-keyframes btn-content {
    0% {
        outline: 0.2em solid var(--color-background);
        outline-offset: 0;
    }
}

@keyframes btn-content {
    0% {
        outline: 0.2em solid var(--color-background);
        outline-offset: 0;
    }
}

/* /* button-效果-end */


@media (max-width: 600px) {


    .homebanner{
        display: none;
    }

    .media-banner {
        display: block;
        width: 100%;
        height: auto;
    }

    .bannertext{
        position: inherit;
    }

    .bannertext .bannertext-title{
        text-align: center;
        padding: 0 20px;
        margin-top: 20px;
    }

    .bannertext .bannertext-title h1{
        font-weight: 600;
        font-size: 30px;
        color: #000;
        line-height: 38px;
    }

    .bannertext .bannertext-second{
        padding: 0;
        font-size: 16px;
        color: #1a1a1a;
        text-align: center;
        width: 80%;
        margin: auto;
    }

    .partn-main-container{
        margin:30px 0;
    }

    .partn-main-container .partn-main{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    
}