.detail {
    width: 100%;
    background-color: #fff;
    padding-top: 0.57rem;
}

.detial_nav {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    width: 72.92%;
    margin: auto;
}

.detial_nav a {
    color: #585858;
}

.detial_nav .a_active {
    color: #BD2D3A;
}


.detail1 {
    width: 72.92%;
    margin: auto;
    margin-top: 0.48rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 0.7rem;
}

.img_box {
    width: 8.6rem;
    height: 4.6rem;
}

.img_box img {
    /*width: 100%;*/
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.detail_left p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    margin-top: 0.4rem;
}

.detail_left .product {
    width: 0.6rem;
    line-height: 0.27rem;
    border-radius: 0.14rem;
    border: 0.01rem solid #BEBEBE;
    color: #838383;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    text-align: center;
    margin-top: 0.15rem;
    margin-right: 0.1rem;
}
.labels{
    display: flex;
}

.detail_right p {
    width: 4.84rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
}

.detail_right_tit {
    font-size: 0.3rem;
    font-weight: bold;
    color: #000;
    margin-top: 0.74rem;
}

.detail_right_content {
    font-size: 0.18rem;
    color: #000;
    margin-top: 0.88rem;
    line-height: 0.3rem;
}

.detail2_tit {
    font-size: 0.3rem;
    color: #030303;
    font-weight: bold;
    font-family: Microsoft YaHei, Microsoft YaHei;
    margin: 0.74rem auto 0.39rem;
    width: 72.92%;
}


.detail2 {
    width: 72.92%;
    display: grid;
    grid-template-columns: 4.2rem 4.2rem auto;
    grid-column-gap: 0.18rem;
    margin: auto;
}

.detail3 {
    width: 72.92%;
    display: grid;
    grid-template-columns: 3.88rem 4.88rem 1fr;
    grid-column-gap: 0.18rem;
    margin: 0.18rem auto 0;
}

.detail2 p,
.detail3 p {
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
    font-family: Microsoft YaHei, Microsoft YaHei;
    position: absolute;
    left: 0.19rem;
    bottom: 0.19rem;
    z-index: 99;
    overflow: hidden;
  white-space: nowrap;
  width: 70%;
  text-overflow: ellipsis;
}

.detail2 img,
.detail3 img {
    width: 100%;
    transition: 0.3s all ease-in;
    height: 100%;
}

.detail2 div,
.detail3 div {
    position: relative;
    overflow: hidden;
}

.detail2 div:hover img,
.detail3 div:hover img {
    transform: scale(1.1);
}

