html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.w1200 {
    width: 12rem;
    margin: 0 auto;
}

.index {
    width: 19.2rem;
    margin: 0 auto;
    position: relative;
}

.h504 {
    height: 5.04rem !important;
}

.head_all_box {
    width: 19.2rem;
    margin: 0 auto;
    background-color: #ffffff;
}

.head_all {
    height: 1.14rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_all .logo {
    width: 2.34rem;
    height: 0.65rem;
}

.head_all .nav .active .text_1 {
    color: #006ebd !important;
}

.head_all .nav {
    display: flex;
    align-items: center;
    height: 0.5rem;
}

.head_all .nav .son {
    display: flex;
    align-items: center;
    margin-left: 0.36rem;
    position: relative;
    height: 100%;
    cursor: pointer;
    border-bottom: 2px solid #ffffff;
}

.head_all .nav .active {
    border-color: #006ebd;
}

.head_all .nav .son .text_1 {
    color: #1f1f1f;
    font-size: 0.2rem;
}

.head_all .nav .son>.tb_1 {
    width: 0.15rem;
    height: 0.08rem;
    margin-left: 0.06rem;
}

.head_all .nav .son .hide {
    position: absolute;
    width: 1.38rem;
    top: 1rem;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.4s;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    z-index: 20;
}

.head_all .nav .son:hover .hide {
    top: 0.5rem;
    opacity: 1;
    height: auto;
    transition: all 0.4s;
}

.head_all .nav .son .hide .tb_1 {
    width: 0.21rem;
    height: 0.18rem;
    margin: 0 auto;
}

.head_all .nav .son .hide .list {
    width: 100%;
    background: #ffffff;
    padding: 0.06rem 0;
}

.head_all .nav .son .hide .list .text {
    line-height: 0.48rem;
    color: #1f1f1f;
    font-size: 0.2rem;
    text-align: center;
}

.banner_all {
    width: 19.2rem;
    margin: 0 auto;
    height: 5.6rem;
    position: relative;
}

.banner_all .left {
    position: absolute;
    top: 50%;
    left: 0.66rem;
    transform: translate(0, -50%);
    z-index: 60;
    cursor: pointer;
}

.banner_all .right {
    position: absolute;
    top: 50%;
    right: 0.66rem;
    transform: translate(0, -50%);
    z-index: 60;
    cursor: pointer;
}

#banner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#banner .swiper-wrapper {
    width: 100%;
    height: 100%;
}

#banner .son {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner .son img {
    width: 100%;
}

.title_all {
    width: 100%;
    margin: 0 auto 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_all .xian {
    width: 0.7rem;
    height: 0.02rem;
    background: #000000;
}

.title_all .wzz {
    margin: 0 0.16rem;
}

.title_all .wzz .text_1 {
    color: #1f1f1f;
    font-size: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
}

.title_all .wzz .text_2 {
    color: #8c8c8c;
    font-size: 0.2rem;
    text-align: center;
    margin-top: 0.1rem;
    line-height: 0.2rem;
}

.index .content_1 {
    width: 100%;
    padding-top: 0.6rem;
}

.index .content_1 .content {
    width: 100%;
    background: url('../images/bj_1.png') no-repeat;
    background-size: 100% 100%;
    height: 7.26rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

.index .content_1 .content .left {
    width: 8rem;
    height: 5.8rem;
    border: 0.04rem solid #ffffff;
}

.index .content_1 .content .left img {
    width: 100%;
    height: 100%;
}

.index .content_1 .content .right {
    width: 6.82rem;
}

.index .content_1 .content .right .img_1 {
    width: 6.82rem;
    height: 2.06rem;
    margin-bottom: 0.36rem;
}

.index .content_1 .content .right .text_1 {
    font-size: 0.21rem;
    color: #ffffff;
    line-height: 0.5rem;
    letter-spacing: 1px;
}

.index .content_1 .content .right .button {
    width: 1.5rem;
    height: 0.56rem;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 0.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 0.05rem;
}

.index .content_1 .content .right .button:hover {
    background: #ffffff;
    color: #006ebd;
}

.index .content_2 {
    width: 100%;
    margin: 0 auto;
    padding-top: 0.6rem;
}

.index .content_2 .nav {
    width: 95%;
    margin: 0 auto 0.44rem;
    display: flex;
    align-items: center;
    overflow-x: auto;
    position: relative;
    left: .1rem;
    justify-content: center;

}
.index .content_2 .nav::-webkit-scrollbar {
  display: none;
}
.index .content_2 .nav::-webkit-scrollbar-thumb {
    background-color: #006ebd;
}
.index .content_2 .nav .son {
    color: #1f1f1f;
    font-size: 0.22rem;
    margin-right: 0.72rem;
    cursor: pointer;
    padding-bottom: 0.06rem;
    white-space: nowrap;
}

.index .content_2 .nav .son:last-child {
    margin-right: 0;
}

.index .content_2 .nav .active {
    border-bottom: 0.04rem solid #006ebd;
}

.index #product {
    width: 100%;
    margin: 0 auto;
    height: 6.14rem;
}

.index #product .swiper-container {
    width: 100%;
    height: 100%;
}

