.searchpageform {}

.searchpageform form {
    position: relative;
    z-index: 22;
    max-width: 100%;
    margin: 2rem auto;
}
.page-banner .inner h1{
    width:max-content;
    word-wrap: break-word;
        max-width: 100%;
}
.searchpageform form .form-group {
    padding: 0rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.searchpageform form .form-group .form-control {
    padding: 1rem;
    border-radius: 0;
}

.searchpageform form .form-group .btn {
    background: #167972;
    color: #ffffff;
    padding: 1rem;
    border-radius: 0;
    text-transform: uppercase;
}

.page-banner .inner .container .contxt{
    width: 100%;
}
.page-banner .inner .title h2 {
    width: calc(100% - 200px);
    
}

@media (max-width: 767px){

.page-banner .inner .title h2 {
    width: 100%;
}

}
header .header .topbar .logo a img{

    max-width:195px;
}
/****search btn****/

.searchpageform form .form-group .btn {
    width: 100px;
}

.searchform form .form-group .btn {
    width: 100px;
}

header .share dl.a2a_kit dd {}

header .share dl.a2a_kit dd a {
    font-size: 16px;
    line-height: 1.6;
}


/**index****/

.first-block .imgsbox .boximg {
    height: 200px;
    /* 设定固定高度，按需调整 */
    overflow: hidden;
    /* 防止图片溢出 */
    display: flex;
    align-items: center;
    /* 垂直居中 */
    justify-content: center;
    /* 水平居中 */
    background: #fff;
    /* 可选：统一背景色（替代白色） */
}

.first-block .imgsbox .boximg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* 保持比例，完整显示图片 */
    object-position: center;
    /* 居中显示 */
}

.second-block::before {
    z-index: 1;
}

.first-block {
    z-index: 2;
}

.profile-block .row .col-md-4 a .boximg img {
    object-fit: contain;
    width: auto;
    margin: auto;
    height: auto;
}

.team_list .boximg {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.team_list .boximg::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 14px;
}

.team_list .boximg img {
    transition: all 0.35s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: auto;
    max-height: 100%;
    border-radius: 14px;
}

.profile-block .row .col-md-4 a .con .download-btn:hover {
    background: #26A89E;
    color: #ffffff;
}

.profile-block .row .col-md-4 a .con .download-btn:hover img {
    filter: brightness(0) invert(1);
    fill: white;
}

.profile-block .row .col-md-4 a:hover .con .download-btn {
    background: #26A89E;
    color: #ffffff;
}

.profile-block .row .col-md-4 a:hover .con .download-btn img {
    filter: brightness(0) invert(1);
    fill: white;
}



.second-block .row .col-md-4 .box a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.second-block .row .col-md-4 a:hover img {
  transform: scale(1.1);
}

@media (max-width: 992px){
   header .header .topbar .logo a img{max-width: 155px;}
}

@media (max-width: 767px){
   header .header .topbar .logo a img{max-width: 85px;}
   .dropdown-menu li a{white-space: wrap;}
}

@media (max-width: 375px){
   header .header .topbar .logo a img{max-width: 65px;}
}