﻿@charset "utf-8";
/* CSS Document */

html{ overflow-x:hidden}



#main{ width:100%; height:auto; position:relative;background:#fff;}


#header{ width:100%; height:auto;  margin:0 auto;}


#center{ width:100%; height:auto; margin:0 auto;}

#centern{ width:94%; height:auto; margin:35px auto; margin-top:10px;}

#footer{ clear:both;width:100%; height:auto; margin:0 auto; background:#000000; color:#fff; padding-bottom: 42px;}
#footer .txt{width:94%; margin: 15px auto; color: #fff}
#tel{width: 100%; position: fixed; z-index: 9999; height: 42px; left: 0; bottom: 0; background: #0d337e; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 16px;}
#tel:before{width: 27px; height: 27px; background: url(../images/tel_ico.png) no-repeat;  content: ""; margin-right: 5px;}


/*分页*/
div.pager
{
text-align:center;
	margin:0 auto;
	padding-bottom:3px;
}
div.pager span
{
			margin-left:8px;
	margin-right:8px;
}
div.pager a
{
		margin-left:8px;
	margin-right:8px;
	text-decoration:none;
}


/*新闻*/
ul.news
{
	clear:both;
	margin:0px;
	padding:0px;
	margin-top:5px;
}
ul.news li
{ background:url(../images/new_li.jpg) 0 7px no-repeat; height:26px;  line-height:26px;  text-indent:21px; margin-left:12px;
}
ul.news li a
{
	text-decoration:none;
}


ul.news1
{
	clear:both;
	margin:0px;
	padding:0px;
	margin-top:15px;
}
ul.news1 li
{ background:url(../images/new_li.jpg) no-repeat 2px center; height:13px;  line-height:13px; margin-top:9px; text-indent:18px;
}
ul.news1 li a
{
	text-decoration:none;
}




/*产品分类*/


.producttype{}

.producttype0 {width:212px; height:34px; background:#0d337e; text-indent:55px; magin-bottom:2px; overflow:hidden }

.producttype0 a{ color:#fff; line-height:34px; width:212px; height:34px; display:block}

.producttype0 a:hover {}

.producttype1 {width:212px; height:34px; background:#0d337e; text-indent:55px; magin-bottom:2px; overflow:hidden }
.producttype1 a{ color:#fff; line-height:34px; width:212px; height:34px; display:block}
.producttype1 a:hover {}

.producttype2 {width:212px; height:30px; text-indent:55px; overflow:hidden }
.producttype2 a{ color:#666666; line-height:30px; width:212px; height:30px; display:block}
.producttype2 a:hover {}




 
/*下载*/
ul.downloads
{
	clear:both;
	margin:0px;
	padding:0px;
	padding-top:5px;
}

ul.downloads li
{
	margin-bottom:5px;
}

ul.downloads li a
{
	text-decoration:none;
}

div{ overflow:hidden;}


.newstitle{ text-align:center; font-weight:bold; font-size:20px; line-height:30px; padding-bottom:20px;}