body {
    margin:0;
}

.publick_Title_Wrap {
    width: 100%;
    height: 62px;
    line-height:30px;
    background: rgba(255,255,255,0.6);
    display:flex;
    justify-content:space-between;
    user-select:none;
    align-items:center;
}

.title_Left_Show {
    display:flex;
    align-items:center;
}

.logo {
    margin-left: 20px;
}

.search_Tab_Wrap {
    display:flex;
    margin-left:40px;
}



    .search_Tab_Wrap div {
        margin-right:30px;
        cursor:pointer;
    }

.search_Login_Wrap {
    display:flex;
    align-items:center;
}

.top_Search{
    width: 322px;
    height: 30px;
    display: flex;
    align-items: center;
    border: 1px solid;
    outline: none;
    border-image: linear-gradient(270deg, rgba(25.000000409781933, 171.00000500679016, 254.00000005960464, 1), rgba(0, 113.00000086426735, 255, 1)) 1 1;
    border-radius: 6px;
    
}

.search_Input {
    width: 226px;
    height: 16px;
    margin-left: 16px;
    border: none;
    outline: none;
    background: inherit;
    border-right: 1px solid #19ABFE;

}

.top_Search_Btn{
    width: 59px;
    height: 26px;
    background: url(/Content/imgs/search.png) no-repeat;
    background-size: 20% 59%;
    background-position-y: center;
    background-position-x: 10px;
    text-align: right;
    line-height: 26px;
    padding-right: 12px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    color: #19ABFE;
    border-radius: 6px;
    
}

.login_Btn {
    width: 80px;
    height: 32px;
    background: linear-gradient( 45deg, #389DFF 0%, #2670FF 27%, #30B3FF 100%);
    border-radius: 4px;
    text-align:center;
    color:#fff;
    line-height:32px;
    margin-right:20px;
    margin-left:20px;
    cursor:pointer;
    font-size:14px;
}

.introduce_Wrap {
    width: 100%;
    height: 318px;
    overflow:hidden;
    background:url(/Content/imgs/publicBg.png) no-repeat;
    background-size:100% 100%;
}

.introduce_Show {
    margin-top:32px;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.introduce_Title_Wrap {
    width:560px;
}

.introduce_Title {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 34px;
    color: #3D3D3D;
}

.introduce_Show_Info {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #3A486C;
    margin-top:36px;
    line-height:38px;
}

.introduce_Img {
    margin-right:32px;
}

.breadcrumb_Wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 14px 0;
}

.current_Location{
    font-size: 14px;
    color: #6D727F;
    margin-right: 20px;
    float: left;
}


