@charset "utf-8";
/* CSS Document */

*{margin: 0;padding: 0;list-style: none;}
/*
KISSY CSS Reset
理念：1. reset 的目的不是清除浏览器的默认样式，这仅是部分工作。清除和重置是紧密不可分的。
2. reset 的目的不是让默认样式在所有浏览器下一致，而是减少默认样式有可能带来的问题。
3. reset 期望提供一套普适通用的基础样式。但没有银弹，推荐根据具体需求，裁剪和修改后再使用。
特色：1. 适应中文；2. 基于最新主流浏览器。
维护：玉伯<lifesinger@gmail.com>, 正淳<ragecarrier@gmail.com>
 */

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
	margin: 0;
	padding: 0;
}

/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
	font: 14px/1.5 tahoma, arial,"Microsoft Yahei", 微软雅黑, \5b8b\4f53, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; cursor:pointer; color: #3a3a3a;transition:all 0.3s ease-out 0s;}
a:hover { text-decoration: none; color:#f65100;}


/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 清除浮动 */
.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clear {
	*zoom: 1;
}

.clearfix {
	*zoom:1
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: block;
	clear: both;
	visibility:hidden;
	line-height: 0;
	height:0;
}

.im img{
	border: 0;
	display:block;
}
.im100 img {
	width: 100%;
	min-width: 100%;
}
.overflowh {
	overflow:hidden;
}
.position_r{
	position: relative;
}
.position_a{
	position: absolute;
}
.overflow_h{
	overflow: hidden;
}
.display_b{
	display: block;
}

.flol{
	float: left;
}
.flor{
	float: right;
}


/*通用式*/


.main_top,.main_top1{
	margin-top: 10px;
}
.main_top2{
	margin-top: 20px;
}
.main_top3{
	margin-top: 30px;
}
.main_top5{
	margin-top: 50px;
}
.main_top7{
	margin-top: 70px;
}
.main_bottom1{
	margin-bottom: 10px;
}
.main_bottom2{
	margin-bottom:20px;
}
.padding_top1{
	padding-top:10px;
}
.padding_top2{
	padding-top:20px;
}
.padding_top3{
	padding-top:30px;
}
.padding_top4{
	padding-top:40px;
}
.padding_bottom1{
	padding-bottom:10px;
}
.padding_bottom2{
	padding-bottom:20px;
}

.main_lef,.main_left1{
	margin-left: 10px;
}
.main_left2{
	margin-left: 20px;
}
.main_right1{
	margin-right: 10px;
}


.f12 {
	font-size:12px;
}
.f14 {
	font-size:14px;
}
.f16 {
	font-size:16px;
}
.f26 {
	font-size:26px;
}
.f28 {
	font-size:28px;
}
.font_h{
	font-family: "黑体";
}

.lin19 {
	line-height:19px;
}
.lin21 {
	line-height:21px;
}
.lin25 {
	line-height:25px;
}

.text_cen {
	text-align:center;
}
.text_left {
	text-align:left;
}
.text_right {
	text-align:right;
}
.text_s{
	text-decoration: line-through;
}


.w65{
	width:65px;
}
.w85{
	width:85px;
}

.w100{
	width:100px;
}
.w125{
	width:125px;
}
.w150{
	width:125px;
}
.w185{
	width:185px;
}
.w198{
	width:198px;
}

.w230{
	width:230px;
}
.w240{
	width:240px;
}
.w250{
	width:250px;
}
.w310{
	width:310px;
}
.w320{
	width:320px;
}
.w350{
	width:350px;
}
.w355{
	width:355px;
}
.w402{
	width:402px;
}
.w470{
	width:470px;
}
.w530{
	width:530px;
}
.w650{
	width:650px;
}


.w700 {
	width:700px;
}
.w735 {
	width:735px;
}
.w750 {
	width:750px;
}
.w755 {
	width:755px;
}
.w765 {
	width:765px;
}
.w790 {
	width:790px;
}
.w825 {
	width:825px;
}
.w880 {
	width:880px;
}

.w920 {
	width:920px;
}

/*灰*/
.gray {
	color:#8f8f8f;
}
.gray a,a.gray{
	color:#8f8f8f;
}
.gray a:hover,a:hover.gray{
	color:#008de7;
}
.gray2 {
	color:#828282;
}
.gray2 a,a.gray2{
	color:#828282;
}
.gray2 a:hover,a:hover.gray2{
	color:#008de7;
}
.gray3 {
	color:#d3d3d3;
}
.gray3 a,a.gray3{
	color:#d3d3d3;
}
.gray3 a:hover,a:hover.gray3{
	color:#c20000;
}



/*红*/
.red {
	color:#f00;
}
.red a,a.red{
	color:#f00;
}
.red a:hover,a:hover.red{
	color:#000;
}


.red2 {
	color:#c20000;
}
.red2 a,a.red2{
	color:#c20000;
}
.red2 a:hover,a:hover.red2{
	color:#000;
}
.red3 {
	color:#c20000;
}
.red3 a,a.red3{
	color:#c20000;
}
.red3 a:hover,a:hover.red3{
	color:#000;
}


/*蓝*/
.blue {
	color:#0065b4;
}
.blue a,a.blue{
	color:#0065b4;
	text-decoration: none;
}
.blue a:hover,a:hover.blue{
	color:#c20000;
}


/*绿*/
.green {
	color:#01a544;
}
.green a,a.green{
	color:#01a544;
	text-decoration: none;
}
.green a:hover,a:hover.green{
	color:#c20000;
}
.green2 {
	color:#17a217;
}
.green2 a,a.green{
	color:#17a217;
	text-decoration: none;
}
.green2 a:hover,a:hover.green2{
	color:#c20000;
}

/*橙*/
.orange {
	color:#ff4e00;
}
.orange a,a.orange{
	color:#ff4e00;
	text-decoration: none;
}
.orange a:hover,a:hover.orange{
	color:#000;
}
.orange2 {
	color:#ffcc00;
}
.orange2 a,a.orange2{
	color:#ffcc00;
	text-decoration: none;
}
.orange2 a:hover,a:hover.orange2{
	color:#000;
}
/*紫*/
.purple {
	color:#763eaa;
}
.purple a,a.purple{
	color:#763eaa;
	text-decoration: none;
}
.purple a:hover,a:hover.purple{
	color:#000;
}
/*白*/
.white {
	color:#fff;
}
.white a,a.white{
	color:#fff;
	text-decoration: none;
}
.white a:hover,a:hover.white{
	color:#ffff00;
}
/*黄*/
.yellow {
	color:#ffff00;
}
.yellow a,a.yellow{
	color:#ffff00;
	text-decoration: none;
}
.yellow a:hover,a:hover.yellow{
	color:#c20000;
}
/*全局样式*/

.article-content p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	text-align: justify;
	_margin-top: 22px;
}

