/*	-------����ǿ���3D����������------- */
.threedframe {
	position: relative;
	rgba(255, 255, 255, 0.1);
}	
/*	-------���������3D����������------- */
.display_image {
	display: none;
}	
/*	-------����������ϲ�������------- */
.display_menu {
	display: none;
}
/*	-------�����չʾ3D����������------- */
@media (min-width: 767px) {
	.threedframe {
	background: #ecf0f5;
	}	
	.display_image {
	display: block;
	}
}
/*	-------�����չʾ�ϲ�������------- */
@media (min-width: 1150px) {
	.display_menu {
	display: block;
	}
}
/*	-------�������ߴ��������ı�����ɫ��------- */
.callout.callout-gray {
  border-color: #333;
  background-color: #f0f0f4 !important;  
}
.callout.callout-gray a {
  color: #3399CC;
}
.callout.callout-gray a:hover {
  color: #FF3333;
}
/*	-------�������ҳ��ʵ�鶯������ɫ������������ʽ��------- */
.herf_font_animal,
.herf_font_animal a
{
	color:#000066;
	transition:all 0.2s linear;
}
.herf_font_animal:hover,
.herf_font_animal a:hover
{
	color:#0099FF;
	font-size:125%;
	transition:all 0.2s linear;
}
/*	-------�������ҳ�����������ɫ------- */
.frame-mini
{
  background-color: #d2d6de !important;
}
/*	-------�������ҳ������ʽ------- */
.table-color-cas
{
  
  background-color: #f0f0f4 !important;
  transition:all 0.1s linear;
}
.table-color-cas tbody tr:hover
{  
  background-color: #808080;
  transition:all 0.1s linear;
}
/*	-------�������ҳ�Ϲ�����������ʽ��------- */
.herf_font_announcement,
.herf_font_announcement a
{
	color:#333;
	transition:all 0.1s linear;
}
.herf_font_announcement:hover,
.herf_font_announcement a:hover
{
	color:#ffffff;
	transition:all 0.1s linear;
}