body{
    background: #ffffff;
}

.bhead{
    width: 100%;
    min-width: 75rem;
    margin:7rem auto 0;
}

.bheadcon{
    width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.125rem;
}

.bcon1{
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    align-items: center;
    align-content:space-between;
}

.logo2{
    width: auto;
    height: 6.25rem;
    margin-right: 1.75rem;
}

.bcons{
    font-size: 1.375rem;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #414141;
}

.bcon2{
    /* width:17.5rem; */
    height: 5.9375rem;
    display: flex;
    flex-direction: row;

}

.code2{
    width: 5.9375rem;
    height: 5.9375rem;
    margin-right:0.625rem ;
}

.lines{
    width: 1px;
    height: 5.9375rem;
    margin-right:0.625rem ;
}

.lianx{
    height: 5.9375rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: left;
    padding-top: 1.25rem;
}

.lianx>div{
    color: #fc2725;
    font-size: 1.375rem;
}

/* navs */
.navs{
    width: 100%;
    min-width: 75rem;
    height: 2.1875rem;
    background:#25a5df ;
}

.navbar{
    width: 75rem;
    padding:0 10rem;
    height: 2.1875rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;

}

.navbar a{
    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    width: 6.75rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    text-align: center;
}

.navbar a:hover{

    background: #108DC6 !important;
}


