@media screen and (min-width: 1025px){
  #list_header{
    display: none !important;
  }
  .content{
    width: 82%;
    min-width: 1180px;
    margin: 107px auto 67px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content_img01{
    width: 100%;
    min-width: 1180px;
    display: block;
  }
  .content_detail{
    width: 78.3%;
    min-width: 1128px;
    margin-top: 57px;
    /* margin-bottom: 50px; */
  }
  .content_detail_title{
    width: 86.9%;
    min-width: 980px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 50px;
  }
  .content_detail_title li{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16px;
  }
  .content_detail_title li::before{
    content: '';
    width: 35px;
    height: 5px;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .content_detail_title li span{
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 10px;
  }
  .content_detail_title li p{
    font-size: 16px;
    color: #636363;
    line-height: 27px;
    letter-spacing: 2px;
  }
  #content_swiper{
    width: 100%;
    position: relative;
  }
  .gallery-top{
    margin-bottom: 33px;
  }
  .content_swiper{
    width: 68%;
    min-width: 980px;
    margin: auto;
  }
  .content_swiper .gallery-top .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
  }
  .content_swiper .gallery-thumbs .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
  }
  .content_swiper .gallery-thumbs .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
  }
  .content_swiper .gallery-thumbs .swiper-button-next{

  }
  .gallery-top {
    height: 80%;
    width: 100%;
  }
  .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.6;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }

  .content_tuijian{
    width: 83%;
    min-width: 980px;
    margin-top: 111px;
  }
  .content_tuijian_title{
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #999999;
  }
  .content_tuijian_title span{
    font-size:22px;
    font-weight:400;
    line-height:27px;
    color:rgba(0,0,0,1);
  }
  .content_tuijian_title a{
    font-weight:400;
    line-height:27px;
    font-size:16px;
    color: #999999;
  }
  .content_tuijian_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }
  .content_tuijian_list li{
    width: 300px;
  }
  .content_tuijian_list li a{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .content_tuijian_list li a img{
    width: 100%;
    display: block;
  }
  .content_tuijian_list li a span{
    font-size:16px;
    font-weight:400;
    line-height:27px;
    color: #636363;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) and (min-width: 751px){
  #list_header{
    display: none !important;
  }
  .content{
    width: 82%;
    min-width: 9.2rem;
    margin: 1.07rem auto 0.67rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content_img01{
    width: 100%;
    min-width: 9.2rem;
    display: block;
  }
  .content_detail{
    width: 78.3%;
    min-width: 9.2rem;
    margin-top: 0.57rem;
    /* margin-bottom: 0.5rem; */
  }
  .content_detail_title{
    width: 86.9%;
    min-width: 9.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0.5rem;
  }
  .content_detail_title li{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0.16rem;
  }
  .content_detail_title li::before{
    content: '';
    width: 0.35rem;
    height: 0.05rem;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .content_detail_title li span{
    font-size: 0.22rem;
    line-height: 0.27rem;
    color: #000000;
    margin-bottom: 0.1rem;
  }
  .content_detail_title li p{
    font-size: 0.16rem;
    color: #636363;
    line-height: 0.27rem;
    letter-spacing: 0.02rem;
  }
  #content_swiper{
    width: 100%;
    position: relative;
  }
  .gallery-top{
    margin-bottom: 0.33rem;
  }
  .content_swiper{
    width: 68%;
    min-width: 9.2rem;
    margin: auto;
  }
  .content_swiper .gallery-top .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
  }
  .content_swiper .gallery-thumbs .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
  }
  .content_swiper .gallery-thumbs .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
  }
  .content_swiper .gallery-thumbs .swiper-button-next{

  }
  .gallery-top {
    height: 80%;
    width: 100%;
  }
  .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 0.1rem 0;
  }
  .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.6;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }

  .content_tuijian{
    width: 83%;
    min-width: 9.2rem;
    margin-top: 1.11rem;
  }
  .content_tuijian_title{
    width: 100%;
    height: 0.49rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.01rem solid #999999;
  }
  .content_tuijian_title span{
    font-size:0.22rem;
    font-weight:400;
    line-height:0.27rem;
    color:rgba(0,0,0,1);
  }
  .content_tuijian_title a{
    font-weight:400;
    line-height:0.27rem;
    font-size:0.16rem;
    color: #999999;
  }
  .content_tuijian_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.3rem;
  }
  .content_tuijian_list li{
    
  }
  .content_tuijian_list li a{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .content_tuijian_list li a img{
    width: 2.8rem;
    display: block;
  }
  .content_tuijian_list li a span{
    font-size:0.16rem;
    font-weight:400;
    line-height:0.27rem;
    color: #636363;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 750px){
  #list_header{
    display: none !important;
  }
  .content{
    min-width: 7.5rem;
    margin: 0.3rem auto 0.67rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content_img01{
    width: 6.9rem;
    display: block;
  }
  .content_detail{
    width: 6.9rem;
    margin-top: 0.57rem;
    /* margin-bottom: 0.5rem; */
  }
  .content_detail_title{
    width: 6.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0.5rem;
  }
  .content_detail_title li{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0.16rem;
  }
  .content_detail_title li::before{
    content: '';
    width: 0.35rem;
    height: 0.05rem;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .content_detail_title li span{
    font-size: 0.22rem;
    line-height: 0.27rem;
    color: #000000;
    margin-bottom: 0.1rem;
  }
  .content_detail_title li p{
    font-size: 0.16rem;
    color: #636363;
    line-height: 0.27rem;
    letter-spacing: 0.02rem;
  }
  #content_swiper{
    width: 100%;
    position: relative;
  }
  .gallery-top{
    margin-bottom: 0.33rem;
  }
  .content_swiper{
    width: 6.9rem;
    margin: auto;
  }
  .content_swiper .gallery-top .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
  }
  .content_swiper .gallery-thumbs .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
  }
  .content_swiper .gallery-thumbs .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
  }
  .content_swiper .gallery-thumbs .swiper-button-next{

  }
  .gallery-top {
    height: 80%;
    width: 100%;
  }
  .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 0.1rem 0;
  }
  .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.6;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }

  .content_tuijian{
    width: 6.9rem;
    margin-top: 1.11rem;
  }
  .content_tuijian_title{
    width: 100%;
    height: 0.49rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.01rem solid #999999;
  }
  .content_tuijian_title span{
    font-size: 0.28rem;
    font-weight:400;
    line-height:0.27rem;
    color:rgba(0,0,0,1);
  }
  .content_tuijian_title a{
    font-weight: 400;
    line-height: 0.28rem;
    font-size: 0.28rem;
    color: #999999;
  }
  .content_tuijian_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.3rem;
  }
  .content_tuijian_list li{
    
  }
  .content_tuijian_list li a{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .content_tuijian_list li a img{
    width: 2rem;
    display: block;
  }
  .content_tuijian_list li a span{
    font-size:0.16rem;
    font-weight:400;
    line-height:0.27rem;
    color: #636363;
    margin-top: 0.2rem;
  }
}