/*圆角*/
.yuanjiao5{
	filter:progid:DXImageTransform.Microsoft.radius(strength=5);/*ie*/
	border-radius:5px;/*opera或ie9*/
	-webkit-border-radius: 5px;/*safari或chrome*/
	-moz-border-radius: 5px;/*firefox*/
}
.yuanjiao10{
	filter:progid:DXImageTransform.Microsoft.radius(strength=10);/*ie*/
	border-radius:10px;/*opera或ie9*/
	-webkit-border-radius: 10px;/*safari或chrome*/
	-moz-border-radius: 10px;/*firefox*/
}


/*图片Hover放大效果*/
.hover_zoom img {
	-webkit-transform:scale(1, 1);
	-webkit-transition-timing-function:ease-out;
	-webkit-transition-duration:1500ms;
	-moz-transform:scale(1, 1);
	-moz-transition-timing-function:ease-out;
	-moz-transition-duration:1500ms;
	transform:scale(1, 1);
	transition-timing-function:ease-out;
	transition-duration:1500ms;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-perspective:1000;
	-moz-perspective:1000;
	-ms-perspective:1000;
	perspective:1000;
	width:100%
}
.hover_zoom:hover img {
	-webkit-transform:scale(1.15, 1.15);
	-webkit-transition-timing-function:ease-out;
	-webkit-transition-duration:1500ms;
	-moz-transform:scale(1.15, 1.15);
	-moz-transition-timing-function:ease-out;
	-moz-transition-duration:1500ms;
	transform:scale(1.15, 1.15);
	transition-timing-function:ease-out;
	transition-duration:1500ms;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-perspective:1000;
	-moz-perspective:1000;
	-ms-perspective:1000;
	perspective:1000
}


