﻿/* 改版搜索样式 */

.search-txt {
    color: #111111 !important;
    background-color: #fff;
}

.search-txt::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #777777 !important;
    font-size: 16px;
}

.search-txt:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777777 !important;
    font-size: 16px;
}

.search-txt::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777777 !important;
    font-size: 16px;
}

.search-txt:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #777777 !important;
    font-size: 16px;
}

.search-box-area {
    position: relative;
    right: 0%;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    transition: 0.4s;
    overflow: hidden;
    width: 40px;
}


.search-txt {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    color: #111;
    font-size: 16px;
    line-height: 40px;
    width: 0;
    transition: 0.4s;
}

.search-btn-a {
    font-size: 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.4s;
    margin-left: auto;
}

.search-btn-icon {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.85);
}

.search-box-area:hover .search-btn-icon {
    color: #156bbc;
}

/* .search-box-area:hover,
.hover-change-bg {
    background-color: #fff;
} */

.searchBtnIcon1 {
    color: #111;
}

.search-box-area:hover .search-txt {
    width: 280px;
    padding: 0 12px;
}

.search-box-area:hover .search-btn-icon {
    animation: rotate 0.4s linear;
}

.search-txt:focus {
    width: 280px;
    padding: 0 12px;
}

/* 结束 */


.pc-header {
    max-width: 100%;
    padding: 0;
}

.top-right-area {
    display: flex;
    width: 100%;
    flex-direction: column
}

.top-1 {
    display: flex;
    justify-content: space-between;
    padding: 0 3.2%;
}

.top-1-change {
    background-color: #156bbc;
}

.top-1>div {
    margin-top: 3px;
    zoom: 0.9;
}

.top-1>div a,
.top-1>div img {
    display: block;
}

.top-right-area>div {
    width: 100%;
    height: 50%
}

.top-2 {
    display: flex;
    align-items: center;
}

.menu-list>.menu-item {
    font-size: 20px;
    color: #ffffff;
}

.top-2-change {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.14);
}

.top-2-change .menu-list>.menu-item {
    color: #111111;
}

.top-2-change .header-menu-choosed {
    color: #156bbc;
    border-bottom: 2px solid #156bbc;
}

.hoverEffect {
    position: relative;
    padding-bottom: 5.1px;
}

.hoverEffect::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .15s ease-in;
    z-index: 1;
}

.hoverEffect:hover::after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: all .25s ease-out;
}

.top-2-change .hoverEffect::after {
    background-color: #156bbc;
}

.top-2-change .hoverEffect:hover {
    color: #156bbc;
}

.top-2-change .second-menu-wrapper {
    border-top: 2px solid #156bbc;
}

.second-menu-left img {
    width: 171px;
    height: 166px;
    object-fit: cover;
    display: block;
}

.second-menu-left p {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    font-family: HYJunHei, HYJunHei;
    font-weight: normal;
}

.menu-item-level2 a {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
}

.header-right {
    margin-top: 0;
    justify-content: flex-end;
    height: 100%;
}

.header-right>div {
    height: 100%;
}

.header-right>div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-menu-list {
    /* width: 1462px; */
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
}

/* 语言 */

.ft {
    cursor: pointer;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 0 25px;
    margin-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.34);
}

.ft span {
    margin-right: 8px;
}

