﻿@charset "utf-8";
/* CSS Document */
/*首页-横幅*/
.fullSlide{ width:980px;  position:relative;  height:250px; background:#000;margin:0px auto 0 auto;}
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:250px; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block; height:250px; }

.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; }
.fullSlide .hd ul{ text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:42px; height:11px; margin:1px; overflow:hidden; background:#000;
filter:alpha(opacity=50);opacity:0.5;  line-height:999px; }
.fullSlide .hd ul .on{ background:#f00;  }

.fullSlide .prev,
.fullSlide .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:15%;  z-index:1; width:40px; height:60px; background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }
.fullSlide .next{ left:auto; right:15%; background-position:-6px -137px; }

.hd_news_t{margin-bottom:0px;}
.hd_news_t h1{font-size:28px;font-weight:bold;padding:20px 0 7px;text-align:center;font-family:"黑体";}
.hd_news_t h1 a {color:#0089CD;}
.hd_news_t h2{font-size:12px;text-align:center;color:#666;margin-bottom:11px;max-height:18px;overflow:hidden;font-weight:lighter;}
.hd_news_t h2 a{color:#666;padding:0 5px 0 5px;}
.hd_news_t h2 a:visited{color:#666;}
.hd_news_t h2 a:hover,a:active,a:focus{color:#666;text-decoration:underline;}
/*首页-无缝滚动*/
	.picScroll{ margin:10px auto;  position:relative;  border:1px solid #eee; width:948px;  padding:10px 0 10px 30px; background:#fff; overflow:hidden;     }
	.picScroll .prev,
	.picScroll .next{ display:block; position:absolute; top:50px; left:5px; width:23px; height:23px; background:url(../images/btns.png) no-repeat;   }
	.picScroll .next{ left:auto; right:5px; background-position:-25px 0; }
	.picScroll .prev:hover{ background-position:0 -30px; }
	.picScroll .next:hover{ background-position:-25px -30px; }
	.picScroll ul{ overflow:hidden; zoom:1;}
	.picScroll ul li{background:none; width:160px;height:100px; float:left; overflow:hidden; padding:0 10px;margin:0;     }
	.picScroll ul li img{ width:160px; height:103px; display:block; background:url(../images/loading.gif) center center no-repeat; }
/*资讯焦点图*/
.ifocus{width:318px;height:308px;visibility:hidden;padding:0;margin:0;}
.ifocus img{width:318px;height:308px;}
/*四行图文*/
ul.tuwen li { height:60px;margin:0; padding:0px 0px 5px 84px; border-bottom:1px solid #ddd;background:none;}
ul.tuwen li h3 { padding:0px;font-weight:normal;font-size:13px; margin-bottom:0px;color:#ccc;height:24px;margin-top:7px;}
ul.tuwen li a span {width:60px;height:45px;float:left; border:1px solid #ccc; position:relative;left:-84px; margin:0 -64px 0 0;overflow:hidden;}
ul.tuwen li a span img {width:60px;}
ul.tuwen li a:hover img,
ul.tuwen li a:focus img { border-color:#999; }
ul.tuwen li + li + li+ li { padding-bottom:0; border-bottom:none; }
ul.tuwen p.dist_elev { margin:0; font-size:12px; color:#339900; }
/*图片列表*/
ul.tulist {float:left;padding:8px 13px 0 13px;width:705px;}
ul.tulist li{float:left;width:190px;height:78px;background-repeat:no-repeat;margin-right:7px;margin-bottom:7px;border:1px solid #ccc;background:none;}
ul.tulist li a.channellogo{float:left;margin:12px 0px 0px 10px;}
ul.tulist li .desc{float:left;margin:20px 0px 0px 20px;}
ul.prod_nav {width:960px;height:156px;margin:0 auto;}

ul.prod_nav li {	
	float:left;
	width:470px;
        height:300px;
	list-style-type:none;
	text-align:center;
        background:none;
}

ul.prod_nav a {
	color:#333333;
	display:block;
	padding:10px 0 45px;
	position:relative;
	word-spacing:-2px;
	font-size:26px;		
	height:122px;
	text-decoration:none;
}	

ul.prod_nav a.current {
	background: #f0f0f0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	float: none;
	margin:0;
	border-bottom: 3px solid #000
}

ul.prod_nav img {
	background-color:#fff;
	border:1px solid #ccc;
	border-radius: 5px;

	padding:4px;		
	display:block;
        width:450px;
        height:253px;
}

ul.prod_nav strong {
	display:block;		
}

/*表格*/
table.altrowstable {
        width:100%;
        height:100%;
	font-size:12px;
	color:#333333;
}
table.altrowstable th {
	padding: 7px 8px 7px 8px;
        border-bottom:1px solid #a9c6c9;
        border-right:1px solid #a9c6c9;
}
table.altrowstable th+th+th+th {
        border-right:none;
}
table.altrowstable td {
	padding: 7px 8px 7px 8px;
        border-right:1px solid #a9c6c9;
}
table.altrowstable td+td+td+td {
        border-right:none;
}
table.altrowstable tr {
        border-bottom:1px solid #a9c6c9;
}
table.altrowstable tr:hover {
        background:#f7f7f7;
}
table.altrowstable tr+tr+tr+tr+tr+tr+tr+tr {
        border-bottom:none;
}

.oddrowcolor{
}
.evenrowcolor{background:#fffff7;}
.t1 {width:150px;}
.t2 {width:80px;}
.t3 {width:100px;}
.t4 {width:100px;text-align:center;}

/*下载*/
ul.idown_list li{background:#FAFAFA;height:42px;position:relative; font-size:12px; line-height:1em; padding:10px 0 0 0px;vertical-align:bottom;border-bottom:1px solid #ccc;}
ul.idown_list li+li+li+li+li {border-bottom:none;}
ul.idown_list li .date{ line-height:24px; color:#888888; }
ul.idown_list li a{ vertical-align:baseline; color:#666; font-size:12px; line-height:1em;}
ul.idown_list li a:hover{color:#0089CD;}
ul.idown_list li a.down{ display:block; position:absolute; right:0px; _right:20px; top:20px; width:18px; height:17px; text-indent:-9999px; background:url(../images/icon_down.gif) no-repeat; overflow:hidden; }