@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%;font-weight: normal;}
address, cite, dfn, em, var,i { 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:#c20000;}


/** 重置表单元素 **/
legend { color: #333; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
button, input, textarea {
    margin: 0;
    vertical-align: middle;
    outline: medium;
    border: 1px solid #e1e1e1;
}
/* 注：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;
	}

.clearfix:after {
	clear:both
}
.im img{
	border: 0;
	display:block;
}
.im100 img {
    width: 100%;
    min-width: 100%;
}
.overflowh {
	overflow:hidden;
	}



.flol{
	float: left;
}
.flor{
	float: right;
}


/*通用式*/
.main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.p15{
	padding: 15px;
}
.padding2{
	padding: 20px;
}
.main_top,.main_top1,.mt10{
	margin-top: 10px;
}
.main_top2{
	margin-top: 20px;
}
.main_top24{
	margin-top: 24px;
}
.main_top3{
	margin-top: 30px;
}
.main_top4{
	margin-top: 40px;
}
.main_top5{
	margin-top: 50px;
}
.main_top7{
	margin-top: 70px;
}
.main_top9{
	margin-top: 90px;
}
.main_top12{
	margin-top: 120px;
}
.main_bottom1{
	margin-bottom: 10px;	
}
.main_bottom2{
	margin-bottom:20px;
}
.main_bottom3{
	margin-bottom:30px;
}
.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;
}
.main_rig2{
	margin-right: 20px;
}
.ml25{
	margin-left: 25px;
}
.mt20{
	margin-top: 20px;
}
.ml15{
	margin-left: 15px;
}
.mt15{
	margin-top: 15px;
}
.f12 {
	font-size:12px;
}
.f14 {
	font-size:14px;
}
.f16 {
	font-size:16px;
}
.f18 {
	font-size:18px;
}
.f24 {
	font-size:24px;
}
.f26 {
	font-size:26px;
}
.f28 {
	font-size:28px;
}
.font_h{
	font-family: "黑体";
}

.lin19 {
	line-height:19px;
}
.lin21 {
	line-height:21px;
}
.lin25 {
	line-height:25px;
}
.p20 {
    padding: 20px;
}
.text_cen {
	text-align:center;
}
.text_left {
	text-align:left;
}
.text_right {
	text-align:right;
}
.text_s{
	text-decoration: line-through;
	}
.cle{clear:both;}	

.w65{
	width:65px;
}
.w85{
	width:85px;
}

.w100{
	width:100px;
}
.w125{
	width:125px;
}
.w150{
	width:125px;
}
.w185{
	width:185px;
}
.w198{
	width:198px;
}
.w200{
	width:200px;
}
.w230{
	width:230px;
}
.w240{
	width:240px;
}
.w440{
	width:440px;
}
.w580{
	width: 580px;
}
.w250{
	width:250px;
}
.w260{
	width:260px;
}
.w270{
	width:270px;
}
.w280{
	width: 280px;
}
.w300{
	width:300px;
	}
.w310{
	width:310px;
	}
	
.w314{
	width: 314px;
}
.w320{
	width:320px;
	}
.w350{
	width:350px;
	}
.w355{
	width:355px;
	}
.w395{
	width:395px;
	}
.w402{
	width:402px;
	}
.w420{
	width:420px;
	}	
.w470{
	width:470px;
	}
.w550 {
	width:550px;
}
.w560 {
	width:560px;
}
.w640{
	width:640px;
	}
.w650{
	width:650px;
	}
	
.w910{
	width:910px;
	}	
.w700 {
	width:700px;
}
.w735 {
	width:735px;
}
.w750 {
	width:750px;
}
.w755 {
	width:755px;
}
.w765 {
	width:765px;
}
.w790 {
	width:790px;
}
.w825 {
	width:825px;
}
.w840 {
	width:840px;
}
.w850 {
	width:850px;
}
.w860 {
	width:860px;
}
.w866{
	width:866px;
}
.w880 {
	width:880px;
}
.w885 {
	width:885px;
}
.w920 {
	width:920px;
}
.w950 {
	width:950px;
}

/*灰*/	
.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:#333;
	}


