@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
}
li{
    list-style: none;
}
/*》》》》》》》》》》字体引用《《《《《《《《《《*/
@font-face{
    font-family:myFont0;
    src:url('../fonts/ALIBABAPUHUITI-2-35-THIN.TTF');
}
@font-face{
    font-family:myFont;
    src:url('../fonts/ALIBABAPUHUITI-2-45-LIGHT.TTF');
}
@font-face{
    font-family:myFont1;
    src:url('../fonts/ALIBABAPUHUITI-2-55-REGULAR.TTF');
}
@font-face{
    font-family:myFont2;
    src:url('../fonts/ALIBABAPUHUITI-2-65-MEDIUM.TTF');
}
@font-face{
    font-family:myFont3;
    src:url('../fonts/ALIBABAPUHUITI-2-75-SEMIBOLD.TTF');
}
@font-face{
    font-family:myFont4;
    src:url('../fonts/ALIBABAPUHUITI-2-85-BOLD.TTF');
}
@font-face{
    font-family:myFont5;
    src:url('../fonts/ALIBABAPUHUITI-2-95-EXTRABOLD.TTF');
}
@font-face{
    font-family:myFont6;
    src:url('../fonts/ALIBABAPUHUITI-2-105-HEAVY.TTF');
}
@font-face{
    font-family:myFont7;
    src:url('../fonts/ALIBABAPUHUITI-2-115-BLACK.TTF');
}
.web-font0{font-family:myFont0;}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
.web-font5{font-family:myFont5;}
.web-font6{font-family:myFont6;}
.web-font6{font-family:myFont7;}
body{
    font-family: myFont1;
    background: #03071a;
    color:#fff;
}


/*banner*/
.ny-banner{
    position: relative;
}
.index-banner{
    width: 100%;
}
.index-banner img.swiper_img,
.ny-banner .nyBbg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-banner .swiper-container,
.ny-banner{
    width: 100%;
    height: 600px;
}