/*图片Hover移动效果*/

.hover_yidong img{

	-webkit-transition:-webkit-transform .2s linear;-moz-transition:-moz-transform .2s linear;-o-transition:-o-transform .2s linear;transition:transform .2s linear;

	_width: expression(function(el){if(/msie 6/i.test(navigator.userAgent)){var threshold=100*el.parentNode.clientWidth/100;el.style.width=(threshold==0||el.clientWidth>threshold)?threshold||'100%':'auto';}}(this));
	max-height:185px;
	_height: expression(function(el){if(/msie 6/i.test(navigator.userAgent))el.style.height=(el.scrollHeight>185)?'185px':'auto';}(this));
}

.hover_yidong:hover img{
	/*
        filter:alpha(opacity=80);
        -moz-opacity:0.8;
        opacity:0.8;
    */
	-webkit-transform:translateX(-5px);-moz-transform:translateX(-5px);-ms-transform:translateX(-5px);-o-transform:translateX(-5px);transform:translateX(-5px);

}

/*外发光*/
.wfg {
	-moz-transition: all .32s linear;
	-ms-transition: all .32s linear;
	-webkit-transition: all .32s linear;
	transition: all .32s linear;
}
.wfg:hover{ -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);  -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);  box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);}






.tylrbox1{
	padding:10px;
}
.tylrbox1_2{
	padding:20px 10px;
}
.tylrbox1_3{
	padding:20px 0px;
}
.tylrbox2{
	padding:15px;
}
.tylrbox2_2 {
	padding: 25px 15px;
}
.tylrbox2_3 {
	padding: 15px 0px;
}

.tylrbox3{
	padding:20px;
}
.tylrbox4{
	padding:30px;
}




/*通用标题*/

.mainbt {
	width:100%;
	position: relative;
}
.mainbt li {
	float:left;
}
.mainbt .more{
	float:right;
}



/*文章通用列表*/

.tywzlist li,.tywzlist2 li{
	float:left;
	overflow:hidden;
}

/*点,应用于25px*/

.tywzlist li a{
	padding-left:10px;
	float:left;
	display:block;
	background-position:-1197px 11px;
}

.tywzlist li a:hover{
	background-position:-1197px -46px;
}



/*点,应用于33px*/

.tywzlist2 li a{
	padding-left:10px;
	float:left;
	display:block;
	background-position:-1197px 15px;
}

.tywzlist2 li a:hover{
	background-position:-1197px -41px;
}







/*三角,应用于29px*/

.tywzlist2_2 li a{
	padding-left:10px;
	float:left;
	display:block;
	background-position:-1197px -148px;
}

.tywzlist2_2 li a:hover{
	background-position:-1197px -203px;
}




/*三角,应用于34px*/

.tywzlist3_2 li a{
	padding-left:10px;
	float:left;
	display:block;
	background-position:-1197px -145px;
}
.tywzlist3_2 li a:hover{
	background-position:-1197px -200px;
}




/*图文列表*/
.twlist dl{
	height:auto;
	margin-bottom:10px;
}
.twlist dl dt{
	height:36px;
	line-height:36px;
}

