.Yd_navBox {
    display: none;
}

.navBox {
    width: 100%;
    display: block !important;
}

.navBox .Nav_top {
    width: 100%;
    height: 0.7rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0 .02rem .1rem rgba(0, 0, 0, 0.1);
}

.navBox .Nav_topContent {
    width: 14rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
}

.navBox .Nav_topContent>img {
    width: 1.6rem;
    height: .5rem;
}

.navBox .navUl {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.navBox .header_phone {
    display: flex;
    align-items: center;
}

.navBox .header_phone a {
    display: flex;
    align-items: center;
    background: #f88e04;
    color: #fff;
    padding: 0.1rem 0.2rem;
    border-radius: 0.05rem;
    font-size: 0.2rem;
    font-weight: 600;
    transition: all 0.3s;
}

.navBox .header_phone a:hover {
    background: #f88e04;
}

.navBox .header_phone a img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
}

.navBox .navLi {
    height: 100%;
    line-height: 0.7rem;
    position: relative;
}

/* 鼠标悬浮时显示二级菜单 */
.navBox .navLi:hover .nav_menuTwo {
    display: block;
}

/* 二级菜单 */
.navBox .nav_menuTwo {
    width: 19.2rem;
    font-size: 0.22rem;
    background: #fefefe;
    opacity: .97;
    position: fixed;
    top: 0.7rem;
    display: none;
    left: 0rem;
    padding: .35rem 0;
    z-index: 999999999999999999 !important;
}

.navBox .nav_menuTwo ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.navBox .nav_menuTwo ul li {
    text-align: center;
}

.navBox .nav_menuTwo ul li a {
    display: block;
    width: 2rem;
    transition: all 0.3s ease;
}

.navBox .nav_menuTwo ul li a:hover {
    color: #fff;
}

.navBox .product_span {
    display: block;
    width: 2.5rem;
    line-height: .3rem;
    margin-top: .2rem;
    font-size: .18rem;
    font-family: pr;
    font-weight: 400;
    color: #333;
}

.navBox .product_span:hover {
    color: #e99740;
}

.navBox .nav_productICon {
    width: 2.5rem;
    height: 2rem;
}

.navBox .navLi .navLi_a {
    font-size: .16rem;
    padding: 0 .2rem;
    cursor: pointer;
    color: #333;
    position: relative;
    display: block;
    letter-spacing: 0.5px;
    transition: color 0.3s;
    font-weight: 500;
}

.navBox .navLi .navLi_a:after {
    content: '';
    width: 0;
    height: .03rem;
    transition: all 0.3s;
    background: #f88e04;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30%;
}

.navBox .navLi:hover .navLi_a:after {
    width: 60%;
}

.navBox .navLi:hover .navLi_a {
    color: #f88e04;
}

.navBox .navLi.on .navLi_a:after {
    width: 60% !important;
}

.navBox .navLi.on .navLi_a {
    color: #f88e04;
}

.homeBox {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 0.7rem;
}

.aboutBanner {
    width: 100%;
    height: 6.9rem;
    background: url(../img/about-banner.jpg) no-repeat center center;
    background-size: cover;
}

.companyProfile {
    width: 100%;
    background-color: #fff;
}

.companyProfile .company_content {
    width: 15rem;
    padding: .8rem 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.companyProfile .companyProfile .titleH,
.companyProfile .companyProfile .msgH {
    text-align: left;
}

.companyProfile .companyProfile .msgH {
    line-height: 2;
}

.companyProfile .company_L {
    width: 40%;
}

.companyProfile .company_R {
    flex: 1;
    height: 5.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.1rem;
    margin-left: .3rem;
}

.companyProfile .company_R .swiper {
    width: 100%;
    height: 100%;
}

.companyProfile .company_R .swiper-slide {
    width: 100%;
    height: 100%;
}

.companyProfile .company_R .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.companyProfile .company_R .swiper-pagination {
    bottom: 0.2rem !important;
}

.companyProfile .company_R .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.06rem;
    border-radius: 0.03rem;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.3s;
}

.companyProfile .company_R .swiper-pagination-bullet-active {
    width: 0.35rem;
    background: #f88e04;
}


/* 公司实力 */
.companyStrength {
    width: 100%;
    background-color: #f7f7f7;
}

.companyStrength .companyStrength_content {
    width: 15rem;
    padding: .6rem 0;
    margin: 0 auto;
}

.companyStrength_img {
    width: 100%;
    height: 7.5rem;
    margin-top: .45rem;
}

/* 优势 */
.factoryAdvantages {
    width: 100%;
}

.factoryAdvantages .advantage_content {
    width: 15rem;
    padding: .6rem 0;
    margin: 0 auto;
}

.factoryAdvantages .advantage_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .3rem;
}

.factoryAdvantages .advantage_li {
    width: 33%;
    height: 3rem;
    overflow: hidden;
    margin-bottom: .1rem;
}

