











body {
    margin: 0;
    padding: 0;
}
body, h1, h4, h5, h6, p, td, th, span, a {
    font-family: "Lucida Sans Unicode", "微软雅黑", "Microsoft YaHei", "宋体", "SimSun", "Lucida Grande", "Arial", "Verdana", sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}
.container {
    width: 1400px;
    margin: 0 auto;
}

.area-banner {
    position: relative;
    width: 100%;
    height: 860px;
    overflow: hidden;
    background-color: #000E31;
}

.area-banner .container {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-images {
    display: flex;
    position: absolute;
    height: 100%;
    transition: transform 1s ease-in-out;
}

.banner-images img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
}

.read-more-btn {
    position: absolute;
    bottom: 134px;
    left: 0px;
    /* transform: translateX(-50%); */
    width: 218px;
    height: 72px;



    line-height: 72px;
    text-decoration: none;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    /* 与轮播图过渡时间一致 */
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    border-radius: 8px;

box-shadow: 0px 24px 66px -14px rgb(108, 8, 28);
background: rgb(242, 55, 93);

color: rgb(255, 255, 255);
font-size: 24px;
font-weight: 500;
letter-spacing: 1px;
text-align: center;


}
.read-more-btn:hover{
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-decoration: none;
    
}

.read-more-btn.active {
    opacity: 1;
    visibility: visible;
}

.dots {
    position: absolute;
    bottom: 39px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dots span {
    width: 15px;
    height: 15px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dots span.active {
    background-color: #333;
}
.read-more-btns{
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.product .li_lists{
    display: inline-block;
    /* justify-content: space-between; */
    width: auto;
    height: 41px;
    margin: 0 auto;
    border-radius: 26.5px;

background: rgb(255, 255, 255);
padding: 6px;
margin-bottom: 36px;
}
.product #header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}
.product .li_lists ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.product .li_lists li {
    cursor: pointer;
    color: rgb(0, 12, 37);
    
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
    height: 24px;
    /* margin: 0px 50px 0px 0px; */
    padding: 8px 35px;
}
.product .li_lists li.active{
    /* width: 112px; */
    /* height: 41px; */
    border-radius: 20.5px;
    background: rgba(15, 52, 228, 0.1);
    color: rgb(15, 52, 228);
}
.product{
background: #F3F7FF;
padding-top: 60px;
padding-bottom: 40px;
}
.area-messages .container:before, .area-messages .container:after {
    display: none;
}
.area-footer .container:before, .area-footer .container:after {
    display: none;
}

.product .containers1 #box #content .content {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product #box .content .content_item {
    width: 690px;
    height: auto;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    display: flex
;
    flex-direction: row;
    margin-bottom: 20px;
    /* padding-bottom: 36px; */
}
.product #box fieldset {
    border: none;
    padding: 30px;
    margin: 0;
    color: #000;
}
.product #box .content .content_item .content_1 {
    display: flex
;
    flex-direction: row;
    /* height: 84px; */
    align-items: center;
    margin-bottom: 24px;
}
.product #box .content .content_item .content_1 > div {
    margin-right: 20px;
    height: 52px;
}
.product #box .content .content_item .content_1 > div img{
    width: 52px;
    height: 52px;
}
.product #box .content .content_item .content_1 > div a p {
    height: 52px;
    color: rgb(0, 12, 37);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    margin: 0px;
    line-height: 52px;
    text-decoration: none;
}
.product #box .content .content_item .content_1 > div a {
    text-decoration: none;
}
.product #box .content .content_item .pro_1 {
    color: rgb(96, 109, 135);
    
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    height: auto;
    margin-bottom: 30px;
    min-height: 72px;
}
.product #box .content .content_item .button-keys {
    display: flex
;
    flex-direction: row;
    height: 24px;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 37px; */
}
.product #box .content .content_item .button-keys div:first-child{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

}
.product #box .content .content_item .button-keys div:first-child a{
    color: rgb(15, 52, 228);
    
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin-right: 36px;
    text-decoration: none;
}
.product #box .content .content_item .button-keys div:last-child{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 133px;
height: 36px;
border-radius: 4px;

background: rgb(15, 52, 228);
justify-content: center;

}
.product #box .content .content_item .button-keys div:last-child a{
    
    color: rgb(255, 255, 255);
    
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.area-messages {
    width: 100%;
    /* height: 100%; */
    /* background: #000B0E; */
    padding-top: 60px;
}

