
.jingtai1-header{
    min-width: 1200px;
    background: url('/img/banner-bg-jingtai2.png') no-repeat center center;
    background-size: cover;
    height: 540px;
}
.jingtai1-header-wrap{
    max-width: 1400px;
    min-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
}
.jingtai1-header-wrap h1{
    font-size: 48px;
    color: #333;
    margin-top: 80px;
    font-family:'CustomFont', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.jingtai1-header-wrap .feature-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 10px 0;
}
.jingtai1-header-wrap .feature-tags .feature-tag{
    background: rgba(252, 154, 8, 0.8);
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}
.jingtai1-header-wrap .feature-tags .feature-tag i{
    font-size: 16px;
    margin-right: 5px;
}
.jingtai1-header-wrap p{
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 350;
    margin-top: 20px;
}
.jingtai-dingzhi-btn-box{
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 20px;
}
.jingtai-dingzhi-btn-box>div{
    padding: 0 20px;
    border-radius:4px;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 46px;
    gap: 6px;
    justify-content: center;
}
.jingtai-dingzhi-buy{
    background-color: #2878ff;
    color: #fff;
    transition: .25s;
}
.jingtai-dingzhi-buy a{
    color: #fff;
}
.jingtai-dingzhi-buy:hover{
    background-color: #0250d8;
}
.jingtai-dingzhi-console{
    background-color:#f4f7ff;
    border:solid 1px #a3b6ff;
    color: #2878ff;
    transition: .25s;
}
.jingtai-dingzhi-console:hover{
    border:solid 1px #2878ff;
}

.jingtai1-header-bottom{
    min-width: 1200px;
    max-width: 1400px;
    height: 100px;
    margin: 0 auto;
    /* background: linear-gradient(to bottom, #fff, #f5f5f5); */
    /* background-color: #fff; */

    border: 1px solid #eee;
    box-shadow: 0 0 10px 0 rgba(181, 181, 181, 0.1);
    border-radius:8px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    position: relative;
}
.jingtai1-header-bottom>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
    position: relative;
}
.jingtai1-header-bottom>div>i{
    width: 60px;
    height: 60px;
    opacity: 0.1;
    position: absolute;
    margin: auto;
    left: 20px;
}
.jingtai1-header-bottom>div:last-child{
    border-right: none;
}
.jingtai1-header-bottom>div p{
    font-size: 30px;
    font-weight: 800;
    color: #2878ff;
}
.jingtai1-header-bottom>div span{
    font-size: 14px;
    color: rgba(85, 84, 84, 0.6);
    font-weight: 350;
}
.jingtai1-header-bottom>div .icon-buxian{
    font-size: 30px;
}
.jingtai1-header-wrap .jingtai-shuoming{
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
}
.jingtai1-header-wrap .jingtai-shuoming i{
    color: red;
    margin-right: 5px;
}

.jingtai1-why-choose{
    min-width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
}
.jingtai1-why-choose>h2{
    text-align: center;
    font-size: 40px;
    font-weight: 350;
    color: #000;
    margin-top: 60px;
}
.jingtai1-why-choose>p{
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 300;
    margin-top: 5px;
}

.jingtai1-why-choose-box{
    min-height: 600px;
    /* background: url('/img/t2_index_full.png') no-repeat center center;
    background-size: cover; */
    margin-top: 40px;
}
.jingtai1-why-choose-box .choose_tab{
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
}
.jingtai1-why-choose-box .choose_tab a{
    display: inline-block;
    width: auto;
    height: 42px;
    padding: 0 36px;
    margin: 0 20px;
    line-height: 42px;
    font-size: 18px;
    color: #2D3141;
    border-radius: 26px;
}
.jingtai1-why-choose-box .choose_tab a.active{
    background-color: #2D3141;
    color: #fff;
}
.choose_content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 40px;
}
.choose_content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.choose_content_item>div{
    margin-top: 80px;
    display: none;
}
.choose_content_item_btn{
    margin-top: 40px;
    display: flex;
    gap: 40px;
}
.choose_content_item_btn div{
   display: flex;
   align-items: center;
   gap: 10px;
   cursor: pointer;
   background-color: rgb(28 107 255 / 80%);
   border: solid 1px #eee;
   border-radius: 30px;
   padding: 10px 20px;
   color: #fff;
}
.choose_content_item_btn div i{
    font-size: 18px;
}
.choose_content_item_btn div a{
    color: #fff;
}
.choose_content_item_btn div:hover{
    transition: .25s;
    background-color: #1d70fe;
}
.choose_content_item h2{
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.choose_content_item h2 i{
    height: 50px;
    width: 50px;
    color: #2878ff;
    margin-right: 20px;
}
.choose_content_item p{
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 20px;
}
.jingtai1-application-scene{
    min-width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
}
.jingtai1-application-scene h2{
    text-align: center;
    font-size: 40px;
    font-weight: 350;
}
.scence-desc{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}
.jingtai1-application-scene-box{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.jingtai1-application-scene-box-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(147, 172, 226, 0.1);
    border: solid 1px #f3f2fc;
}
.jingtai1-application-scene-box-item:hover{
    box-shadow: 0px 4px 20px 0px rgba(147, 172, 226, 0.5);
}
.jingtai1-application-scene-box-item-img img{
    width: 220px;
    height: 160px;
    border-radius: 5px;
    object-fit: cover;
}

.jingtai1-application-scene-box-item-title h3{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin:10px 0;
}
.jingtai1-application-scene-box-item-title p{
    color: #a8a8b3;
    font-size: 13px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.jingtai1-application-scene-box-type{
    margin-top: 10px;
}

.jingtai1-application-scene-box-type span{
    display: inline-block;
    line-height: 24px;
    padding: 0 10px;
    border: solid 1px rgba(244, 183, 87, 0.35);
    font-size: 12px;
    color: #f4b757;
    margin-right: 10px;
}

.jingtai1-document-tool{
    min-width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
}
.jingtai1-document-tool h2{
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    margin-top:80px;
}

.jingtai1-document-tool .jingtai1-document-tool-box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 40px;

}
.tool-item{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    box-shadow: 0px 4px 20px 0px rgba(147, 172, 226, 0.1);
    border: solid 1px #f3f2fc;
    border-radius: 10px;
}
.tool-item:hover{
    box-shadow: 0px 4px 20px 0px rgba(147, 172, 226, 0.5);
}
.tool-item i{
    font-size: 36px;
    color: #2878ff;
}
.tool-item p{
    color: #888;
    margin-top: 5px;
}
.tool-item div{
    padding: 5px 0;
}
