﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,p{padding: 0; margin: 0;box-sizing: border-box;}
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: #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{resize:none} 
img { border:0px;padding: 0; margin: 0;}
body{
	margin:0 auto;
	text-align: left;
    font-family:Microsoft YaHei;
	background-color:#FFF;

}
html{filter:progid:DXImageTranorm.Microsoft.BasicImage(grayscale=1);}
/*========基本表格设置：在没有具体规定的情况下适用=*/
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: #cc0033;
	text-decoration: none
}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{
	margin:auto;
}
/*===========页面头部=*/
#top_bj{
	position:relative;/*顶部元素定位祖先*/
	height:1070px;
	MARGIN:auto;
	background-color:#FFF;
	background-image: url(../images/top_bj.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#top{
	position:absolute;
	z-index:2;
	top:0px;
	left:50%;
	margin:auto;
	width:1110px;
	height:100px;
	margin-left:-555px;  /*设置为宽度的一半*/
	margin-top:0px;   /*设置为高度的一半*/
}

#logo a{/*网站标题位置*/
    position:absolute;
	z-index:10;
	top:25px;
	left:0px;
	width:362px;
	height:52px;
	background: url(../images/logo.png) no-repeat; 

}

#top_tel{/*导航栏整体背景*/
	position:absolute;
	z-index:10;
	top:10px;
	right:0px;;
	height:24px;
	line-height:24px;
	color: #333;
	font-size:14px;
	font-weight:normal;
}
#top_tel span{/*导航栏整体背景*/
	line-height:24px;
	color:#333;
	font-size:14px;
	font-weight: normal;
}
#top_tel i{/*导航栏整体背景*/
	margin:0px 5px 0 10px;
	color:#cc0033;
	font-size:18px;
	line-height:24px;
}
#search {
	position:absolute;
	z-index:3;
	top:47px;
	right:0px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
	-ms-border-radius:30px;
	overflow:hidden;
	text-align:left;

    }
#search_bj{
	position:absolute;
	z-index:2;
	width:265px;
	height:32px;
	top:47px;
	right:0px;
	background-color: #ffffff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border-radius:30px;
   -webkit-border-radius:30px;
   -moz-border-radius:30px;
   -o-border-radius:30px;
   -ms-border-radius:30px;
   overflow:hidden;
    }
.inp_srh {
	float:left;
	width:210px;
	height:32px;
	padding:0 0 0 10px;
	color: #bebebe;
	line-height:32px;
	background-color:transparent;
	font-family:Microsoft YaHei;
	box-sizing: border-box;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin:0px 0 0 0;
}
.btn_srh {
	float:left;
	width:45px;
	height:24px;
	line-height:24px;
	cursor:pointer;
	text-indent:-999em;
	background:  url(../images/search.png) no-repeat 50% 50%;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #0a57a7;
	margin:4px 0 0 0;
}
#search * { vertical-align:middle;display:inline;}
#nav{
	position:absolute;
	z-index:10;
	width:1110px;
	top:100px;
	left:50%;
	margin-left:-555px;  /*设置为宽度的一半*/
	text-align:center;
}
#nav_bj{
	position:absolute;
	z-index:2;
	width:1110px;
	top:100px;
	left:50%;
	height:50px;
	background-color:#ca0b13;
	filter:alpha(opacity=85);  
      -moz-opacity:0.85;  
      -khtml-opacity: 0.85;  
      opacity: 0.85;
	margin-left:-555px;  /*设置为宽度的一半*/
	border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
}
#news_bj{
	position:absolute;
	z-index:2;
	width:1110px;
	top:510px;
	left:50%;
	overflow:hidden;
	background-color:#fff;
	margin-left:-555px;  /*设置为宽度的一半*/
}
#top_banner_bj{
	position:absolute;
	z-index:1;
	top:0px;
	width:100%;
	height:570px;
	background-repeat: no-repeat;
	background-position: center top;
}
/*===========页面底部=*/
#bottom{
	width:100%;
	padding:20px 0 20px 0;
	margin: auto;
	text-align: center;
	background-color: #333;

}
#bottom dl dt{ height:24px; line-height:24px;color:#a7a7a7;display:none;}
#bottom dl dt a{ color: #a7a7a7;}
#bottom dl dd{ padding:0; color:#a7a7a7; font-size:12px;line-height:2;}
#bottom dl dd a{ color: #a7a7a7;}