.area-messages  {
    position: relative;
    width: 100%;
    height: 832px;
    background: #000B0E url(/images/homepage/banner-message.png) no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 1400px;
    overflow: hidden;
}
.area-messages .container .item{
    width: 630px;
    height: 314px;
    display: flex
;
    flex-direction: column;
    margin-bottom: 24px;


    border-radius: 10px;

backdrop-filter: blur(20px);
background: rgba(2, 2, 2, 0.56);
padding: 30px;
color: rgb(255, 255, 255);
}
.area-messages .container
{
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
.area-messages .container .item .top{
    display: flex
    ;
        flex-wrap: wrap;
        justify-content: space-between;
}
.area-messages .container .item .top .title a{
    color: rgb(255, 255, 255);

font-size: 24px;
font-weight: 700;
line-height: 30px;
letter-spacing: 0px;
text-align: left;
width: auto;
height: 30px;
display: flex;
flex-direction: row;
align-items: center;
padding-left: 40px;
text-decoration: none;
}
.area-messages .container .item.item-tutorials .top .title a{
    background: url(/images/homepage/message-help.png) no-repeat;
}
.area-messages .container .item.item-news .top .title a{
    background: url(/images/homepage/message-news.png) no-repeat;
}
.area-messages .container .item.item-hots .top .title a{
    background: url(/images/homepage/message-hot.png) no-repeat;
}
.area-messages .container .item.item-comment .top .title a{
    background: url(/images/homepage/message-comment.png) no-repeat;
}
.area-messages .container .item .top .readmore{
    box-sizing: border-box;
    border: 1px solid rgb(0, 228, 255);
    border-radius: 14px;
    width: 92px;
height: 29px; 
display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    background: none !important;
    padding: 0px;
}
.area-messages .container .item .top .readmore a{
    width: 80%;
height: 16px;
display: flex;
flex-direction: row;
align-items: center;
color: rgb(0, 228, 255);

font-size: 14px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0px;
text-align: left;
text-decoration: none;
background: url(/images/homepage/message-arror.png) no-repeat;
background-position: right center;
}
.area-messages .container .item .content .k2ItemsBlock .moduleCustomLink,.area-messages .container .item .content .k2ItemsBlock .k2FeedIcon,.area-messages .container .item .content .k2ItemsBlock .clr{display: none;}
.area-messages .container .item .content .k2ItemsBlock ul{
    padding-left: 0px;

}
.area-messages .container .item .content .k2ItemsBlock ul li{
    list-style: none;
    display: flex
    ;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 32px;
        padding: 0px;
    
}
.area-messages .container .item .content .k2ItemsBlock ul li a{
    width: auto;
height: 27px;
/* display: flex; */
flex-direction: row;
align-items: center;
color: rgb(255, 255, 255);

font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0px;
text-align: left;
text-decoration: none;
cursor: pointer;

display: inline-block; /* 使链接成为块级元素以控制宽度 */
  max-width: 72%; /* 限制最大宽度为72% */
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 添加省略号 */

}
.area-messages .container .item .content .k2ItemsBlock ul li span{
    width: auto;
height: 19px;
display: flex;
flex-direction: row;
align-items: center;
color: rgba(255, 255, 255, 0.8);

font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0px;
text-align: right;
}

.area-messages .container .item.item-hots .content .up{
    /* Spire.Cloud 在线编辑器 */
width: auto;
height: 52px;
display: flex;
flex-direction: row;
align-items: center;
color: rgb(255, 255, 255);

font-size: 20px;
font-weight: 700;
line-height: 52px;
letter-spacing: 0px;
text-align: left;
padding-left: 87px;
background: url(/images/homepage/hot-icon.png) no-repeat;
margin-top: 30px;
/* margin-bottom: 18px; */

}
.area-messages .container .item.item-hots .content .middle p{
width: 630px;
height: auto;
color: rgb(255, 255, 255);
font-size: 16px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0px;
text-align: left;
margin: 0px;
}
.area-messages .container .item.item-hots .content .middle p:first-child{
    margin-top: 18px;
    margin-bottom: 10px;
}


.area-messages .container .item.item-comment .content .up{
    width: 100%;
    height: 94px;
    color: rgb(255, 255, 255);
font-size: 16px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0px;
text-align: left;
margin-top: 24px;
padding-bottom: 56px;
border-bottom: 1px solid rgb(238, 238, 238);;
}
.area-messages .container .item.item-comment .content .client-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.area-messages .container .item.item-comment .content .client-info div{
    display: flex;
flex-direction: row;
align-items: center;
color: rgb(255, 255, 255);
font-size: 24px;
font-weight: 700;
line-height: 80px;
letter-spacing: 0px;
text-align: right;
height: 80px;
margin-left: 40px;
margin-top: 30px;
}
.area-messages .container .item.item-comment .content .client-info div:nth-child(2){
    color: rgb(255, 255, 255);
font-size: 24px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0px;
text-align: right;
}





.area-company .card {
    position: relative;
    width: 497px;
    height: 497px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  
  .area-company .card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/homepage/cmb.png'); /* 替换为你的背景图 */
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
  .area-company .card-bg-albb {
    background-image: url('/images/homepage/albb.png'); /* 替换为你的背景图 */
  }
  .area-company .card-bg-pingan {
    background-image: url('/images/homepage/pingan.png'); /* 替换为你的背景图 */
  }
  .area-company .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 132px; /* 初始高度为20% */
    /* height: 100%;  */
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); */
    z-index: 2;
    /* transition: height 0.5s ease-in-out;  */
    border-radius: 0px 0px 10px 10px;
  
  background: rgba(0, 0, 0, 0.6);
  }
  
  .area-company .card-content {
    position: absolute;
    /* bottom: 20px;
    left: 20px;
    right: 20px; */
    color: #fff;
    opacity: 1; /* 初始隐藏内容 */
    /* transform: translateY(20px);  */
    /* transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;  */
    padding: 30px;
  
  
    top: 0px;
    bottom: 0px;
  }
  
  .area-company .card-content .logo img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    /* margin-bottom: 10px; */
  }
  
  .area-company .card-content h3 {
    margin: 0;
    font-size: 20px;
  }
  
  .area-company .card-content p {
    color: rgb(255, 255, 255);
  
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  padding-top:30px;
  margin-top: 30px;
  border-top: 1px solid rgb(255, 255, 255);
  height: 227px;
  max-height: 227px;
  overflow: hidden;
  }
  
  .area-company .card-content .learn-more {
    /* 组合 208 */
  width: 180px;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 30px;
    background: unset;
  padding: 0px;
  position: relative;
  float: right;
  
  }
  .area-company .card-content .learn-more a{
    color: rgb(255, 255, 255);
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration: none;
  }
  
  .area-company .card-content .top{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    height: 72px;
  }
  .area-company .card-content .top .logo{
    height: 72px;
    width: 72px;
    min-width: 72px;
    margin-right: 20px;
  }
  .area-company .card-content .top span{
    color: rgb(255, 255, 255);
  
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  }

