﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p{padding:0;margin: 0;font-family:Microsoft YaHei;}
ul{ list-style:none;}
i{ display:table-cell; vertical-align:middle;}
input{outline:none;-webkit-appearance: none;box-sizing: border-box;}
input:-ms-input-placeholder{color:#999;} /*=//IE10=*/
textarea:-ms-input-placeholder{color:#999;} /*=//IE10=*/  
input::-moz-placeholder{color:#999;}/*=//Firefox=*/
textarea::-moz-placeholder{color:#999;}/*=//Firefox=*/
input::-webkit-input-placeholder{color:#999;}/*=//Chrome,Safari=*/
textarea::-webkit-input-placeholder{color:#999;}/*=//Chrome,Safari=*/
textarea{resize:none} 
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+ */
}
html{font-family:Microsoft YaHei;}
body{margin:0;text-align:left;font-family:Microsoft YaHei;background-color:#FFF;}
/*========基本表格设置：在没有具体规定的情况下适用=*/
td{font-family:Microsoft YaHei;text-decoration: none;}
/*==========链接基本样式：在没有具体规定的情况下适用=*/
a{text-decoration: none;outline: none;blr:expression(this.onFocus=this.blur());color:#333;font-family:Microsoft YaHei;}
a:hover{color: #C00;text-decoration: none;}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{margin:0;}
/*===========页面头部=*/
#top_bj{position:relative;height:170px;MARGIN:auto;}
#top{
	position:absolute;
	z-index:3;
	top:0px;
	left:50%;
	width:1110px;
	height:120px;
	margin:0 0 0 -555px;  /*设置为宽度的一半*/
}
#logo a{position:absolute;z-index:10;top:30px;left:0px;width:445px;height:61px;background: url(../images/logo.png) no-repeat;}
#top_tel{
	position:absolute;
	z-index:10;
	top:32px;
	right:0px;;
	color: #333;
	font-size:16px;
	font-weight: normal;
	font-family:Microsoft YaHei;
	background: url(../images/tel.png) no-repeat left top;
	background-size:65px;
	padding:0 0 0 70px;
	height:65px; 
}
#top_tel span{
	margin:0px 0px 0px -13px;
	line-height:24px;
	color:#e6261f;
	font:bold 30px/35px "Arial Black", Gadget, sans-serif;
	transform: scale(0.9,1.5);
	display:inline-block;

}
#top_gg{position:absolute;z-index:11;top:35px;left:470px;font-size:24px; border-left:1px solid #CCC;padding:0 0 0 20px;}
#top_gg span{margin:0px 0px 0px 0px; line-height:24px;color:#e6261f;font-size:20px; font-weight:normal;}
#top_lan{position:absolute;z-index:10;top:0px;right:0px;}
#top_lan a{/*导航栏整体背景*/
    width:105px;
	line-height:40px;
	color:#666;
	font-size:12px;
	font-weight: normal;
	font-family:Microsoft YaHei;
	text-align: center;
	display:block;
	float:left;
	text-transform: uppercase;
	margin:0 0px 0 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	text-align: left;
	box-sizing: border-box;
}
#top_lan a:hover{color:#666;background-color:#ffffff; }
#top_lan .lan_en{background:url(../images/lan_tb.png) no-repeat 15px 13px;padding:0 0px 0 39px;}
#top_lan .lan_cn{color:#666;background:#FFF url(../images/lan_tb.png) no-repeat 25px -20px;padding:0 0px 0 50px;letter-spacing:5px;}
#top_lan .lan_rus{background:url(../images/lan_tb.png) no-repeat 15px -54px;padding:0 0px 0 39px;}
#search {
	position:absolute;
	z-index:10;
	top:36px;
	left:470px;
	overflow:hidden;
	text-align:left;
	
    }
.inp_srh {
	float:left;
	width:260px;
	height:35px;
	padding:0 0 0 10px;
	color:rgba(255,255,255,0.4);
	line-height:35px;
	font-family:Microsoft YaHei;
	box-sizing: border-box;
	margin:0px 0 0 0;
	border:none;
	background-color:transparent;
	font-size:12px;
	border-radius:20px 0 0 20px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.btn_srh{
	float:left;
	width:40px;
	height:35px;
	line-height:35px;
	cursor:pointer;
	text-indent:-999em;
	background: #CCC url(../images/search.png) no-repeat 50% 50%;
	background-size:18px;
	border:none;
	margin:0px 0 0 0;
	border-radius:0px 20px 20px 0px;
}
.btn_srh:hover{background: #666 url(../images/search.png) no-repeat 50% 50%;background-size:18px;}
#search * { vertical-align:middle;display:inline;}

#nav{
	position:absolute;
	z-index:999;
	top:120px;
	right:0px;
	text-align:center;
	width:100%;
	height:50px;
	background:#e6261f;
}
/* -- header -- */

#header { width:1110px; margin:auto;height: 50px;position: relative;z-index: 1000;}
/* -- mainNav -- */
#header .mainNav {height:50px;font-size: 18px;font-family: 'fzltxh';position: relative;z-index: 1001;}
#header .mainNav li {position: relative;float: left;}

/* LEVEL ONE */
#header .mainNav .nav {display: block;text-align: center;height: 50px;line-height: 50px;padding:0 32px;color: #FFF;}
#header .mainNav .hover .nav,
#header .mainNav .cur {background:rgba(0, 0, 0, 0.3);position: relative;color: #FFF;}
#header .mainNav .slide-ul{display:none;position:absolute;top:100%;left:0%;padding:20px;background:rgba(0,0,0,0.8);}


#list_banner{
	width:100%;
	height:300px;
	background: #F0F0F0  no-repeat center bottom;
}


#lxwm_bj {WIDTH:100%;padding:30px 0;overflow: hidden;background-color:#333;border-bottom:1px solid rgba(255,255,255,0.3); }
.lxwm_box { WIDTH:1110px;margin:auto;overflow: hidden;}
.lxwm_box h2 {font-size:20px;text-align:center;background: url(../images/index_news_bj.gif) repeat-x center 39px;}
.lxwm_box h2 span {
	width:160px;
	height:45px;
	display:block;
	background-color:#CCCl;
	overflow:hidden;
	margin: auto;
	font-family:Microsoft YaHei;
	font-weight:normal;
	color: #ffffff;
	background: url(../images/index_news_an.gif) no-repeat center bottom;
} 
.lxwm_con {margin:0px 0 0 0;padding:0px 0 0px 0;overflow: hidden;}
.lxwm_con ul{float:right;width:450px;margin:0px;padding:0;text-align: right;}
.lxwm_con ul li{padding:0;font-size:14px;height:50px;}
.lxwm_con ul form input{
	width:210px;
	padding:0 0 0 10px;
	box-sizing: border-box;
	margin:0 0px 5px 5px;
	line-height:36px;height:36px;
	border:1px double rgba(255,255,255,0.0);
	font-family:Microsoft YaHei;
	background-color:rgba(255,255,255,0.2);
	border-radius:3px;
   outline: none;
   font-size:14px;
   color:#FFF;
}
.lxwm_con ul form textarea{
	width:425px;
	height:100px;
	line-height:22px;
	padding:10px;
	margin:0 0px 5px 5px;
	box-sizing: border-box;
    background: none;
	border:1px double rgba(255,255,255,0.0);
	font-family:Microsoft YaHei;
	background-color:rgba(255,255,255,0.2);
	border-radius:3px;
   outline: none;
   resize: none;
   overflow:auto;font-size:14px;
   color:#FFF;
}
.lxwm_con ul form input[type=submit] {
	color: #ffffff;
	line-height:36px;
	font-size:14px;
	cursor: pointer;
	font-weight: normal;
	margin:0px 0px 0 25px;
	border-radius:3px;
	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:#e6261f;
	border:2px double #e6261f;
	float:left;
}
.lxwm_con ul form input[type=submit]:hover{
	color: #fff;
    background: #333;
	border:2px solid #e6261f;
}

.lxwm_con ul p span{font-size:30px;color: #fff;margin:0 0 0 0px;line-height:1.0;font-weight:bold;text-transform:  capitalize;letter-spacing:-1px;}
.lxwm_con ul p{font-size:13px;color: #fff;margin:0 0 0 25px;line-height:2.5; text-align:left;}
.lxwm_con ul p a{color: #fa851e;}
.lxwm_con dl{float: left;width:600px;margin:0px;padding:0px 0 0px 0px;box-sizing: border-box;}

.lxwm_weixin{float:left;width:150px;min-height:210px;margin:0px 30px 0 0;}
.lxwm_weixin img{width:150px; margin:5px 0px 0 0; border:5px solid #FFF;}
.wx_text{text-align:center; line-height:30px;color:#CCC;font-size:12px;}
.lxwm_con dl p span{
	font-size:30px;
	color: #333333;
	margin:0 0 0 0px;
	line-height:1.6;
	font-weight:bold;
	text-transform: capitalize;
	letter-spacing:-1px;
}
.lxwm_con dl p{font-size:14px;line-height:1.8;color: #fff;text-align: left;}
.lxwm_con dl p a{color: #FFF;}
.lxwm_con ul form input:focus{outline: none; border: 1px solid #fff;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 #fff;transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;}
/*===========页面底部=*/
#bottom{width:100%;padding:20px 0;margin:0;text-align: center;background-color: #333;}
#bottom dl dt{ height:24px; line-height:24px;color:rgba(255,255,255,0.5);display:none;}
#bottom dl dt a{ color:rgba(255,255,255,0.5);}
#bottom dl dd{ padding:0; color:rgba(255,255,255,0.5); font-size:12px;line-height:2;}
#bottom dl dd a{ color:rgba(255,255,255,0.5);}

/*===========栏目页设定=*/
#content{margin:auto;WIDTH:1110px;padding:0px 0 0px 0px;overflow: hidden;}
.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;}
/*--------------------------------------------------------------------------------【分页样式】*/
#view_page{
	TEXT-ALIGN: center;
	font-size:16px;
	padding:20px 0 0px 0;
	display:table;
	width:100%;
}
a.LnkPgPl{
	font-size:16px;
	min-width:36px;
	height:36px;
	line-height:36px;
	margin:0 2px 0 2px;
	padding:0px 12px 0px 12px;
	box-sizing: border-box;
	text-align:center;
	color:#666;
	background-color:#fff;
	display:inline-block;
	border: 1px solid #e1e1e1;
	border-radius:3px;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   -o-border-radius:3px;
   -ms-border-radius:3px;
}
a:hover.LnkPgPl{color:#e5261f;text-decoration: none;background-color:#fff;border: 1px solid #e5261f; }
.LnkPgPR {
	font-size:16px;
	min-width:36px;
	height:36px;
	line-height:36px;
	box-sizing: border-box;
	margin:0 2px 0 2px;
	padding:0px 12px 0px 12px;
	text-align:center;
	color:#e5261f;
	background:#fff;
	display:inline-block;
	border: 1px solid #e5261f;
	border-radius:3px;

}
a:hover.LnkPgPR {color:#fff;text-decoration: none;}
a.LnkPN{
	font-size:16px;
	min-width:36px;
	height:36px;
	line-height:36px;
	margin:0 2px 0 2px;
	padding:0px 12px 0px 12px;
	box-sizing: border-box;
	text-align:center;
	color:#666;
	background-color:#fff;
	display:inline-block;
	border: 1px solid #e1e1e1;border-radius:3px;

}
a:hover.LnkPN{color:#e5261f;text-decoration: none;background-color:#fff;border: 1px solid #e5261f;}

/*-----------内容区样式-*/
#detail_a{ /*-内容区顶部-*/
    position: absolute;
	z-index:2;
	top:390px;
	left:50%;
	margin:0 0 0 -555px; 
	width:1110px;
	text-align: left;
	padding:0px 0px 0px 0px;
}
#detail_a h2{ /*-内容区顶部-*/
	padding:0px 40px 0px 40px;
	font-size:36px;
	font-family:"Microsoft YaHei";
	COLOR: #fff;
	height:80px;
	line-height:80px;
	font-weight: lighter;
	overflow: hidden;
	display:inline-block;
	border-top:0px solid #e5261f;
	border-right:0px solid #e5261f;
	border-left:0px solid #e5261f;

	background: #e5261f;
}

#place{ /*-当前位置-*/
    position: absolute;box-sizing: border-box;
	z-index:1;
	top:440px;
	left:50%;
	margin:0 0 0 -555px; 
	width:1110px;
	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);}