/* swiper */
#banner{
    width: 100%;
    height: auto;
    min-width: 75rem;
    position: relative;
    margin-bottom: 1.875rem;
}
#banner img{
	display: block;
	width: 100%;
}
.swiper-container {
    width: 100%;
    height:auto;
    margin-left: auto;
    margin-right: auto;

}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 100%;
    width: 100%;
}
.bannerSmall{
    position: absolute !important;
    bottom: 0px;
    /* width: auto; */
	width: 24%;
    /* padding: 1.1rem 0.5rem 1.1rem 1.1rem; */
	padding: 10px;
    box-sizing: border-box;
    background: rgba(000,000,000,0.6);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.gallery-thumbs {
    height:auto;
    width: 100%;
}

.gallery-thumbs .swiper-slide img{
    /* height: 100%;
    width: 15rem !important; */
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.btnse{
    width: 40vw;
}

.swiper-button-prev{
    left: 29rem;
    width: 3rem !important;
    height: 4.75rem !important;
    background: rgba(000,000,000,0.6);
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next{
    right:  29rem;
    width: 3rem !important;
    height: 4.75rem !important;
    background: rgba(000,000,000,0.6);
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    transform: scale(0.78);
	color: #fff;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    transform: scale(0.78);
	color: #fff;
}
.swiper-pagination-bullet{
	  height: 10px;
	  width: 10px;
}
.swiper-pagination-bullet-active{
	background: #fff;
}
/* .swiper-slide>img{
    height: 100% !important;
    width: 100%;
} */
/*投稿*/
.block_6 {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    background-color: #26a5df;
    width: 4.125rem;
    height: 6.6875rem;
    overflow: hidden;
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 9999;
    cursor: pointer;
}
.edit {
    position: relative;
    margin-top: 1.25rem;
    width: 1.5rem;
    height: 1.5rem;
}
.txt_5 {
    position: relative;
    margin-top: 0.625rem;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 0.875rem;
    letter-spacing: 0;
    color: #fefefe;
    font-size: 0.875rem;
}
.word_7 {
    position: relative;
    margin-top: 0.375rem;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 0.875rem;
    letter-spacing: 0;
    color: #fefefe;
    font-size: 0.875rem;
}

/* main */
#main{
    width: 75rem;
    margin: 0 auto 4.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mainL{
    width: 14.625rem;
    margin-right: 1.25rem;
}

.prod{
    width: 100%;
    margin-bottom: 0.9375rem;

}

.prod1{
    background: #25A5DF;
    padding: 0.6875rem 1.0625rem;
    box-sizing: border-box;
    font-size: 1.0625rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
}


.prod2{
    width: 100%;
    border: 1px solid #E6E6E6;
    border-top:none;
    padding: 1.25rem 1.25rem 0;
    box-sizing: border-box;
}


.rlis1{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}

.name{
    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #606060;
    margin-right: 0.875rem;
    width: 3rem;
}

.rlis2{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}
.ipt1{
    flex: 1;
    height: 1.4375rem;
    outline: none;
    border: none;
    border: 0.0625rem solid #E6E6E6;
    width: 1.25rem;
}

.r2{
    flex: 1;
    height: 1.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.dao{
    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #cccccc;
}

.starPrice,.endPrice{
    width: 3.125rem;
    height: 100%;
    border: 1px solid #E6E6E6;
    text-align: center;
}

.rlis3{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.serProd{
    width: 3.875rem;
    height: 1.75rem;
    background: #25A5DF;
    border-radius: 0.125rem;
    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.75rem;
    margin-bottom: 2.5rem;
    cursor: pointer;
}


.prodKind{
    width: 100%;
    margin-bottom: 0.9375rem;
}

.prodKind1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #25A5DF;
    padding: 0.6875rem 1.0625rem;
    box-sizing: border-box;

}

.tp1{
    font-size: 1.0625rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
}

.more{
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
}

.prodKind2{
    display: flex;
    flex-direction: column;
    padding: 1.0625rem 2.1875rem 0 2.1875rem;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    border-top: none;
}

.prodKind2 a{
    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #606060;
    margin-bottom:0.8rem;
}


.inrow{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.125rem;
}

.infoNme{
    color:#8E8E8E;
    font-size: 0.875rem;
    width: 3.125rem;
}

.infoCon{
    color: #2B2B2B;
    font-size: 0.8rem;
}

.lianxInfo2{
    display: flex;
    flex-direction: column;
    padding: 1.0625rem 1.1875rem 0 1.1875rem;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    border-top:none;
}


/*右侧*/
.mainrR{
    flex: 1;
}

.section{
    width: 100%;
    /* margin-bottom: 0.9375rem; */
}

.sTitle{
    width: 100%;
    height: 2.5rem;
    background: #25A5DF;
    font-size: 1.125rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.5rem;
    padding-left: 1.0625rem;
    box-sizing: border-box;
}

.stext{
    padding:1.25rem 1rem 2.375rem 1rem;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #E6E6E6;
    border-top: none;
    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 1.75rem;
    text-indent: 2rem;
}

.sBlock{
    padding: 1.25rem 0rem 1.375rem 1.6rem;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #E6E6E6;
    border-top: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.blockItem{
    width: 10rem;
    height: 15rem;
    margin-bottom: 1.25rem;
    margin-right: 1.25rem;
}

.itmImg{
    width: 100%;
    height:10rem;
    border: 0.0625rem solid #E6E6E6;
    margin-bottom: 0.875rem;
    overflow: hidden;
}

.itmImg>img{
    width: 100%;
    height:10rem;
}

.price{
    font-size: 1rem;
    color: #fc2725;
    margin-bottom: 0.75rem;
}

.sCon{
    font-size: 0.9375rem;
    color: #868686;
    line-height: 1.4;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sCamera{
    padding: 1.25rem 0rem 2.375rem 2.3125rem;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #E6E6E6;
    border-top: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.carItem{
    width: 12.125rem;
    height: 8.0625rem;
    margin-bottom: 1.875rem;
    margin-right: 2rem;
    overflow: hidden;
}

.carItem>img{
   width: 100%;
   height: 100%;
}

.carItem>img:hover{
    transform: scale(1.2);
    transition: 1s;
}

.aboutUs{
    padding: 2.3125rem 2.3125rem;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #E6E6E6;
    border-top: none;
}

.aboutUs>ul>li{
    margin-bottom: 0.6rem;
}

.aboutUs>ul>li>p>span{
    font-size: 1rem !important;
}

.aboutUs>ul>li>p>img{
    transform: scale(0.8);
    margin-right: 0.5rem;
}

.usname{
    width: 100%;
    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: 550;
    color: #333333;
    margin-bottom: 1.75rem;
}

.p1{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.5rem;
}

.pname{
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #919191;
    width: 4.25rem;
}

.pcon{
    font-size: 0.875rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
  }

  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }

  .spro{
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 2rem;
  }

  .proimg{
    width: auto;
    height: 8rem;
    display: block;
    margin-right: 1.25rem;
    max-height: 8.2rem;
  }

  .proright{
       flex: auto;
      padding: 1.1rem 0 1.1rem;
      box-sizing: border-box;
      text-align: left;
  }
  .psro1{
        color: rgb(51, 51, 51);
        font-size: 1.125rem;
        font-weight: normal;
        margin-bottom: 0.5rem;
        text-indent:0 !important;
    }
    
    .psro2{
        font-size: 1.125rem;
        color: rgb(238, 46, 44);
        text-indent:0 !important;
    }
    
    .ptil{
        color: rgb(51, 51, 51) !important;
        font-size: 1.125rem;
        font-weight: normal;
    }

    .tips{
        color: rgb(153, 153, 153);
        font-size: 1.1rem;
        margin-bottom: 1rem;
        text-indent:0 !important;
    }

    .rcons{
        width: 100%;

    }
    .rcons>p{
        text-indent:0 !important;
    }
    .rcons>p>img{
        max-width: 80% !important;
        display: block !important;
        margin: 0 auto 0.5rem;
        
    }

    #pages {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 3.25rem;
        margin-top: 2.375rem;
    }

    #pages>li:nth-child(4n+1) {
        margin-right: 0.625rem;
    }

    #pages>li {
        float: left;
        padding: 0;
        cursor: pointer;
        border: solid thin #DDDDDD;
        border-radius: 4px;
        margin-right: 0.625rem;
        width: 1.875rem;
        height: 1.875rem;
        line-height: 1.875rem;
        text-align: center;
        margin-left: 0%;
        padding-bottom: 0 !important;
    }

    @media (max-width:1920px){
        html{
        font-size:16px;
        }
    }
  
  @media (max-width:1680px) {
    html{
      font-size:15px;
    }
  } 

  @media (max-width:1600px) {
    html{
      font-size: 14px;
    }
  }
  
  @media (max-width:1500px) {
    html{
      font-size: 13px;
    }
  }

  @media (max-width:1440px) {
    html{
      font-size: 13px;
    }
  }
  @media (max-width:1366px) {
    html{
      font-size:12.8px;
    }
  }
  
  @media (max-width:1360px) {
    html{
      font-size: 12.5px;
    }

    .mod .block_6{
      height: 7rem;
    }
    
    .mod .txt_5{
       margin-top: 0.7rem;
    } 

    .mod .word_7{
      margin-top: 0.45rem;
    }
  }
  
  @media (max-width:1280px) {
    html{
      font-size: 11px;
    }
  }
  
  @media (max-width:1240px) {
    html{
      font-size: 10px;
    }

    .mod .block_6{
      height: 8rem;
    }
    
    .mod .txt_5{
      margin-top: 1.2rem;
    } 

   .mod .word_7{
     margin-top: 0.8rem;
   }
  }

  @media (max-width:1152px) {
    html{
      font-size:11px;
    }
  }

  @media (max-width:1078px) {
    html{
      font-size:10px;
    }

    .rs1{
      margin-bottom: 0.65rem;
    }

    .navs {
        width: 100%;
        min-width: 75rem;
        height: 3rem;
        background: #25a5df;
    }

    .navbar{
        height: 3rem;
    }

    .navbar a{
        height: 3rem;
        line-height: 3rem;
        font-size: 1.4rem;
    }

    .mainL{
        width: 17rem;
    }

    .name{
        width: 4rem; 
    }
  }
  
  @media (max-width:1024px) {

  }


  @media (max-width:1078px) {
    html{
        font-size:9px;
    }
}



@media(max-width :  960px ){ 
    html { 
      font-size : 8.3px;
    }
    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
        transform: scale(0.4);
    }

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
        transform: scale(0.4);
    }
    .serProd{
        width: 4.875rem;
        height: 2.2rem;
        line-height: 2.2rem;
    }

    .infoNme{
        width: 5.125rem;
    }

    .sTitle{
        height: 3.5rem;
        line-height: 3.5rem;
    }
  } 

/* 移动端*/
.isPhone{
  display: none !important;
}

.isPC{
  display: flex !important;
}

@media screen  and  ( max-width :  760px )  {
	html {
		font-size:11px;
	}
  
    .isPC{
        display: none !important;
    }

    .isPhone{
        display: flex !important;
    }
    .bhead,.navs,#banner{
        min-width:100%;
    }

    .bheadcon{
        width: 100%;
        padding: 0 1.5rem;
        box-sizing: border-box;
    }
    .bhead{
        margin: 5rem auto 1rem;
    }
    .navbar{
        width: 100%;
        padding: 2rem 2rem 1.5rem;
        flex-wrap: wrap;
        height: 100%;
    }


    #main{
        flex-direction: column;
        width: 100%;
        padding: 3.5rem 2rem 0;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .mainL{
        width:100%;
        margin:0 auto 1rem;
    }

    .section{
        width: 100%;
        margin:0 auto 2rem;
    }

    .r2{
        justify-content: flex-start;
    }

    .starPrice, .endPrice{
        width:5.125rem;   
    }

    .dao{
        margin: 0 1rem;
    }

    .rlis3{
        justify-content: flex-start;
        padding-left: 5rem;
    }

    .rlis1{
        width: 100%;
    }

    .navbar a {
        width: 8.75rem;
    }

    #banner {
        height: 33.5rem;
    }

    .pname{
        width: 6.25rem;
    }

    .swiper-button-prev{
        left: 11%;
        top: 66%;
        transform: translateY(-44%);
        width: 2.4rem !important;
        height: 3.8rem !important;
    }

    .swiper-button-next{
        right: 11%;
        top: 66%;
        width: 2.4rem !important;
        height: 3.8rem !important;
        transform: translateY(-44%);
    }

    .carItem{
        width: 100%;
        height:auto;
        margin-bottom: 1.875rem;
        margin-right:  2.3125rem;
    }
    .carItem>img{
        width: 100%;
        height:auto;
    }

    .ipt1{
        flex: 0.7;
    }

    #pages>li{
        line-height: 2rem;
    }

    .proimg{
        width:100%;
        height: auto;
        margin:0 auto  1rem;
    }

    .prod,.prodKind{
        margin-bottom: 2rem;
    }

    .lianxInfo{
        margin-bottom: 1rem;
    }
  
}    