.area-company{
background-color: #F3F7FF;
padding: 60px 0px;
}
.area-company .container .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.area-company .container-1517{
    min-width: 1517px;
}
.area-company .title
{
    color: rgb(0, 12, 37);

font-size: 36px;
font-weight: 700;
line-height: 42px;
letter-spacing: 0px;
text-align: center;
width: auto;
height: 42px;
margin-bottom: 30px;


}




            
            
            
     
.area-service .logos-all{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 100px;
}

.area-service .logos-all .logo-case-list{
    width: 1980px;
    height: 88px;
    /*animation: picmove 30s linear infinite forwards;*/
    display: inline-block;
    margin: 5px 0;
    white-space: nowrap;
}
.area-service .logo-case-list1{
    animation: picmove 60s linear infinite forwards;
}
.area-service .logo-case-list2{
    animation: picmove 100s linear infinite forwards;
}

@keyframes picmove {
    from {
        transform: translate(0);
    }
    to {
        transform: translate(-1960px);
    }
}

.area-service .logo-case-list:hover {
    animation-play-state: paused;
}

.area-service .logos-all .logo-case-list .logo{
    width: 140px;
}

/* .area-service .container{
    background: url(/images/homepage/world-map.png) no-repeat;
    background-position: center center;
} */
















/* CSS 样式 */
.area-service .container .top {
width: 1400px; /* 总宽度 */
margin: 0 auto; /* 居中整个容器 */
display: flex; /* 使用 Flex 布局 */
justify-content: space-between; /* 两端对齐 */
align-items: center; /* 垂直居中对齐 */
margin: 60px 0px; /* 上下外边距 */
}

