/* 公共 */
* {
    padding: 0;
    margin: 0;
}
input{
    box-sizing: border-box;
}
body::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}
/* 顶部 */
.topTitle {
    display: flex;
    justify-content: center;
    border-bottom:1px solid #D9D9D9;
    background: #fff;
    min-width: 1180px;
}

.realyTop {
    display: flex;
    justify-content: space-between;
    width: 1180px;
    height: 90px;
    z-index: 10000;
    background-color: #FFFFFF;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width:400px;*/
    margin-right: 40px;
}

.logo img {
    width: 300px;
    height: auto;
}

.logo>.logoTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    white-space: nowrap;
}

.fontCompany {
    height: 36px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 24px;
    color: #262626;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fontSize {
    display: block;
    height: 16px;
    font-family: "Microsoft YaHei";
    font-weight: 800;
    font-size: 16px;
    color: #262626;
    line-height: 15px;
    font-style: normal;
    text-transform: none;
    white-space: pre;
    letter-spacing: -0.7px;

}
.navbar {
    display: flex;
    width: 680px;
}
.navbar-li {
    width: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin:0 18px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
}
.navbar-li > a {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
.checked-line {
    width: 0;
    height: 4px;
    background: #3F51B5;
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
}
.navbar-child {
 /*background: rgba(0,0,0,0.25);*/
 height:0;
 position: absolute;
 left: 0;
 top: 88px;
 display: flex;
 width: 100%;
 overflow: hidden;
 flex-direction: column;
 transition: height 0.3s ease;
}
.navbar-child-container{
    /*display: flex;*/
    /*flex-direction: column;*/
}
/*.navbar-child-container  > div > a{*/
/*    height: 24px;*/
/*    font-family: Source Han Sans SC, Source Han Sans SC;*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*    line-height: 24px;*/
/*    text-align: left;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*    text-decoration: none;*/
/*}*/
/*.navbar-child-container  > div {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-top: 32px;*/
/*}*/
/*.navbar-child-container  > div > img {*/
/*    margin-right: 12px;*/
/*}*/
/*.navbar-child > .navbar-child-container > div:last-child {*/
/*    margin-bottom:24px ;*/
/*}*/
/*.navbar-child > .navbar-child-container > div:first-child {*/
/*    margin-top:19px;*/
/*}*/
.navbar-li-search{
    width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.is-searchIcon{
    cursor: pointer;
}
.navbar-child-container-search {
    display: none;
    width: 170px;
    background: #EEF2FB;
    border-radius: 3px 3px 3px 3px;
    border-radius: 3px;
    background: #EEF2FB;
    /*gap: 0;*/
    /*margin-left: -214px;*/
}
.navbar-child-search{
    width: 100%;
    padding: 10px 18px;
    height: 40px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    background: #EEF2FB;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border: none;
    outline: none;
}
.navbar-child-searchIcon{
    width: 40px;
    height: 40px;
    background: #EEF2FB;
    border-radius: 0 3px 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.net {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 89px;
    background-color: #F0F0F0;
    transition: all 0.6s;
}

.net>span {
    width: 36px;
    color: #8C8C8C;
    font: normal 400 12px 'Source Han Sans SC-Regular';
    margin-left: 4px;
}
a:link {
    color: #262626;
}
/*.a:-webkit-any-link {*/
/*    color: #000;*/
/*}*/

.case-container{
    width: 1180px;
    margin: 3px auto;
    background-color: #fff;
    /*box-shadow: 0px 2px 25px 0px rgba(135,140,151,0.4);*/
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 0px 40px 0px;
    display: flex;
    flex-direction: row;
}
.case-container .case-container-item{
    width: 298px;
    display: inline-block;
    margin: 0px 72px;
}
.case-container .case-container-item:first-child{
    margin-top: 0px !important;
}
.case-container .case-container-item:last-child{
    margin-bottom: 0px !important;
}
.case-item-title{
    width: 100%;
    padding: 13px 11px;
    font-size: 18px;
    color: #3F51B5;
    font-weight: bold;
    border-bottom: 1px solid #CED9EA;
    position: relative;
}
.case-item-title::before {
    content: "";
    display: inline-block;
    border-bottom: 3px solid #618DE2;
    width: 24px;
    position: absolute;
    bottom: 0px;
    left: 16px;
}
.case-item-content{
    margin-top: 13px;
    width: 100%;
}
.case-item-content-a{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #404040;
    font-weight: 400;
    padding: 8px 0px 8px 15px;
    position: relative;
}
.case-item-content-a::before {
    content: "■"; /* 使用Unicode字符创建正方形符号 */
    color: #BDD3F7;
    font-size: 8px;
    position: absolute;
    top: 10px;
    left: 0px;
}
.case-item-content-a-title{
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0px 0px 0px;
    color: #3F51B5;
}
.background-t{
    background: transparent !important;
}

.navbar-child-item{
    padding: 10px 0px;
    margin-top: 3px;
    display: inline-block;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.navbar-child-item-a{
    font-family: Source Han Sans SC, Source Han Sans SC;
    padding: 8px 40px;
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #404040;
}
.navbar-child-item-a:hover{
    color: #3F51B5;
    background: linear-gradient( 91deg, #C1D6FF 0%, #E0EBFF 53%);
}