﻿@charset "utf-8";

/*----------------------------------------------------- CSS Reset(start) --*/
 html{overflow-y:scroll;}
 body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,blockquote,form,fieldset,legend{
  margin:0; padding:0;
 }
 h1,h2,h3{
 margin:5px 0;
 font-size:12px;
 }
 ul li{list-style:none;}
 iframe,fieldset,img{border:none;}
 input{margin:0; line-height:1.3em;}
 select{padding:1px 0; font-size:12px; *margin-top:3px;/*for ie6,7*/}

 q:before, q:after {content:'';}
 address,cite,em{font-style:normal;}
 a{color:#828282; text-decoration:none;}
 a:hover{color:#ff0000;}
 table{border-collapse:collapse;}

 body{
  color:#828282;
  font-family:"\5b8b\4f53";
  font-size:13px;
 }

 .clearfix:after{
   content:"";
   display:block;
   height:0px;
   clear:both;
 }
 .clearfix{*zoom:1;/*for ie6,7*/}

 .clearfloat{
  clear:both;
  font-size: 0px;
  line-height: 0px;
 }

 .hide, .hd_hide, .tab_cont_mod{display:none;}
 .show{display:block!important;}
 .more{}
 .banner img{display:block;}
 .pic img{vertical-align:top;}

 /*选项卡组*/
 .tab_nav li{float:left;}
 .tab_nav a{text-align:center; outline:none;}
 .tab_cont{display:none;}

 /*图片切换*/
 .focus{position:relative;}
 .focus .nav{position:absolute;}
 .focus .nav li{float:left;}
 .focus .items li{display:none;}

 /*图片合并(sprites)*/
 .spr, .imgr, .header .nav_lv1 a,
 .promotion .items li{
  background-image:url(../images/spr.png);
  background-repeat:no-repeat;
 }
 .ico, .site_bar .shortcut a,
 .develop .items li, .join .position_hd{background:url(../images/spr_ico.png) no-repeat;}

 /*link, button*/
 .btn{}

 /*图像替换(image replace)*/
 .imgr, .header .nav_lv1 a{
  line-height:400px;
  overflow-y:hidden;
 }

 /*一般消息文字*/
 .msg{}
 .msgbox{}
 .msgtxt{}

 /*小贴士*/
 .tips{}

 /*温馨提示*/
 .warm_tips{}

 /*特出显示*/
 .highlight{}

 /*(注意)*/
 .notice{}

 /*提示*/
 .hint{color:#5d5d5d; font-size:12px;}

 /*星号(＊)*/
 .asterisk{color:#e70e0e;}

 /*颜色*/
 .gray{color:#999;}
 .blue{color:#1477d3;}
 .red, .acc_name, .s_required{color:#e70e0e;}
 .money{color:#f67400;}

 /*文章*/
 .article{width:670px; margin:10px auto; overflow-x:hidden;}
 .art_list{width:670px; margin:0 auto;}
 .art_list li{clear:both; list-style:none;}
 .art_list a{display:block; height:26px;}

 /*文章标题*/
 .art_list .tit{float:left; cursor:pointer;}
 .art_list .date{float:right;}

 .art_news_hd{margin-bottom:10px; border-bottom:1px solid #DBDBDB; text-align:center; line-height:24px;}
 .art_news_hd .art_news_tit{font-family:"Microsoft YaHei",simsun; font-size:18px;line-height: 50px;}
 .art_bd{line-height:2em; margin-bottom:30px;}

 /*文章中的段落文字*/
/* .article p, .passage{margin:0px 0 10px; text-indent:2em;}*/
 /*简单的图片居中*/
 p.pic_simple{text-indent:0px; text-align:center;}

 /*文章中的列表(数字)*/
 .article ol, .main_point li{margin-left:3em; list-style-type:decimal;}

 /*分享转载*/
 .retweet .ico{
  float:left;
  width:18px; height:18px;
  margin-right:4px;
  text-indent:-300px;
  overflow:hidden;
 }

 /*图片*/
 .pic_list li{float:left; text-align:center;}

 /*表单*/
 .fm .item{margin:10px;}
 .inp{padding:3px; border:1px solid #ddd; font-size:12px;}
 .lab{display:inline-block; width:90px; color:#67326e; font-size:14px; text-align:right; }
 .text_area{width:310px; height:80px;}

 .operat{}
 .operat p{margin:4px 0;}
 .codeinp, .codeimg{vertical-align:middle;}
 .codeinp{width:54px; padding:3px; border:1px solid #ddd;}
 .codechange{}

 /*分页*/
 .pages{
  height:30px;
  text-align:center;
 }
 .pages a{
  display:inline-block;
  height:11px;
  padding:0px 1px;
  /*vertical-align:top;*/
 }
 .pages .btn_prev, .pages .btn_next{line-height:400px; overflow:hidden;}
 .pages .btn_prev, .pages .btn_next{width:7px; padding:0;}
 .pages .btn_prev{background-position:left -157px;}
 .pages .btn_prev:hover{background-position:left -178px;}
 .pages .btn_next{background-position:left -199px;}
 .pages .btn_next:hover{background-position:left -220px;}

 .pages .btn_firstpage, .pages .btn_lastpage{width:60px; height:24px; padding:0;}
 .pages .btn_firstpage{background-position:left -250px;}
 .pages .btn_lastpage{background-position:0 -303px;}
 .thispage{
  color:#bcbcbc;
  cursor:default;
 }

/*----------------------------------------------------- 常用(end) --*/





/*----------------------------------------------------- 页尾(start) --*/
 .footer{}
 .footer .bd{
  width:980px;
  margin:0 auto;
  padding:20px 10px;
  background:url(../images/com1.png) no-repeat 670px 20px;
 }
 .footer .logo_untx,
 .footer .logo_jc,
 .footer .copyright{float:left; padding-right:10px;}
 .footer .copyright a:hover{color:#828282; text-decoration:underline;}
 .footer .untx_com{float:right; padding-right:20px;}
 .footer .bd p{
  margin:0;
  line-height:20px;
 }
 #ft_untxlinks{
  float:right; position:relative;
  margin-top:8px;
 }
 #ft_untxlinks .tit{
  width:182px; height:20px;
  border:1px solid #c9c9c9;
  padding-left:14px; padding-right:26px;
  background-color:#f7f7f7;
  background-position:200px -116px;
  font-size:12px; font-weight:normal;
  line-height:20px;
  cursor:default;
 }
 #ft_untxlinks .lv1{
  display:none;
  position:absolute; right:0; bottom:21px;
  width:222px;
  padding:4px 0;
  border:1px solid #c9c9c9;
  background-color:#fff;
 }
 #ft_untxlinks .lv1 li{}
 #ft_untxlinks .lv1 a{display:block; width:168px; padding:3px 17px;}
 #ft_untxlinks .lv1 a:hover{background-color:#E80808; color:#fff;}


 #ft_untxlinks:hover .lv1{display:block;}

/*slideshow*/
.jb_banner
{
	width: 100%;
	margin: auto;
}
#slideshow
{
	position: relative;
	height: 387px;
	width: 1000px;
	margin: 0 auto;
	border-bottom: #EAEAEA 1px solid;
}
#slideshow a
{
	float: left;
	display: inline;
}
#slideshow .img
{
	position: absolute;
	width: 1000px;
	height: 387px;
	overflow: hidden;
}
#slideshow .img span
{
	position: absolute;
	width: 19999px;
	display: block;
}
#slideshow .btns
{
	z-index: 10;
	position: absolute;
	width: 1000px;
}
/*#slideshow .btns b
{
	position: absolute;
	width: 100px;
	display: block;
	height: 14px;
	overflow: hidden;
	top: 330px;
	left: 50%;
}
#slideshow .btns b i
{
	width: 10px;
	background: #989898;
	float: left;
	height: 10px;
	font-size: 0px;
	overflow: hidden;
	cursor: pointer;
	margin-right: 9px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#slideshow .btns b i: hover
{
	background: #DA0A13;
}
#slideshow .btns b i.on
{
	background: #DA0A13;
	cursor: default;
}
#slideshow .btns b i.on: hover
{
	background: #3cd2f1;
	cursor: default;
}*/
#slideshow .btns s
{
	position: absolute;
	width: 60px;
	display: none;
	height: 80px;
	overflow: hidden;
	top: 138px;
	cursor: pointer;
}
#slideshow .btns s i
{
	position: absolute;
	width: 60px;
	background: url(../Images/btn_slideshow.png);
	height: 160px;
	_filter: progid: dximagetransform.microsoft.alphaimageloader(enabled=true, sizingmethod=scale, src="../Images/btn_slideshow.png");
	_background: none;
}
#slideshow .btns s.prev
{
	left: 0px;
}
#slideshow .btns s.prev i
{
	top: -80px;
}
#slideshow .btns s.next
{
	right: 0px;
}
.slideshow-hover#slideshow .btns s
{
	display: block;
}
.paging
{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	height: 387px;
	position: absolute;
	background: #000;
	overflow: hidden;
}