.area-service .container .top .center-text {
    color: rgb(0, 12, 37);
    
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
width: 100%;
    text-align: center;
    height: 42px;

}

.area-service .container .top .right-button {
    width: 110px;
display: flex; /* 按钮内容也可以使用 Flex 布局 */
align-items: center; /* 垂直居中 */
justify-content: center; /* 水平居中 */


text-decoration: none; /* 去掉链接下划线 */



box-sizing: border-box;
border: 1px solid rgb(0, 12, 37);
border-radius: 21.5px;

height: 35px;


color: rgb(0, 12, 37);

font-size: 14px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0px;
text-align: left;

display: flex;
flex-direction: row;
align-items: center;

}
.area-footer {
    width: 100%;
    height: 100%;
    /* padding-bottom: 100px; */
    position: relative;
    z-index: 1;
    

}
.area-footer .footer-bg{
    background: #00040D url(./footer-bg2.png) no-repeat;
    background-position: center bottom;
    position: relative;
    /* z-index: 5; */
}

.area-footer .top{
    /* background-color: #07111E; */
    position: relative;
    /* z-index: 2; */
}
.area-footer .top .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;

    padding-top: 60px;
    padding-bottom: 30px;
}
.area-footer .top .container .item:nth-child(1){
    margin-right: 200px;
}
.area-footer .top .container .item:nth-child(2),.area-footer .top .container .item:nth-child(3),.area-footer .top .container .item:nth-child(4){
    margin-right: 172px;
}
.area-footer .top .container .item:first-child .content{
    display: flex
    ;
        /* flex-direction: column; */
        /* justify-content: center; */
        align-items: center;
        line-height: 100%;
        height: 100%;
}
.area-footer .top .container .item .title{
    width: auto;
    height: 28px;
    color: rgb(235, 241, 255);
    
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
margin-bottom: 30px;
}
.area-footer .top .container .item .content div a{
    display: flex;
    color: rgb(235, 241, 255);
    
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
width: auto;
height: 28px;
text-decoration: none;
margin-bottom: 30px;

}
.area-footer .top .container .item .content div a:hover{
    color: #44A1FF;
}
.area-footer .bottom{
    /* background-color: #00040D; */
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    /* z-index: 2; */
}
.area-footer .bottom .container{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.area-footer .bottom .container .left-position .title{
    color: rgb(235, 241, 255);

font-size: 24px;
font-weight: 700;
line-height: 28px;
letter-spacing: 0px;
text-align: left;
width: auto;
height: 28px;

}
.area-footer .bottom .container .left-position{
    width: 80%;
}
.area-footer .bottom .container .left-position .content{
    /* margin-bottom: 30px;
    color: rgb(235, 241, 255);
    
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    width: auto;
    height: 28px; */
    display: flex;
    flex-direction: column;

}
.area-footer .bottom .container .left-position .content .list div{
    width: 50%;
    /* width: 50%; */
    padding-left: 0px;
    background: unset;
}
.area-footer .bottom .container .left-position .content .list{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.area-footer .bottom .container .left-position .content .list div{
    color: rgb(235, 241, 255);

font-size: 18px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0px;
text-align: left;
/* width: auto; */
height: 21px;
}









.area-footer .bottom .container .left-position div:last-child{
    margin-bottom: 0px;
}
.area-footer .bottom .container .left-position .title{
    font-weight: 700;
    font-size: 24px;
}
.area-footer .bottom .container .left-position div a{
    color: #44A1FF;

font-size: 18px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0px;
text-align: left;
text-decoration-line: underline;
width: auto;
height: 21px;
}
.area-footer .bottom .container .left-position div.email span,.area-footer .bottom .container .left-position div.qq span{
    width: 8px;
height: 8px;
background: rgb(200, 209, 231);
display: inline-block;
border-radius: 50%;
margin-left: 20px;
margin-right: 20px;
}

.area-footer .bottom .container .right-position .weixin-png{
    background: url(./weixin.png) no-repeat;
    width: 115px;
height: 116px;
}
.area-footer .bottom .container .right-position .title{
    color: rgb(235, 241, 255);

    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
width: auto;
height: 28px;
margin-top: 17px;
}

.area-footer .top {
    backdrop-filter: blur(100px);
background: rgba(92, 161, 232, 0.08);
}
.footer-logo{
    background: url(./footer-logo.png) no-repeat;
    width: 170px;
height: 163px;
}
.area-footer .bottom .container-copyright{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.area-footer .bottom .container-copyright div{
    color: rgb(255, 255, 255);

font-size: 18px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0px;
text-align: left;
}
.area-footer .bottom .container-copyright div a{
    color: rgb(0, 228, 255);
font-size: 18px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0px;
text-align: left;
text-decoration-line: underline;
width: auto;
height: 21px;
}



.area-footer .bottom2 .container-copyright{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.area-footer .bottom2 .container-copyright div{
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
}
.area-footer .bottom2 .container-copyright div span{
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
}
.area-footer .bottom2 .container-copyright div a{
    color: #44A1FF;
    
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    text-decoration-line: underline;
text-decoration-line: underline;
width: auto;
height: 21px;
}
.area-footer .bottom2
{
    background: rgb(0, 2, 6);
    padding: 20px 0;
}















/* 适配线上页面的css */

#rt-contents > div > div.rt-grid-12.rt-alpha.rt-omega {
    width: 100%;
}
#rt-contents > div > div.rt-grid-12.rt-alpha.rt-omega .rt-block {
    margin: 0px;
    padding: 0px;
}
.btn, .btn-primary{
    background: unset;
    background-color: unset;
    background-image: unset;
}
.btn:hover, .btn-primary:hover{
    background: unset;
    background-color: unset;
    background-image: unset;
}
.title, .component-content h2{
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
div.k2LatestCommentsBlock ul, div.k2ItemsBlock ul {
    margin: 0px 0 0px 0px;
}
#rt-header .rt-container {
    height: 60px;
    width: 1400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#rt-header .rt-container .rt-grid-3 .rt-block {
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
}
body #rt-header .rt-container .rt-grid-3 {
    width: auto !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    margin-right: 88px;
}
body #rt-header .rt-container .rt-grid-3 .logo1 p{
    margin-bottom: 0px;
    width: 150px;
height: 34px;
background: url(./logo.png) no-repeat;
background-position: center center;
}
body #rt-header .rt-container .rt-grid-3 .logo1 p a{
    width: 150px;
    height: 49px;
    display: block;
}
body #rt-header .rt-container .rt-grid-3 .logo1 p a img{
    display: none;
}
#rt-header #menu .item_menutop {
    color: rgb(0, 12, 37);

