.index_productcategories{width:100%; margin-top:30px; margin-bottom:100px;}
.index_productcategories .index_productcategories_title{width:100%; margin:60px 0;}
.index_productcategories_list{width: 20%;}
.title_img{width: 100%; overflow: hidden; margin: 0 auto; text-align: center}
.title_img div {
    font-size: 35px;
	line-height:40px;
    color: #666;
	padding-bottom:20px;
}

.plat_img{
	cursor: pointer;
	text-align:left;
	width: 45%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 20px;
}

 .plat_title {
    width: 100%;
    color: #333333;
    font-size: 120%;
}
.plat_memo {
    font-size:14px;
    margin-top: 15px;
    color: #666;
    line-height: 20px;
    margin-left: 10px
}

.plat_box {
    padding-left: 7%;
}
.plat_title span {
    border-left: 3px solid #c30d23;
    display: inline-block;
    height: 16px;
    margin-right: 10px;
}

@media (max-width:991px){
.index_productcategories_list{margin-bottom:35px; width:50%;}
}
@media (max-width:767px){
.index_productcategories{ margin-bottom:30px;}
.index_productcategories .index_productcategories_title{ margin:20px 0;}
.plat_memo{ display:none !important;} 
.plat_title { text-align:center;}
.plat_box { padding:0; text-align:center;}
.plat_title span{ display:none;}
.plat_img {
    width: 60%;}
}
#index_productcategories_animate1,#index_productcategories_animate2{

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 1s;
  -moz-animation-delay: .2s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: 1s;
  -ms-animation-delay: .2s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: .2s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}