.red2 {
	color:#c20000;
}
.red2 a,a.red2{
	color:#c20000;
	}
.red2 a:hover,a:hover.red2{
	color:#333;
	}
.red3 {
	color:#c20000;
}
.red3 a,a.red3{
	color:#c20000;
	}
.red3 a:hover,a:hover.red3{
	color:#333;
	}
	
	
/*蓝*/	
.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:#333;
	}
.orange2 {
	color:#ffcc00;
	}	
.orange2 a,a.orange2{
	color:#ffcc00;
	text-decoration: none;
	}	
.orange2 a:hover,a:hover.orange2{
	color:#333;
	}
/*紫*/	
.purple {
	color:#763eaa;
	}	
.purple a,a.purple{
	color:#763eaa;
	text-decoration: none;
	}	
.purple a:hover,a:hover.purple{
	color:#333;
	}
/*白*/
.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;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;}


/*图片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:340px;
	_height: expression(function(el){if(/msie 6/i.test(navigator.userAgent))el.style.height=(el.scrollHeight>340px)?'340px':'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*/
	
.tywzlist1 li a{
	padding-left:10px;
	float:left;
	display:block;
	background-position:-1197px 11px;
	}
	
.tywzlist1 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 li a{
	padding-left:10px;
	float:left;
	display:block;
	background-position:-1197px -145px;
	}
.tywzlist3 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:#333;
	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  dashed #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:205px;
	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:30px;
	height:30px;
	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:165px;
}
.pic_list1 li .imgbox .picfm{
	width:220px;
	height:165px;
	background-color:#333000;
	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;	
	}

/*产品列表*/


.pro_list li{
	width:280px;
	height:auto;
	float:left;
}
.pro_list li a{
	width:280px;
	height:335px;
	display:block;
	cursor:pointer;
	text-decoration: none;
	transition:all 0.3s ease-out 0s;
	}
.pro_list li a:hover{
	}
.pro_list li h3{
	width:280px;
	text-align: center;
	overflow:hidden;
	line-height:55px;
	height:55px;
	font-size:16px;
	font-weight:100;
	transition:all 0.3s ease-out 0s;
	display:block;
	color: #333;
	}
.pro_list li a:hover h3 {
	border-color:#ff7f00;
	}
	
.pro_list li .imgbox{
	width:280px;
	height:280px;
}
.pro_list li .imgbox .picfm{
	width:280px;
	height:280px;
	background-color:#333000;
	overflow:hidden;
	position:relative;
	display:block;
	}
.pro_list li .imgbox .picfm span{
	transition:all 0.3s ease-out 0s;
	width: 60px;
	height: 60px;
	line-height:60px;
	font-size:70px;
	text-align: center;
	color:#fedc00;
	position:absolute;
	top:-60px;

	margin-top:-30px;
	margin-left:-35px;
	left:50%;
	filter: alpha(opacity=1);
	-moz-opacity:1;
	opacity:1;	
	}
.pro_list li a img{
	max-width:100%;
	width:100%;
	transition:all 0.3s ease-out 0s;
	}
.pro_list li a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.pro_list li a:hover .picfm span{
	display:block;
	margin-top:-30px;
	margin-left:-35px;
	top:50%;
	left:50%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
	}









/*下载列表*/
.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;
	width:auto;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	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: #666;
	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 #F86A04;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 28px;
	background-image:none;
	background-color:#F86A04;
}
.page .pagefont {
	float:left;
	display:block;
	color: #F86A04;
	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: #333;
	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:#0564a5;;
}
.pageArticle a:hover {
	color:#F86A04;
	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;
	height: 100px;
	}
.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 .
_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:#F86A04;

	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:#08A172;
	}


.an2{
	font-size:14px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#fff;
	border:0px;
	cursor:pointer;
	display:inline-block;
	background-color:#F9720F;/* 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);		*/
	}
	