.index #product .son {
    width: 3.4rem;
    /* height: 270px; */
    height: calc((100% - 30px) / 2);
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.index #product .son .show {
    width: 100%;
    height: 100%;
    position: relative;
}
.index #product .son .show img{
    display: block;
    width: 100%;
    height: 2.4rem
}
.index #product .son .show .text_1{
    position: absolute;
    font-size: 0.18rem;
    text-align: center;
    width: 100%;
    height: 0.54rem;
    padding: 0 0.1rem;

    position: relative;
}
.index #product .son .show .text_1 div{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index #product .son .hide {
    width: 100%;
    height: 100%;
    background: #006ebd;
    position: absolute;
    bottom: -2.92rem;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
}

.index #product .son:hover .hide {
    bottom: 0;
    opacity: 1;
}

.index #product .son .hide .text_1 {
    color: #ffffff;
    font-size: 0.22rem;
    margin-bottom: 0.04rem;
    padding: 0 0.1rem;
    text-align: center;
}

.index #product .son .hide .text_2 {
    color: #ffffff;
    font-size: 0.2rem;
    width: 100%;
    padding: 0 0.1rem;
    text-align: center;
}

.index #product .son .hide .button {
    width: 1.74rem;
    height: 0.52rem;
    border: 0.02rem solid #ffffff;
    border-radius: 500000px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
    color: #ffffff;
    margin-top: 0.34rem;
}

.index .content_2 .content .list .left {
    position: absolute;
    top: 50%;
    left: -1rem;
    transform: translate(0, -50%);
    width: 0.24rem;
    cursor: pointer;
}

.index .content_2 .content .list .right {
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translate(0, -50%);
    width: 0.24rem;
    cursor: pointer;
}

.index .content_2 .content .list {
    width: 100%;
    height: 6.14rem;
    position: relative;
}

.index .content_2 .content .pagination {
    width: 100%;
    height: 0.06rem;
    position: relative;
    margin: 0.4rem 0 0.3rem;
}

.index #product_pagination {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    height: 0.06rem;
}

.index #product_pagination .swiper-pagination-bullet {
    width: 0.42rem !important;
    height: 100% !important;
    border-radius: 500000px !important;
    opacity: 1 !important;
    background: #efefef !important;
    transition: all 0.2s !important;
}

.index #product_pagination .swiper-pagination-bullet-active {
    background: #006ebd !important;
}

.index .content_3 {
    width: 100%;
    margin: 0 auto;
    padding-top: 0.6rem;
}

.index .content_3 .content {
    width: 100%;
    background: url('../images/bj_2.png') no-repeat;
    background-size: 100% 100%;
    height: 9.12rem;
}

.index .content_3 .content .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0.7rem 0 0;
}

.index .content_3 .content .list .son {
    width: 3.6rem;
    box-shadow: 0 0 0.2rem 0.02rem rgba(0, 0, 0, 0.1);
    margin-right: 0.6rem;
    margin-top: 0.5rem;
    cursor: pointer;
}

.index .content_3 .content .list .son:nth-child(3n) {
    margin-right: 0;
}

.index .content_3 .content .list .son:nth-child(-n+3) {
    margin-top: 0;
}

.index .content_3 .content .list .son .top {
    width: 100%;
    height: 2.48rem;
    position: relative;
    overflow: hidden;
}

.index .content_3 .content .list .son .top .bj {
    width: 100%;
    height: 100%;
}

.index .content_3 .content .list .son>.text_1 {
    width: 100%;
    height: 0.58rem;
    background: #ffffff;
    text-align: center;
    color: #1f1f1f;
    font-size: 0.24rem;
    line-height: 0.58rem;
}

.index .content_3 .content .list .son .top .hide {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    bottom: -2.48rem;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.index .content_3 .content .list .son .top .hide .tb_1 {
    width: 0.25rem;
    height: 0.25rem;
    margin: 0 auto;
    cursor: pointer;
}

.index .content_3 .content .list .son .top .hide .text_1 {
    color: #006ebd;
    font-size: 0.24rem;
    margin-top: 0.06rem;
    cursor: pointer;
}

.index .content_3 .content .list .son:hover .top .hide {
    bottom: 0px;
}

.index .content_3 .content .button {
    color: #ffffff;
    font-size: 0.24rem;
    width: 1.8rem;
    height: 0.54rem;
    border: 0.01rem solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.6rem auto 0;
    cursor: pointer;
    transition: all 0.4s;
}

.index .content_3 .content .button:hover {
    color: #000000;
    background: #ffffff;
}

.index .content_4 {
    width: 100%;
    margin: 0 auto;
    padding-top: 0.6rem;
    margin-bottom: .5rem;
}

.index .content_4 .content {
    display: flex;
    justify-content: space-between;
}

.index .content_4 .content .con_1 {
    width: 100%;
    padding: 0.1rem 0.2rem 0.3rem;
    background: #f6f6f6;
}

.index .content_4 .content .con_1>.title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.64rem;
    justify-content: space-between;
}

.index .content_4 .content .con_1>.title .wzz {
    display: flex;
    align-items: center;
}

.index .content_4 .content .con_1>.title .text_2 {
    color: #006ebd;
    font-size: 0.18rem;
    padding: 0 .1rem;
    height: 0.32rem;
    border-radius: 10px;
    border: 0.01rem solid #006ebd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.index .content_4 .content .con_1>.title .wzz .text_1 {
    color: #1f1f1f;
    font-size: 0.22rem;
}