font-size: 18px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0px;
text-align: center;
width: auto;
height: 21px;
padding: 0px;
}
#rt-header .test-menu1 li.mi12,#rt-header .test-menu1 li.mi13,#rt-header .test-menu1 li.mi14,#rt-header .test-menu1 li.mi15,#rt-header .test-menu1 li.mi16{
    width: auto;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* padding: 0px 20px;
    margin: 0px; */
    margin-right: 20px;
    padding: 19px 17px 20px 17px;
}
#rt-header .test-menu1 li.mi12:hover,#rt-header .test-menu1 li.mi13:hover,#rt-header .test-menu1 li.mi14:hover,#rt-header .test-menu1 li.mi15:hover,#rt-header .test-menu1 li.mi16:hover{
    background:none !important;
    background-color:#D5E8FE !important;
}
#rt-header .test-menu1 li.mi17 a{
    width: auto;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* padding: 0px 20px;
    margin: 0px; */
    color: rgb(231, 54, 8);

font-size: 18px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0px;
text-align: center;
}
#rt-header .test-menu1 li.mi17{
    width: auto;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* padding: 0px 20px;
    margin: 0px; */
    margin-right: 50px;
    padding: 19px 17px 20px 17px;
    padding-right: 36px;
    background: url(./new.png) no-repeat !important;
    background-position: right center !important;
    margin-right: 0px;
}
#rt-header .test-menu1 li.mi17 a:hover{
    text-decoration: none;
}