.an3{
	font-size:16px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#fff;
	border:0px;
	cursor:pointer;
	display:inline-block;
	background-color:#f05c7c;
	filter: progid:DXImageTransform.Microsoft.radius(strength=5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	  }

.an3:hover,a:hover .an3{
	color:#fff;
	background-color:#ff6700;
	}



/*表格样式*/
.dettable {
	border-left:1px solid #333000;
	border-top:1px solid #333000;
	background: #FFFFFF;
	line-height:16px;
}
.dettable tr:hover{
	background-color: #c2e2ff;
}
.dettable td {
	padding:10px 5px;
	border-right:1px solid #333000;
	border-bottom:1px solid #333000;
}
.dettable th {
	color:#5b5b5b;
	font-weight:100;
	padding:5px 5px;
	border-right:1px solid #333000;
	border-bottom:1px solid #333000;
	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;
}
*/
.tybox7 {
    padding: 10px 25px 25px 25px;
}
/* 输入框外发光 */
.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);
    }
    


/*---位置---*/
.weizhibox{
    height:40px;
    background: url("../images/ico_bt.png") no-repeat left 11px;
    /*padding-left:20px;*/
   border-bottom: 1px solid #f1f1f1;
}

.suyylpdet .weizhibox p{
	background: no-repeat;
	padding-left: 30px;
}
.suyylpdet .weizhibox p span{
	color: #333;
}
.weizhibox p{
    height:40px;
    line-height:38px;
    padding:0 10px;
    font-size:14px;
    font-weight: normal;
    float:left;
    background: #fff url(../images/dingwei.png) no-repeat  left center;
    padding-left: 18px;
}
.weizhibox p em{
    font-style:normal;
    font-family:"宋体";
    font-size:12px;
    padding: 0 5px;
}
.weizhibox p a{
    color:#999;
    margin:0 2px;
}
.weizhibox p a:hover{
    color:#f08418;
    text-decoration:none;
}
.weizhibox p  span{
	color: #999;
}
.weizhibox p  span a{
    color:#333;
}

.weizhibox2{
    width: 100%;
    height: 30px;
    margin: 15px auto 5px auto;
}

.weizhibox2	 p{
    float:left;
    line-height:25px;
    padding-left:15px;
    font-size:12px;
    font-weight: normal;
    color: #999;
    background: url(../images/dingwei.png) no-repeat  left 3px;
}
.weizhibox2	 p  a {
    color:#333;
}
.weizhibox2	 p  a:hover{
    color:#e64054;
}
.weizhibox2	 p b{
    text-decoration:none;
    font-style: normal ;
    font-family:"宋体";
    margin:0 10px;
    font-weight:100;
    color: #333;
}
/*weizhibox3*/

.weizhibox3{
    width:1160px;
    height: 30px;
    margin: 15px auto 5px auto;
}
.weizhibox3 .wz_p{
    float:left;
    line-height:30px;
    padding-left:20px;
    font-size:12px;
    font-weight: normal;
    color: #999;
    background: url(../images/dingwei.png) no-repeat  left 5px;
}
.weizhibox3 .wz_p .home{
    line-height: 30px;
    font-size: 14px;
}
.weizhibox3 .wz_p em{
    line-height: 30px;
    padding: 0 8px;
    font-family:"宋体" ;
    color: #333;
    font-weight:200;
}
.weizhibox3 .wz_p select{
    height: 25px;
}

/*当前位置*/
.lrmainbtbg{
	height:41px;
	line-height:41px;
	background-color:#fafafa;
	/*	border-bottom:1px solid #e1e1e1;*/
}
.lrmainbtbg h2{
	font-size:18px;
	height:41px;
	line-height:41px;
	font-weight:100;
	display: inline-block;
	float:left;
}
.lrmainbtbg .dqwz {
	padding-left:15px;
	float:left;
	background-position:0px -98px;
}
.lrmainbtbg  .dqwz span {
	padding:0 10px;
	font-family:"宋体";
	display: inline-block;
}
.lrmainbtbg .dqwz a {
	color:#565656;
	text-decoration: none;
}
.lrmainbtbg .dqwz a:hover {
	color:#eb4d16;
	text-decoration: none;
}


