#home{
    min-width: 1200px;
}
#detail_main.swiper-container{
    width: 90%;
    margin-left: 0;
    height: 1190px;
    position: relative;
}
#detail_main .navigation{
    width: 15%;
    height: 105%;
    border-right: 1px solid #c7c7c7;
    float:left;
}
#detail_main .navigation .product_ding{
    padding-top: 250px;
}
#detail_main .navigation .product_name{
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #4d4d4d;
}
#detail_main .navigation .product_name.change{
    border-right: 3px solid #b4171f;
    color: #b4171f;
}
/* #detail_main .navigation .product_name a:hover{
    border-right: 3px solid #b4171f;
} */
/* #detail_main .main{
    width: 80%;
    height: 100%;
    float: left;
    left: 280px;
} */
#detail_main .main_content{
    width: 45%;
    float: left;
    /* margin-left: -265px; */
}
#detail_main .main_content .text .indu_title{
    font-size: 48px;
    color: #b4171f;
    padding-top: 150px;
    margin-left: 95px;
}
#detail_main .main_content .text .text_detail{
    /* width: 55%; */
    font-size: 15px;
    line-height: 30px;
    color: #4d4d4d;
    margin-top: 59px;
    margin-left: 95px;
}
#detail_main .main_content .text .text_detail p{
    text-align: justify;
}
#detail_main .main_content .text .draft{
    margin-top: 100px;
    margin-left: 95px;
}
#detail_main .main_content .text .draft img{
    width: 100%;
}
#detail_main .product_image{
    width: 722px;
    margin-top: 85px;
    /* margin-right: 80px; */
    float: right;
    margin-top: 150px;
}
#detail_main .product_image img{
    width: 100%;
    height: 100%;
}
#detail_main .swiper-pagination{
    width: 15%!important;
    height: 1190px;
    top: 0;
    left: 0;
    /*margin-top: 8%;*/
    border-right: 1px solid #c7c7c7;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
#detail_main .swiper-pagination span{
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    cursor: pointer;
    display: block;
}
#detail_main .swiper-pagination span:nth-of-type(1){
    margin-top: 100%;
}
#detail_main .swiper-pagination span:nth-of-type(1)::before{
    content: '';
    display: block;
    width: 100%;
    height: 20%;
}
#detail_main .swiper-pagination span:nth-of-type(1)::after{
    width: 100%;
    display: block;
    content: "农业机械";
    text-align: center;
    line-height: 35px;
    color: #4d4d4d;
}
#detail_main .swiper-pagination span:nth-of-type(2)::after{
    width: 100%;
    display: block;
    content: "物流机械";
    text-align: center;
    line-height: 35px;
    color: #4d4d4d;
}
#detail_main .swiper-pagination span:nth-of-type(3)::after{
    width: 100%;
    display: block;
    content: "包装机械";
    text-align: center;
    line-height: 35px;
    color: #4d4d4d;
}
#detail_main .swiper-pagination span:nth-of-type(4)::after{
    width: 100%;
    display: block;
    content: "食品机械";
    text-align: center;
    line-height: 35px;
    color: #4d4d4d;
}
#detail_main .swiper-pagination span:nth-of-type(5)::after{
    width: 100%;
    display: block;
    content: "立体车库";
    text-align: center;
    line-height: 35px;
    color: #4d4d4d;
}
#detail_main .swiper-pagination span:nth-of-type(6)::after{
    width: 100%;
    display: block;
    content: "造纸印刷设备";
    text-align: center;
    line-height: 35px;
    color: #4d4d4d;
}
#detail_main .swiper-pagination span:nth-of-type(7)::after{
    width: 100%;
    display: block;
    content: "智能工厂";
    text-align: center;
    line-height: 35px;
    color: #4d4d4d;
}
#detail_main .swiper-pagination span:nth-of-type(8)::after{
    width: 100%;
    display: block;
    content: "更多行业";
    text-align: center;
    line-height: 35px;
    color: #4d4d4d;
}
#detail_main .swiper-pagination .swiper-active-switch::after{
    color: #b4171f!important;
    border-right: 2px solid #b4171f;
}