/*============首页板块背景=*/
#index_bj {
	margin:auto;
	WIDTH:1110px;
	padding:30px 0 30px 0px;
	overflow: hidden;

    }

/*==============首页三列=*/

#left { float:left; width:510px; margin:30px 0 30px 30px;}
#center { float:left; width:415px;margin:0 0 0 20px;}
#right { float: right; width:510px; margin:30px 30px 30px 0;}
#gundong { float:left; width:1060px; margin:0 0 0 20px;}
.en {
	font-size:14px; 
	font-family:Microsoft YaHei;
	padding:0px;
	height:2px;
	font-weight: bold;
	color: #dc743c;
	width:80px;
	background-color:#cc0033;
	margin:10px auto 10px auto;
}
.more a{
	font-family:Microsoft YaHei;
	font-weight: normal;
	margin:0px 0 0 0;
	padding:0 0 0 0;
	COLOR: #666;
	line-height:40px;
	font-size:14px;
	text-align:center;
	display: block;
	float: right;
	
}/*cursor: pointer;
	font-weight: normal;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:0px solid #e07f00;
	background: #666;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;*/

.title_key1{
font-weight:bold;
}
.title_key1 span{
font-weight: normal;
}
.title_key2 a{
color:#000099;
}
.title_key3 a{
color:#FF0000;
}


.index_box {width:1140px;margin:0 0px 0px 0px;}
.side_box { width:540px;float:left;margin:0 30px 0px 0px;overflow: hidden;}
.side_box h2 {
	height:40px;
	font-size:20px;
	text-align:left;
	background-image: url(../images/list_bt_bj.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.side_box h2 span {
	height:40px;
	font-family:Microsoft YaHei;
	padding:0px 0 0 0px;
	line-height:30px;
	font-weight:  normal;
	color: #333;
	float:left;
} 
.side_con {
	padding:15px 0 0 0;
	min-height:143px;                
    _height:143px;
}
.side_con .bj{
	background-image: url(../images/lxwm_bj.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.side_con ul {
	margin-top:0px;
	padding:0px;
}
.side_con ul p{
	font-size: 14px;
	line-height:1.9;
	text-align: justify;
	color: #333;
}
.side_con ul li a {
	padding:0;
	font-size: 14px;
	height:24px;
	line-height:24px;
	text-align: left;
	color: #fff;
}
.side_con ul li span {
	float:right;
	color:#fff;
	font-size:14px;
	height:24px;
	line-height:24px;
	
}


.link_box{
	position:absolute;
	z-index:2;
	width:1110px;
	top:965px;
	left:50%;
	overflow:hidden;

	margin-left:-555px;  /*设置为宽度的一半*/
}
.link_box h2 {
	width:1110px;
	overflow: hidden;
	font-size:18px;
	height:30px;
	text-align: left;
}
.link_box h2 span {
	height:30px;
	line-height:19px;
	padding:0 0 0 0px;
	font-weight:bold;
	color: #333;
	float:left;
} 

.link_con {padding:0px 0px 0px 0px;width:1140px;box-sizing: border-box;margin:0px 0 0px 0;overflow:hidden;}
.link_con ul {padding:0 0 0px 0; overflow: hidden; zoom:1;}
.link_con ul li {
	float:left;
	width:350px;
	line-height:40px;
	margin:0px 30px 0px 0px;
	padding:0px;
	font-size:14px;
	text-align: center;
	background-color:#fff;
	border:5px solid #dce6ef;
}
.link_con ul li a { display:block;}
.link_con ul li img { width:100%;height:75px;padding:0px 0px 0px 0px;}