.lang-hover {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang-item {
    position: absolute;
    background-color: #fff;
    color: #545454;
    font-size: 14px;
    width: 75px;
    text-align: left;
    top: 80%;
    left: 30%;
    border-radius: 3px;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
    padding: 0 14px;
    z-index: 2;
    display: none;
}

.quick-link-text {
    padding-left: 25px;
}

.lang-item a {
    display: block;
    padding: 11px 0px;
    border-bottom: 1px solid #E5E5E5;
}

.lang-item a:hover {
    color: #156bbc;
}

.lang-item a:nth-child(2) {
    border: none;
}

.ml-no {
    margin-left: 0;
}

.lang-hover:hover .lang-item,
.lang-item:hover {
    display: block;
}

.lang-hover:hover .lang-icon {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.select-identity {
    display: none;
}

.identity:hover .select-identity,
.select-identity:hover {
    display: block;
}

.identity:hover .identity-icon {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.header-right-search-icon {
    position: relative;
    top: -1px;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.85);
}

.menu-list>.menu-item:not(:last-child) {
    margin-right: 44px;
}

.header-logo {
    width: 277px;
    height: auto;
}

.second-menu-list {
    max-width: 1920px;
    margin: 0 21.48%;
}

/* 取消二級菜單圖標 */
.second-menu-right>li>div .second-menu-icon,
.second-menu-right>li>div:hover .second-menu-icon {
    display: none;
}

@media only screen and (max-width: 1920px) {
    .second-menu-list {
        margin: 0 12%;
    }
}

@media only screen and (max-width: 1680px) {
    .menu-list>.menu-item {
        font-size: 18px;
    }

    .menu-list>.menu-item:not(:last-child) {
        margin-right: 40px;
    }

    .menu-list>.menu-item {
        font-size: 18px;
    }

    .second-menu-left p,
    .menu-item-level2 a {
        font-size: 14px;
    }

    .second-menu-left img {
        width: 140px;
        height: 136px;
    }
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1280px) {
    .menu-list>.menu-item {
        font-size: 14px;
    }

    .header-right {
        font-size: 14px;
    }

    .menu-list>.menu-item:not(:last-child) {
        margin-right: 34px;
    }

    /* .second-menu-list {
        width: 1140px;
    } */

    .menu-list>.menu-item {
        font-size: 16px;
    }

    .second-menu-left p,
    .menu-item-level2 a {
        font-size: 13px;
    }

    .second-menu-left img {
        width: 129px;
        height: 125px;
    }
}

@media only screen and (max-width: 1024px) {
    .mobile-menu-drawer>ul>li {
        border-bottom: 1px solid rgb(255 255 255 / 0.3);
    }

    .mobile-header>figure:nth-child(1) {
        margin-top: 6px;
    }
}


/*  ai检索 */

/* .search-box-area{
    overflow: hidden;
} */
.form{
    width: 100%;
}

.ai_search_input_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border-radius: 41px;
    overflow: hidden;
    height: 40px;
  }
  
.ai_search_body {
      width: 100%;
  }
  
.ai_search_input_wrap {
      position: relative;
      display: flex;
      align-items: center;
      width: 0;
      max-width: 100%;
      height: 40px;
      border-radius: 41px;
      color: #222;
      overflow: hidden;
      
  }
  
.ai_search_input_wrap.focused,
.ai_search_input_wrap:hover {
      border-color: #365AA4;
  }
  
.ai_search_input_wrap.focused {
      box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
      outline: 0;
  }
  
.ai_search_input_wrap.disabled {
      cursor: not-allowed;
      background-color: #f4f4f4;
      pointer-events: none;
  }
  
.ai_search_input_wrap .ai_search_input {
      width: 100%;
      padding-right: 30px;
      box-sizing: border-box;
      line-height: 46px;
      color: #222;
      border: none;
      background: transparent;
      font-size: 14px;
  }
  
.ai_search_input_wrap .img {
      width: 18px;
      height: 18px;
      margin-right: 5px;
  }
  
.ai_search_input_wrap .prefix_text {
      margin-right: 13px;
      padding-right: 13px;
      color: #365AA4;
      font-size: 16px;
      font-weight: 500;
      font-style: italic;
      border-right: 1px solid rgba(0, 0, 0, 0.08);
      flex-shrink: 0;
  }
  
.ai_search_input_wrap .icon_clear {

      position: absolute;
      top: 50%;
      right:10px;
      width: 16px;
      height: 16px;
      transform: translateY(-50%);
      cursor: pointer;
      display: none;
  }
  
.ai_search_input_wrap .icon_clear:hover {
      opacity: 0.8;
}
  

.search-box-area:hover{
    width: 408px;
    padding: 0 10px;
    background-color: #fff;
}

.search-box-area:hover .ai_search_input_wrap{
    width: 100%;
    
    box-sizing: border-box;
}



.search-box-area:hover .icon-sousuo{
    display: none;
}

.foucs-search{
    width: 408px;
    background-color: #fff;
    padding: 0 10px;
}

.foucs-search .ai_search_input_wrap{
    width: 100%;
    box-sizing: border-box;
}

.foucs-search .icon-sousuo{
    display: none;
}



.btn_send {
    width: 30px;
    height: 30px;
    background: url('../image/send-btn.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    border:0;
    outline:none;
    display: none;
    flex-shrink: 0;
}
  
.btn_send:hover {
    width: 30px;
    height: 30px;
    background: url('../image/send-btn-hover.png') no-repeat center center;
    background-size: 100% 100%;
}

.search-box-area:hover .btn_send {
    display: block;
}
.foucs-search .btn_send {
    display: block;
}

.search-drawer-mobile-box{
    border: none;
    
}

.search-drawer-mobile-box .ai_search_input_wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 52px;
    padding: 10px 12px;
    border-radius: 41px;
    border: 1px solid #dcdcdc;
    color: #222;
    background: #fff;
    color: #000;
}

.search-drawer-mobile-box .ai_search_wrap .ai_search_input_wrap.focused,
.ai_search_wrap .ai_search_input_wrap:hover {
    border-color: #365AA4;
}

.search-drawer-mobile-box .ai_search_input_wrap.focused {
    box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
    outline: 0;
}

.search-drawer-mobile-box .ai_search_input_wrap.disabled {
    cursor: not-allowed;
    background-color: #f4f4f4;
    pointer-events: none;
}

.search-drawer-mobile-box .ai_search_input_wrap .mobile-form-search-input {
    width: 100%;
    line-height: 46px;
    border: none;
    color: #222;
    font-family: "PingFang HK";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.search-drawer-mobile-box .ai_search_input_wrap .img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.search-drawer-mobile-box .ai_search_input_wrap .prefix_text {
    margin-right: 12px;
    padding-right: 12px;
    color: #365AA4;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
    font-style: italic;
    border-right: 1px solid rgba(0, 0, 0, 0.08);

}

.search-drawer-mobile-box .ai_search_input_wrap .icon_clear_mobile {
    display: none;
    position: absolute;
    top: 50%;
    right: 53px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.search-drawer-mobile-box .ai_search_input_wrap .icon_clear_mobile:hover {
    opacity: 0.8;
}

.search-drawer-mobile-box .ai_search_input_wrap .btn_send_page {
    width: 50px;
    height: 50px;
    margin-left: 40px;
    background: url('../image/send-btn.png') no-repeat center center;
    background-size: 32px;
    cursor: pointer;
    border:0;
    outline:none;
}

.search-drawer-mobile-box .ai_search_input_wrap .btn_send_page:hover {
  background: url('../image/send-btn-hover.png') no-repeat center center;
    background-size: 32px;
}

.api-path-container{
    display: none;
}