.index .content_4 .content .con_1>.title .wzz .color {
    color: #006ebd;
}

.index .content_4 .content .con_1>.title .wzz .xian {
    width: 0.02rem;
    height: 0.2rem;
    background: #646769;
    margin: 0 0.2rem;
}

.index .content_4 .content .con_1 .con {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.2rem;
}

.index .content_4 .content .con_1 .con .img_1 {
    width: 2.76rem;
    height: 1.58rem;
    overflow: hidden;
}

.index .content_4 .content .con_1 .con .img_1 img {
    width: 100%;
    min-height: 100%;
}

.index .content_4 .content .con_1 .con .wzz {
    width: 4.2rem;
}

.index .content_4 .content .con_1 .con .wzz>.text_1 {
    color: #006ebd;
    font-size: 0.2rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.index .content_4 .content .con_1 .con .wzz>.text_2 {
    color: #737373;
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
    height: 0.96rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index .content_4 .content .con_1 .con .wzz>.bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index .content_4 .content .con_1 .con .wzz .bottom .text_1 {
    color: #006ebd;
    font-size: 0.18rem;
    cursor: pointer;
}

.index .content_4 .content .con_1 .con .wzz .bottom .text_2 {
    color: #505050;
    font-size: 0.18rem;
}

.index .content_4 .content .con_1 .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding-top: 0.2rem;
    border-top: 1px solid #e5e5e5;
}

.index .content_4 .content .con_1 .list .son {
    width: 3.6rem;
    height: 0.8rem;
    background: #ffffff;
    border-radius: 0.05rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.1rem;
    margin-top: 0.15rem;
    cursor: pointer;
}

.index .content_4 .content .con_1 .list .son:nth-child(-n+2) {
    margin-top: 0;
}

.index .content_4 .content .con_1 .list .son .left {
    width: 2.8rem;
}

.index .content_4 .content .con_1 .list .son .left .text_1 {
    color: #1f1f1f;
    font-size: 0.18rem;
    width: 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index .content_4 .content .con_1 .list .son .left .text_2 {
    color: #737373;
    font-size: 0.14rem;
    margin-top: 0.06rem;
}

.index .content_4 .content .con_2 {
    width: 4.12rem;
    background: #f6f6f6;
    padding: 0.1rem 0.2rem 0.3rem;
    height: 4.78rem;
    overflow: hidden;
}

.index .content_4 .content .con_2>.title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.64rem;
    justify-content: space-between;
}

.index .content_4 .content .con_2>.title .text_1 {
    font-size: 0.22rem;
    color: #006ebd;
}

.index .content_4 .content .con_2>.title .text_2 {
    color: #006ebd;
    font-size: 0.18rem;
    width: 0.6rem;
    height: 0.32rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #006ebd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.index .content_4 .content .con_2 .list {
    width: 100%;
}

.index .content_4 .content .con_2 .list .son {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.34rem;
    cursor: pointer;
}

.index .content_4 .content .con_2 .list .son .yuan {
    width: 0.05rem;
    height: 0.05rem;
    background: #000000;
    border-radius: 500000px;
    margin-right: 0.1rem;
}

.index .content_4 .content .con_2 .list .son .text_1 {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1f1f1f;
    font-size: 0.18rem;
}

.index .content_5 {
    width: 100%;
    margin: 0 auto 0.44rem;
    padding-top: 0.6rem;
}

.index .content_5 .list {
    width: 8.3rem;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.3rem;
}

.index .content_5 .list .son {
    width: 1.3rem;
    height: 1.3rem;
    box-shadow: 0 0 0.3rem 0.02rem rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.02rem;
    margin-top: 0.48rem;
}

.index .content_5 .list .son img {
    max-height: 80%;
    max-width: 90%;
}

.index .content_5 .list .son:nth-child(4n) {
    margin-right: 0;
}

.index .content_5 .list .son:nth-child(-n+4) {
    margin-top: 0;
}

.footer {
    width: 100%;
    margin: 0 auto;
}

.footer .foot {
    width: 100%;
    background: url('../images/bj_3.png') no-repeat;
    height: 2.74rem;
    background-size: 100% 100%;
}

.footer .foot .content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.footer .foot .content .top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.56rem;
    border-bottom: 1px solid #ffffff;
}

.footer .foot .content .top .list {
    display: flex;
    align-items: center;
}

.footer .foot .content .top .list .text_1 {
    color: #ffffff;
    font-size: 0.16rem;
    margin-right: 0.72rem;
    cursor: pointer;
}

.footer .foot .content .top .list .text_1:last-child {
    margin-right: 0;
}

