
/*.body1{background:rgba(0,0,0,0.4);}*/
/*Catalogue*/
.piclist{width: 100%; overflow: hidden; display: block; position: relative;margin-top: 30px; margin-bottom: 30px;}
.piclist ul{zoom: 1;}
.piclist ul li{ float: left;width: 368px; margin-right: 45px; margin-bottom: 30px;overflow: hidden; display: block; position: relative;border: 1px solid #efefef;  }
.piclist ul li:hover{   border: 1px solid #0693ff;
	color: #0693ff;
	box-shadow: 0 10px 30px 0 rgba(62,57,107,0.17), 0 2px 9px 0 rgba(62,57,107,0.17);
	-webkit-transition: all 250ms;
    transition: all 250ms;}
.piclist ul li:nth-child(3n){margin-right: 0;}
.piclist ul li .img{ display: block; width: 100%;height:185px;overflow: hidden; text-align: center; margin-top: 20px;}
.piclist ul li .img img{max-width:70%;transition: all 0.5s ease 0s; margin: auto;}
.piclist ul li:hover .img img{transform: scale(1.1,1.1)}
.piclist ul li .adprodct{padding: 10px 15px; }
.piclist ul li .indtit{ padding-top: 22px;font-size: 18px; line-height: 22px; color: #00266c; text-align: left; font-family: inherit;font-weight: 500; text-align:center;  border-top: 2px solid #dcdcdc;}
   
.piclist ul li .indxey.a {
    text-align: center;}
	
	
.piclist ul li .indxey{ letter-spacing: none;
    border-radius: 30px;
    line-height: 1.6;
    border: 1px solid #0090ff;
    background-color: #FFF;
    color: #0090ff;
    box-shadow: none;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 400;
	width:50%;
 text-align: center;
  margin:20px auto;

 }


.piclist ul li .indxey:hover{    background: #0090ff;
    box-shadow: none;
    border: 1px solid #0090ff;
    color: #FFF;	

}
/*Catalogue*/



.prodcttit{  
font-size: 55px;
    margin-top: 15px;
    color: #1f2044;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    padding-bottom: 20px;
    font-family: 'Noto Sans',Arial,sans-serif;

}