@media screen  and  ( max-width :  720px )  {
    html {
       font-size : 12px;
     }

     #main{
        padding:2.5rem  2rem 0;
        box-sizing: border-box;
        margin: 0 auto;
    }
    
    .conL{
        width: 100%;
    }
    .ktitle{
        width: 7.4375rem;
    }

    .kinds>a {
        margin-right: 1rem;
    }
    
    .ritem{
        margin-right:0;
        width: 13rem;
    }

    .rimg{
        width: 100%;
    }
    
    .resultList{
        justify-content: space-between; 
    }

    .rbotsCon{
        font-size: 1rem;
    }

    .rbotsTitle {
        font-size: 1.2rem;
    }
    
    .sCamera{
        padding: 1.25rem 0rem 0rem 2.3125rem;
    }

    .sBlock{
        padding: 1.25rem 1.6875rem 2.375rem 1.6875rem;
        justify-content: space-between;
    }

    .blockItem{
        width: 8.4rem;
        margin-right:0.4rem;
    }

    .itmImg,.itmImg>img{
        height: 8rem;
    }

    #banner{
        height:auto;
        margin-bottom: 0;
    }

    .bheadcon{
        flex-direction: column;
    }

    .logo2{
        width: auto;
        height: 6.25rem;
        margin-right: 1.75rem;
    }

    .bcon1{
        margin-bottom: 1rem;
    }

    .bcon2,.bcon1{
        width: 100%;
        justify-content: flex-start;
    }
    .navs{
        height: 100%;
    }
    .navbar{
        padding: 1rem 2rem;
        flex-wrap: wrap;
        height: 100%;
    }

    .navbar a {
        height: 3rem;
        line-height: 3rem;
        font-size: 1rem;
        width: 6.9rem;
    }   

    .gallery-top{
        height: 100%;
    }
}    

@media screen  and  ( max-width :  414px )  {
    html {
      font-size: 13.5px;
    }
  }
  
  @media screen  and  ( max-width :  375px )  {
    html {
      font-size: 12px;
    }
  }  