﻿@charset "utf-8";
/* CSS Document */




.pager a{margin:3px; padding:10px 15px; font-size:14px; background:#fff; border:1px solid #eee; color:#999}
.pager{text-align:center; margin-top:50px; }
.pager a:hover{background:#ff0000; color:#fff;}
.pager a.on{background:#d90009; color:#fff;}



/*新闻*/
ul.news
{
	clear:both;
	margin:0px;
	padding:0px;
}
ul.news li
{  height:30px; line-height:30px;
}

ul.news li:hover a{color:#e1a932;}
ul.news li a
{
	text-decoration:none;
}



.newstitle
{
	text-align:center;
	font-size:16px;
	font-family:"微软雅黑"; border-bottom:1px dashed #f2f2f2; margin-bottom:10px;
}
.newssubtitle
{ text-align:center; border-bottom:1px dashed #cccccc; height:30px; line-height:30px;}
.newssubtitle span
{
	margin-left:20px;
	font-weight:bold;
}



/*产品分类*/




.producttype0 {background:url(../images/left1.jpg) no-repeat;
	height:29px;
	margin-top:3px;}

.producttype0 a{
	height:29px;
	line-height:29px;
}

.producttype0 a:hover {height:29px;
	line-height:29px;}


.producttype1 { 
	height:45px;
}

.producttype1 a{height:45px;
	line-height:45px;}

.producttype1 a:hover {height:45px; color:#337ab7
	line-height:45px;}
.producttype1:before {
    content: '+';
    font-size: 16px;
    color: #999;
    margin-right: 10px;
    margin-left: 12px;
}
.producttype2 {
    line-height: 45px;
    background: #f2f0f0;
    margin-top: 2px;
	display:none;
}

.producttype2 a{
	height:45px;
	line-height:45px;
}
.producttype2:before {
    content: '•';
    font-size: 16px;
    color: #0067cd;
    margin-left: 12px;
    margin-right: 14px;
}


.producttype3 {
    line-height: 45px;
display:none;
    margin-top: 2px; 
	}

.producttype3 a{
	height:45px;
	line-height:45px; display:block;padding-left:30px;
}
.producttype3 a:hover{background:#0067cd; color:#fff;}
.producttype{padding:10px;}
	

 
/*下载*/
ul.downloads
{
	clear:both;
	margin:0px;
	padding:0px;
	padding-top:5px;
}

ul.downloads li
{
	margin-bottom:5px;
}

ul.downloads li a
{
	text-decoration:none;
}





@media (max-width:768px) {



.pager a{ padding:10px 5px;}


}