.index-banner img.swiper_img{
    width: 100%;
    display: block;
}
.index-banner .swiper-slide{
    position: relative;
	/* background-position: center;
	background-size: cover !important;
	justify-content: center;
	align-items: center;
	display: flex; */
}
.index-banner .swiper-slide img.swiper_img{
    width: 100%;
    min-width: 1200px;
}
.index-banner .banner-box,
.ny-banner .banner-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index-banner .banner-box .area,
.ny-banner .banner-box .area{
    width: 75%;
    height: 100%;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-banner .banner-text{
    box-sizing: border-box;
    width: 48%;
}
.index-banner .banner-box .img{
    width: 50%;
}
.index-banner .banner-box .img img{
    width: 100%;
    height: auto;
    animation: bannerTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    -webkit-animation: bannerTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    will-change: transform;
}
@keyframes bannerTop{
	0% {transform:translateY(0);}
	100% {transform:translateY(6px);}
}
.index-banner .banner-text .p1{
    font-size: 57px;
    color:transparent;
    background: linear-gradient(to right,#0057ff 0%,#00eeff 50%,#ff6d00 80%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: myFont4;
    display: inline-block;
}
.index-banner .banner-text .p2{
    font-size: 40px;
    font-family: myFont4;
}
.index-banner .banner-text .p3{
    font-size: 19px;
}
.index-banner .banner-text .p4{
    font-size: 16px;
    margin: 30px 0;
}
.index-banner .banner-text a{
    background: #0a4ffd;
    /* box-shadow:1px 3px 13px #bd5f19; */
    transition: .4s;
}
.index-banner .banner-text a:hover,
 .banner-text a:hover{
    background: #ff5c00;
}
.index-banner .banner-text a:hover .iconfont,
.ny-banner .banner-text a:hover .iconfont{
    margin-left: 15px;
}

/* banner分页 */
.index-banner .swiper-pagination {
    font-size: 0; 
    bottom: 30px !important;
}
.index-banner .swiper-pagination span{
    background: rgb(255 255 255 / 60%); 
    height: 4px; 
    width: 40px; 
    margin: 0 10px !important; 
    border-radius: 0; 
    opacity: 1; 
    position: relative;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active i { 
    display: inline-block; 
    height: 100%; 
    width: 100%; 
    position: absolute; 
    left: 0; 
    top: 0; 
    background-color: white; 
    animation:swiper-load 4s linear 0s 1 normal forwards;
}
@keyframes swiper-load {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.index-banner .swiper-pagination span::after{
	content: " ";
	display: block;
	position: absolute;
	height: 4px;
	width: 0;
	background-color: #ff5c00;
}
.index-banner .swiper-pagination span.swiper-pagination-bullet-active::after{
	width: 100%;
	animation: swiper-load 4s linear 0s 1 normal forwards;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev{
    width: 55px;
    height: 55px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 30%);
    background-image: none;
    text-align: center;
    line-height: 55px;
    transition: .4s;
}
.index-banner .swiper-button-next .iconfont,
.index-banner .swiper-button-prev .iconfont{
    display: inline-block;
    font-size: 22px;
}
.index-banner .swiper-button-next .iconfont{
    transform: rotate(90deg);
}
.index-banner .swiper-button-prev .iconfont{
    transform: rotate(-90deg);
}
.index-banner .swiper-button-next:hover,
.index-banner .swiper-button-prev:hover{
    background: #ff5c00;
}
.index-banner .swiper-button-next{
    right: 40px !important;
}
.index-banner .swiper-button-prev{
    left: 40px !important;
}

.grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
/* 图片上下动 */
@keyframes aniTop2{
    0% {transform:translateY(0);}
    100% {transform:translateY(-7px);}
}
.fuchuang_box .people_img img{
    animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    -webkit-animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    will-change: transform;
}

/*按钮动画*/
.master_backTop .master_backTop_btn {
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: linear-gradient(to bottom, #c82737, #c82737);
}
.master_backTop .master_backTop_btn .master_backTop_txt>i {
    font-size: 20px;
    color: #fff;
}
.master_backTop .master_aperture.circle01 {
    animation: scalej01 2s .5s infinite;
    -webkit-animation: scalej01 2s .5s infinite;
}
.master_backTop .master_aperture.circle02 {
    animation: scalej02 2s infinite;
    -webkit-animation: scalej02 2s infinite;
}
.master_backTop .master_aperture {
    background: linear-gradient(to bottom,#c82737,#c82737);
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    -webkit-border-radius:50%;
    opacity:0;
    -webkit-opacity:0;
    z-index:-1;
}
@keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
@-webkit-keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
@keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}  

@-webkit-keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}

}

/* 文字高亮显示 */
.highlight {
    color: red;
}

/* 首页背景 */
.index-box{
    width: 100%;
    background: url(../images/home-bg.png) no-repeat 100% 100%;
    background-size: cover;
    background-position: left top;
}

/* 标题 */
.title{
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
}
.title h2{
    font-size: 37px;
    font-family: myFont4;
    margin-bottom: 15px;
}

/* 热门场景 助力业务增长 */
.cont1-tab{
    border: 2px solid #2f3654;
    border-radius: 20px;
    background: #12162a;
    padding:6px;
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.cont1-tab h3{
    width: 31%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 19px;
    font-family: myFont4;
    cursor: pointer;
    border-radius: 20px;
    transition: .3s;
}
.cont1-tab h3.active{
    background: var(--bg-primary);
}
.cont1-tab h3:hover{
    background: rgb(255 255 255 / 15%);
}
.cont1-item{
    background: rgba(36, 38, 107, .2);
    border-radius: 30px;
    padding: 70px;
}
.cont1-item .item .text{
    width: 47%;
    margin-top: 20px;
}
.cont1-item .item .text .p1{
    font-size: 24px;
    font-family: myFont4;
    margin-bottom: 25px;
}
.cont1-item .item .text .des{
    font-size: 16px;
    color:#d1d1d1;
    line-height: 32px;
    margin-bottom: 50px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.cont1-item .item .img{
    width: 47%;
    height: 420px;
    overflow: hidden;
}
.cont1-item .item .img img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.cont1-item .item .list{
    display: flex;
}
.cont1-item .item .list li{
    margin-right: 23px;
}
.cont1-item .item .list li:last-child{
    margin-right: 0;
}
.cont1-item .item .list li img{
    display: inline-block;
    vertical-align: middle;
}
.cont1-item .item .list li p{
    font-size: 16px;
    margin-left: 8px;
    display: inline-block;
}

.link-box{
    display: flex;
    margin-top: 60px;
}
.link-box a{
    display: block;
    width: 185px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 50px;
    color:#fff;
    margin-right: 30px;
}
.link-box a:last-child{
    margin-right: 0;
}
.link-box a:hover{
    background: var(--bg-primary);
    border: none;
    transition: .4s;
}
.link-box a:hover .iconfont{
    margin-left: 5px;
}
.cont-2{
    margin-top: 60px;
}
.cont2-tab{
    border-bottom:1px solid #1e2336;
    padding-bottom: 25px;
}
.cont2-tab .item{
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 8%;
}
.cont2-tab .item img{
    display: inline-block;
    vertical-align: middle;
}
.cont2-tab .item h4{
    font-size: 18px;
    margin-top: 15px;
}
.cont2-tab .item::before{
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background:#ff5c00;
    position: absolute;
    left: 0;
    transition: .4s;
    bottom: -25px;
}
.cont2-tab .active::before,.cont2-tab .item:hover::before{
    width: 100%;
}
.cont2-list .list .left,
.cont2-list .list .right{
    width: 49%;
}
.cont2-list .list .left{
    height: 481px;
    overflow: hidden;
    border-radius: 20px;
}
.cont2-list .list .left .img{
    border-radius: 20px;
}
.cont2-list .list .left .img img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: .4s;
}
.cont2-list .list .left .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}
.cont2-list .list .left .text .p1{
    font-size: 31px;
    color:#111111;
    font-family: myFont4;
    width: 56%;
}
.cont2-list .list .left .text .des{
    font-size: 18px;
    color:#2d2d2d;
    line-height: 32px;
    margin: 20px 0 55px 0;
    width: 56%;
}

.cont2-list .list .left .type{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: rgba(36, 38, 107, .7);
}
.cont2-list .list .left .type p{
    width: 33.33%;
    text-align: center;
    font-size: 20px;
    position: relative;
}
.cont2-list .list .left .type p::before{
    content: '';
    display: block;
    width: 1px;
    height: 56px;
    position: absolute;
    top: 7px;
    right: 0;
    background: #cbe0f8;
}
.cont2-list .list .left .type p:last-child:before{
    display: none;
}
.cont2-list .list .right .plan{
    background: #24266b;
    border: 1px solid #415c70;
    border-radius: 20px;
    padding: 5px;
    margin-bottom: 20px;
}
.cont2-list .list .right .plan .text .p1{
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont2-list .list .right .plan .text .des{
    font-size: 15px;
    color:#d1d1d1;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 10px;
}
.cont2-list .list .right .plan .text{
    width: 58%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .4s;
}
.cont2-list .list .right .plan:hover .text{
    margin-top: -10px;
}
.cont2-list .list .right .plan .img{
    width: 40%;
    border-radius: 20px;
    height: 135px;
}
.cont2-list .list .right .plan:last-child{
    margin-bottom: 0;
}

/* 用AI技术打造真实感数字人 */
.cont3-list{
    width: 100%;
    background: url(../images/pic6.png) no-repeat 100% 100%;
    height: 160px;
    background-position: top left;
    border-radius: 20px;
}
.cont3-list a{
    display: block;
    width: 35%;
    font-size: 25px;
    text-align: center;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .4s;
}
.cont3-list .text{
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-size: 27px;
    font-family: myFont4;
}
.cont3-list a:hover{
    padding-bottom: 15px;
}

/* 数字滚动 */
.cont3-num li{
    font-size: 17px;
    text-align: center;
    width: 20%;
    position: relative;
}
.cont3-num li>div{
    font-size: 45px;
    font-family: myFont4;
    color:#1a70fd;
}
.cont3-num li::before{
    content: '';
    display: block;
    width: 1px;
    height: 72%;
    position: absolute;
    top: 21%;
    right: -45px;
    background: #adbac8;
}
.cont3-num li:last-child::before{
    display: none;
}

/* 商家选择 */
.cont4-list .swiper-slide{
    flex: 0 0 calc(33.333% - 10px);
    margin: 0 5px;
    box-sizing: border-box;
    height: 560px;
}
.cont4-list .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cont4-list .swiper-wrapper {
    display: flex;
    transition-timing-function: linear !important; /* 强制匀速 */
    transition-duration: 3s; /* 与speed同步 */
}

/* 最新动态 */
.cont5-box .left,
.cont5-box .right{
    width: 48.5%;
}
.cont5-title{
    margin-bottom: 30px;
}
.cont5-title .dt{
    width: 140px;
    height: 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 19px;
    /* font-family: myFont4; */
}
.cont5-title a{
    color:#d1d1d1;
    line-height: 40px;
    font-size: 15px;
}
.cont5-box .left .list a{
    display: block;
    color:#fff;
}
.cont5-box .left .list .img{
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
}
.cont5-box .left .list .text .p1{
    font-size: 21px;
    margin: 20px 0 5px 0;
}
.cont5-box .left .list .text .p2,
.cont5-box .right .cont5-item .item .text .p2,
.cont5-box .right .cont5-item .item .date{
    font-size: 16px;
    color:#9e9e9e;
}
.cont5-box .right .cont5-item .item{
    padding: 5px 30px 5px 5px;
    background: #191e31;
    border-radius: 20px;
    color:#fff;
    margin-bottom: 14px;
}
.cont5-box .right .cont5-item .item .img{
    width: 26%;
    height: 100px;
    border-radius: 15px;
}
.cont5-box .right .cont5-item .item .img img{
    border-radius: 15px;
}
.cont5-box .right .cont5-item .item .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cont5-box .right .cont5-item .item .text .p1{
    font-size: 19px;
    margin-bottom: 5px;
}
.cont5-box .right .cont5-item .item .date{
    width: 17%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cont5-box .right .cont5-item .item:last-child{
    margin-bottom: 0;
}

/* 无缝衔接滚动 */
.picScroll,
.picScroll .tempWrap{
    width: 100% !important;
}
.picScroll ul{ 
    overflow:hidden; zoom:1; }
.picScroll ul li{
    width: 23%;
    float: left;
    margin-right: 20px;
    position: relative;
}
.picScroll ul li .imgr{
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 20px;
}
.picScroll ul li .imgr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.picScroll ul li .tag{
    width: 154px;
    height: 55px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 21px;
    text-align: center;
    line-height: 55px;
}
.picScroll ul li .text{
    width: 90%;
    background: rgba(5, 9, 32, .6);
    position: absolute;
    left: 5%;
    bottom: 20px;
    border-radius: 20px;
    padding: 20px;
}
.picScroll ul li .text h5{
    font-size: 24px;
    font-family: myFont4;
    margin-bottom: 10px;
}
.picScroll ul li .text .des{
    font-size: 15px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.picScroll ul li .text .img{
    position: absolute;
    top: 15px;
    right: 18px;
    width: 39px;
}
.picScroll ul li .text .img img{
    display: inline-block;
}

/* 智巧行 */
.ny-banner .banner-text{
    box-sizing: border-box;
    width: 52%;
    margin-right: 80px;
}
.ny-banner .img{
    /* width: 42%; */
}
.ny-banner .img img{
    width: 100%;
    height: auto;
}
.ny-banner .banner-text .p1{
    font-size: 44px;
    line-height: 54px;
    color: transparent;
    background: linear-gradient(to right, #1a70fd 0%, #ffffff 80%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: myFont4;
    /* display: inline-block; */
}
.ny-banner .banner-text .p2{
    font-size: 26px;
    line-height: 54px;
    color: transparent;
    background: linear-gradient(to right, #1a70fd 0%, #ffffff 80%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: myFont4;
    /* display: inline-block; */
}
.ny-banner .banner-text .des{
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0 50px 0;
}

/* 全面的产品能力 */
.cpnl-list,
.qpT-list{
    background: rgba(36, 38, 107, .2);
    border-radius: 30px;
    padding: 60px 50px;
}
.cpnl-list .item .left{
    width: 47%;
}
.cpnl-list .item .right{
    width: 45%;
    max-height: 450px;
    border: 6px solid #82b1ff;
    border-radius: 20px;
}
.cpnl-list .item .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.cpnl-list .item .text{
    margin-top: 35px;
}
.cpnl-list .item .text:first-child{
    margin-top: 20px;
}
.cpnl-list .item .text .title-r{
    font-size: 22px;
    font-family: myFont4;
}
.cpnl-list .item .text .title-r img{
    margin-left: 8px;
}
.cpnl-list .item .text .des{
    color:#cdcdcd;
    font-family: myFont;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#cpnlTab{
    width: 70%;
}
#cpnlTab h3{
    width: 23%;
}

/* 6大核心功能，满足全场景需求 */
.six-list .sixBg{
    width: 70%;
    margin: 0 auto;
}
.six-list .six-item{
    position: absolute;
    top: 129px;
    left: 11%;
    width: 84%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.six-list .six-item dl{
    display: flex;
}
.six-list .six-item dl dt{
    text-align: right;
}
.six-list .six-item dl dt h4{
    font-size: 21px;
}
.six-list .six-item dl dt .des{
    font-size: 15px;
    margin-top: 6px;
    font-family: myFont;
}
.six-list .six-item dl dd{
    margin-left: 15px;
}
.six-list .six-item dl dd img{
    display: inline-block;
}
.six-list .six-item dl:nth-child(2n) dt{
    text-align: left;
}
.six-list .six-item dl:first-child,
.six-list .six-item dl:nth-child(2){
    margin-left: 20%;
}
.six-list .six-item dl:nth-child(2n) dd{
    margin-right: 15px;
    margin-left: 0;
}
.six-list .six-item dl:nth-child(4){
    margin-left: 36%;
}

.six-list .six-item dl:nth-child(3),
.six-list .six-item dl:nth-child(4),
.six-list .six-item dl:nth-child(5),
.six-list .six-item dl:nth-child(6){
    margin-top: 100px;
}
.six-list .six-item dl:last-child{
    margin-left: 29%;
}
.six-list .six-item dl:nth-child(5){
    margin-left: 10%;
}


/* 数字人制作过程 */
.szr-Box .left{
    width: 27%;
}
.szr-Box .left .feature-card{
    border-radius: 24px;
    padding: 0 30px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.szr-Box .left .feature-card:last-child{
    margin-bottom: 0;
}
/* 默认状态：仅第一个有背景，其他无背景 */
.szr-Box .left .feature-card:not(.active) {
    background: transparent;
}

.szr-Box .left .feature-card.active {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    padding: 25px 30px;
}
.szr-Box .left .feature-card .feature-title{
    width: 145px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    font-family: myFont4;
    border-radius: 50px;
}
.szr-Box .left .feature-card .feature-content .feature-desc{
    color:#bababa;
    font-size: 16px;
    margin-top: 20px;
}
.szr-Box .left .feature-card .feature-content .feature-list{
    list-style: none;
    font-size: 17px;
    color: #a3c6ff;
    line-height: 2;
    margin-top: 10px;
}
.szr-Box .left .feature-card .feature-content .feature-list li::before {
    content: "·";
    color: #a3c6ff;
    font-weight: bold;
    margin-right: 8px;
}
/* 默认隐藏内容 */
.szr-Box .left .feature-card .feature-list {
    display: none;
}
/* 激活时显示内容 */
.szr-Box .left .feature-card.active .feature-list {
    display: block;
}

.szr-Box .right{
    width: 68%;
}
.szr-Box .right img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 智小言 */
.zxy-banner .p1{
    background: linear-gradient(to right, #00e4ff 0%, #f556ff 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}
.zxy-banner .des,
.geo-banner .des{
    font-size: 26px !important;
    margin-bottom: 0 !important;
}
.zxy-banner .banner-text .text{
    margin: 40px 0 50px 0;
}
.zxy-banner .banner-text a{
    background: linear-gradient(to right, #03a1e3 0%, #6000ff 100%) !important;
}
/* 六大优势 */
.advanS-list .advanS-img{
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-top: -100px;
    z-index: -1;
    position: relative;
}
.advanS-list .advanS-item{
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
}
.advanS-list .advanS-item .left,
.advanS-list .advanS-item .right{
    position: absolute;
    top: 0;
    width: 38%;
}
.advanS-list .advanS-item dl{
    margin-bottom: 70px;
}
.advanS-list .advanS-item .left dl:nth-child(2){
    width: 70%;
    margin-right: 30%;
}
.advanS-list .advanS-item .left dl:nth-child(3){
    width: 87%;
    margin-right: 13%;
    margin-bottom: 0;
}
.advanS-list .advanS-item .right dl:nth-child(2){
    width: 70%;
    margin-left: 30%;
}
.advanS-list .advanS-item .right dl:nth-child(3){
    width: 87%;
    margin-left: 13%;
    margin-bottom: 0;
}


/* 智小盒 */
.banner-link{
    display: flex;
} 
.banner-link a:last-child{
    border: 1px solid #fff;
    margin-left: 40px;
}
.banner-link a:last-child:hover{
    border: 1px solid #ff5c00;
}
#qptTab{
    width: 92%;
}
#qptTab h3{
    width: 11%;
}
.qpT-list .item .left{
    width: 50%;
    border-radius: 20px;
    border: 6px solid #82b1ff;
    max-height: 450px;
    overflow: hidden;
}
.qpT-list .item .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qpT-list .item .right{
    width: 40%;
}
.qpT-list .item .right .qpt-title{
    width: 115px;
    font-size: 20px;
    font-family: myFont4;
    border: 2px solid #1a70fd;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
}
.qpT-list .item .right .intro{
    margin-top: 15px;
    font-size: 15px;
    color:#cdcdcd;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.qpT-list .item .right .intro dl{
    display: flex;
    align-items: flex-start;
    line-height: 23px;
    margin-top: 10px;
}
.qpT-list .item .right .intro dl dt{
    font-size: 24px;
    color: #1a90fd;
    font-family: myFont4;
    width: 9%;
}
.qpT-list .item .right .intro dl dd{
    width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.qpT-list .item .right .des .qpt-title{
    border:2px solid #7800ff;
    margin-top: 30px;
}
.qpT-list .item .right a{
    box-shadow: none;
    margin-top: 40px;
}
.dmkkb-list dl{
    width: 25%;
    text-align: center;
    border-right: 1px solid #1a70fd;
    padding: 0 50px;
    margin-top: 30px;
}
.dmkkb-list dl dt{
    height: 60px;
    line-height: 60px;
}
.dmkkb-list dl dt img{
    display: inline-block;
    vertical-align: middle;
}
.dmkkb-list dl:last-child{
    border-right: none;
}
.dmkkb-list dl:last-child dt img{
    max-width: 100%;
}
.dmkkb-list dl dd .p1{
    font-size: 20px;
    font-family: myFont4;
    margin: 30px 0 15px 0;
}
.dmkkb-list dl dd .des{
    font-size: 15px;
    font-family: myFont;
}
.zbhxnl-list dl,
.fourTs-list dl{
    background: #111835;
    border-radius: 20px;
    width: 24%;
    padding: 30px 25px;
}
.zbhxnl-list dl dt .p1{
    font-size: 22px;
}
.zbhxnl-list dl dt .p2{
    line-height: 23px;
    margin: 13px 0 28px 0;
    font-size: 15px;
    font-family: myFont;
}
.zbhxnl-list dl dd{
    width: 100%;
    border-radius: 15px;
    max-height: 230px;
    overflow: hidden;
}
.zbhxnl-list dl dd img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    transition: .4s;
}
.zbhxnl-list dl:hover dd img{
    transform: scale(1.08);
}
.fourTs-list dl:nth-child(2n){
    background: #14103a;
}
.fourTs-list dl dt .p1{
    font-size: 52px;
    font-family: myFont3;
    text-transform: uppercase;
    color: transparent;
    background: linear-gradient(to bottom, #515a8f 0%, transparent 75%);
    -webkit-background-clip: text;
    background-clip: text;
}
.fourTs-list dl dt .p2{
    font-size: 22px;
    margin-top: -32px;
}
.fourTs-list dl dt .p3{
    font-size: 16px;
    margin: 20px 0 35px 0;
}
.fourTs-list dl dd{
    width: 100%;
    height: 200px;
}
.fourTs-list dl dd img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.znzb-list .znzbTab{
    width: 16%;
}
.znzb-list .znzbTab h4{
    border-radius: 20px;
    border: 1px solid #fff;
    font-size: 20px;
    text-align: center;
    line-height: 65px;
    margin-top: 40px;
    cursor: pointer;
}
.znzb-list .znzbTab h4:first-child{
    margin-top: 25px;
}
.znzb-list .znzb-item{
    width: 80%;
    background: #1c2031;
    padding: 25px 30px;
    border-radius: 25px;
}
.znzb-list .znzbTab h4:hover,
.znzb-list .znzbTab h4.active{
    background-image: linear-gradient(90deg, #0a4ffd 0%, #1a70fd 100%);
    border: none;
    font-family: myFont4;
}
.znzb-list .znzb-item .left{
    width: 40%;
    margin-top: 20px;
}
.znzb-list .znzb-item .left .text dl{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 26px;
}
.znzb-list .znzb-item .left .text dl dt{
    font-size: 30px;
    color:#1a70fd;
    font-family: myFont4;
    font-style: italic;
    width: 15%;
    font-weight: bold;
}
.znzb-list .znzb-item .left .text dl dd{
    width: 85%;
    line-height: 23px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: myFont;
}
.znzb-list .znzb-item .right{
    width: 56%;
    max-height: 350px;
    border-radius: 20px;
}
.znzb-list .znzb-item .right img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.znzb-list .znzb-item .left a{
    width: 140px !important;
    height: 45px !important;
    line-height: 45px !important;
    border-radius: 50px;
    border:1px solid #fff;
    margin-left: 50px;
    transition: .4s;
}
.znzb-list .znzb-item .left a:hover{
    background: #0a4ffd;
    border: 1px solid #0a4ffd;
}
.znzb-box .znzb-voice{
    margin:40px 0 50px 0;
}
.znzb-box .znzb-voice li{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #182551;
    width: 16%;
    border-radius: 20px;
    padding: 20px 10px;
}
.znzb-box .znzb-voice li:nth-child(2n){
    background: #0d1033;
}
.znzb-box .znzb-voice li p{
    font-family: myFont4;
    font-size: 20px;
    margin-left: 10px;
    letter-spacing: 1px;
}
.znzb-box .more{
    display: block;
    width: 280px;
    margin: 0 auto;
    font-size: 18px;
    color:#fff;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    box-shadow: none;
}
.znzb-box .more:hover{
    background: #ff5c00;
}

/* 智小科 */
.banner-text .p1:nth-child(2){
    font-size: 26px;
}
.zxk-banner .des{
    margin-bottom: 0 !important;
}
.zxk-banner .text{
    margin: 25px 0 30px 0;
}
.xkcont1-list{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 15px 15px;
}
.xkcont1-list dl{
    background: #182551;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}
.xkcont1-list dl:nth-child(2n){
    background: #0d1032;
}
.xkcont1-list dl dd{
    width: 72%;
}
.xkcont1-list dl dd h3{
    font-size: 19px;
    font-family: myFont4;
    margin-bottom: 5px;
}
.xkcont1-list dl dd p{
    font-size: 15px;
    line-height: 23px;
    font-family: myFont;
}
.zxkCont2-list .item{
    background: #1c2031;
    border-radius: 15px;
    padding: 30px;
}
.zxkCont2-list .item .p1{
    box-shadow: none;
    border-radius: 50px;
    width: 190px;
    line-height: 50px;
    font-family: myFont4;
    font-size: 22px;
    margin: 0 auto;
    text-align: center;
}
.zxkCont2-list .item .itro{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.zxkCont2-list .item dt{
    text-align: center;
}
.zxkCont2-list .item .itro dl{
    margin-right: 25px;
}
.zxkCont2-list .item .itro dl:last-child{
    margin-right: 0;
}
.zxkCont2-list .item dt img{
    width: 70px;
    vertical-align: middle;
    display: inline-block;
    height: auto;
}
.zxkCont2-list .item dd{
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
}
.advanE-list .advanE-img{
    /* width: 430px; */
    height: auto;
    margin: 0 auto;
    padding: 100px 0 120px 0;
}
.advanE-list .advanE-item{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.advanE-list .advanE-item .left,
.advanS-list .advanS-item .left{
    left: 0;
}
.advanE-list .advanE-item .left,
.advanE-list .advanE-item .right{
    position: absolute;
    top: 0;
    width: 35%;
}
.advanE-list .advanE-item .right,
.advanS-list .advanS-item .right{
    right: 0;
}
.advanE-list .advanE-item dl{
    background: rgba(36, 38, 107, .3);
    border-radius: 15px;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
}
.advanE-list .advanE-item dl dt,
.advanS-list .advanS-item dl dt{
    float: left;
    width: 80%;
    text-align: right;
}
.advanE-list .advanE-item dl dt h4,
.advanS-list .advanS-item dl dt h4{
    font-size: 19px;
    font-family: myFont4;
    margin-bottom: 7px;
}
.advanE-list .advanE-item dl p,
.advanS-list .advanS-itemdl p{
    font-family: myFont;
    line-height: 23px;
    font-size: 15px;
}
.advanE-list .advanE-item dl dd,
.advanS-list .advanS-item dl dd{
    float: right;
    width: 15%;
    height: 100%;
    margin-top: 15px;
}
.advanE-list .advanE-item dl dd img{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.advanE-list .advanE-item .right dl dt,
.advanS-list .advanS-item .right dl dt{
    float: right;
    text-align: left;
}
.advanE-list .advanE-item .right dl dd,
.advanS-list .advanS-item .right dl dd{
    float: left;
}
.advanE-list .advanE-item .right dl:nth-child(2),
.advanE-list .advanE-item .right dl:nth-child(3){
    width: 80%;
    margin-left: 20%;
}
.advanE-list .advanE-item .left dl:nth-child(2),
.advanE-list .advanE-item .left dl:nth-child(3){
    width: 80%;
    margin-right: 20%;
}

/* 小红书 */
.xhs-banner .banner-text .p1{
    background-image: linear-gradient(to right, #dc0053 0%, #ffffff 100%) !important;
}
.xhsCont2-tab{
    width: 75% !important;
}
.xhsCont2-tab h3{
    width: 23% !important;
}
.xhsCont2-list .item{
    align-items: center;
}
.xhsCont2-list .item .img{
    background: #1c2031;
    border-radius: 30px;
    overflow: hidden;
    width: 53%;
    max-height: 450px;
    overflow: hidden;
    /* padding: 15px; */
}
.xhsCont2-list .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xhsCont2-list .item .text{
    width: 40%;
}
.xhsCont2-list .item .text .p1{
    font-size: 22px;
    font-family: myFont4;
}
.xhsCont2-list .item .text .p2{
    font-size: 15px;
    line-height: 24px;
    color:#cdcdcd;
    margin-top: 20px;
}
.problem-list dl{
    width: 23%;
    background: rgba(36, 39, 107,.3);
    border-radius: 20px;
    padding: 40px 25px 20px 25px;
}
.problem-list dl dt .p1{
    width: 145px;
    height: 45px;
    border-top-left-radius: 45px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 20px;
    font-family: myFont4;
    text-align: center;
    line-height: 45px;
    box-shadow: none;
}
.problem-list dl dt .p2{
    line-height: 23px;
    margin: 25px 0 35px 0;
    font-family: myFont;
}
.problem-list dl dd{
    width: 100%;
    height: 200px;
}
.problem-list dl dd img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.rode-box{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px 20px;
}
.rode-box dl{
    background: #2f354e;
    border-radius: 20px;
    padding: 25px 20px;
}
.rode-box dl:nth-child(2),
.rode-box dl:nth-child(4),
.rode-box dl:nth-child(5),
.rode-box dl:nth-child(7){
    background: #1c2031;
}
.rode-box dl dt img{
    width: 64px;
    height: 64px;
    transition: .4s;
}

.rode-box dl dd .p1{
    font-size: 19px;
    font-family: myFont4;
    margin: 20px 0 10px 0;
}
.rode-box dl dd .p2{
    font-size: 15px;
    line-height: 24px;
    font-family: myFont;
}

/* 智小衣 */
.scene-box{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 60px 60px;
}
.scene-box dl{
    text-align: center;
}
.scene-box dl dt img{
    vertical-align: middle;
    display: inline-block;
    height: 70px;
    transition: all .3s;
}
.scene-box dl:hover dt img{
    transform: scale(.8);
}
.scene-box dl dd{
    font-size: 19px;
    margin-top: 20px;
}
.value-list dl{
    border-radius: 20px;
    background: #111835;
    padding: 40px 50px;
    width: 30.5%;
}
.value-list dl dt img{
    width: 90px;
    margin: 0 auto;
}
.value-list dl dd .p1{
    font-size: 21px;
    font-family: myFont4;
    text-align: center;
    margin: 35px 0 10px 0;
}
.value-list dl .p2{
    font-family: myFont;
    font-size: 15px;
    line-height: 24px;
}
.compare-box .img,
.compare-box .img img{
    width: 100%;
}
.compare-box .img img{
    max-height: 470px;
}
.compare-box .compare-list{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.compare-box .compare-list .left,
.compare-box .compare-list .right{
    width: 47%;
}
.compare-box .compare-list .right{
    position: absolute;
    top: 0;
    right: 32px;
}
.compare-box .compare-list .left h3{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 27px;
    font-family: myFont4;
}
.compare-box .compare-list .item{
    margin-left: 10px;
}
.compare-box .compare-list .left .item dl{
    border-bottom: 1px solid #6b6b6b;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 30px 0 40px;
}
.compare-box .compare-list .left .item dl dt{
    display: flex;
    width: 30%;
}
.compare-box .compare-list .left .item dl dt img{
    width: 21px;
    height: 21px;
}
.compare-box .compare-list .left .item dl:last-child{
    border-bottom: none;
}
.compare-box .compare-list .left .item dl dt p{
    font-size: 21px;
    font-family: myFont4;
    margin-left: 15px;
    line-height: 21px;
}
.compare-box .compare-list .left .item dl dd{
    font-size: 15px;
    width: 70%;
}
.compare-box .compare-list .right .item dl{
    border-bottom: 1px solid #ffffff;
}
.compare-box .compare-list .right .item dl dt img{
    width: 33px;
    height: 23px;
}
.clzxy-banner .p1{
    background-image: linear-gradient(to right, #00dc91 0%, #ffffff 100%) !important;
}
.banner-list{
    display: flex;
    margin-bottom: 40px;
}
.clzxy-banner .des{
    margin-bottom: 30px !important;
}
.banner-list dl{
    display: flex;
    margin-right: 20px;
}
.banner-list dl dd{
    font-size: 18px;
    margin-left: 8px;
}
.clzxy-banner .banner-form{
    width: 42%;
}
.banner-form{
    background: url(../images/column/form-bg.png) no-repeat 100% 100%;
    background-size: cover;
    border-radius: 30px;
    border: 6px solid rgb(120 180 255 / 25%);
    padding: 20px 40px;
}
.banner-form .banner-form-title{
    font-size: 25px;
    font-family: myFont4;
    text-align: center;
    margin-bottom: 12px;
}
.form-box .input-item {
    width: 100%;
    height: 40px;
    background: rgba(35, 52, 90, 0.7);
    border-radius: 10px;
    padding: 0 24px;
    color: #fff;
    font-size: 16px;
    outline: none;
    transition: all 0.2s;
    margin-bottom: 12px;
}
input::placeholder {
    color: #8e94a7;
    font-size: 15px;
}
.form-box .input-item:focus {
    border-color: #3388ff;
    background: rgba(45, 65, 110, 0.8);
}

/* 手机号+验证码行 */
.form-box .phone-row {
    display: flex;
    gap: 15px;
}
.form-box .phone-row .input-item {
    flex: 1;
}
.form-box .code-btn {
    width: 130px;
    height: 43px;
    background: rgba(35, 52, 90, 0.7);
    border-radius: 10px;
    color: #a0b8e0;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
}

/* 使用规模标题 */
.form-box .scale-title {
    font-size: 16px;
    margin: 11px 0 9px 0;
}

/* 规模选项按钮组 */
.form-box .scale-group {
    display: flex;
    gap: 13px;
    /* flex-wrap: wrap; */
}
.form-box .scale-item {
    flex: 1;
    height: 35px;
    background: rgba(35, 52, 90, 0.7);
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s;
}
.form-box .scale-item:hover{
    background: rgb(41 86 185 / 70%);
}
.form-box .scale-item.active {
    background: #2563eb;
    border-color: #3b82f6;
}

/* 立即申请按钮 */
.form-box .submit-btn {
    width: 100%;
    height: 44px;
    background: linear-gradient(90deg, #0066ff, #2288ff);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-top: 15px;
    letter-spacing: 2px;
}
.form-box .submit-btn:hover{
    background: #ff5c00;
}
/* 同意协议勾选框 */
.form-box .agree-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 14px;
    color: #e0e8ff;
}
.form-box .agree-box input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: #0066ff;
    border-radius: 50px;
}

.wzh-box .left {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-right: 40px;
}

/* 每个功能项 */
.wzh-box .wzh-item {
    background: #171b2b;
    border-radius: 12px;
    padding: 17px 24px;
    cursor: pointer;
    transition: all 0.3s;
}
.wzh-box .wzh-item.active {
    background-image: linear-gradient(90deg, #0a4ffd 0%, #1a70fd 100%);    /*通用默认 */;
}
.wzh-box .wzh-item h3 {
    font-size: 20px;
    color: #b3b3b3;
    font-weight: normal;
}
.wzh-box .wzh-item p {
    font-size: 15px;
    color: #c0c8e0;
    line-height: 1.5;
    display: none;
}
.wzh-box .wzh-item.active h3{
    font-family: myFont4;
    margin-bottom: 8px;
    color:#fff;
}
.wzh-box .wzh-item.active p {
    display: block;
    color: #fff;
}
.wzh-box .right {
    flex: 1;
    background: #171b2b;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 497px;
}
.wzh-box .img-box {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    /* padding: 30px; */
    border-radius: 8px;
}
.wzh-box .img-box.active {
    display: block;
}

.wzh-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* GEO */
.geo-banner .text{
    margin: 20px 0 25px 0;
    font-family: myFont;
    line-height: 26px;
}
.geo-banner .tag{
    font-size: 18px;
    margin-bottom: 40px;
}
.geo-banner a{
    box-shadow: none;
}
.geo-banner .des{
    font-family: myFont4;
}
.geo-banner .p1{
    background-image:linear-gradient(to right, #911bff 0%, #ffffff 100%) !important;
}
.difficulty-box{
    height: 430px;
}
.difficulty-box .img img{
    /* width: 450px; */
    height: auto;
    margin: 30px 40px 0 40px;
}
.difficulty-box .item{
    flex: 1;
}
.difficulty-box .item dl{
    margin-top: 45px;
}
.difficulty-box .item dl dt{
    font-size: 20px;
    font-family: myFont4;
    margin-bottom: 10px;
}
.difficulty-box .item dl dd{
    font-size: 15px;
    font-family: myFont;
}
.difficulty-box .item:first-child{
    text-align: right;
}
.break-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px 50px;
}
.break-box dl{
    background-image: linear-gradient(to right,#000c43,#29143f);
    border-radius: 20px;
    padding: 32px 30px;
    display: flex;
    align-items: center;
}
.break-box dl dt{
    margin-right: 30px;
}
.break-box dl dd{
    flex: 1;
}
.break-box dl dd h3{
    font-size: 20px;
    font-family: myFont4;
    margin-bottom: 10px;
}
.break-box dl dd p{
    font-size: 15px;
    font-family: myFont;
}
.service-box{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px 20px;
}
.service-box dl{
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.service-box dl dt{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.service-box dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
.service-box dl:hover dt img{
    transform: scale(1.1);
}
.service-box dl dd{
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0 20px;
}
.service-box dl dd h4{
    font-size: 20px;
    margin-bottom: 7px;
    font-family: myFont4;
}
.service-box dl dd p{
    font-size: 15px;
    font-family: myFont;
}
.service-box dl:last-child dd{
    padding-bottom: 42px;
}
.service-box dl a{
    color:#fff;
}

.geo-box dl{
	background: #191e31;
	color:#fff;
	border-radius: 20px;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}
.geo-box dl dt{
	padding: 24px 32px;
	font-size: 20px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
}
.geo-box dl dt::before{
	content: '';
	width: 6px;
	height: 24px;
	background: #257aff;
	border-radius: 2px;
	flex-shrink: 0;
}
.geo-box dl dd{
	display: none;
	color: #d1d1d1;
	font-size: 15px;
	line-height: 26px;
	padding: 0 32px 24px;
    margin-top: -6px;
}

/* 数字人oem */
.oem-advan dl{
    width: 30% !important;
}
.oem-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 60px 70px;
}
.oem-link{
    display: block;
    width: 250px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50px;
    font-size: 20px;
    font-family: myFont;
    color:#fff;
    text-align: center;
    line-height: 50px;
    margin-bottom: 60px;
    box-shadow: none !important;
}
.oem-link:hover{
    background: #ff5c00;
}
.oem-banner{
    height: 670px !important;
}
.oem-banner .banner-form{
    margin-top: 50px;
}
.oem-banner .banner-text .p1{
    background-image: linear-gradient(90deg, #ff5f3a 0%, #fff 100%);
}
.oem-item{
    padding: 40px 0 70px 0;
}
.oem-item dl{
    width: 31%;
    display: flex;
    align-items: center;
    background: #111835;
    border-radius: 20px;
    padding: 15px;
}
.oem-item dl dt{
    width: 85px;
}
.oem-item dl dt img{
    width: 100%;
    height: auto;
}
.oem-item dl dd{
    flex: 1;
    margin-left: 15px;
}
.oem-item dl dd h3{
    font-size: 20px;
    font-family: myFont4;
}
.oem-item dl dd p{
    font-size: 15px;
    font-family: myFont;
    margin-top: 5px;
}

/* 公司介绍 */
.about-banner{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.about-banner .img{
    width: 100%;
    height: 100%;
}
.about-banner .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-banner .text{
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-banner h3{
    font-size: 52px;
    font-family: myFont5;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #29ccff 30%, #f000ff 80%);
}
.about-banner p{
    font-size: 32px;
    margin: 10px 0 35px 0;
}
.about-banner i{
    display: block;
    width: 250px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    background-image: linear-gradient(to left,#6000ff,#03a1e3);
    margin: 0 auto;
    font-size: 19px;
    letter-spacing: 1px;
}
.About-text{
    font-size: 16px;
    line-height: 30px;
}
.About-list .item{
    width: 31.5%;
    background: #1c2031;
    border-radius: 20px;
    padding: 20px 30px;
}
.About-list .item .a-title{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: myFont4;
    margin-bottom: 20px;
    justify-content: center;
}
.About-list .item .a-title img{
    margin-right: 10px;
}
.About-list .item .img{
    display: flex;
    justify-content: center;
    gap: 25px;
    text-align: center;
}
.About-list .item .img img{
    width: 75px;
    vertical-align: middle;
    display: inline-block;
}
.About-list .item .img dd{
    font-size: 15px;
    margin-top: 15px;
    font-family: myFont;
}
.about-form{
    width: 75%;
    margin: 0 auto;
}
.about-form .aboutF-box{
    display: flex;
    width: 100%;
    height: 85px;
    background: url(../images/column/input-bg.png) no-repeat 100% 100%;
    background-size: cover;
    border-radius: 20px;
}
.about-form .aboutF-box .input-wrap{
    width: 55%;
    background: none;
    padding: 0 30px;
    font-size: 18px;
    color:#fff;
}
.about-form .aboutF-box .btn-wrap{
    width: 45%;
    background-image: linear-gradient(90deg, #0a4ffd 0%, #1a70fd 100%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 21px;
    color:#fff;
    cursor: pointer;
}
.contact-wrap .top dl{
    padding: 0 60px;
    border-right: 1px solid #707070;
    width: 60%;
    display: flex;
    align-items: center;
}
.contact-wrap .top dl:last-child{
    border-right: none;
    width: 40%;
}
.contact-wrap .top dl img{
    width: 150px;
    margin-right: 20px;
}
.contact-wrap .top dd{
    flex: 1;
    margin-left: 25px;
}
.contact-wrap .top dd h4{
    font-size: 31px;
}
.contact-wrap .top dd p{
    margin-top: 15px;
    font-size: 15px;
}
.contact-wrap .bottom dl{
    background: #1c2031;
    border-radius: 20px;
    margin-top: 30px;
    padding: 25px;
    text-align: center;
}
.contact-wrap .bottom dl:first-child{
    width: 44%;
}
.contact-wrap .bottom dl:last-child{
    width: 53%;
}
.contact-wrap .bottom dl dt{
    width: 160px;
    line-height: 45px;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 20px;
}
.contact-wrap .bottom dl dd{
    margin-top: 20px;
    font-size: 30px;
    font-family: myFont4;
}
/* 登录注册 */
.login-box-wrap{
    width: 100%;
    background: #c9cfe2;
    border-radius: 20px;
    margin-top: 120px;
}
.login-box-wrap .left{
    width: 60%;
    padding: 60px 30px 30px 30px;
    text-align: center;
}
.login-box-wrap .left .img img{
    width: 100%;
    height: auto;
}
.login-box-wrap .left .login-title{
    font-size: 40px;
    font-family: myFont4;
    color:#000;
}
.login-box-wrap .left .login-list{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.login-box-wrap .left .login-list li{
    display: flex;
    color:#000000;
    font-size: 17px;
    line-height: 30px;
    margin-right: 25px;
}
.login-box-wrap .left .login-list li:last-child{
    margin-right: 0;
}
.login-box-wrap .left .login-list li .iconfont{
    color:#28b0ff;
    font-size: 23px;
    vertical-align: middle;
    margin-right: 7px;
}
.login-box-wrap .left .login-list li:first-child .iconfont,
.login-box-wrap .left .login-list li:last-child .iconfont{
    font-size: 30px;
}
.login-detail{
    margin-top: -20px;
}
.login-detail li>div{
    font-size: 34px;
}
.login-detail li p{
    font-size: 16px;
    color:#000;
    font-family: myFont;
}
.login-detail li::before{
    right: -30px;
}
.login-box-wrap .right{
    width: 40%;
    background:#fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-box-wrap .tab-nav .company-title{
    font-size: 15px;
    color:#333;
}
.login-box-wrap .tab-nav .company-title h2{
    font-size: 25px;
    font-family: myFont4;
}
.login-box-wrap .tab-nav .person-title{
    height: 40px;
    border-radius: 10px;
    background: #1f71e4;
    line-height: 40px;
    font-size: 16px;
    color:#fff;
    padding: 0 10px;
    cursor: pointer;
    display: flex;
}
.login-box-wrap .tab-nav{
    align-items: center;
}
.login-box-wrap .tab-nav .person-title .iconfont{
    font-size: 30px;
    color:#fff;
    vertical-align: middle;
}
.login-box-wrap .tab-nav .person-title:hover{
    background: #ff5c00;
    color:#fff;
}
.login-box-wrap .tab-nav .person-title:hover .iconfont{
    color:#fff;
}
.login-box-wrap .login-wrap-form{
    margin-top: 35px;
}
.login-wrap-form .login-wrap-register .register-item{
    margin-bottom: 15px;
}
.login-wrap-form .login-wrap-register .register-item .really-input{
    width: 100%;
    height: 50px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 16px;
}
.login-wrap-form .login-wrap-register .register-custom{
    display: flex;
    justify-content: center;
    color:#333;
    font-size: 15px;
    margin-top: 30px;
    align-items: center;
}
.login-wrap-form .login-wrap-register .register-custom .custom-agreement{
    margin-left: 5px;
}
.login-wrap-form .login-wrap-register .register-custom .custom-agreement a{
    color:#0d54fd;
}
.login-wrap-form .login-wrap-register .register-custom .custom-agreement a:hover,
.login-wrap-form .login-wrap-register #goAccount i:hover{
    color:#ff6d00;
}
.login-wrap-form .login-wrap-register .btn-primary{
    width: 100%;
    height: 55px;
    background: #0d54fd;
    font-size: 20px;
    color:#fff;
    border-radius: 15px;
    cursor: pointer;
    margin: 10px 0;
    transition: all .4s;
}
.login-wrap-form .login-wrap-register .btn-primary:hover{
    background: #ff6d00;
}
.login-wrap-form .login-wrap-register .goAccount{
    color:#333;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}
.login-wrap-form .login-wrap-register .goAccount i{
    color:#0d54fd;
}


/* 新闻 */
.news-top-list{
    border-radius: 15px;
    background: #1c2031;
    padding: 25px;
    margin-top: 100px;
}
.news-top-list .swiper-slide{
    display: flex;
    justify-content: space-between;
}
.news-top-list .img{
    width: 60%;
    height: 400px;
    overflow: hidden;
    border-radius: 15px;
}
.news-top-list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-top-list .text{
    flex: 1;
    margin-left: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.news-top-list .text .date,
.Cnews-list dl dd .date{
    font-family: myFont;
    color:#b1b1b1;
    font-size: 14px;
}
.news-top-list .text .n-title{
    margin: 10px 0 25px 0;
    font-size: 24px;
}
.news-top-list .text p{
    text-align: left;
}
.news-top-list .text .description,
.Cnews-list dl dd .description{
    font-size: 15px;
    font-family: myFont;
    line-height: 25px;
    color:#b1b1b1;
}
.news-link{
    width: 140px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    border-radius: 50px;
    font-size: 16px;
    margin: 50px 0 30px 0;
    display: inline-block;
    /* transition: .4s; */
}
.newTag-list a{
    color:#0cb0fd;
    font-size: 15px;
    margin-right: 15px;
    transition: .4s;
}
.newTag-list a:last-child{
    margin-right: 0;
}
.Cnews-wrap .left{
    width: 67.5%;
}
.Cnews-wrap .news-tab{
    background: #1c2031;
    border-radius: 15px;
    padding: 13px 25px;
    display: flex;
    margin-bottom: 25px;
}
.Cnews-wrap .news-tab a{
    line-height: 50px;
    border-radius: 50px;
    padding: 0 35px;
    margin-right: 20px;
    transition: .4s;
    cursor: pointer;
    font-size: 18px;
    color:#fff;
}
.Cnews-wrap .news-tab a:last-child{
    margin-right: 0;
}
.Cnews-wrap .news-tab a.active{
    background:#186cfd;
}
.Cnews-wrap .news-tab a:hover{
    background: rgb(255 255 255 / 15%);
}
.Cnews-wrap .right{
    width: 30%;
}
.Cnews-list dl{
    background: #1c2031;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
}
.Cnews-list dl dt{
    width: 37%;
    height: 210px;
    border-radius: 15px;
    overflow: hidden;
}
.Cnews-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Cnews-list dl dd{
    width: 59%;
}
.Cnews-list dl dd .n-title{
    font-size: 18px;
    border-bottom: 1px solid #484848;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden;
}
.Cnews-list dl dd>div{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.Cnews-list dl dd .news-link{
    width: 125px;
    line-height: 35px;
    font-size: 14px;
    margin: 0;
    margin-right: 20px;
}
.Cnews-list dl dd .newTag-list{
    font-size: 14px;
}
.Cnews-wrap .hot-box{
    background: #1c2031;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
}
.hot-box .hot-title{
    border-bottom: 1px solid #484848;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.hot-box .hot-title .iconfont{
    font-size: 32px;
    margin-right: 10px;
    color:#e81123;
}
.hot-box .hotP-img .swiper-slide{
    width: 100%;
    height: 190px;
    overflow: hidden;
    border-radius: 10px;
}
.hot-box .hotP-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.hot-box .hot-keywordBox a{
    background: rgba(255, 255, 255, 16%);
    display: inline-block;
    padding: 6px 10px;
    color:#fff;
    margin-right: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    transition: all .3s;
    border-radius: 3px;
}

.newTag-list a:hover,
.txtMarquee-top .infoList li a:hover .iconfont,
.txtMarquee-top .infoList li a:hover p{
    color:#ff5c00;
}
.hot-article{
    background: #1c2031;
    border-radius: 15px;
}
.hot-article .img{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.hot-article .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.txtMarquee-top{
    width: 100%;
    overflow:hidden;
    position:relative;
}
.txtMarquee-top .bd{
    padding:35px 25px 30px 25px;
}
.txtMarquee-top .infoList li{
    margin-bottom: 10px;
}
.txtMarquee-top .infoList li a{
    display: flex;
    font-size: 15px;
    line-height: 25px;
}
.txtMarquee-top .infoList li .iconfont{
    margin-right: 7px;
}
.txtMarquee-top .infoList li p{
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-banner{
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.news-banner img{
    width: 100%;
    height: auto;
}
.news-banner .news-b-text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.news-banner .w1200{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.news-banner h2{
    font-size: 36px;
    color:#fff;
}
.Cnews-wrap .location-box{
    background: #1c2031;
    border-radius: 15px;
    padding: 13px 25px;
    margin-bottom: 25px;
    font-size: 16px;
    color:#fff;
    line-height: 70px;
    font-family: myFont;
}
.Cnews-wrap .location-box a{
    font-family: myFont;
    color:#fff;
}

/* 新闻详情 */
.detail-wrap .detail-box{
    padding:30px 0 50px 0;
}
.detail-wrap .detail-box h3{
    font-size: 26px;
    font-family: myFont4;
    border-bottom: 1px solid #484848;
    padding-bottom:20px;
    margin-bottom: 20px;
}
.detail-wrap .detail-box .detail-flex{
    display: flex;
    font-size: 14px;
    font-family: myFont;
}
.detail-wrap .detail-box .detail-flex>div{
    margin-right: 15px;
}
.detail-wrap .detail-box .detail-flex .detail-tag a{
    color:#0cb0fd;
    margin-left: 10px;
}
.detail-wrap .detail-box .detail-intro{
    font-size: 16px;
    line-height: 28px;
    margin: 35px 0;
}
.detail-wrap .detail-box .detail-intro h3{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 15px;
}
.detail-wrap .detail-box .detail-intro img{
    margin: 15px 0;
    max-width: 100%;
}
.detail-wrap .detail-box .detail-intro table{
    width: 100%;
    margin: 15px 0;
}
.detail-wrap .detail-box .detail-intro table tr{
    border: 1px solid #484848;
}
.detail-wrap .detail-box .detail-intro table td{
    border: 1px solid #484848;
    padding: 12px;
}

/* 价格方案 */
.price-banner{
    width: 100%;
    height: 500px;
    background: url(../images/add/price.png) no-repeat 100% 100%;
    background-size: cover;
    background-position: left bottom;
}
.price-banner h3{
    background-image: linear-gradient(90deg, #fff 30%, #fff 80%);
}
.price-advan{
    margin-top: -50px;
    position: relative;
}
.price-advan dl{
    display: flex;
    align-items: center;
    border-radius: 15px;
    background: #111835;
    padding: 20px 28px;
    width: 32%;
}
.price-advan dl dt{
    margin-right: 20px;
}
.price-advan dl dt img{
    width: 64px;
}
.price-advan dl dd{
    flex: 1;
}
.price-advan dl dd h2{
    font-size: 20px;
    margin-bottom: 3px;
}
.price-advan dl dd p{
    font-size: 15px;
    font-family: myFont;
}
.price-wrap .left{
    width: 17%;
    margin-right: 50px;
}
.price-wrap .left .price-title{
    margin-bottom: 50px;
}
.price-wrap .left .price-title h4{
    font-size: 23px;
    color:#1a70fd;
    font-family: myFont4;
    margin-bottom: 25px;
}
.price-wrap .left .price-title p{
    font-size: 17px;
    margin-top: 18px;
    cursor: pointer;
    color:#b1b1b1;
}
.price-wrap .left .price-title p.active{
    color:#fff;
    border-radius: 5px;
}
.price-wrap .right{
    flex: 1;
    background: #1c2031;
    padding: 35px;
    border-radius: 20px;
}
.pItem-title{
    display: flex;
    align-items: center;
}
.pItem-title i img{
    width: 80px;
}
.pItem-title .p1{
    flex: 1;
    margin-left: 20px;
}
.pItem-title .p1 .p2{
    font-size: 22px;
    font-family: myFont4;
}
.pItem-title .p1 .p2 img{
    display: inline-block;
    width: 35px;
    margin-left: 6px;
    margin-bottom: 3px;
}
.pItem-title .p1 .p3{
    margin-top: 5px;
    font-family: myFont;
}
.price-item .pZqx-table table{
    border-radius: 15px;
    font-family: myFont;
    font-size: 16px;
}
.price-item .pZqx-table table th{
    padding:10px;
    border: 1px solid #6e6e6e;
    text-align: center;
    font-size: 18px;
    font-family: myFont2;
}
.price-item .pZqx-table table tr{
    border: 1px solid #6e6e6e;
}
.price-item .pZqx-table table td{
    border: 1px solid #6e6e6e;
    padding:10px;
}
.grid-3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 25px 25px;
}
.grid-4{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 25px 25px;
}
.price-list dl{
    background: #34394b;
    border-radius: 15px;
    padding: 25px;
}
.price-list dl dt{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: myFont4;
    margin-bottom: 10px;
}
.price-list dl dt img{
    margin-right: 10px;
}
.price-list dl dd{
    font-size: 14px;
    font-family: myFont;
}
.price-list dl dd b{
    font-size: 34px;
    margin: 0 5px 0 2px;
    font-family: 'myFont2';
}
.price-list dl dd .p2{
    color:#9c9c9c;
    margin: 2px 0 15px 0;
    font-size: 16px;
}
.price-link{
    width: 100%;
    line-height: 35px;
    border-radius: 50px;
    display: block;
    text-align: center;
    color:#fff;
    margin-top: 23px;
}
.zybkl-box .zybkl-title{
    font-family: myFont4;
    font-size: 22px;
    margin-bottom: 20px;
}
.zybkl-box .zybkl-title span{
    font-family: myFont;
    font-size: 16px;
    margin-left: 10px;
}
.priceTlink{
    width: 160px;
}
.zybkl-wrap{
    flex: 1;
}
.zybkl-wrap{
    border-radius: 15px;
    background: url(../images/add/pic4.png) no-repeat 100% 100%;
    background-size: cover;
    padding: 20px 30px;
}
.zybkl-wrap .text{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.zybkl-wrap .text h5{
    font-size: 24px;
    font-family: myFont4;
}
.zybkl-wrap .text .des{
    line-height: 26px;
    color:#c7c7c7;
    font-family: myFont;
    margin-top: 15px;
}
.zybkl-list .zybkl-left{
    width: 45%;
    margin-right: 25px;
}
.priceZxk-list .price-list{
    margin-right: 25px;
    width: 27%;
}
.priceZxk-list .price-list dl dd b{
    font-size: 39px;
}
.priceZxk-list .zybkl-wrap{
    background: url(../images/add/pic5.png) no-repeat 100% 100%;
    background-size: cover;
}
.price-geo dl{
    align-items: center;
}
.price-geo dl dt{
    margin-bottom: 0;
}
.price-geo dl dd>div{
    display: flex;
    align-items: center;
}
.price-geo dl dd{
    width: 58%;
}
.price-geo dl dd>div .p1 b{
    font-size: 40px;
}
.price-geo dl dd>div .p2{
    margin: 17px 0 0 6px;
}
.price-geo .price-link,
.price-xhs .price-link{
    width: 150px;
    margin-top: 0;
}
.price-xhs{
    align-items: center;
    padding: 35px 30px;
}
.price-xhs .text{
    flex: 1;
    margin-right: 50px;
}
.price-xhs .text .des{
    margin-top: 7px;
}
.price-wrap .is-fixed {
   position: sticky;
    top: 120px; 
    align-self: flex-start;
}
.auto-video{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 15px;
}

/* 解决方案开始 */
.jjfa-banner .p1{
    font-size: 48px !important;
}
.jjfa-banner .point{
    background-image: linear-gradient(to right, #202d50 0%, transparent 100%);
    font-size: 20px;
    border-radius: 50px;
    /* width: 66%; */
    position: relative;
    line-height: 30px;
    padding: 10px 0 10px 84px;
    margin-bottom: 25px;
}
.jjfa-banner .point img{
    position: absolute;
    top: -10px;
    left: 20px;
}
.jjfa-list dl{
    width: auto;
}
.grid-5{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 20px 20px;
}
.jjfa-list i img{
    width: 64px;
    height: 64px;
    display: block;
}
.jjfa-list .p3{
    font-size: 19px;
    font-family: myFont4;
    margin-top: 20px;
}
.jjfa-list .p2{
    margin-top: 15px !important;
}
.jjfa-advan dl{
    background: #0d1032 !important;
}
.jjfa-wrap .jjfa-form input,
.jjfa-wrap .jjfa-form .phone-row .code-btn{
    height: 85px;
    line-height: 85px;
    background: #1c2031;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 10px;
    padding: 0 15px;
    font-size: 17px;
    color:#fff;
}
.jjfa-wrap .jjfa-form .input-item{
    width: 30%;
}
.jjfa-wrap .jjfa-form .phone-row{
    width: 33%;
    display: flex;
    justify-content: space-between;
}
.jjfa-wrap .jjfa-form .phone-row input{
    width: 65%;
}
.jjfa-wrap .jjfa-form .phone-row .code-btn{
    width: 33%;
    cursor: pointer;
    color:#a0b8e0;
}
.jjfa-wrap .jjfa-form .phone-row .code-btn:hover{
    background: #232945;
}
.jjfa-wrap .jjfa-form .input-code{
    width: 14%;
}
.jjfa-wrap .jjfa-form .submit-btn{
    width: 18%;
    border-radius: 10px;
    font-size: 22px;
    color:#fff;
    font-family: myFont4;
    letter-spacing: 1px;
    cursor: pointer;
}

/* 分页 */
.pages-box .pagination{
    display: flex;
    justify-content: center;
}
.pages-box .pagination li a,
.pages-box .pagination li span{
    padding: 4px 12px;
    background: #252a42;
    border-radius: 3px;
    margin: 0 4px;
    font-size: 16px;
}
.pages-box .pagination li.active span,
.pages-box .pagination li:hover a{
    background: #186cfd;
}

/* 媒体查询 */
@media only screen and (max-width:1700px){
    
    .cont2-list .list .left .text .des{
        font-size: 16px;
    }
}
@media only screen and (max-width:1800px){
    .cont2-list .list .left .text .p1{
        font-size: 28px;
    }
	.index-banner .banner-text .p1{
        font-size: 53px;
    }
    .index-banner .banner-text .p2{
        font-size: 34px;
    }
    .ny-banner .banner-text .p1{
        font-size: 40px;
    }
}
@media only screen and (min-width:1940px){

	.cpnl-list .item .right{
        width: 40%;
    }
    .xhsCont2-list .item .img{
        width: 50%;
    }
}