#rt-header .rt-container .rt-grid-9 {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#rt-header span.item_menutop1{
display: none;
}
#rt-header #menu{
    display: flex;
    /* margin-left: 88px; */
    position: relative;
}
#rt-header .rt-container .rt-grid-9{
    height: 60px;
}
div.dropdown2{
    top: 60px !important;
}
.content-boxs ol li{
    text-align: left;
}
#rt-header .rt-container .rt-grid-9:after{
    display: none;
}
.rt-grid-1:before, .rt-grid-2:before, .rt-grid-3:before, .rt-grid-4:before, .rt-grid-5:before, .rt-grid-6:before, .rt-grid-7:before, .rt-grid-8:before, .rt-grid-9:before, .rt-grid-10:before, .rt-grid-11:before, .rt-grid-12:before{
    display: none !important;
}
#rt-top-surround{
    background: unset;
}
#rt-header{
    background: unset;
    background-color: rgb(244, 249, 255);
    min-width: 1580px;
}
/* 下滑后 */
.fixed-header div#rt-header{
    background-color: rgba(244, 249, 255, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.content-box .A1 {
    background-color: #F4F9FF;
    padding:0 20px 10px 30px;
    margin: 0px;
}
.content-box .A2 {
    /* background:linear-gradient(to bottom,#d2d2d2,#e5e5e5); */
    background: unset;
    background-color: #E8F3FF;
    padding:0 20px 0 20px;
    margin: 0px;
}
.content-box .A3 {
    background-color: #F4F9FF;
    padding:0 30px 10px 20px;
    margin: 0px;
}
#menu .yyds {
    background-color: #F4F9FF;
}
#menu input+label{
    background-color: #D5E8FE;
}
#rt-header .rt-container .rt-grid-9 .rt-block div.dropdown{
    background-color: #D5E8FE !important;
}
div.dropdown2 > div{
    z-index: 9999;
    background-color: #D5E8FE !important;
}

.dropdownsingle .content-box .A1 {
    background-color: #F4F9FF;
    padding:0 20px 10px 20px !important;
    margin: 0px;
}



#rt-header .rt-container .rt-grid-9 .rt-block li.mi15 div.dropdown{
    background-color: #F4F9FF !important;
}
#rt-header .rt-container .rt-grid-9 .rt-block li.mi15 div.dropdown2 > div{
    z-index: 9999;
    background-color: #F4F9FF !important;
}
#rt-header .rt-container .rt-grid-9 .rt-block li.mi15 div.dropdown li{
    text-align: left;
    /* #E8F3FF */
}

#rt-header .rt-container .rt-grid-9 .rt-block li.mi15 div.dropdown li:hover{
    border: none;
}
#menu .mi15 .content-box .A1 {
    background-color: #E8F3FF;
    padding:0 20px 10px 20px;
    margin: 0px;
    height: 440px;
}
#menu .content-box li{
    border: none;
}
#menu div.dropdown li{
    border: none;
}
#menu div.dropdown li:hover a{
    border: none;
}

#menu div.dropdown .A1 li:first-child{
    border: none;
}
#menu div.dropdown .A1 li:first-child:hover a{
    border: none;
}
#menu .dropdownsingle .content-box .A1 li:first-child:hover{
    /* color: #1B61A9; */
    border-bottom: none;
}
#menu .content-box li:hover a{
    color: rgb(14, 52, 228);
    /*border-bottom: 1px solid #79b4e0;*/
}

#menu .mi15 div.dropdown2 label span:hover{
    color: rgb(14, 52, 228);
    border-bottom: 1px solid rgb(14, 52, 228);
}

#menu .content-box li:hover{
    color: rgb(14, 52, 228);
    /* border-bottom: 1px solid rgb(14, 52, 228); */
    border: none;
}
.boxswitch {
    /* width:830px; */
    font-size: 14px;
    color: rgb(0, 12, 37);
}

.boxswitch a {
    text-decoration: none;
    color: rgb(0, 12, 37);
}
#menu .mi15 .dropdown_new_menu ul li .tutorials2 span a{
    color: rgb(0, 12, 37);
}
#rt-top-surround #rt-top{
    display: none;
}





















/* 头部永久置顶 */


/* 头部样式 */
#rt-top-surround {
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* min-width: 1580px;
    width: auto; */
}

/* 固定头部样式 */
.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15) !important; */
  min-width: 1580px;
}



/* 占位符，防止内容跳动 */
.header-placeholder {
  display: none;
}




#rt-footer-surround{
    display: none;
}



