@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.section{
    width: 100%;
}
.top-b{

position : fixed;
right : 45%;
bottom:70px;
z-index:9999999;
width:40px;
font-size:1.5em;
height:40px;
border:1px solid black;
text-align:center;
padding-top:7px;
border-radius:25px;
color:white;
border:none;
display:none;
border: 1px solid white;
background-color: rgba(0,0,0,0.5);
}

  
ul.tj-wrap{
    width: 95%;
    margin: auto;
    margin-top: 20px;
}
ul.tj-wrap li{
    width: 25%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    float: left;
    background-color: transparent;
   
}

ul.tj-wrap li img{
    width: 90%;
 }


ul.tj-wrap>li>p{
    font-size: 13px;
    padding: 10px  0; 
    font-weight: bold;
    margin: auto;
}
.product-wrap{
    clear: both;
    width:100%;
    margin-bottom: 30px;
  
}
.tjtop{
    width: 100%;
    margin-bottom: 20px;
}
.tjtop img{
    width: 100%;
    padding: 10px;
    
}
15{
    text-align: center;
}



.tj-service{
    width: 100%;
    margin-bottom: 20px;
    

     
}
h4{
    padding: 20px;
    text-align: center;
    color: midnightblue;
    margin-bottom: 20px;
}
.tj-service img{
    width: 100%;
    margin-top: 30px;
}

.content{
    width: 100%;

}
ul.mainshop{
    width: 100%;
    
}
ul.mainshop li{
    width: 100%;
    list-style: none;
    margin-bottom: 10px;
    
}
ul.mainshop li img{
    width: 100%;
}

ul.thum-box{
    width: 100%;
}
ul.thum-box li{
    list-style: none;
    width: 50%;
    float: left;
    margin: auto;
   
}
ul.thum-box li img{
    width: 100%;
/*    border: 1px solid #bbb;*/
    padding: 15px;
    transition: 0.5s;
    transform: scale(1);
}
ul.thum-box li p{
    width: 100%;
    height: auto;
    text-align: center;
    border: 0.5px solid #bbb;
    font-size: 0.7em;
    padding: 5px;
    border-right: none;
    border-left: none;
    font-weight: 600;
    color: midnightblue;
}
.thum-box img:hover{
    transform: scale(1.1);
}
.bottom-content{
    clear: both;
    width: 100%;

    
    
    
}


.bottom-bar{
  
  height: auto;
  max-width: 800px;
  color:white;
  overflow: hidden;
  background-color:#13225d;
  bottom:1px;
  position: fixed;
  height :auto;
  box-shadow: 0 3px 3px #bbb;
  border-top: 1px solid white;
}
.bottom-bar img{
    width: 100%;
}

ul.section-wrap{
    width: 100%;
    height: auto;
    clear: both;
    margin: auto;
    
}
h2.logo{
    width: 55%;
    margin: auto;
    margin-bottom: 10px;
}
h2.logo img{
    width: 100%;
}


ul.section-wrap li{
    list-style: none;
    width: 45%;
    border: 1px solid #bbb;
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 5px;
    float: left;
    margin-left: 10px;
    border-radius: 10px;
}
ul.section-wrap li img{
    width: 100%;
    padding: 10px;
    transition: 0.5s;
    transform: scale(1);
}
ul.section-wrap li img:hover{
    transform: scale(1.2);
}