.twlist dl dt h2 a{
	padding-left:15px;
	height:36px;
	font-size:16px;
	font-weight:100;
	color:#299000;
	display:block;
	background-position:-1189px -256px;
}
.twlist dl dt h2 a:hover{
	color:#c20000;
	background-position:-1189px -366px;
}
.twlist dl dd{
	clear:both;
}
.twlist dl .ddbg1{
	background-color: #FFFFFF;
	border:1px solid #E0E0E0;
	padding:15px 10px;
	min-height:75px;
}
.twlist dl .ddbg1:hover{
	border-color:#95beff;
	background:#f5f9ff;
}
.twlist dl dd .imgbox{
	width:100px;
	height:75px;
	margin-right:15px;
	overflow:hidden;
	float:left;
	display:block;
}
.twlist dl dd .imgbox img{
	max-width:100%;
}
.twlist dl dd p{
	line-height:19px;
	text-indent:2em;
	min-height:75px;
}


.twlist dl .ddbg2 {
	line-height:27px;
	height:27px;
	overflow:hidden;
}
.twlist dl .ddbg2 strong{
	color:#999;
}
.twlist dl .ddbg2 h3{
	font-size:12px;
	font-weight:100;
	margin-left:10px;
	display:inline-block;
}



/*图片列表*/
.pic_list1 li{
	width:242px;
	height:auto;
	float:left;
}
.pic_list1 li a{
	width:220px;
	height:259px;
	padding:10px;
	display:block;
	border:1px solid #CCC;
	background-color:#FFF;
	cursor:pointer;
	text-decoration: none;
	transition:all 0.3s ease-out 0s;
}
.pic_list1 li a:hover{
	border-color:#d00000;
	background-color:#fff7f7;
}
.pic_list1 li h3{
	width:220px;
	padding-top:10px;
	overflow:hidden;
	line-height:29px;
	height:29px;
	font-size:14px;
	font-weight:100;
	transition:all 0.3s ease-out 0s;
	text-align: center;
	display:block;
}
.pic_list1 li a:hover h3 {
	border-color:#ff7f00;
}



