/* 导航 */
/* .Yd_navBox{
    display: none;
} */
.Yd_navBox{
    width: 100%;
    z-index: 100;
    height: .8rem;
    background: #fff;
    position: fixed;
    margin: auto 0;
    display: flex;
    transition: all 0.5s linear;
}
.Yd_navBox_img{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 .5rem;
}
.Yd_navBox_img>img{
    width: 1.80rem;
    height: .52rem;
}
.fromInputBut>button{
       width: 100%;
    height: 100%;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    display: block;
    background: #ea5412;
    border: none;
    font-size: 20px;
}
.Yd_navBox_imgicon>img{
    width: .68rem;
    height: .68rem;
}
.Yd_navBox_Details{
    z-index: 999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    background: #fff;
    transition: all 0.5s linear;
}
.Yd_navBox_Details>div{
    text-align: right;
    font-size: .48rem;
    padding: .2rem .5rem .2rem 0;
}
.Yd_navBox_DetailsUl>li{
    width: 100%;
    height: .5rem;
    padding: .3rem .2rem;
    font-size: .26rem;
    line-height: .5rem;
}
.Yd_navBox_DetailsUl>li a{
    color: #000;
}
.navBox{
    width: 100%;
    display: none;
}
.Nav_top{
    width: 100%;
    height: .9rem;
    position: absolute;
    top: 0;
    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: 17rem;
    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{
    font-size: .22rem;
    padding:.05rem .2rem;
    cursor: pointer;
    border-bottom: .01rem solid #ccc;
    margin: 0 .1rem;
    color: #fff;
}
.Nav_topContent1{
    width: 17rem;
    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{
    font-size: .22rem;
    padding:.05rem .2rem;
    cursor: pointer;
    /* border-bottom: .01rem solid #ccc; */
    margin: 0 .1rem;
}




/*  */
.homeBox{
    width: 100%;
    /* height: 100%; */
    position: relative;
}
.homeBox_img{
    width: 100%;
    height: 5rem;
    background-image: url('../img/productbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.homeBox_title{
    position: absolute;
    top: 60%;
    left: 10%;
    transform: translate(0,-50%);
    z-index: 10;
}
.HTitle{
    font-size: .48rem;
    font-family: pb;
    color: #fff;
}
.HTitle_msg{
    font-size: .3rem;
    color: #fff;
}
.homeBox_But{
    width: 2.5rem;
    height: .6rem;
    background-color: rgb(234, 84, 18);
    margin-top: .2rem;
}
.homeBox_But>a{
    width: 100%;
    height: 100%;
    display: block;
}
/*  */
.products1Box{
    width: 100%;
    background-color: #fff;
}
.wrapCon_Text{
    /* width: 10.5rem; */
    margin: auto 0;
    /* padding-left: .9rem; */
    position: relative;
}
.wrapCon_Text1{
    font-size: 32px;
    color: #222222;
    font-family: pb;
}
.about01line {
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    position: relative;
    margin: 30px 0;
}
.about01line:before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ea5412;
}
.about01_msg{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: left;
    margin-bottom: 20px;
}
.products1Box>div{
    /* width: 14rem; */
    margin: auto;
    box-sizing: border-box;
    padding: .5rem 0.3rem;
}
/*  */
.products2Box{
    width: 100%;
    background-color: #f1f2f3;
}
.products2Box_Ul{
    /* width: 14rem; */
    margin: auto;
    box-sizing: border-box;
    padding: .5rem 0.3rem 0 0.3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.products2Box_Li{
    /* width: ; */
    /* width: 48%; */
}
.products2Box_Li a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
    text-decoration: none;
}
.products2Box_Li a:hover img {
    transform: scale(1.1);
}
.products2Box_Li a img {
    display: block;
    width: 100%;
    transition: all .6s;
}
.products2Box_Li a:hover .text {
    opacity: 1;
    visibility: visible;
}
.products2Box_Li a .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(38, 38, 38, 0.8);
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.products2Box_Li a:hover .bot {
    opacity: 0;
    visibility: hidden;
}
.products2Box_Li a .bot {
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #222222;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all .3s;
}
.products2Box_Li a .text h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}
.products2Box_Li a .text h4 {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.75;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products2Box_Li a .text .more {
    width: 130px;
    height: 34px;
    line-height: 34px;
    border-radius: 2rem;
    background-color: #ea5412;
    border: none;
    color: #ffffff;
    overflow: hidden;
    margin: 30px auto 0;
    font-size: 20px;
}
/*  */
.products3Box{
    width: 100%;
    padding: 50px 0;
    background: url("../img/contact_bg.jpg") no-repeat fixed;
    background-size: cover;
}
.products3Box_content{
    /* width: 10rem; */
    margin: auto;
}
.products3Box_t {
    font-size: 30px;
    color: #222222;
    margin-bottom: 40px;
    font-family: pb;
    text-align: center;
}
.fromInput{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 .2rem;
}
.fromInput span{
    display: block;
    display: inline-block;
    overflow: hidden;
}
.fromInputL{
    width: 100%;
}
.fromInputB{
    width: 100%;
}
.fromInput span input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
    color: #888888;
    height: 46px;
    padding: 0 20px;
}
.fromInput span textarea {
    width: 100%;
    height: 110px !important;
    resize: none;
    outline: none;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 14px !important;
    color: #888888;
}
.fromInputBut{
    margin-top: 30px;
    width: 140px;
    height: 40px;
    background-color: #ea5412;
    border-radius: 4px;
    cursor: pointer;
    margin: auto;
}
.fromInputBut>a{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    display: block;
    font-size: 20px;
}
