/* 导航 */
.Yd_navBox {
    display: none;
}

.navBox {
    width: 100%;

    .Nav_top {
        width: 100%;
        height: .9rem;
        position: absolute;
        top: .46rem;
        z-index: 10;
    }

    .Nav_top1 {
        width: 100%;
        height: .9rem;
        position: fixed;
        top: 0;
        z-index: 10;
        background-color: #fff;
        transform: scale(0.5s);
        z-index: 100;
    }

    .Nav_topContent {
        width: 16rem;
        margin: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Nav_topContent>img {
        width: 2rem;
        height: .6rem;
    }

    .navUl {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navLi {
        height: 100%;
        line-height: .9rem;
    }

    .navLi:hover .navLi_Ul {
        display: block;
    }

    .navLi1:hover .navLi_Ul {
        display: block;
    }

    .navLi_Ul {
        display: none;
        width: auto !important;
        font-size: 0.22rem;
        background: #f5f5f5;
        position: absolute;
        top: .8rem;
        z-index: 999;
        padding: .2rem 0;
        box-shadow: 0px 6px 6px #ccc;
        text-align: center;
        max-height: 8rem;
        overflow: auto;
    }

    .navLi_Ul a {
        display: block;
        height: 0.72rem;
        line-height: 0.72rem;
        padding: 0 .4rem;
        font-size: .18rem;
        font-family: pb;
        color: #000;
        position: relative;
    }

    .navLi_Ul a:after {
        content: '';
        width: 0;
        height: .02rem;
        transition: all .3s;
        background: #cb0816;
        position: absolute;
        bottom: .15rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .navLi_Ul div a:hover {
        font-family: pb;
        color: #cb0816;
    }

    .navLi_Ul div a:hover:after {
        width: 80%;
    }

    .navLi .navLi_a {
        font-size: .18rem;
        padding: .05rem .3rem;
        cursor: pointer;
        margin: 0 .1rem;
        color: #fff;
        position: relative;
        display: block;
    }

    .navLi .navLi_a:after {
        content: '';
        width: 0;
        height: .03rem;
        transition: all 0.3s;
        background: #cf1314;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -30%;
    }

    .navLi.on .navLi_a:after {
        width: 60% !important;
    }

    .navLi.on .navLi_a {
        color: #cf1314;
    }

    .Nav_topContent1 {
        width: 16rem;
        margin: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Nav_topContent1>img {
        width: 2rem;
        height: .6rem;
    }

    .navUl1 {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navLi1 {
        height: 100%;
        line-height: .9rem;
    }

    .navLi_a1 {
        font-size: .18rem;
        padding: .05rem .3rem;
        cursor: pointer;
        margin: 0 .1rem;
        color: #000;
        position: relative;
        display: block;
    }

    .navLi_a1:after {
        content: '';
        width: 0;
        height: .03rem;
        transition: all 0.3s;
        background: #cf1314;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -30%;
    }

    .navLi1.on .navLi_a1:after {
        width: 60% !important;
    }

    .navLi1.on .navLi_a1 {
        color: #cf1314;
    }

    .Nav_header {
        position: absolute;
        top: 0;
        z-index: 10;
        width: 100%;
        height: .46rem;
        background: transparent;
        font-size: .15rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .Nav_headerContent {
        width: 16rem;
        height: 100%;
        margin: auto;
        display: flex;
        justify-content: right;
        align-items: center;
    }

    .headerContent_L {
        display: flex;
    }

    .headerContent_L a {
        color: rgba(255, 255, 255, 0.5);
        font-size: .16rem;
        margin-right: .4rem;
        display: flex;
    }

    .headerContent_L a img {
        width: .19rem;
        margin-right: .08rem;
    }

    .homeBox_mySwiper {
        position: relative;
        height: 100%;
    }

    .homeBox_mySwiper {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: .14rem;
        color: #000;
        margin: 0;
        padding: 0;
    }

    .homeBox_mySwiper .swiper {
        width: 100%;
        height: 100%;
    }

    .homeBox_mySwiper .swiper-pagination-bullet {
        width: .18rem;
        height: .18rem;
    }

    .homeBox_mySwiper .swiper-pagination-bullet-active {
        background: #cf1314;
    }
}

.productsBanner {
    height: 4rem;
    position: relative;
}

.productsBanner img {
    width: 100%;
    height: 100%;
}

.homeBox {
    width: 100%;
    height: 100%;
    position: relative;
}

.AboutUsBox {
    background-color: #fff;
}

.AboutUsBox_C {
    width: 16rem;
    margin: auto;
    padding-top: .8rem;
    overflow: hidden;
}

.AboutUsBox01_TT {
    font-size: .44rem;
    font-family: pb;
    text-transform: uppercase;
}

.AboutUsBox01_CL {
    float: left;
    width: 4.3rem;
    overflow: hidden;
}

.AboutUsBox01_CL img {
    width: 100%;
}

.AboutUsBox01_CR {
    margin-left: 4.3rem;
    padding-left: .28rem;
}

.CR_p {
    font-size: .18rem;
    line-height: .32rem;
    font-family: pr;
    color: #666;
}

.CR_Ul {
    width: 100%;
    overflow: hidden;
    margin-top: .26rem;
}

.CR_Ul li {
    float: left;
    width: 49%;
    margin-bottom: .12rem;
}

.CR_Ul li:nth-of-type(even) {
    float: right;
}

.CR_Ul_data {
    width: 100%;
    border-radius: .01rem;
    border: 1px solid #e5e5e5;
    position: relative;
    padding: .27rem 0 .27rem 1rem;
    box-sizing: border-box;
}

.Ul_data_icon {
    transition: all 0.3s;
    position: absolute;
    left: .3rem;
    top: .3rem;
    color: #cf1314;
    width: .48rem;
    height: .48rem;
}

.CR_Ul li:first-child .Ul_data_icon {
    background: url('../img/22.png') no-repeat center 0;
    background-size: 100%;
}

.CR_Ul li:nth-child(2) .Ul_data_icon {
    background: url('../img/26.png') no-repeat center 0;
    background-size: 100%;
}

.CR_Ul li:nth-child(3) .Ul_data_icon {
    background: url('../img/23.png') no-repeat center 0;
    background-size: 100%;
}

.CR_Ul li:last-child .Ul_data_icon {
    background: url('../img/25.png') no-repeat center 0;
    background-size: 100%;
}

.CR_Ul_data p span {
    font-size: .36rem;
    color: #666;
    font-weight: bold;
    font-style: normal;
    font-family: Arial black;
}

.CR_Ul_data p {
    font-size: .17rem;
    line-height: .29rem;
    color: #999;
    font-family: pr;
}

.CR_Ul li:hover {
    background-color: #cf1314;
}

.CR_Ul li:hover .CR_Ul_data p {
    color: #fff;
}

.CR_Ul li:hover .CR_Ul_data p span {
    color: #fff;
}

.CR_Ul li:hover:first-child .Ul_data_icon {
    background: url('../img/21.png') no-repeat center 0;
    background-size: 100%;
}

.CR_Ul li:hover:nth-child(2) .Ul_data_icon {
    background: url('../img/3.png') no-repeat center 0;
    background-size: 100%;
}

.CR_Ul li:hover:nth-child(3) .Ul_data_icon {
    background: url('../img/4.png') no-repeat center 0;
    background-size: 100%;
}

.CR_Ul li:hover:last-child .Ul_data_icon {
    background: url('../img/24.png') no-repeat center 0;
    background-size: 100%;
}

.AboutUsBox02 {
    margin-top: .7rem;
}

.AboutUsBox02_UL {
    margin-top: .15rem;
    width: 100%;
    overflow: hidden;
}

.AboutUsBox02_UL li {
    width: 31%;
    float: left;
    margin: 0 1% .28rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px;
}

.Ul02_li_pic {
    width: 100%;
    overflow: hidden;
}

.Ul02_li_pic img {
    transition: all 0.3s;
    width: 100%;
    display: block;
}

.Ul02_li_msg {
    padding: .2rem;
}

.Ul02_li_msg h4 {
    font-size: .2rem;
    font-family: pb;
    line-height: .27rem;
    overflow: hidden;
}

.Ul02_li_msg p {
    font-size: .16rem;
    line-height: .24rem;
    height: .72rem;
    overflow: hidden;
    color: #666;
    font-family: pr;
    margin-top: .08rem;
}

.AboutUsBox02_UL li:hover .Ul02_li_pic img {
    transform: scale(1.05);
}

.AboutUsBox02_UL li:hover .Ul02_li_msg h4 {
    color: #cf1314;
}

.index03_mySwiper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.index03_mySwiper {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .14rem;
    color: #000;
    margin: 0;
    padding-bottom: .4rem;
}

.index03_mySwiper .swiper-pagination-bullet {
    width: .18rem;
    height: .18rem;
}

.index03_mySwiper .swiper-pagination-bullet-active {
    background: #cf1314;
}

.index03_mySwiper .swiper {
    width: 100%;
    height: 100%;
}

.swiper1 {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: .18rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.S_item {
    margin: 0 .1rem;
    width: 3.5rem;
}

.AboutUsBox02_C {
    padding-top: .5rem;
}

.AboutUsBox03_C {
    margin-top: .15rem;
    overflow: hidden;
    padding-bottom: .5rem;
}

.AboutUsBox03_CL {
    float: left;
    width: 49.5%;
}

.AboutUsBox03_CR {
    float: right;
    width: 49.5%;
}

.CL_Tpic {
    width: 100%;
    overflow: hidden;
}

.CL_Tpic img {
    width: 100%;
    display: block;
    transition: all 0.3s;
}

.CL_Bpic {
    margin-top: .08rem;
    overflow: hidden;
}

.CL_BpicL {
    float: left;
    width: 49.3%;
    overflow: hidden;
}

.CL_BpicL img {
    width: 100%;
    display: block;
    transition: all 0.3s;
}

.CL_BpicR img {
    width: 100%;
    display: block;
    transition: all 0.3s;
}

.CL_BpicR {
    float: right;
    width: 49.3%;
    overflow: hidden;
}

.AboutUsBox03_CR .CL_Bpic {
    margin-top: 0;
    margin-bottom: .08rem;
}

.CL_Tpic:hover img {
    transform: scale(1.1);
}

.CL_BpicL:hover img {
    transform: scale(1.1);
}

.CL_BpicR:hover img {
    transform: scale(1.1);
}

footer {
    background: #333;
}

.footer_C {
    width: 16rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.footer_B {
    background: #222;
    font-family: pr;
    font-size: .17rem;
    padding: .15rem;
    clear: both;
    text-align: center;
    color: rgba(204, 204, 204, 0.5);
}

footer h4 {
    color: #fff;
    font-size: .22rem;
    font-family: pb;
    margin-bottom: .18rem;
}

.footer_item1 {
    width: 40%;
    padding-top: .6rem;
}

.footer_item1 h4 {
    margin-left: 1.8rem;
}

.footer_ul {
    width: 100%;
    margin-bottom: .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

footer .footer_ul p {
    width: 50%;
    margin-bottom: .25rem;
    text-align: left;
}

footer .footer_ul p a {
    color: #ddd;
    font-size: .15rem;
    line-height: .35rem;
    display: block;
}

.footer_item2 {
    width: 32%;
    padding-top: .6rem;
}

.footer_item2 p {
    font-size: .17rem;
    color: rgb(204, 204, 204);
    line-height: .24rem;
    font-family: pr;
}

.item2_ULli {
    display: flex;
    align-items: center;
}

.item2_ULli P,
.item2_ULli a {
    font-size: .15rem;
    margin: .08rem 0;
    color: #ccc;
    display: block;
}

.item2_ULli a span {
    font-size: .18rem;
    font-family: pb;
    color: #cf1314;
}

.item2_ULli img {
    width: .25rem;
    height: .25rem;
    margin-right: .08rem;
}

.footer_item3 {
    width: 22%;
    background: #cf1314;
    padding: .38rem .28rem .8rem .28rem;
}


.footer_item3 input,
.footer_item3 textarea {
    width: 100%;
    font-family: pr;
    resize: none;
    margin-bottom: .07rem;
    color: rgb(34, 34, 34);
    font-size: .16rem;
    background: rgb(255, 255, 255);
    padding: 0px .2rem;
    box-sizing: border-box;
    display: block;
    border: 0;
}

.footer_item3 input {
    height: .45rem;
    line-height: .48rem;
    border-radius: .5rem;
}

.footer_item3 textarea {
    padding: .2rem;
    border-radius: .1rem;
}

.footer_item3 button {
    width: 2rem;
    height: .45rem;
    line-height: .45rem;
    margin: .2rem auto 0;
    font-family: pr;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    font-size: .18rem;
    text-align: center;
    cursor: pointer;
    border-radius: .5rem;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    display: block;
}

.footer_item3 button:hover {
    opacity: 0.9;
}