.bread {
    color: #ffffff;
    width: max-content;
    display: flex;
    gap: 0.05rem;
    align-items: center;
    margin-top: 1.4rem;
}
.main{
    padding-bottom: 1.7rem;
}
.bread img {
    width: 0.14rem;
    height: 0.14rem;
}

.bread div {
    display: flex;
    gap: 0.05rem;
}

.bread div span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: left
}

.searchInput {
    width: 6.56rem;
    height: 0.5rem;
    background: #FFFFFF;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    border: 0.01rem solid #D8D8D8;
    padding-left: 0.2rem;
    display: flex;
    margin: 0.91rem auto 0;
    justify-content: space-between;
}

.searchInput input {
    border: 0;
    width: 5rem;
}

.searchInput div {
    width: 1.15rem;
    height: 0.5rem;
    background: #0055A7;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchInput img {
    width: 0.26rem;
    height: 0.27rem;
}

.searchResult {
    margin-top: 0.5rem;
}

.searchBox {
    width: 15.2rem;
    margin: 0 auto 0;
}

.searchResult p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.25rem;
    color: #333333;
}

.searchnav {
    margin-top: 0.6rem;
    display: flex;
    gap: 0.8rem;
    border-bottom: 0.01rem solid #DBDBDB;
}

.searchnav div,.searchnav a {
    padding-bottom: 0.25rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
}

.searchnav-act {
    color: #0055A7 !important;
    border-bottom: 0.03rem solid #0055A7;
}

.result {
    margin-top: 0.8rem;
}

.result-Tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    margin-top: 0.8rem;
}

.result-Txt {
    margin-top: 0.15rem;
    display: flex;
    justify-content: space-between;
}

.result-Txt>span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}

.result-Txt a {
    display: flex;
    gap: 0.08rem;
    align-items: center;
}

.result-Txt a span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    width: max-content;
    display: block;
}

.result-Txt a img {
    width: 0.15rem;
    height: 0.12rem;
    filter: brightness(1) invert(0.5);
    transition: all 0.3s;
}

.result-Txt a:hover span {
    color: #0055A7;
}

.result-Txt a:hover img {
    filter: unset;
    transform: translateX(00.1rem);
}