.detail2 .dialog,
.detail3 .dialog {
    background-color: rgba(3, 3, 3, 0.27);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.detail2 .detail2_box1,
.detail2_box1 .dialog {
    width: 4.2rem;
    height: 2.82rem;
}


.detail2 .detail2_box2,
.detail2_box2 .dialog {
    width: 4.2rem;
    height: 2.82rem;
}

.detail2 .detail2_box3,
.detail2_box3 .dialog {
    width: 100%;
    height: 2.82rem;
}

.detail3 .detail3_box1,
.detail3_box1 .dialog {
    width: 3.88rem;
    height: 2.82rem;
}

.detail3 .detail3_box2,
.detail3_box2 .dialog {
    width: 4.88rem;
    height: 2.82rem;
}

.detail3 .detail3_box3,
.detail3_box3 .dialog {
    width: 100%;
    height: 2.82rem;
}



.go_list {
    width: 1.6rem;
    line-height: 0.5rem;
    text-align: center;
    background-color: #B6002A;
    font-size: 0.16rem;
    color: #fff;
    font-family: Microsoft YaHei, Microsoft YaHei;
    margin: 0.87rem auto ;
    cursor: pointer;
}

.go_list .go_list_span {
    margin-right: 0.21rem;
}

.footer_nav {
    width: 100%;
    height: 3.7rem;
    /*margin-top: 1.02rem;*/
    background: url('/assets/new/img/detail/footer_bg.png') no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.fo_nav_box {
    width: 72.92%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.fo_nav_tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #000;
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.33rem;
    padding-top: 0.88rem;
}

.fo_list_box .list_item {
    color: #646464;
    font-size: 0.16rem;
    line-height: 0.4rem;
}

.fo_nav_box1 .fo_list_box,
.fo_nav_box2 .fo_list_box {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 0.43rem;
}

.fo_nav_box3 .fo_list_box {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 0.11rem;
}

.fo_nav_box4 .fo_list_box {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.bottom_box {
    /* width: 72.92%; */
    width: 100%;
    height: 1.34rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.bottom_left {
    width: 72.92%;
    margin: 0 auto;
}

.bottom_left1,
.bottom_left2 {
    display: flex;
    align-items: center;
}

.bottom_left1 img {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0.35rem 0.14rem 0.09rem 0;
    object-fit: contain;
}

.bottom_left2 {
    width: 2.8rem;
    padding: 0 0.08rem;
    /*background-color: #F6F6F6;*/
    color: #000000;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    line-height: 0.4rem;
}

.bottom_left2 div {
    width: 0.01rem;
    height: 0.11rem;
    background-color: #707070;
    margin: 0 0.17rem;
}

.bottom_left2 a {
    color: #000;
}



.bottom_right {
    width: 6rem;
    height: 0.789rem;
    background-size: 100%;
    margin-top: 0.35rem;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}

.bottom_right .icon_item{
    margin-left: 0.1rem;
}

.bottom_right .company {
    color: #000;
    font-size: 0.16rem;
    line-height: 0.4rem;
    margin-left: 0rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
}

.bottom_right .line1 {
    width: 1px;
    height: 0.15rem;
    background-color: #000;
    margin: 0 0.18rem;
}

.bottom_right .bottom_logo {
    width: 1.25rem;
    height: 0.18rem;
}


/*网站地图新增样式*/
.newMapBox{
    width: 72.92%;
    max-width: 14rem;
    margin: 0.97rem auto 0.3rem;
    overflow: hidden;
}

.newMapList{
    width: 100%;
    padding-bottom: 0.37rem;
    border-bottom: 0.01rem solid #E5E5E5;
    margin-bottom:0.6rem;
}

.newMapTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
}

.newMapUl{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.newMapUl>li{
    width: 1.6rem;
    height: 0.5rem;
    margin-top: 0.3rem;
    background: #FFFFFF;
    border: 0.01rem solid #E3E3E3;
    transition: all 0.6s;
    margin-right: 0.46rem;
}
.newMapUl>li:nth-child(7n){
    margin-right: 0;
}

.newMapUl>li>a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #000000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.6s;
}

.newMapUl>li:hover{
    background: #B6002A;
    border: 0.01rem solid #B6002A;
}

.newMapUl>li:hover a{
    color: #fff;
}

@media only screen and (max-width: 1024px) {
.footer_nav{
    height: auto;
}
.fo_nav_box{
    width: 92%;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
}

.fo_nav_box1{
    margin-bottom: 10px;
}

.fo_nav_tit{
    font-size: 0.3rem;
    padding: 0;
    margin: 0;
}
.fo_list_box .list_item{
    font-size: 0.24rem;
    display: block;
}

.bottom_left1, .bottom_left2{
    justify-content: space-around;
}
.bottom_left{
    width: 100%;
}

.bottom_left .bottom_left1{
    height: 1rem;
    box-shadow: 0 0 6px 0px rgba(0,0,0,0.1);
    margin-bottom: 0.4rem;
}
.bottom_left1 img{
    margin: 0;
    width: 0.4rem;
    height: 0.4rem;
}


/*.bottom_left{*/
/*    width: 92%;*/
/*}*/


.bottom_box{
    display: block;
    height: 3rem;
    overflow: hidden;
}
.bottom_right{
    width: 100%;
    margin: 0 auto;
    right: inherit;
}
.bottom_right .company{
    margin-left: 0.1rem;
    font-size: 0.24rem;
}
.bottom_left2{
    width: 100%;
    margin: 0.2rem 0;
    justify-content: center;
}
.bottom_left2 a{
    font-size: 0.24rem;
}
.detial_nav{
    width: 92%;
}
.detial_nav a{
    font-size: 0.24rem;
}
.detail1{
    width: 92%;
    display: block;
    height: auto;
    overflow: hidden;
}
.img_box{
    width: 100%;
    height: auto;
}
.detail_left p{
    font-size: 0.24rem;
}
.detail_left .product{
    font-size: 0.24rem;
    width: auto;
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
}
.detail_right p{
    width: 100%;
}
.detail_right p{
    width: 100%;
    font-size: 0.24rem;
    line-height: .45rem;
}
.detail2_tit{
    width: 92%;
}
.detail2{
    width: 92%;
    display: block;
}
.detail2 .detail2_box1, .detail2_box1 .dialog{
    width: 100%;
   min-height: 3.4rem;
}
.detail2 .detail2_box2, .detail2_box2 .dialog{
      width: 100%;
     min-height: 3.7rem;
}
.detail2 p, .detail3 p{
    font-size: 0.24rem;
}
.detail2 a{
    margin-bottom: .3rem;
    display: block;
}
.detail2 .detail2_box3, .detail2_box3 .dialog{
     width: 100%;
    height: 3.8rem; 
}
.detail3{
    width: 92%;
    display: block;
}
.detail3 .detail3_box1, .detail3_box1 .dialog{
       width: 100%;
    height: 3.8rem; 
}
.detail3 .detail3_box2, .detail3_box2 .dialog{
        width: 100%;
    height: 3.8rem;  
}
.detail3 .detail3_box3, .detail3_box3 .dialog{
            width: 100%;
    height: 3.8rem;  
}
.detail3 a{
    display: block;
    margin-bottom: .3rem;
}
.go_list{
    width: 30%;
    height: .65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
}
.go_list .go_list_span{
    font-size: 0.24rem;
}
.newMapBox{
    width: 90%;
    margin: 1.2rem auto 0.3rem;
}
.newMapUl > li{
    margin-right: 2%;
  width: 32%;
}
.newMapUl > li:nth-child(3n){
    margin-right: 0;
}
.newMapUl > li > a{
    font-size: 0.24rem;
}

.fo_nav_box1 .fo_list_box{
    display: none;
    margin-top: 10px;
}



}