#detail_main .swiper-wrapper{
    position: relative;
    width: 85%!important;
    height: 100%;
    top: 2%;
    left: 15%;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
}
#detail_main .swiper-wrapper .swiper-slide{
    width: 100%!important;
    height: 100%;
    float: left;
    box-sizing: border-box;
}

/* ------------------------更多行业------------------------ */
#detail_main .more_main_content{
    width: 100%;
}
#detail_main .more_main_content .indu_title{
    font-size: 48px;
    color: #b4171f;
    padding-top: 150px;
    margin-left: 95px;
}
#detail_main .more_main_content .more_industry{
    width: 94%;
    height: 500px;
    margin-top: 80px;
    margin-left: 95px;
}
#detail_main .more_main_content .more_industry .more_industry_content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}
#detail_main .more_main_content .more_industry .more_industry_content li{
    width: 26%;
/*float: left;
margin-right: 10%;*/
    margin-bottom: 90px;
}
#detail_main .more_main_content .more_industry .more_industry_content li p{
text-align: center;
font-size: 16px;
margin-top: 30px;
}
#detail_main .more_main_content .more_industry .more_industry_content li .more_industry_img img{
width: 100%;
margin: 0 auto;
}

/* -------------------------媒体查询--------------------------- */
@media screen and (min-width:2189px){
    #detail_main .main_content{
        margin-left: 60px;
    }
    #detail_main .swiper-pagination{
        margin-top: 6%;
    }
    #detail_main .product_image{
        width: 800px;
    }
}
/*@media screen and (max-width:1900px){
    #detail_main .more_main_content .more_industry .more_industry_content li{
        margin-right: 9%;
    }
}*/
@media screen and (max-width:1850px){
    #home .title{
        top: 370px;
    }
    #detail_main .main_content .text .draft{
        margin-top: 20%;
        margin-left: 15%;
    }
    #detail_main .main_content .text .draft img{
        width: 95%;
    }
    #detail_main .product_image{
        width: 700px;
        margin-top: 145px;
        /* margin-right: 80px; */
        float: right;
    }
}
/*@media screen and (max-width:1820px){
    #detail_main .more_main_content .more_industry .more_industry_content li{
        margin-right: 8%;
    }
}*/
@media screen and (max-width:1750px){
    #detail_main .more_main_content .more_industry .more_industry_content li{
        margin-right: 7%;
    }
}
@media screen and (max-width:1700px){
    #detail_main .main_content .text .draft{
        margin-top: 12%;
        margin-left: 15%;
    }
    #detail_main .main_content .text .draft img{
        width: 95%;
    }
    #detail_main .product_image{
        width: 640px;
        /* height: 670px; */
        margin-top: 145px;
    }
}
@media screen and (max-width:1685px){
    #detail_main .more_main_content .more_industry .more_industry_content li{
        margin-right: 6%;
    }
}
@media screen and (max-width:1625px){
    #detail_main .more_main_content .more_industry .more_industry_content li{
        margin-right: 5%;
    }
}
@media screen and (max-width:1600px){
    #home .title{
        top: 340px;
    }
    #detail_main .main_content .text .draft{
        margin-top: 12%;
        margin-left: 15%;
    }
    #detail_main .main_content .text .draft img{
        width: 95%;
    }
    #detail_main .product_image{
        width: 600px;
        /* height: 540px; */
        margin-top: 165px;
        /* margin-right: 120px; */
    }
    #detail_main .swiper-pagination{
        margin-top: 5%;
    }
}
/*@media screen and (max-width:1570px){
    #detail_main .more_main_content .more_industry .more_industry_content li{
        margin-right: 4%;
    }
    #detail_main .more_main_content .more_industry .more_industry_content li .more_industry_img img{
        width: 80%;
    }
}*/
/*@media screen and (max-width:1515px){
    #detail_main .more_main_content .more_industry .more_industry_content li{
        margin-right: 3%;
    }
    #detail_main .more_main_content .more_industry .more_industry_content li .more_industry_img img{
        width: 80%;
    }
}*/
@media screen and (max-width:1500px){
    #detail_main .main_content .text .draft{
        margin-top: 12%;
        margin-left: 15%;
    }
    #detail_main .main_content .text .draft img{
        width: 95%;
    }
    #detail_main .product_image{
        width: 530px;
        /* height: 515px; */
        margin-top: 160px;
    }
    #detail_main .swiper-pagination{
        margin-top: 18%;
    }
    #detail_main .swiper-pagination{
        margin-top: 7%;
    }
}
/*@media screen and (max-width:1460px){
    #detail_main .more_main_content .more_industry .more_industry_content li{
        margin-right: 2%;
    }
    #detail_main .more_main_content .more_industry .more_industry_content li .more_industry_img img{
        width: 80%;
    }
}*/
/*@media screen and (max-width:1420px){
    #detail_main .more_main_content .more_industry .more_industry_content li{
        margin-right: 1%;
        width: 30%;
    }
    #detail_main .more_main_content .more_industry .more_industry_content li .more_industry_img img{
        width: 80%;
    }
}*/
@media screen and (max-width:1400px){
    #detail_main .main_content .text .draft{
        margin-top: 5%;
        margin-left: 15%;
    }
    #detail_main .main_content .text .draft img{
        width: 95%;
    }
    #detail_main .product_image{
        width: 510px;
        /* height: 515px; */
        margin-top: 180px;
    }
    #detail_main .swiper-pagination{
        margin-top: 18%;
    }
    #detail_main .swiper-pagination{
        margin-top: 9%;
    }
}
/*@media screen and (max-width:1380px){
    #detail_main .more_main_content .more_industry .more_industry_content li{
        margin-right: 1%;
    }
    #detail_main .more_main_content .more_industry .more_industry_content li .more_industry_img img{
        width: 70%;
    }
}*/
@media screen and (max-width:1300px){
    #home .title{
        top: 290px;
    }
    #detail_main .swiper-wrapper{
        left: 210px;
        width: 80%;
    }
    #detail_main .main_content .text .draft{
        margin-top: 5%;
        margin-left: 15%;
    }
    #detail_main .main_content .text .draft img{
        width: 85%;
    }
    #detail_main .product_image{
        width: 480px;
        /* height: 450px; */
        margin-top: 200px;
    }
    #detail_main .product_image img{
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    #detail_main .swiper-pagination{
        margin-top: 10%;
    }
}
@media screen and (max-width:1220px){
    #home .title{
        top: 290px;
    }
    #detail_main .swiper-wrapper{
        left: 210px;
        width: 80%;
    }
    #detail_main .main_content .text .draft{
        margin-top: 5%;
        margin-left: 15%;
    }
    #detail_main .main_content .text .draft img{
        width: 85%;
    }
    #detail_main .product_image{
        width: 500px;
        /* height: 450px; */
        margin-top: 200px;
    }
    #detail_main .swiper-pagination{
        margin-top: 10%;
    }
}




.guide{
    width: 100%;
    height: 140px;
    z-index: 2;
}
.guide .go_back_top{
    height: 70px;
    margin-right: 7px;
    z-index: 1;
    position: relative;
}
.guide .go_back_top img{
    float: right;
}
.guide .guide_content{
    height: 70px;
    border-top: 1px solid #7f7f7f;
}
.guide .guide_content span{
    line-height: 70px;
    /*    padding-top: 28px;*/
    font-size: 14px;
}
.guide .guide_content .index{
    margin-left: 216px;
    color: #808080;
}
.guide .guide_content .content{
    font-weight: bold;
}