/*热门链接*/
.b_l_nav{
    width:100%;
    height:auto;
    margin-bottom:20px;
}
.b_l_nav h3{
    width:100%;
    height:25px;
    margin-bottom:10px;
    font-size:16px;
    font-weight:100;
    color: #37a952;
    padding-left: 10px;
    position: relative;
}
.b_l_nav h3::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	left: 0;
	background-color: #37a952;
}
.b_l_nav_list{
    background-color:#FAF9FA;
    border:1px #DFDFDF solid;
    padding: 16px 0 8px 8px;
}

.b_l_nav_list  a{
    display:block;
    padding:5px 8px;
    margin:5px;
    font-size:12px;
    color:#999;
    float:left;
    border:1px solid #CDCDCD;
    background-color:#fff;
    border-radius:2px;
}
.b_l_nav_list  a:hover{
    color:#fff;
    background-color:#ff6600;
}

.inmain_bt_1 {
    width: 100%;
    height: 28px;
    line-height: 27px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}
.inmain_bt_1 a {
    float: left;
    display: block;
    font-size: 18px;
    line-height: 27px;
    padding-left: 6px;
	color:#33934a;
}

.wbk textarea{
	width:98%;
	height:150px;
	line-height:23px;
}

.mainbt3 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #33934a;
    font-size: 16px;
}
.mainbt3 h2 a {
    color: #33934a; font-size:18px; font-weight:normal; padding-left:20px;
	}
	

.bor1 {
	background-color:#fff;
	border:1px solid #c3c3c3;
	}	
.bor1_2 {
	border:1px solid #dadada;
	}	
.bor1_3 {
	border:1px solid #dadada;
	}
.bor2 {
    border:1px solid #e4e4e4;
}	

/*搜索*/

.searchbox{
    height:35px;
    padding:15px;
}

.searchbox li{
    float:left;
    margin-right:10px;
}
.searchbox li h2{
    height:35px;
    line-height:35px;
    font-size:14px;
    font-weight:100;
    padding-right:10px;
}
.searchbox .cxlm span{
    color:#1365be;
    width:180px;
    height:31px;
    line-height:31px;
    padding-left:20px;
    background-position:-980px -158px;
    background-color:#FFF;
    border:1px solid #d9d9d9;
    cursor:pointer;
    display:block;
}
.searchbox .cxlm select{
    font-size:14px;
    color:#565656;
    width:150px;
    height:35px;
    line-height:35px;
    font-family:"微软雅黑";
    background-position:-980px -158px;
    background-color:#FFF;
    padding:0px;
    border:1px solid #c0c0c0;
    cursor:pointer;
    display:block;
}

.searchbox .srk{
    color:#565656;
    width:250px;
    padding-left:5px;
    background-position:5px -235px;
    background-color:#FFF;
    border:1px solid #c0c0c0;
    margin-left:-1px;
    display:block;

}
.searchbox .srk input{
    width:250px;
    font-size:14px;
    border:0;
    outline:medium
}
.searchbox .aninput input{
    width:100px;
}
.text-overflow{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*文章通用---三角 31绿色——黄色（小点）*/
.tylist3 li a {
    padding-left: 15px;
    float: left;
    display: block;
    background-position: -723px 12px;
}

.tylist3 li a:hover {
    background-position: -724px -15px;
}


/*外发光*/
.wfg {
    border: 1px solid #d7d7d7;
    -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 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.wfg2 {
    border: 1px solid #d7d7d7;
    -moz-transition: all .32s linear;
    -ms-transition: all .32s linear;
    -webkit-transition: all .32s linear;
    transition: all .32s linear;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.wfg2:hover {
    -webkit-box-shadow: 0px 1px 1px 2px rgba(134, 210, 255, 0.5);
    -moz-box-shadow: 0px 1px 1px 2px rgba(134, 210, 255, 0.5);
    box-shadow: 0px 1px 1px 2px rgba(134, 210, 255, 0.5);
    border: 1px solid #86d2ff;
}

.search_gjc {
    height:25px;
    font-size:16px;
    padding:15px;
    text-align:center;
    background-color:#fff;
    filter: progid:DXImageTransform.Microsoft.radius(strength=5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}