.proItemList {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.proItem {
    width: 3.5rem;
    height: 3.7rem;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    border: 0.01rem solid #DFDFDF;
    padding: 0.35rem 0.25rem 0.25rem;
    transition: all 0.3s;
    box-shadow: 0rem 0rem 0.12rem 0.01rem rgba(0, 85, 167, 0.3);
    position: relative;
    overflow: hidden;
}
.proItem-bg{
    background: linear-gradient(155deg, #00A0E9 0%, #0055A7 100%) no-repeat;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    z-index: -1;
}
.proitem-act .proItem-bg{
    top: 0;
}
.proItem-T {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.proItem-T span {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.16rem;
    color: #0055A7;
    line-height: 0.21rem;
}

.proItem-T .itemArrow {
    width: 0.26rem;
    height: 0.26rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    transform: translateX(-0.1rem);
    transition: all 0.3s;
}

.proItem-T .itemArrow img {
    width: 0.13rem;
    height: 0.1rem;
    transition: all 0.3s;
}

.proItem-img {
    width: 3rem;
    height: 2.5rem;
    border-radius: 0.1rem;
    background: url('../img/product/proitem-bg.png');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.36rem;
    transition: all 0.3s;
}

.proItem-img img {
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}

.proitem-act {

    background-size: 100% 100% !important;
}

.proitem-act .proItem-T span {
    color: #ffffff;
}

.proitem-act .proItem-T .itemArrow {
    transform: translateX(0rem);
    opacity: 1;
}

.proitem-act .proItem-img img {
    transform: scale(1.1);
}




.appListBox {
    width: 100%;
    padding-bottom: 1.4rem;
}

.appItem {
    width: 100%;
    height: 4rem;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    border: 0.01rem solid #ECECEC;
    transition: all 0.3s;
    margin-top: 0.5rem;
}

.appItem-bg {
    padding: 0.68rem 1rem 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.appItem-l {
    width: 5.8rem;
}

.appItem-l .side-more {
    margin-left: 0;
    margin-top: 0.35rem;
}

.itemTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    text-align: left;
}

.itemHr {
    margin-top: 0.15rem;
    width: 0.46rem;
    height: 0.02rem;
    background: linear-gradient(323deg, #00A0E9 0%, #0055A7 100%);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}

.itemTxt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
    text-align: left;
    margin-top: 0.25rem;
}


.appItem:hover .appItem-bg {
    background: url('../img/app/item-bg.png');
    background: cover;
}

.appItem:hover .more {
    background: linear-gradient(163deg, #0055A7 0%, #00A0E9 100%);
    border: none;
}

.appItem:hover {
    background: linear-gradient(180deg, #EFF6FB 0%, #FFFFFF 100%);
}

.appItem-r1 {
    width: 4.4rem;
    height: 3.2rem;
    background: url('../img/app/item-r1.png');
    background-size: cover;
    position: relative;
}

.item-r2 {
    width: 3.67rem;
    height: 2.28rem;
    position: absolute;
    top: 0.28rem;
    left: 0.38rem;
}

.item-img {
    width: 3.15rem;
    height: 2rem;
    position: absolute;
    top: 0.42rem;
    left: 0.63rem;
}

.appListBox .appItem:nth-child(2n) .appItem-bg {
    flex-direction: row-reverse;
}




.commonQuesList {
    margin-top: 0.5rem;
}

.commonQuesItem {
    margin-bottom: 0.3rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.13rem 0.01rem rgba(162, 162, 162, 0.14);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    padding: 0.29rem 0.4rem 0.29rem 0.55rem;
    height: 1.08rem;
    display: flex;
    justify-content: space-between;
}

.commonQues-L {
    display: flex;
    align-items: center;
}

.commonQues-L .Ques-icon {
    width: 0.4rem;
    height: 0.4rem;
}

.commonQues-L span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    margin-left: 0.35rem;
}

.commonQues-R {
    width: 0.5rem;
    height: 0.5rem;
    overflow: hidden;
    border-radius: 50%;
    border: 0.01rem solid #0055A7;
    position: relative;
}

.commonQues-R .Ques-arrow {
    width: 0.09rem;
    height: 0.15rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.commonQues-R::after {
    content: '';
    width: 0.01rem;
    height: 0.01rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0055A7;
    transition: all 0.3s;
    border-radius: 50%;
}

.commonQuesItem:hover .commonQues-R {
    background: #0055A7;
    transition: all 0s 0.3s;
}

.commonQuesItem:hover .commonQues-R::after {
    width: 0.51rem;
    height: 0.51rem;
}

.commonQuesItem:hover .commonQues-R .Ques-arrow {
    filter: brightness(0) invert(1);
}

.bo_x {
    width: 100%;
    padding-top: 0.8rem;

}

.bo_x_1 {
    width: 15.2rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bo_x_1>a {
    width: 4.8rem;
    height: 5.64rem;
    background: #FFFFFF;
    cursor: pointer;
    box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(3, 117, 55, 0.15);
    border-radius: 0.1rem;
    overflow: hidden;
    margin-bottom: 0.4rem;
}

.bo_x_1>a .news-img {
    width: 100%;
    height: 3.2rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.bo_x_1>a:hover .txt>p:nth-of-type(1) {
    color: #0055A7;
}

.bo_x_1>a:hover .txt>p:nth-of-type(2)>img {
    filter: none;
    transform: translateX(0.1rem);
}

.bo_x_1>a:hover .txt>div>hr:nth-of-type(1) {
    width: 100%;
    border: 0.01rem solid #0055A7;
    opacity: 1;
}

.bo_x_1>a:hover .news-img img {
    transform: scale(1.02);
}

.bo_x_1>a>.news-img img {
    width: 100%;
    height: 3.2rem;
    transition: all 0.3s;
}

.txt>p:nth-of-type(1) {
    width: 4.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.34rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 0.35rem;
    margin-top: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.txt>p:nth-of-type(2) {
    height: 0.99rem;
    display: flex;
    justify-content: space-between;
    padding-top: 0.4rem;
}

.txt>p:nth-of-type(2)>span {
    width: 0.89rem;
    height: 0.21rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    margin-left: 0.35rem;
}

.txt>p:nth-of-type(2)>img {
    width: 0.2rem;
    height: 0.16rem;
    margin-right: 0.35rem;
    filter: grayscale(100%);
    transition: all 0.3s;
}

.txt>div>hr:nth-of-type(1) {
    width: 0rem;
    height: 0rem;
    transition: all 0.3s;
    opacity: 0;
}

.txt>div {
    width: 4.3rem;
    height: 0.01rem;
    background-color: #E5E5E5;

    margin: 0 auto;
    margin-top: 0.5rem;
    /* border: 0.01rem solid #E5E5E5; */
}


.header-bg-search .nav a {
    color: #000000;
}

.header-bg-search .header-r .headerSearch img {
    filter: brightness(1) invert(0);
}

.header-bg-search .headerVr a,
.header-bg-search .headerVideo a {
    color: #000000;
}

.header-bg-search .logo img {
    filter: brightness(1) invert(0);
}

.header-bg-search .headerVideo {
    border-left: 0.01rem solid #000000;
}

.header-bg-search .vr-img img,
.header-bg-search .video-img img {
    filter: brightness(1) invert(0);
}

.header-bg-search .nav a:hover {
    color: #0055A7;
}

.header-bg-search .nav a:hover::after {
    background-color: #0055A7;
}