#rt-header .rt-block.login6{
    width: auto;
}
#rt-header .rt-block.login6 .vpau-modal-modulelogin6 ul li{
    width: 99px;
height: 36px;
box-sizing: border-box;
border: 2px solid rgb(14, 52, 228);
border-radius: 4px;
padding: 0px;
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: unset;

}
#rt-header .rt-block.login6 .vpau-modal-modulelogin6 ul li a{
    color: rgb(14, 52, 228);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: center;
    padding: 0px;
    background-color: unset;
    

}
#rt-header .rt-block.login6 .vpau-modal-modulelogin6 ul li.vp-login-modal-iceblue{
    border-radius: 4px;
    background: rgb(14, 52, 228);
    margin-left: 10px;
}
#rt-header .rt-block.login6 .vpau-modal-modulelogin6 ul li.vp-login-modal-iceblue a{
    color: rgb(235, 241, 255);
font-size: 16px;
font-weight: 500;
line-height: 19px;
letter-spacing: 0px;
text-align: center;
}
#rt-header .rt-block.login6 .vpau-modal-modulelogin6 ul li a:hover{
    text-decoration: none;
}
.login6 .vpau-modal-modulelogin6 ul span{display: none;}




/* 轮播

*/
.carousel-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.carousel-container {
    position: relative;
    height: 860px;
    overflow: hidden;
}

.content-container {
    position: relative;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
}

.carousel-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s ease, visibility 1.2s ease;
    background-color: #000E31;
}

.carousel-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.carousel-slide .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-fit: none;
    z-index: 1;
    /* object-position: center; */
}

.slide-content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}



.content-container .slide-content a{
    position: absolute;
    bottom: 134px;
    left: 0; /* 始终在左侧 */
    background-color: #ff6b6b;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    z-index: 10;
    width: 218px;
    height: 72px;
    border-radius: 8px;
    box-shadow: 0px 24px 66px -14px rgb(108, 8, 28);
    background: rgb(242, 55, 93);
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.content-container .slide-content a .slide-button{
    width: 46%;
    display: flex;
padding-right: 37px;
background: url(/images/homepage/banner-right.png) no-repeat;
background-position: right center;
text-decoration: none;
    
}
/* .slide-button:hover {
    background-color: #ff5252;
} */

.dots-container {
    position: absolute;
    bottom: 39px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    /* gap: 12px; */
    z-index: 20;
}

.dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;






    width: 30px;
    height: 12px;
    border-radius: 8.5px;

background: rgba(255, 255, 255, 0.5);
margin-right: 14px;




}

.dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
    /* transform: scale(1.2); */
}

.dot.active {
    background-color: #ff6b6b;
    transform: scale(1.2);
    border-color: white;


    width: 69px;
height: 12px;
border-radius: 8.5px;

background: rgb(255, 255, 255);
}

@media (max-width: 1440px) {
    .slide-button {
        left: 20px; /* 在较小屏幕上添加一些边距 */
    }
}

@media (max-width: 768px) {
    .carousel-container {
        height: 350px;
    }
    
    .slide-button {
        padding: 10px 20px;
        font-size: 14px;
        bottom: 60px;
    }
}

.boxs_height {
    min-height: 540px;
    max-height: 595px;
}
#menu .mi12 .dropdown2{
    height: 595px;
}
.area-footer .bottom .container .right-position{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#rt-debug #back_to_top a.cd-top {
    background: url("./back-to-top.svg") no-repeat;
    color: #ffffff;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    z-index: 9;
    box-shadow: none;

}

#rt-debug #back_to_top .cd-top:hover {
    background: url("./back-to-top.svg") no-repeat;
    background-size: 50px 50px;
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: auto;
        width: auto;
        right: 5%;
        bottom: 100px;
    }
}


#rt-contents{
    min-width: 1580px;
    overflow-x: auto;
}

@media (max-width: 1580px) {
    body #rt-header .rt-container .rt-grid-3{
        margin-right: 10px;
        justify-content: flex-start;
    }
    #rt-header .rt-container .rt-grid-9{
        justify-content: flex-start;
    }
    #rt-header .test-menu1 li.mi17{
        margin-right: 20px;
    }
}

#rt-debug .rt-block {
    padding: 0px;
    margin: 0px;
    position: relative;
}