.footer .foot .content .top .r {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.footer .foot .content .top .r .text_1 {
    color: #ffffff;
    font-size: 0.16rem;
    margin-right: 0.12rem;
}

.footer .foot .content .top .r .tb_1 {
    width: 0.21rem;
}

.footer .foot .content .bottom {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .foot .content .bottom .code .img_1 {
    width: 0.84rem;
    height: 0.84rem;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.footer .foot .content .bottom .code .img_1 img {
    width: 0.74rem;
    height: 0.74rem;
}

.footer .foot .content .bottom .code .text_1 {
    color: #ffffff;
    font-size: 0.14rem;
    margin-top: 0.12rem;
    letter-spacing: 0.5px;
}

.footer .foot .content .bottom .xian {
    width: 0.01rem;
    height: 0.9rem;
    background: #ffffff;
    margin: 0 0.4rem;
}

.footer .foot .content .bottom .info {
    color: #dddddd;
    font-size: 0.16rem;
    line-height: 0.28rem;
    margin-left: 1.86rem;
    letter-spacing: 0.5px;
}

.footer .dos {
    color: #484848;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0.76rem;
    background: #ffffff;
    letter-spacing: 0.5px;
}

.right_dw {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 0.6rem;
    background: #ffffff;
    z-index: 60;
}

.right_dw .son {
    width: 100%;
    height: 1.1rem;
    border-bottom: 0.02rem solid #bfbfbf;
    box-shadow: 0 0 0.3rem 0.02rem rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.right_dw .son:last-child {
    border-bottom: none;
}

.right_dw .son .img_2 {
    display: none;
}

.right_dw .son .text_1 {
    color: #4c4c4c;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    line-height: 0.2rem;
    margin-top: 0.08rem;
}

.right_dw .son:hover .img_1 {
    display: none;
}

.right_dw .son:hover .img_2 {
    display: block;
}

.right_dw .son:hover .text_1 {
    color: #ffffff !important;
}

.right_dw .son:hover {
    background: #006ebd;
}

.right_dw .son:hover .hide {
    display: block;
}

.right_dw .son .hide {
    width: 3rem;
    border-radius: 0.2rem;
    background: #006ebd;
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: 0.6rem;
    transform: translate(0, -50%);
    padding-bottom: 0.26rem;
    display: none;
}

.right_dw .son .hide .title {
    width: 100%;
    height: 0.52rem;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.52rem;
    border-bottom: 0.01rem dashed #ffffff;
}

.right_dw .son .hide .s {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 2.4rem;
    padding: 0.18rem 0;
    font-size: 0.18rem;
    line-height: 0.32rem;
    border-bottom: 0.01rem dashed #ffffff;
    margin: 0 auto;
}

.right_dw .son .hide .s img {
    margin-bottom: 0.08rem;
}

.right_dw .son .hide .s .b {
    display: block;
    width: 0.88rem;
    height: 0.28rem;
    font-size: 0.16rem;
    border: 0.01rem solid #ffffff;
    border-radius: 5000000px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.08rem auto 0;
    color: #ffffff;
}

.index .tcc_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.index .tcc_box .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.index .tcc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.baoxiu_tcc {
    width: 7.8rem;
    background: #ffffff;
    border-radius: 0.1rem;
    padding: 0.3rem 0 0.5rem;
}

.baoxiu_tcc>.title {
    color: #006ebd;
    font-size: 0.24rem;
    text-align: center;
}

.baoxiu_tcc>.text_1 {
    color: #3d3d3d;
    font-size: 0.22rem;
    text-align: center;
    margin-top: 0.18rem;
    margin-bottom: 0.6rem;
}

.baoxiu_tcc>.form {
    width: 100%;
    height: 5.4rem;
    overflow: auto;
}

.baoxiu_tcc>.form .son {
    display: flex;
    justify-content: center;
    margin-bottom: 0.3rem;
}

.baoxiu_tcc>.form .son .left {
    width: 1.12rem;
    font-size: 0.22rem;
    color: #3d3d3d;
    text-align: right;
    line-height: 0.5rem;
}

.baoxiu_tcc>.form .son .right {
    width: 5.1rem;
    border: 0.01rem solid #737373;
    border-radius: 0.05rem;
    position: relative;
}

.baoxiu_tcc>.form .son .right input {
    display: block;
    width: 100%;
    height: 0.48rem;
    padding: 0 0.18rem;
    font-size: 0.22rem;
}

.baoxiu_tcc>.form .son .right input::placeholder {
    color: #7d7d7d;
    font-weight: normal !important;
}

.baoxiu_tcc>.form .son .right .tb_1 {
    width: 0.21rem;
    height: 0.1rem;
    position: absolute;
    top: 50%;
    right: 0.18rem;
    transform: translate(0, -50%);
}

.baoxiu_tcc>.form .son .right .hide {
    width: 100%;
    position: absolute;
    top: 0.5rem;
    left: 0;
    background: #ffffff;
    border-left: 0.01rem solid #737373;
    border-right: 0.01rem solid #737373;
    z-index: 10;
}

.baoxiu_tcc>.form .son .right .hide .text:hover {
    background: #737373;
}

.baoxiu_tcc>.form .son .right .hide .text {
    width: 100%;
    height: 0.48rem;
    border-bottom: 1px solid #737373;
    color: #3d3d3d;
    line-height: 0.48rem;
    padding: 0 0.18rem;
    font-size: 0.22rem;
    cursor: pointer;
}

.baoxiu_tcc>.form .son .right textarea {
    display: block;
    width: 100%;
    height: 1.4rem;
    font-size: 0.22rem;
    color: #3d3d3d;
    padding: 0.08rem 0.18rem;
    border-radius: 0.05rem;
}

.baoxiu_tcc>.form .son .right textarea::placeholder {
    color: #7d7d7d;
    font-weight: normal !important;
}

.baoxiu_tcc>.form .son .right .tb_2 {
    width: 0.33rem;
    height: 0.29rem;
    margin-left: 0.16rem;
}

.baoxiu_tcc>.form>.image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.baoxiu_tcc>.form>.image .s {
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.05rem;
    border: 0.01rem solid #7d7d7d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.3rem;
    overflow: hidden;
}

.baoxiu_tcc>.form>.image .s img {
    width: 100%;
    min-height: 1.28rem;
}

.baoxiu_tcc>.button {
    width: 3.04rem;
    height: 0.56rem;
    background: #006ebd;
    margin: 0.66rem auto 0;
    color: #ffffff;
    font-size: 0.26rem;
    border-radius: 0.05rem;
    text-align: center;
    line-height: 0.56rem;
}

.info {
    position: relative;
}

.subnav_box {
    width: 100%;
    border-bottom: 0.01rem solid #f4f4f4;
}

.subnav {
    display: flex;
    align-items: center;
    height: 0.6rem;
padding-right: .3rem;
    justify-content: space-between;
    border-right: 0.12rem solid #006ebd;
}

.subnav .left {
    display: flex;
    margin-right: .2rem;
    flex-shrink: 0;
    align-items: center;
}

.subnav .left .text_1 {
    color: #3c3c3c;
    font-size: 0.18rem;
    letter-spacing: 0.5px;
    margin-left: 0.1rem;
}

.subnav .list {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: .2rem;
    margin-left: .2rem;
    overflow-x: auto;
    scrollbar-width: none;
}
.subnav .list::-webkit-scrollbar {
    display:none;
}
.subnav  .arr {
    width: 0.2rem;
    cursor: pointer;
}
.subnav .arr img {
    width: 100%;
    height: 100%;
    display: block;
}
.subnav .right_arr {
    transform: rotate(180deg);
}
.subnav .list .son {
    color: #1f1f1f;
    font-size: 0.22rem;
    margin-right: 0.26rem;
    flex-shrink: 0;
    cursor: pointer;
}

.subnav .list .active {
    color: #006ebd;
}

.subnav .list .active .xian {
    opacity: 1!important;
}

.subnav .list .son .xian {
    margin: 0.04rem auto 0;
    width: 0.5rem;
    height: 0.03rem;
    background: #006ebd;
    border-radius: 50000px;
    opacity: 0;
}

.info .content_box {
    margin: 0.4rem 0;
}

.info .content_1 {
    width: 100%;
}

.info .content_1 .content {
    width: 100%;
    background: url('../images/bj_1.png') no-repeat;
    background-size: 100% 100%;
    height: 7.26rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3.6rem;
}

.info .content_1 .content .left {
    width: 4.38rem;
    height: 5.8rem;
    overflow: hidden;
}

.info .content_1 .content .right {
    width: 6.82rem;
}

.info .content_1 .content .right .img_1 {
    width: 6.82rem;
    height: 2.06rem;
    margin-bottom: 0.36rem;
}

.info .content_1 .content .right .text_1 {
    font-size: 0.21rem;
    color: #ffffff;
    line-height: 0.5rem;
    letter-spacing: 1px;
}

.info .content_1 .content .right .text_2 {
    color: #006ebd;
    font-size: 0.21rem;
    margin-top: 0.3rem;
}

.info .content_1 .content .right .text_3 {
    font-size: 0.21rem;
    color: #ffffff;
    line-height: 0.5rem;
    letter-spacing: 1px;
}

.info .content_1 .content .right .button {
    width: 1.5rem;
    height: 0.56rem;
    border: 1px solid #006ebd;
    color: #006ebd;
    font-size: 0.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 0.05rem;
}

.info .content_1 {
    /* border: 1px solid #8a8a8a;
    padding: 28px 0 40px;
    margin-top: 70px; */
}

.info .content_1 .top {
    width: 11.1rem;
    margin: 0 auto;
    padding: 0.1rem 0;
    border-bottom: 1px solid #ededed;
}

.info .content_1 .top .title {
    color: #171717;
    font-size: 0.24rem;
    text-align: center;
    font-weight: bold;
}

.info .content_1 .top .text_1 {
    color: #656565;
    font-size: 0.18rem;
    text-align: center;
    margin-top: 0.26rem;
}

.info .content_1 .top .text_1 span {
    margin-left: 0.28rem;
}

.info .content_1 .bottom {
    width: 11rem;
    margin: 0.46rem auto 0;
}

.info .content_1 .bottom img {
    display: block;
    width: 100%;
}

.info .content_1 .bottom .text_1 {
    color: #2b2b2b;
    font-size: 0.22rem;
    line-height: 0.4rem;
}

.info .content_1 .content .right .button:hover {
    background: #006ebd;
    color: #ffffff;
}

.info .content_2_box {
    width: 100%;
    background-color: #f8f8f8;
    padding: 0.38rem 0;
}

.info .content_2 {
    overflow: hidden;
    width: 11rem;
    margin: 0 auto;
}

.info .content_2 .son {
    margin-top: 0.3rem;
    float: left;
    margin-right: 0.72rem;
}

.info .content_2 .son:nth-child(4n) {
    margin-right: 0;
}

.info .content_2 .son:nth-child(-n+4) {
    margin-top: 0;
}

.info .content_2 .son .img_1 {
    width: 2.2rem;
    height: 1.6rem;
}

.info .content_2 .son .text_1 {
    color: #1f1f1f;
    font-size: 0.2rem;
    text-align: center;
    margin-top: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info .content_3 {
    width: 9.4rem;
    margin: 0 auto;
}

.info .content_3 .son {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.44rem;
}

.info .content_3 .son:last-child {
    margin-bottom: 0;
}

.info .content_3 .son .left {
    width: 1.6rem;
}

.info .content_3 .son .left .img_1 {
    width: 1.6rem;
    height: 2.2rem;
}

.info .content_3 .son .left .text_1 {
    color: #1f1f1f;
    font-size: 0.2rem;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.12rem;
}

.info .content_3 .son .right {
    width: 7.24rem;
    background-color: #f8f8f8;
    padding: 0.24rem;
}

.info .content_3 .son .right .text_1 {
    color: #1f1f1f;
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.3rem;
}

.info .content_3 .son .right .text_1:last-child {
    margin-bottom: 0;
}

.info .content_4 {
    width: 12rem;
    margin: 0 auto;
}

.info .content_4 .son {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 0.92rem;
}

.info .content_4 .son .left {
    display: flex;
}

.info .content_4 .son .left .text_1 {
    width: 4.67rem;
    height: 1.02rem;
    background-color: #f8f8f8;
    color: #1f1f1f;
    margin-right: 0.32rem;
    padding: 0.16rem;
    text-align: right;
    font-size: 0.24rem;
}

.info .content_4 .son .left .text_2 {
    color: #006ebd;
    font-size: 0.28rem;
    padding-top: 0.06rem;
}

.info .content_4 .son .center {
    width: 0.02rem;
    background-color: #939393;
    height: 100%;
    margin: 0 0.3rem;
    position: relative;
}

.info .content_4 .son .center .yuan {
    background: #939393;
    border-radius: 5000000px;
    width: 0.15rem;
    height: 0.15rem;
    position: absolute;
    top: 0.15rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.info .content_4 .son .right {
    display: flex;
}

.info .content_4 .son .right .text_1 {
    width: 4.67rem;
    height: 0.92rem;
    background-color: #f8f8f8;
    color: #1f1f1f;
    padding: 0.16rem;
    text-align: left;
    font-size: 0.24rem;
}

.info .content_4 .son .right .text_2 {
    color: #006ebd;
    font-size: 0.28rem;
    margin-right: 0.32rem;
    padding-top: 0.06rem;
}

.info .content_4 .xian_top {
    width: 0.02rem;
    background-color: #939393;
    height: 0.2rem;
    margin: 0 auto;
}

.info .content_5 {
    width: 8.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info .content_5 .son {
    height: 1.1rem;
    padding: 0 0.16rem;
    display: flex;
    align-items: center;
    box-shadow: 0 0 0.2rem 0.02rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0.6rem;
}

.info .content_5 .son .img_1 {
    width: 0.7rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.info .content_5 .son .img_1 img {
    width: 0.51rem;
}

.info .content_5 .son .text_1 {
    color: #373737;
    font-size: 0.27rem;
    width: 1.66rem;
    margin-right: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .content_1 {
    margin-top: 0.44rem;
    margin-bottom: 1.1rem;
    display: flex;
    flex-wrap: wrap;
}

.news .content_1 .son {
    width: 100%;
    height: 1.48rem;
    background: #f8f8f8;
    margin: 0 auto 0.34rem;
    display: flex;
    align-items: center;
    padding: 0 0.12rem;
    cursor: pointer;
}

.news .content_1 .son>.img_1 {
    width: 2rem;
    height: 1.24rem;
    overflow: hidden;
    margin-right: 0.28rem;
}

.news .content_1 .son>.img_1 img {
    height: 100%;
    min-width: 100%;
}

.news .content_1 .son .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news .content_1 .son .right .top {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    flex: 1;
}

.news .content_1 .son .right .top .text_1 {
    color: #7a7a7a;
    font-size: 0.24rem;
}

.news .content_1 .son .right .top .xian {
    width: 0.62rem;
    background: #7a7a7a;
    height: 0.01rem;
    margin: 0 0.2rem;
}

.news .content_1 .son .right .top .text_2 {
    color: #1f1f1f;
    font-size: 0.24rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.news .content_1 .son .right .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news .content_1 .son .right .bottom .tb_1 {
    width: 0.61rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.news .content_1 .son .right .bottom .tb_1 img {
    cursor: pointer;
}

.news .content_1 .son .right .bottom .text_1 {
    color: #7a7a7a;
    font-size: 0.18rem;
    width: 7.84rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product .content_1 {
    margin-top: 0.7rem;
    margin-bottom: 1rem;
}

.product .content_1 .list {
    display: flex;
    flex-wrap: wrap;
}

.product .content_1 .list .son {
    width: 3.7rem;
    border: 0.01rem solid #bebebe;
    margin-right: 0.42rem;
    margin-top: 0.6rem;
    cursor: pointer;
}
.product .content_1 .list .son .swiper-container{
    width: 100%;
    height: 2.1rem;
}
.product .content_1 .list .son:nth-child(-n+3) {
    margin-top: 0;
}

.product .content_1 .list .son:nth-child(3n) {
    margin-right: 0;
}

.product .content_1 .list .son .img_1 {
    width: 100%;
    height: 2.1rem;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.product .content_1 .list .son .img_1 img {
    width: 100%;
}

.product .content_1 .list .son .text_1 {
    width: 100%;
    height: 0.56rem;
    padding: 0 0.08rem;
    color: #1f1f1f;
    font-size: 0.2rem;
    line-height: 0.56rem;
}

.newsDetails .content_1 {
    border: 1px solid #8a8a8a;
    padding: 0.28rem 0 0.4rem;
    margin-top: 0.7rem;
    margin-bottom: 1rem;
}

.newsDetails .content_1 .top {
    width: 11.1rem;
    margin: 0 auto;
    padding: 0.1rem 0;
    border-bottom: 0.01rem solid #ededed;
}

.newsDetails .content_1 .top .title {
    color: #171717;
    font-size: 0.24rem;
    text-align: center;
    font-weight: bold;
}

.newsDetails .content_1 .top .text_1 {
    color: #656565;
    font-size: 0.18rem;
    text-align: center;
    margin-top: 0.26rem;
}

.newsDetails .content_1 .top .text_1 span {
    margin-left: 0.28rem;
}

.newsDetails .content_1 .bottom {
    width: 11rem;
    margin: 0 auto 0;
}

.newsDetails .content_1 .bottom img {
    display: block;
    width: 100%;
}

.newsDetails .content_1 .bottom .text_1 {
    color: #2b2b2b;
    font-size: 0.22rem;
    line-height: 0.4rem;
}

.newsDetails .content_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.4rem auto 1rem;
}

.newsDetails .content_2 .text_1 {
    color: #2b2b2b;
    font-size: 0.24rem;
    cursor: pointer;
}

.partner .content_1 {
    margin: 0.7rem auto 1rem;
}

.partner .content_1 .list {
    width: 8.3rem;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.3rem;
}

.partner .content_1 .list .son {
    width: 1.3rem;
    height: 1.3rem;
    box-shadow: 0 0 0.3rem 0.02rem rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.02rem;
    margin-top: 0.48rem;
}

.partner .content_1 .list .son img {
    max-height: 80%;
    max-width: 90%;
}

.partner .content_1 .list .son:nth-child(4n) {
    margin-right: 0;
}

.partner .content_1 .list .son:nth-child(-n+4) {
    margin-top: 0;
}

.about .content_1 {
    width: 100%;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 0.42rem 0;
}

.about .content_1 .content {
    display: flex;
    justify-content: space-between;
}

.about .content_1 .content .left {
    width: 8rem;
    margin-right: 1rem;
}

.about .content_1 .content .left .title {
    color: #006ebd;
    font-size: 0.28rem;
}

.about .content_1 .content .left .text_1 {
    color: #565656;
    font-size: 0.24rem;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
}

.about .content_1 .content .left .text_2 {
    color: #1f1f1f;
    font-size: 0.22rem;
    line-height: 0.44rem;
}

.about .content_1 .content .right {
    width: 6rem;
    height: 3.28rem;
    background: #000000;
}

.about .content_2 {
    margin-bottom: 1rem;
}

.about .content_2 .son {
    border-bottom: 1px solid #f8f8f8;
    padding: 0.5rem 0.44rem 0.2rem;
}

.about .content_2 .son .title {
    color: #1f1f1f;
    font-size: 0.24rem;
    height: 0.3rem;
    line-height: 0.3rem;
    border-left: 0.08rem solid #006ebd;
    padding-left: 0.12rem;
    margin-bottom: 0.26rem;
}

.about .content_2 .son .text_1 {
    color: #404040;
    font-size: 0.22rem;
}

.btn-group {
    text-align: center;
}

.btn-group .active {
    background-color: #999999;
    border-color: #999;
}

.btn-group .btn {
    background: #ffffff !important;
    border: #e6e6e6 solid 1px !important;
    border-radius: 2px !important;
    color: #7a7a7a !important;
    font-size: 16px !important;
    height: 36px !important;
    line-height: 36px !important;
    text-align: center !important;
    padding: 0 12px !important;
    cursor: pointer;
    margin: 0 7px 0;
    outline: none;
}

.btn-group .active {
    background: #006ebd !important;
    border-color: #006ebd !important;
    color: #ffffff !important;
}

.ng-isolate-scope {
    padding-top: 0.4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner .pagination {
    position: absolute;
    bottom: 0.2rem;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 40;
}

#banner .pagination .swiper-pagination-bullet {
    width: 0.15rem !important;
    height: 0.15rem !important;
    background: #ffffff !important;
    opacity: 1 !important;
    border-radius: 99999 !important;
    margin: 0 0.2rem;
}

#banner .pagination .swiper-pagination-bullet-active {
    background: #006ebd !important;
}

.fault .page {
    width: 12rem;
    margin: 0.6rem auto 2.7rem;
}



/* table
-----------------------------------------------------------------------------*/
table{border-collapse:collapse;border-spacing:0;}
.c-100 {
    width: 100%;
}
.c-t-center {
    text-align: center;
}
.mt30 {
    margin-top: 30px;
}
.mb10 {
    margin-bottom: 10px;
}
.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.c-main {
    width: 1000px;
    margin: 0 auto;
}
.tb th {
    padding: 10px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #e9f6ff;
    line-height: 0.2rem;
    color: #999;
    vertical-align: middle;
    color: #006ebd;
    font-size: 0.16rem;
}

.tb td {
    padding: 10px 5px;
    line-height: 25px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    word-wrap: break-word;
    word-break: break-all;
    color: #666;
    vertical-align: middle;
    color: #666666;
    font-size: 0.16rem;
}

.tb th.small {
    padding: 5px;
}

.tb .hover td {
    background-color: #fafafa;
}

.tb-b {
    border: 1px solid #ddd;
    width: 100%;
    text-align: center;
}

.tb-b th, .tb-b td {
    border-color: #ddd;
    border-left: 1px solid #ddd;
}

.tb-n th, .tb-n td {
    border: 0;
    background: none;
    vertical-align: middle;
    padding: 10px;
    color: #666;
}

tr.hover td {
    background-color: #fcfcfc
}

.tb-s {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.tb-s th {
    background-color: #F8F8F8;
    color: #333;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px 10px;
    width: 120px;
}

.tb-s td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px 10px;
}

.tb-skin1 th {
    position: relative;
    padding: 5px;
    border-top: 0 none;
    border-bottom: 0 none;
    background-color: #f4f5f6;
}

.tb-skin1 th:before {
    content: '';
    position: absolute;
    right: -1px;
    top: 5px;
    bottom: 5px;
    display: block;
    width: 1px;
    background-color: #ddd;
    font-size: 0;
    z-index: 1;
}

.tb-skin1 th:last-child {
    overflow: hidden;
    *zoom: 1;
}

.tb-min th, .tb-min td {
    padding: 1px 4px;
}
#productD{
    width: 100%;
    /*height: 4rem;*/
    margin: 0 auto;
}
#productD .son{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#productD .son img{
    width: 100%;
}

.newsDetails .content_1 .bottom table{
    border-collapse: collapse;
    width: 100% !important;
    text-align: center;
}

.index .content_4 .content .con_1 .list .con-item {
    width: 31%;
    margin-right: 3.5%;
    position: relative;
    /* height: 1.6rem; */
    overflow: hidden;
    margin-bottom:.3rem ;
}
.index .content_4 .content .con_1 .list .con-item:nth-child(3n) {
    margin-right: 0!important;
}
.index .content_4 .content .con_1 .list .con-item .img {
    width: 100%;
    position: relative;
    height: 1.63rem;
    overflow: hidden;
}
.index .content_4 .content .con_1 .list .con-item .img img {
    width: 100%;
    display: block;
}
.index .content_4 .content .con_1 .list .con-item .info {
    font-size: .14rem;
    color: #ffffff;
    line-height: 1.6;
    background: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.5));
    padding: .2rem .1rem 0;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsBox .son-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: .3rem;
    font-size: .14rem;
    color: #fff;
    position: relative;
}
.newsBox .son-item:nth-child(2n) {
    margin-right: 0;
}
.newsBox .son-item .top {
    display: flex;
    margin-bottom: .2rem;
}
.newsBox .son-item .top .left {
    width: 2rem;
}
.newsBox .son-item .top .left .img {
    width: 100%;
    height: 2rem;
    overflow: hidden;
    border-radius: .1rem;
}
.newsBox .son-item .top .left .img img {
    width: 100%;
    display: block;
}
.newsBox .son-item .top .right {
    flex: 1;
    margin-left: .2rem;
}
.newsBox .son-item .top .right .title {
    font-size: .2rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .2rem;
}
.newsBox .son-item .top .info {
    font-size: .16rem;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.newsBox .son-item .footer {
    display: flex;
    align-items: center;
    font-size: .14rem;
}
.newsBox .son-item .footer .tag {
    padding: .05rem .1rem;
    background-color: #00527d;
    border-radius: .1rem;
    margin-right: .2rem;
    color: #fff;
}
.newsBox .son-item .footer span {
    color: #666;
}
.newsBox .top {
    margin-bottom: .3rem;
}
.partner .content_1 .top .label {
    font-size: .3rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: .15rem;
}
.partner .content_1 .top .info {
    font-size: .18rem;
    color: #999;
    text-align: center;
    margin-top: .3rem;
}
.partner .content_1 .top .img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    /* height: 1.6rem; */
    overflow: hidden;
}
.partner .content_1 .top .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    /* width: 100%; */
}
.partner .content_1 .list {
    display: flex;
    flex-wrap: wrap;
}
.partner .content_1 .list .s-item {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: .12rem;
    overflow: hidden;
}
.partner .content_1 .list .s-item img {
    width: 100%;
}
.partner .content_1 .list .s-item .img {
    width: 100%;
    height: 1.9rem;
    overflow: hidden;
}

.partner .content_1 .list .s-item:nth-child(4n) {
    margin-right: 0;
}
.partner .content_1 .list .s-item .label {
    font-size: .14rem;
    color: #999;
    font-weight: bold;
    text-align: center;
    margin-bottom: .1rem;
}
.index .content_2 .nav .sonBox {
    /* flex: 1; */
    margin: 0 auto;
    width: 9.6rem;
    display: flex;
    align-items: center;
    overflow: auto;
    scrollbar-width: none;
}
.index .content_2 .nav .sonBox::-webkit-scrollbar {
    display: none;
}
.index .content_2 .nav .arr {
    width: 0.2rem;
    cursor: pointer;
}
.index .content_2 .nav .arr img {
    width: 100%;
    height: 100%;
}
.index .content_2 .nav .right_arr {
    transform: rotate(180deg);
}