.factoryAdvantages .advantage_li img {
    transition: transform 0.3s ease;
}

.factoryAdvantages .advantage_li:hover img {
    transform: scale(1.02);
}

/* 位置 */
.companyLocation {
    width: 100%;
}

.companyLocation .location_content {
    width: 15rem;
    margin: 0 auto;
}

.companyLocation .titleH {
    margin-bottom: .2rem;
}

/* 表单 */
.aboutBottom {
    width: 100%;
    min-height: 9rem;
    background: url(../img/about-form-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 1rem 0;
    position: relative;
}

.aboutBottom .aboutBottom_content {
    width: 15rem;
    margin: 0 auto;
}

/* 联系表单容器 */
.contact_form_wrapper {
    max-width: 9rem;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    border-radius: .16rem;
    padding: .5rem .6rem .6rem;
    box-shadow: 0 .04rem .2rem rgba(0, 0, 0, 0.1);
}

.form_header {
    text-align: center;
    margin-bottom: .4rem;
}

.contact_form {
    width: 100%;
}

.form_row_group {
    display: flex;
    gap: .2rem;
    margin-bottom: .3rem;
}

.form_input_wrapper {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: .25rem;
    padding: .15rem .15rem;
    transition: border-color 0.3s;
}

.form_input_wrapper:hover {
    border-color: #f88e04;
}

.form_input_wrapper:focus-within {
    border-color: #f88e04;
}

.form_input_wrapper.full_width {
    width: 100%;
    margin-bottom: .4rem;
}

.form_input_wrapper.full_width>img {
    margin-top: -.75rem;
}

.form_icon {
    width: .28rem;
    height: .28rem;
    margin-right: .1rem;
    opacity: 0.7;
    flex-shrink: 0;
}

.form_input {
    flex: 1;
    border: none;
    outline: none;
    font-size: .2rem;
    color: #333;
    background: transparent;
}

.form_input::placeholder {
    color: #999;
}

.form_textarea {
    flex: 1;
    border: none;
    outline: none;
    font-size: .2rem;
    color: #333;
    background: transparent;
    resize: vertical;
    min-height: .8rem;
    font-family: inherit;
}

.form_textarea::placeholder {
    color: #999;
}

.form_submit_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .25rem;
}

.form_submit_btn {
    background: #f88e04;
    color: #fff;
    border: none;
    padding: .05rem .6rem;
    border-radius: .4rem;
    font-size: .22rem;
    font-family: pb;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .08rem;
    transition: all 0.3s;
    box-shadow: 0 .04rem .12rem rgba(30, 58, 95, 0.3);
    letter-spacing: 0.5px;
}

.form_submit_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 .06rem .16rem rgba(30, 58, 95, 0.4);
}

.form_submit_btn:active {
    transform: translateY(0);
}

.submit_arrow {
    font-size: .28rem;
    transition: transform 0.3s;
}

.form_submit_btn:hover .submit_arrow {
    transform: translateX(3px) translateY(-3px);
}

.response_notice {
    display: flex;
    align-items: center;
    gap: .06rem;
    color: #52c41a;
    font-size: .2rem;
}

.response_notice img {
    width: .2rem;
    height: .2rem;
}

.yd_foot {
    display: none;
}

.pc_foot {
    background: #f8f8f8;
    padding: 0.5rem 0 0.3rem;
    border-top: 1px solid #e5e5e5;
}

.pc_foot .footer_C {
    width: 14rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.3rem;
}

.pc_foot .footer_B {
    background: #fff;
    font-family: Candara;
    font-size: .18rem;
    padding: .2rem;
    clear: both;
    text-align: center;
    color: #999;
    border-top: 1px solid #e5e5e5;
}

.pc_foot .footer_B p {
    margin: 0;
    line-height: 1.8;
}

.pc_foot .footer_item1 {
    width: 18%;
}

.pc_foot .footer_item2 {
    width: 18%;
}

.pc_foot .footer_item3 {
    width: 20%;
}

.pc_foot .footer_qr {
    display: flex;
    gap: 0.3rem;
    padding-top: .2rem;
}

.pc_foot .qr_item {
    text-align: center;
}

.pc_foot .qr_item img {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.1rem;
    border: 1px solid #ddd;
    padding: 0.05rem;
}

.pc_foot .qr_item p {
    color: #666;
    font-size: 0.18rem;
    margin: 0;
}

.pc_foot h4 {
    color: #333;
    font-size: .22rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.pc_foot h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.pc_foot h4 a:hover {
    color: #f88e04;
    cursor: pointer;
}

.pc_foot .footer_ul {
    margin-bottom: 0;
}

.pc_foot .footer_ul p,
.pc_foot .footer_ul p a {
    color: #666;
    font-size: 0.18rem;
    line-height: 0.35rem;
    display: block;
    transition: color 0.3s;
}

.pc_foot .footer_ul p a:hover {
    color: #f88e04;
}