@charset "UTF-8";
/* 全局效果 */
/* 
.response-animated * {
transition: all .4s ease;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
-moz-transition: 0.4s;    
}
.s_img img:hover {   
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
}
 */
/* 首页产品分类 */
#c_category_063-1646882972539 .e_container-9 {
    align-items: center;
}
.page_a.current {
    background: #ee1d23;
}
/* 移动设备样式 */
@media screen and (max-width:768px) {
/*头尾模板*/
}

/*PC端样式*/
@media only screen and (min-width: 769px) {
/* 首页简介 */
	
}