

/********列表页私有样式************/



.list_main{
	height:280px;
	border-bottom:1px solid #eee;
	margin-top:36px;
	}
	
/***左边logo*/

.brandList_new_lf{
	width:180px;
	float:left;
	}
.logo_main{
	width:168px;
    height: 180px;
    padding-top: 30px;
	border:2px solid #eee;
	border-radius:5px;
	-moz-border-radius: 5px; /* Mozilla浏览器的私有属性 */
	-webkit-border-radius: 5px; /* Webkit浏览器的私有属性 */
	border-bottom:none;
	text-align:center
	}	
.logo_content{
	width:168px;
	height:150px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	}	
.logo_content img{
	width:150px;
	}
.logo_content img:hover{
	animation:myfirst 3s;
	-moz-animation:myfirst 3s; /* Firefox */
	-webkit-animation:myfirst 3s; /* Safari and Chrome */
	-o-animation:myfirst 3s; /* Opera */
	}	
/*ie低版本样式*/
.logo_main{
	*position:relative;
	}
.logo_content{
	*width:100%;
	*position:absolute;
	
	*left:0;
	}	
.logo_content a{
    display: block;
    height: 75px;
    overflow: hidden;
	}

/*ie低版本样式*/
.brandList_new li h3{
	width: 162px;
    height: 46px;
    margin-top: -4px;
	background:#00a2ea;
	padding:0 5px 0 5px;
	border-radius:0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px; /* Mozilla浏览器的私有属性 */
	-webkit-border-radius:0 0 5px 5px;/* Webkit浏览器的私有属性 */
	text-align:center;
	font:18px/46px "微软雅黑";
	overflow:hidden;
	}	
.brandList_new li h3 a{
	color:#fff;	
	}	
/***右边信息*/	
	
.brandList_new_rf{
	width:660px;
	float:right;
	}
/*待用*/
#menu {
	width: 660px;
	overflow: hidden;
	
}
.list_nav {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	height:52px;
}
.hd ul li {
	float: left;
	cursor: pointer;
	width:329px;
	height:43px;
	border-radius:9px 9px 0 0;
	background:#ccc;
	font:21px/43px "微软雅黑";
	text-align:center;
	color:#fff;
}
.hd ul li:hover{
	float: left!important;
	cursor: pointer;
	width:329px;
	border-radius:9px 9px 0 0;
	background:#ccc;
	font:21px/43px "微软雅黑";
	font-weight:bold;
	text-align:center;
	color:#fff;
	box-shadow:3px 3px 20px #ccc;
	}
.bd ul li{
	float: left!important;
	}
.bd ul li img{
	padding:10px 5px 0 0;
	}
.product_show_new li{
	float: left !important;
	width:132px!important;
	height:180px!important;
    overflow:hidden;
	}
.product_show_new li a {
    width:132px!important;
	height:180px!important;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
    overflow:hidden;
    }
.product_show_new li img{
	width:127px;
	}
.product_show_new li img:hover{
	opacity:0.5; 
	}
#show_tk a {
    width:auto!important;
    height:auto!important;
    text-align:right;
    display:inline-block;
    vertical-align:auto;
    overflow:hidden;
}
.show_tk img{
			width:auto !important;
			}
.show_tk img:hover{
	opacity:1 !important;
}

.on{
	background:#00a2ea !important;
	font-weight:bold !important;
	}
.on:hover{
	box-shadow:3px 3px 20px #00a2ea !important;
	}



/***************公司信息*****************/
.company_name {
	width:655px;
	padding-top:20px;
	height:40px;
	}
.company_name img:hover{
	opacity:0.7;
	}
.company_name  h4{
	font:20px/30px "微软雅黑";
	font-weight:bold;
	color:#00a2ea; 
	padding-right:10px;
	float:left
	}
.company_name  p{
	float:right;
	font:12px/40px "微软雅黑";
	color:#00a2ea; 
	line-height:16px;
	}
.bd{
	padding-top:7px;
	*padding-top:20px;
	}
.compamy_content1{
	width:220px;
	float:left;
	/*padding-top:20px;*/
	}
.compamy_content1 p{
	width:151px;
	text-indent:-5em;
	margin-left:5em;
    padding-top:5px;
	}
.compamy_content2{
	width:280px;
	float:left;
	/*padding-top:20px;*/
	}
.compamy_content2 p{
	width:190px;
	text-indent:-5em;
	margin-left:5em;
	padding-top:5px;
	}
.compamy_content3{
	width:152px; 
	float:right !important;
	/*padding-top:25px !important;*/
	}
.compamy_content3 img{
	margin-top:20px;
	}
.compamy_content3 img:hover{
	animation:myfirst 3s;
-moz-animation:myfirst 3s; /* Firefox */
-webkit-animation:myfirst 3s; /* Safari and Chrome */
-o-animation:myfirst 3s; /* Opera */
}
@keyframes myfirst{
	0%  {transform: scale(1,1);}
	10%   {transform: scale(1.1,1.1);}
	20%  {transform: scale(1,1);}
	30%   {transform: scale(1.1,1.1);}
	40%  {transform: scale(1,1);}
	50%   {transform: scale(1.1,1.1);}
	60%  {transform: scale(1,1);}
	70%   {transform: scale(1.1,1.1);}
	80%  {transform: scale(1,1);}
	90%   {transform: scale(1.1,1.1);}
	100%  {transform: scale(1,1);}
	}
@-moz-keyframes myfirst /* Firefox */{
	0%  {transform: scale(1,1);}
	10%   {transform: scale(1.1,1.1);}
	20%  {transform: scale(1,1);}
	30%   {transform: scale(1.1,1.1);}
	40%  {transform: scale(1,1);}
	50%   {transform: scale(1.1,1.1);}
	60%  {transform: scale(1,1);}
	70%   {transform: scale(1.1,1.1);}
	80%  {transform: scale(1,1);}
	90%   {transform: scale(1.1,1.1);}
	100%  {transform: scale(1,1);}
}
@-webkit-keyframes myfirst /* Safari and Chrome */{
	0%  {transform: scale(1,1);}
	10%   {transform: scale(1.1,1.1);}
	20%  {transform: scale(1,1);}
	30%   {transform: scale(1.1,1.1);}
	40%  {transform: scale(1,1);}
	50%   {transform: scale(1.1,1.1);}
	60%  {transform: scale(1,1);}
	70%   {transform: scale(1.1,1.1);}
	80%  {transform: scale(1,1);}
	90%   {transform: scale(1.1,1.1);}
	100%  {transform: scale(1,1);}
}
@-o-keyframes myfirst /* Opera */{
	0%  {transform: scale(1,1);}
	10%   {transform: scale(1.1,1.1);}
	20%  {transform: scale(1,1);}
	30%   {transform: scale(1.1,1.1);}
	40%  {transform: scale(1,1);}
	50%   {transform: scale(1.1,1.1);}
	60%  {transform: scale(1,1);}
	70%   {transform: scale(1.1,1.1);}
	80%  {transform: scale(1,1);}
	90%   {transform: scale(1.1,1.1);}
	100%  {transform: scale(1,1);}
	}
/*******列表图片*******/
.brandList_new img：hover{
	opacity:0.8;
	}