.pic_list1 li .imgbox{
	width:220px;
	height:220px;
}
.pic_list1 li .imgbox .picfm{
	width:220px;
	height:220px;
	background-color:#000000;
	overflow:hidden;
	position:relative;
	display:block;
}
.pic_list1 li .imgbox .picfm span{
	transition:all 0.3s ease-out 0s;
	width: 60px;
	height: 60px;
	background-image: url(../images/icon-fdj.png);
	position:absolute;
	top:-60px;
	left:50%;
	margin-left:-30px;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
.pic_list1 li a img{
	max-width:100%;
	width:100%;
	transition:all 0.3s ease-out 0s;
}
.pic_list1 li a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.pic_list1 li a:hover .picfm span{
	display:block;
	margin-top:-30px;
	margin-left:-30px;
	top:50%;
	left:50%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/*企业展示列表*/

.enterpriselist li{
	width:248px; border:1px solid #d7d8d9; padding:5px; float:left;
	position: relative;
	background: #fff;
	box-shadow: 0 2px 15px 0 rgba(0,0,0,.15);
	transition: all .5s ease;
}
.enterpriselist li:hover{
	border: 1px solid #004fab;
	box-shadow: 0 2px 15px 0 rgba(0,79,171,0.3);
}

.enterpriselist li .pic {
	width: 100%;
	height: 80px;
}
.enterpriselist li .pic img {
	display: block;
	height: 80px;
	margin: 0 auto;
}
.enterpriselist li h3{
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	padding-bottom:5px;
	text-align: center;
	font-size:14px;
	font-weight: 100;
}



/*下载列表*/
.down_list dl{
	height:auto;
	margin-bottom:10px;
}
.down_list dl dt{
	height:35px;
	line-height:35px;
}

.down_list dl dt h2{
	padding-left:20px;
	height:35px;
	line-height:35px;
	font-size:16px;
	display:block;
	background-position:-1189px -256px;
}
.down_list dl dt h2 a:hover{
	background-position:-1189px -366px;
}
.down_list dl dd{
	clear:both;
}
.down_list dl .ddbg1{
	border:1px solid #E0E0E0;
	padding:15px;
	background:#fff;
}
.down_list dl .ddbg1:hover{
	border-color:#93d4ff;
	background:#fafcfe;
}
.down_list dl dd .imgbox{
	width:100px;
	height:100px;
	margin-right:15px;
	overflow:hidden;
	float:left;
	display:block;
}
.down_list dl dd .imgbox img{
	max-width:100%;
}
.down_list dl dd p{
	line-height:23px;
	text-indent:2em;
	color:#a3a3a3;
}


/*翻页*/
.pageborder {
	border-top:1px solid #e2e2e2;
}
.page {
	padding:10px 0;
	width:auto;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 30px;
	clear: both;
}
.page .Notices {
	line-height:30px;
	font-size:14px;
	display:block;
	float:left;
	color:#6e6e6e;
	margin-right:30px;
	filter:progid:DXImageTransform.Microsoft.radius(strength=5);/*ie*/
	border-radius:5px;/*opera或ie9*/
	-webkit-border-radius: 5px;/*safari或chrome*/
	-moz-border-radius: 5px;/*firefox*/}
.page a {
	font-weight:bold;
	display: block;
	background-color:#fafafa;
	color: #0f65c7;
	border: 1px solid #d1d1d1;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 28px;
	float:left;
	margin-left:3px;
	margin-right:3px;
	text-decoration: none;
	background-image: url(../images/page_bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
	filter:progid:DXImageTransform.Microsoft.radius(strength=5);/*ie*/
	border-radius:5px;/*opera或ie9*/
	-webkit-border-radius: 5px;/*safari或chrome*/
	-moz-border-radius: 5px;/*firefox*/}
.page a:hover {
	color: #fff;
	border: 1px solid #004fab;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 28px;
	background-image:none;
	background-color:#004fab;
}
.page .pagefont {
	float:left;
	display:block;
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 30px;
}
.page .nopage {
	display: block;
	background-color:#fff;
	color: #dcdcdc;
	text-decoration: none;
	border: 1px solid #dcdcdc;
	padding-left:12px;
	padding-right:12px;
	line-height: 28px;
	float:left;
	margin-left:3px;
	margin-right:3px;
	filter:progid:DXImageTransform.Microsoft.radius(strength=5);/*ie*/
	border-radius:5px;/*opera或ie9*/
	-webkit-border-radius: 5px;/*safari或chrome*/
	-moz-border-radius: 5px;/*firefox*/
}
.page .nopage span{
	font-family:"宋体";
	font-weight:bold;
}
.page a span {
	font-family:"宋体";
	font-weight:bold;
}
.page .dd {
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	line-height:30px;
	float:left;
	margin-left:3px;
	margin-right:3px;
}






/*上下篇*/
.pageArticle {
	color:#727272;
	width:100%;
	line-height:25px;
	margin-bottom:10px;
	padding-top:10px;
	border-top:1px solid #e1e1e1;
}
.pageArticle li {
	width:100%;
	height:25px;
	line-height:25px;
	display: block;
}
.pageArticle a {
	font-size:14px;
	color:#006cb2;
}
.pageArticle a:hover {
	color:#c20000;
	text-decoration: none;
}


/*留言板相关**************/
.Message {
	width:680px;
	clear: both;
}
.Message li{
	width:100%;
	margin:5px 0;
	float:left;
}



.xlxz select {
	width:98%;
	height:35px;
	line-height:33px;
}
.wbk textarea{
	width:98%;
	height:150px;
	line-height:23px;
}
.srk input{
	width:98%;
	height:35px;
	line-height:33px;
}
.lran a{
	width:49%;
	height:39px;
	line-height:39px;
	font-size:14px;
	text-align:center;
	color:#FFF;
	display:block;
	filter:progid:DXImageTransform.Microsoft.radius(strength=5);/*ie*/
	border-radius:5px;/*opera或ie9*/
	-webkit-border-radius: 5px;/*safari或chrome*/
	-moz-border-radius: 5px;/*firefox*/
}
.lran .a1{
	background-color:#ae2500;
}
.lran .a2{
	background-color:#005896;
}


/*标题*/
.Message .title {
	width:80px;
	text-align:right;
	padding-right:10px;
	color: #878787;
	height:35px;
	line-height:35px;
	float:left;
}
.Message .message_lr{
	margin-left:90px;
	min-height:35px;
}

.Message .message_lr .inp1{
	padding:0 10px;
	margin:0;
	text-align:left;
	height:33px;
	line-height:33px;
	border:1px solid #CCC;
}
.Message .message_lr .inp2{
	padding:5px 10px;
	margin:0;
	text-align:left;
	line-height:21px;
	border:1px solid #CCC;
}
.Message .message_lr .select1{
	text-align:left;
	padding-left:10px;
	height:33px;
	line-height:33px;
	border:1px solid #CCC;
}
.Message .message_lr .select1:focus {
	border:#35a5e5 1px solid;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.Message .message_lr .yzm{
	height:35px;
	cursor:pointer;
	margin-left:10px;
}

.Message .message_lr input{
	float:left;
}

.Message .message_lr input {
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	border-radius: 4px;
	outline: none;
}
.Message .message_lr input:focus {
	border:#35a5e5 1px solid;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}


/*按钮*/
.an1{
	font-size:14px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#fff;
	border:0px;
	display:inline-block;
	cursor:pointer;
	background-color:#eb4200;

	filter:progid:DXImageTransform.Microsoft.radius(strength=5);/*ie*/
	border-radius:5px;/*opera或ie9*/
	-webkit-border-radius: 5px;/*safari或chrome*/
	-moz-border-radius: 5px;/*firefox*/

	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.an1:hover,a:hover .an1{
	color:#fff;
	background-color:#0057a0;
}


.an2{
	font-size:14px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#fff;
	border:0px;
	cursor:pointer;
	display:inline-block;
	background-color:#4dc4ff;/* rgba(83,158,206,.5);		*/

	filter:progid:DXImageTransform.Microsoft.radius(strength=5);/*ie*/
	border-radius:5px;/*opera或ie9*/
	-webkit-border-radius: 5px;/*safari或chrome*/
	-moz-border-radius: 5px;/*firefox*/
}

.an2:hover,a:hover .an2{
	color:#fff;
	background-color:#eb4200;/* rgba(83,158,206,.5);		*/
}


/*表格样式*/
.dettable {
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	background: #FFFFFF;
	line-height:16px;
}
.dettable tr:hover{
	background-color: #c2e2ff;
}
.dettable td {
	padding:10px 5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
.dettable th {
	color:#5b5b5b;
	font-weight:100;
	padding:5px 5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#ecf6ff;
}
.dettable tr:hover th{
	background-color: #c2e2ff;
}



/*
.dettable {
	border-left:1px solid #d2d2d2;
	border-top:1px solid #d2d2d2;
	background: #FFFFFF;
	line-height:16px;
}
.dettable tr:hover{
	background-color: #c2e2ff;
}
.dettable td {
	padding:10px 5px;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
}
.dettable th {
	color:#5b5b5b;
	font-weight:100;
	padding:10px 5px;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	background-color:#ecf6ff;
}
.dettable tr:hover th{
	background-color: #c2e2ff;
}
*/

/* 输入框外发光 */
.srkty input {
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	border: #35a5e5 1px solid;
	border-radius: 4px; outline: none;
}

.srkty input:focus { border:#35a5e5 1px solid;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
