﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,p,em,i,b{padding:0;margin:0;font-size:12px;word-wrap:break-word;}
html,body{ height:100%;-webkit-text-size-adjust: 100%;font-size:12px;}
ul { list-style:none;}
i{ vertical-align:middle;}
audio{outline:none;}
*{margin:0;padding:0;}
input{outline:none;-webkit-appearance: none;box-sizing: border-box;}
input:-ms-input-placeholder{color: #CCC;} /*=//IE10=*/
textarea:-ms-input-placeholder{color: #CCC;} /*=//IE10=*/  
input::-moz-placeholder{color:#CCC;}/*=//Firefox=*/
textarea::-moz-placeholder{color:#CCC;}/*=//Firefox=*/
input::-webkit-input-placeholder{color:#CCC;}/*=//Chrome,Safari=*/
textarea::-webkit-input-placeholder{color:#CCC;}/*=//Chrome,Safari=*/
textarea{outline:none;-webkit-appearance: none;box-sizing: border-box;}
input[type=checkbox]{cursor: pointer;vertical-align:middle;}
img {
	border:0px;
	padding: 0;
	margin: 0;
	image-rendering: optimizeQuality;  /* Firefox 3.6+; default behavior is identical, no need to specify */
	-ms-interpolation-mode: bicubic;   /* Internet Explorer 7.0; default in IE8+ */
	image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}
body, body *{max-height:1000000px;}
body{text-align: left;font-family:Microsoft YaHei; -webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100% !important;text-size-adjust:100% !important;-moz-text-size-adjust: 100% !important;}
/*========基本表格设置：在没有具体规定的情况下适用=*/

td{font-family:Microsoft YaHei;text-decoration: none;}
/*==========链接基本样式：在没有具体规定的情况下适用=*/
a{text-decoration: none;outline: none;blr:expression(this.onFocus=this.blur());color:#333;}
a:hover{color: #e5261f;text-decoration: none}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{margin:0; overflow:hidden;}
/*===========页面头部=*/
#top_bj{position:relative;width:640px;height:130px;MARGIN: auto; background:#09478f;}
#top{position: absolute;width:640px;height:130px;top:0;z-index:10;}
#logo a{/*网站logo*/
	position: absolute;
	z-index:20;
	top:45px;
	left:20px;
	width:462px;
	height:44px;
	background: url(../images/logo.png) no-repeat;

}
#top_lan{position:absolute;z-index:10;top:35px;right:79px;;}
#top_lan a{/*导航栏整体背景*/
	width:50px;
	line-height:45px;
	color:#666;
	font-size:1.6rem;
	font-weight: normal;
	font-family:Microsoft YaHei;
	text-align: center;
	padding:0;
	margin:0 0 0 5px;
	display:block;
	float:left;
	border:1px #cccccc solid;
	border-radius:5px 5px 5px 5px;
}
#top_lan a:hover{color: #fff; background:#666;border:1px #666 solid;}
#top_lan .ok{color: #fff; background:#666;border:1px #666 solid;}
#search {
	box-sizing: border-box;
	width:100%;
	margin:auto;
	overflow:hidden;
	padding:30px 20px;
	border-top:0px solid #ddd;background-color:#FFF;
	/*box-shadow:inset 1px 2px 5px rgba(51,51,51,0.2);*/
    }
.inp_srh {
	float:left;
	width:87%;
	height:70px;
	padding:0 0 0 20px;
	color:#666;
	line-height:75px;
	font-family:Microsoft YaHei;
	background-color: #efefef;
	box-sizing: border-box;
	margin:0px 0 0 0;
	font-size:1.8rem;
	border:none;
	border-radius:10px 0 0 10px;
	box-shadow:inset 1px 2px 5px rgba(51,51,51,0.08);
	/*/*border-left:1px solid #cc0000;
	border-top:1px solid #cc0000;
	border-bottom:1px solid #cc0000;*/
}
.btn_srh {
	float:right;
	width:13%;
	height:70px;
	line-height:70px;
	display: inline-block;
	vertical-align: middle;
	cursor:pointer;
	text-indent:-999em;
	background: #09478f url(../images/search.png) 50% 50% no-repeat;
	background-size:30px;
border:none;
   
	border-radius:0px 10px 10px 0px;
	/*border-left:0px solid #ddd;
	border-top:1px solid #cc0000;
	border-bottom:1px solid #cc0000;
	border-right:1px solid #cc0000;*/
}
.inp_srh:focus{
	outline: none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;

	background-color:#FFF;
	
	/**/

}
#search * { vertical-align:middle;display:inline;}
#search_icon{
	position: absolute;
	z-index:1;
	top:42px;
	right:80px;
	width:54px;
	height:50px;
	display: block;
	background: url(../images/search_2.png) 50% 50% no-repeat;
	background-size:30px;
	border: 1px solid #CCC;
	border-radius:5px;
}
#search_bj{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	padding:0;
	z-index:200;
	
}
#search_bj i{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
}
#list_banner{width:100%;height:200px;background:#009143 no-repeat center center;}


/*===========页面底部=*/
#bottom{width:640px;padding:10px;margin: auto;text-align:center;background:#333;}
#bottom dl{padding:0;margin:0;}
#bottom dl dt{ font-size:1.5rem;line-height:1.8;color: #FFF;padding:0px 0; display:none}
#bottom dl dt a{ color: #a7a7a7;}
#bottom dl dd{ font-size:1.3rem;line-height:1.6;padding:20px 0 0 0;color:#a7a7a7;}
#bottom dl dd a{ color: #a7a7a7;}
#foot_bj {
	width:100%;
	position:fixed;
	margin:0;
	padding:0px;
	bottom:0;
	background-color:#FFF;
	box-shadow: 1px 1px 20px rgba(51,51,51,0.5);
	display:table;

}
.foot_con {width:640px;margin: auto;TEXT-ALIGN: center;padding:10px 0px 10px 0px;}
.foot_con ul {padding:0 0 0px 0;display:flex;}
.foot_con ul li {
	float:left;
	height:90px;
	line-height:1.1;
	margin:0px;
	padding:0px 9.5px;
	font-size:1.8rem;
	text-align:center;
	background: #ffffff;
	border-radius:0px;
	color: #666;
	border-right:1px solid #e1e1e1;
	box-sizing: border-box;flex:1;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;
}
.foot_con ul li:last-child{border-right:0px solid #e1e1e1;}
.foot_con ul li i{height:45px;font-size:3.2rem;margin:10px 0px 0px 0px;}
.foot_con ul li a{ display:block;overflow:hidden;color: #666;}
.foot_con ul li a:hover{color: #009143;}
.foot_con ul li.ddt a{color:#009143;text-decoration: none;display:block;}
.foot_con ul li img { width:100%;height:180px;padding:0px 0px 0px 0px;}
/*===========栏目页设定=*/
#content{WIDTH:640px;margin:auto;padding:0 0px 0px 0;box-sizing: border-box;overflow: hidden;border-top:0px solid #e1e1e1;}
.bshare-custom{ float:left; margin:0px 0px 0px 0px; width:20%;}
#message_button{width:100%;padding:20px 0 20px 0;margin: auto;text-align: center; display:none;}
#message_button a{margin:0 20px 0 20px; font-size:2.2em;}
.lxwm_con {width:640px;margin:0px auto 0 auto;padding:0px 0 20px 20px;overflow: hidden; background:#FFF;}
.lxwm_con ul{margin:0px;padding:0px 0 0px 0;}
.lxwm_con ul form input{
	width:600px;
	height:70px;
	padding:0 0 0 10px;
	box-sizing: border-box;
	margin:0 0px 10px 0px;
	line-height:70px;
	border:1px double #e5e5e5;
	font-family:Microsoft YaHei;
	background-color:rgba(255,255,255,0.2);
	border-radius:10px;
   outline: none;
   font-size:2.0rem;
}
.lxwm_con ul form textarea{
	width:600px;
	height:200px;
	line-height:22px;
	padding:10px;
	margin:0 0px 10px 0px;
	box-sizing: border-box;
    background: none;
	border:1px double #e5e5e5;
	font-family:Microsoft YaHei;
	background-color:rgba(255,255,255,0.2);
	border-radius:10px;
   outline: none;
   resize: none;
   overflow:auto;font-size:2.0rem;
}
.lxwm_con ul form input[type=submit] {
	color: #ffffff;
	height:70px;
	line-height:70px;
	font-size:2.2rem;
	cursor: pointer;
	font-weight: normal;
	margin:0px 0px 0 0px;
	border-radius:10px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-align: center;
	background:#009143;
	border:1px double #009143;
	
	text-transform: capitalize;
}
.lxwm_con ul form input[type=submit]:hover{
	color: #009143;
    background: #ffffff;
	border:1px solid #009143;
}
.lxwm_con ul p{font-size:1.6rem;color: #666;margin:0 0 0 0px;line-height:3.5; text-align: left;}
.lxwm_con ul form input:focus{outline: none; border: 1px solid #009143;transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;}
.lxwm_con ul form textarea:focus{outline: none; border: 1px solid #009143;transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;}
.lxwm_con ul form input.m_yzm{width:450px;}
.yzm{float: right;text-align:right;margin:10px 50px 0 0;}
.yzm img{height:50px;}


/*--------------------------------------------------------------------------------【分页样式】*/
#view_page{TEXT-ALIGN:center;padding:20px 0;display:table;width:100%}
a.LnkPgPl{font-size:1.8rem;min-width:50px;_width:50px;height:50px;line-height:50px;margin:0 2px;padding:0px 0px 0px 0px;box-sizing:border-box;text-align:center;color:#666;background-color:#fff;display:inline-block;border:1px solid #e1e1e1;border-radius:4px}
a:hover.LnkPgPl{color:#118EC2;text-decoration:none;background:#FFF;border:1px solid #118EC2}
.LnkPgPR{font-size:1.8rem;min-width:50px;_width:50px;height:50px;line-height:50px;box-sizing:border-box;margin:0 2px 0 2px;padding:0px 0px 0px 0px;text-align:center;color:#fff;background-color:#118EC2;display:inline-block;border:1px solid #118EC2;border-radius:4px}
a:hover.LnkPgPR{color:#fff;text-decoration:none}
a.LnkPN{font-size:1.8rem;min-width:50px;_width:50px;height:50px;line-height:50px;margin:0 2px 0 2px;padding:0px 10px 0px 10px;box-sizing:border-box;text-align:center;color:#666;background-color:#fff;display:inline-block;border:1px solid #e1e1e1;border-radius:4px}
a:hover.LnkPN{color:#118EC2;text-decoration:none;background-color:#FFF;border:1px solid #118EC2}

/*-----------内容区样式-*/
#detail_a{ /*-内容区顶部-*/
    position: absolute;
	z-index:2;
	top:250px;
	left:50%;
	margin:0 0 0 -320px; 
	width:640px;
	text-align: left;
	padding:0px 0px 0px 0px;
}
#detail_a h2{ /*-内容区顶部-*/
    width:214px;
	padding:0px 0px;
	font-size:36px;
	font-family:"Microsoft YaHei";
	COLOR: #fff;
	height:80px;
	line-height:80px;
	font-weight: normal;
	overflow: hidden;
	display:inline-block;
	text-align:center;
	background:#f2be49;
	
}

#place{ /*-当前位置-*/
    position: absolute;box-sizing: border-box;
	z-index:1;
	top:300px;
	left:50%;
	margin:0 0 0 -320px; 
	width:640px;
	TEXT-ALIGN: right;
	padding:0 20px 0 0px;
	font-size:12px;
	line-height:30px;
	height:30px;
	font-family:Verdana;
	color:#fff;
	background:rgba(0,0,0,0.6);
	border-radius:0px 0px 0 0;
}
#place i{ /*-当前位置home图标-*/margin:0 8px 3px 0; font-size:16px;color:rgba(0,0,0,0.4);vertical-align: middle; display:none;}
#place a{color:#fff;font-family:Microsoft YaHei;}
#place a:hover{color:rgba(0,0,0,1.0);}