body{ padding:0; margin:0; color:#161616; font-size:14px; background-image: url(../images/bj.jpg); background-repeat:repeat-x; background-color: #f3f8fd; font-family:"微软雅黑"; min-width:1440px;
}

a{ color:#161616; text-decoration:none;}
a:hover{ text-decoration:none; color:#175ac0}
li{ list-style:none}

.meun a{color:#fff;  font-size:15px; font-weight:bold; height:39px; line-height:39px; display:block; text-align:center;}
.meun a:hover{ text-decoration:none;background:url(../images/an.gif) center no-repeat; height:39px; line-height:39px; color:#fff}

.meun1 a{color:#fff;  font-size:15px; font-weight:bold; height:39px; line-height:39px; display:block; text-align:center;}
.meun1 a:hover{ text-decoration:none;background:url(../images/an1.gif) center no-repeat; height:39px; line-height:39px; color:#fff}

.proclass li{ line-height:28px; height:28px; float:left; width:100px;}

.foot{ color:#fff}
.foot  a{ color:#fff;}

.content{ line-height:28px; font-size:14px;  padding:10px; padding-left:0;  margin:0}
.content blockquote{  padding:0;  margin:0}

.fastmeun{}
.fastmeun li{ background:url(/pic/fastbg.jpg) center no-repeat; height:30px; line-height:30px; padding:3px;  float:left; width:190px}
.fastmeun a{font-size:14px; color:#333; }



.prolist li{ width:255px; text-align:center; float:left; line-height:30px;}
.prolist li a img{ padding:5px; border:solid 1px #d0d0d0; }
.prolist li a:hover img{ padding:5px; border:solid 1px #d50010; }


.wp-pagenavi a{ margin-left:10px; margin-right:10px;}
.wp-pagenavi span{ margin-right:10px;}

.inlist li{ width:255px; text-align:center; float:left; line-height:30px;}
.inlist li a img{ padding:5px; border:solid 1px #e2e2e2; }


.inlist1 li{ width:245px; text-align:center; float:left; line-height:30px;}
.inlist1 li a img{ border:solid 5px #fff; }

.tabBox{width:100%; float:left; color:#FFFFFF; }

ul.tabTag{  height:28px; width:100%; float:left;margin:0;padding:0;color:#FFFFFF; font-weight:bold}

ul.tabTag li{float:left;line-height:28px;height:28px; width:100px; background:url(/pic/new_2.jpg) no-repeat center; text-align:center; font-size:14px; margin-right:2px; cursor:pointer; color:#FFFFFF; font-weight:bold}

ul.tabTag li.active a{ background:url(/pic/new_1.jpg) no-repeat center; width:100px; display:block; height:28px;color:#FFFFFF; font-weight:bold}
ul.tabTag li.active a:hover{ text-decoration:none; color:#FFFFFF; font-weight:bold}
.tabCon{ }
.tCon{display:none; }


.meun1 a{ color:#fff;  font-size:14px;height:48px; line-height:48px; display:block; text-align:center;}
.meun1 a:hover{ text-decoration:none;height:48px; line-height:48px; color:#CCCCCC}

/*flash切换*/
#flashs { position:relative;}
#flashs .bgitem {  }
#flashs .btn{ position:absolute; z-index:7; bottom:22px; right:50%; margin-right:-70px; padding:8px 9px;}
#flashs .btn span{ color:#F98904;  background:#efefef; border:1px solid #F98904; cursor: pointer;display: inline-block;margin-left: 5px;padding:5px 9px;}
#flashs .btn span.cur{ background:#F98904; color:#fff;}

.ys{background: #f0f0f0;}
.ys_m{width:1130px;margin:0 auto;font-family:"Microsoft Yahei";background: #fff;height: 922px;padding:42px 28px 0;}
.ys h3{text-align: center;color: #4b4b4b;width:1000px;line-height: 50px;background: #f0f0f0;margin:0 auto;font-size: 25px;}
.ys h3 strong{color: #175ac0;font-size:32px;padding-right: 5px;}
.ys h4{position: relative;background: url(/images/ys_line.gif) repeat-x left bottom;padding:0 0 18px 61px;font-size: 18px;color: #175ac0;}
.ys h4 em{display: block;position: absolute;top:0;left:0;background: url(/images/ys_numbg.gif) no-repeat;width:52px;height: 41px;text-align: center;line-height: 41px;color: #fff;font-size: 29px;}
.ys h4 i{font-style: normal;font-weight: normal;font-size: 12px;font-family: Arial;display: block;color: #7a7a7a;}
.ys ul{padding:5px 0 50px;}
.ys li{font-size: 14px;color:#2e2e2e;background: url(/images/ys_01.gif) no-repeat 18px 11px;padding-left: 35px;}
.ys li strong{font-weight: normal;color:#fe0303;}
.ys img{display: block;position: absolute;}
.ys1{position: relative;padding:17px 70px 0 12px;height: 375px;overflow: hidden;}
.ys1 h4{width:375px;}
.ys1 img{top:30px;right:22px;}
.ys2{position: relative;padding:0 0 0 600px;width:461px;}
.ys2 h4{width:400px;}
.ys2 img{top:78px;left:0;}
.ys .ys2 ul{padding-bottom:40px;}



#back-to-top{
		position:fixed;
		bottom:100px;
		right:60px;
	}
	#back-to-top a{
		text-align:center;
		text-decoration:none;
		color:#f8ba1e;
		display:block;
		width:60px;
		/*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
		-moz-transition:color 1s; 
		-webkit-transition:color 1s;
		-o-transition:color 1s;
	}
	#back-to-top a:hover{
		color:#f8ba1e;
	}
	#back-to-top a span{
		background:#d1d1d1;
		border-radius:6px;
		display:block;
		height:60px;
		width:60px;
		background:#d1d1d1 url(/images/arrow-up.png) no-repeat center center;
		margin-bottom:5px;
		-moz-transition:background 1s;
		-webkit-transition:background 1s;
		-o-transition:background 1s;
	}
	#back-to-top a:hover span{
		background:#f8ba1e url(/images/arrow-up.png) no-repeat center center;
	}