@charset "utf-8";
/* 公共样式 */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, textarea, dl, dt, dd, span, i {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color:#FFF;
	font-size:14px;
	font-family: '微软雅黑', tahoma, arial, 宋体, sans-serif;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}
select, input, textarea, img {
	vertical-align: middle;
	border: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
i {
	font-style: normal;
}
b {
	font-weight: normal;
}
.clear {
	clear: both;
}
.claerfloat{
	clear:both;
	height:0px;
	font-size:1px;
	line-height:0px;
	}
input:hover{
	border:none;
	}
/*nav*/
.nav{
	background:url(../images/nav_bg.png) repeat-x;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	position:fixed;
	top:0px;
	z-index:600;
	}
.nav span{
	color:#FFF;
	font-size:18px;
	letter-spacing:1px;
	}
.content{
	margin-top:40px;
	overflow:hidden;
	}	
/*icon_list*/
.icon_list{
	width:100%;
	overflow:hidden;
	}
.icon_list li{
	float:left;
	width:25%;
	}
.icon_list li a{
	display:block;
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	color:#969696;
	}
.icon_list li a:hover{
	text-decoration:none;
	}
.icon_list li img{
	display:block;
	width:65.625%;
	margin:0 auto;
	margin-top:20%;
	margin-bottom:6%;
	}
	
/*公司简介*/
.gsjj{
	width:100%;
	overflow:hidden;
	margin-top:27px;
	}
.gsjj_title{
	width:92%;
	margin:0 auto;
	overflow:hidden;
	border-bottom:1px solid #00c2f7;
	}
.gsjj_title p{
	float:left;
	letter-spacing:1px;
	color:#000f6f;
	font-size:18px;
	margin-left:13px;
	padding:6px 0px;
	}
.title_img{
	display:block;
	width:8.73%;
	float:left;
	}
.gsjj_img{
	display:block;
	width:92%;
	margin:0 auto;
	margin-top:22px;
	}
.gsjj_p{
	text-indent:2em;
	width:92%;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:14px;
	margin:0 auto;
	margin-top:26px;
	}
.more{
	display:block;
	float:right;
	color:#feac02;
	font-size:14px;
	padding:8px 0px;
	}
.yjzs{
	width:100%;
	background-color:#e6f0fc;
	overflow:hidden;
	margin-top:30px;
	padding-bottom:37px;
	}
.yjzs_img{
	display:block;
	width:92%;
	margin:0 auto;
	margin-top:22px;
	}
.xwdt{
	width:100%;
	overflow:hidden;
	}
.news_list{
	width:92%;
	overflow:hidden;
	margin:0 auto;
	}
.news_list li{
	width:100%;
	height:40px;
	line-height:40px;
	border-bottom:1px dashed #c9d8e2;
	}
.word_list li{
	width:98%;
	padding:10px 0;
	line-height:20px;
	border-bottom:1px dashed #c9d8e2;
	}
.word_list li span{ color:#fff; background:#0CF;}
.news_list li img{
	display:block;
	float:left;
	}
.news_list li a{
	display:block;
	float:left;
	font-size:14px;
	color:#000;
	}
.news_list li i{
	display:block;
	float:right;
	font-size:14px;
	color:#000;
	}
.adress{
	width:100%;
	border-top:7px solid #00c2f7;
	margin-bottom:60px;
	padding:20px 0px;
	margin-top:15px;
	}
.adress p{
	color:#00295a;
	font-size:12px;
	text-align:center;
	line-height:20px;
	}
.adress p a{
	color:#00295a;
	font-size:12px;
	text-align:center;
	line-height:20px;
	}

	
/*footer*/
.index_footer{
	background:url(../images/footer_bg.png) repeat-x;
	width:100%;
	height:60px;
	position:fixed;
	left:0px;
	bottom:0px;	
	overflow:hidden;
	z-index:99999;
	}
.index_footer li{
	width:25%;
	height:60px;
	float:left;	
	}
.index_footer li a{
	display:block;
	background:url(../images/footer_bg.png) repeat-x;
	width:100%;
	height:60px;
	overflow:hidden;
	}
.index_footer li a:hover{
	background:url(../images/footer_bg_hover.png) repeat-x;
	}
.index_footer li a img{
	display:block;
	width:50px;
	margin:0 auto;
	margin-top:6px;
	}
	
	
/*news_list*/
.pic_list{
	width:100%;
	overflow:hidden;
	margin-bottom:5px;
	margin-top:20px;
	}
.pic_list li{
	width:49%;
	float:left;
	margin-bottom:10px;
	}
.pic_list .first_li{
	margin-right:2%;
	}
.pic_list li img{
	display:block;
	width:100%;
	height:130px;
	}
.pic_list li .font{
	display:block;
	width:100%;
	text-align:center;
	font-size:14px;
	color:#000;
	margin-top:10px;
	height:30px;
	}
	
/*tab_page_list*/
.tab_page{
	width:100%;
	border-bottom:1px solid #005ea8;
	overflow:hidden;
	}
.tab_page_list{
	height:32px;
	overflow:hidden;
	margin:0 auto;
	margin-top:9px;
	text-align:center;
	}
.tab_page_list a{
	width:80px;
	height:32px;
	line-height:32px;
	font-size:14px;
	color:#000;
	text-align:center;
	background-color:#fff;
	padding:5px;
	}
.tab_page_list a:hover{
	background-color:#005ea8;
	color:#FFF;
	text-decoration:none;
	 -moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
	}
	
/*pic01_list*/
.pic01_list{
	width:92%;
	overflow:hidden;
	margin:0 auto;
	}
.pic01_list li{
	display:block;
	width:100%;
	height:115px;
	margin-top:15px;
	position:relative;
	}
.img01{
	position:absolute;
	display:block;
	width:100%;
	height:115px;
	top:0px;
	left:0px;
	z-index:1;
	}
.img02{
	position:absolute;
	width:53.3%;
	height:115px;
	display:block;
	top:0px;
	left:0px;
	z-index:2;
	}
.pic01_list p{
	position:absolute;
	left:10px;
	z-index:3;
	color:#FFF;
	margin-top:35px;
	width:40%;
	text-align:53.3%;
	}

	
/*page_con*/
.page_con{
	width:100%;
	overflow:hidden;
	}
.page_con h3{
	width:92%;
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	line-height:26px;
	}
.page_con p{
	text-indent:2em;
	width:92%;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:14px;
	margin:0 auto;
	margin-top:10px;
	line-height:24px;
	}
.page_con img{
	display:block;
	margin:0 auto;
	margin-top:10px;

	width:90% !important;
	height:auto !important;
	}
.page_title{
	width:92%;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	color:#000;
	margin:0 auto;
	margin-top:10px;
	}
.page_con_normal{
	width:100%;
	overflow:hidden;
	}
.page_con_normal p{
	width:92%;
	text-align:left;
	margin:0 auto;
	color:#000;
	margin-top:10px;
	}
.xingqing{
	width:92%;
	height:40px;
	line-height:40px;
	margin:0 auto;
	margin-top:10px;
	border-bottom:1px solid #00c2f7;
	}
.xingqing .date{
	float:left;
	height:40px;
	line-height:40px;
	text-align:left;
	font-size:12px;
	}
.xingqing .number{
	background:url(../images/eye.png) no-repeat;
	width:136px;
	float:right;
	height:40px;
	line-height:40px;
	text-align:right;
	font-size:12px;
	}
.updown_con{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.updown{
	display:block;
	width:92%;
	margin:0 auto;
	margin-top:10px;
	color:#7f7f7f;
	font-size:12px;
	text-align:left;
	}
	
/*lxwm*/
.lxwm_pic{
	display:block;
	width:92%;
	margin:0 auto;
	margin-top:20px;
	}
.lxwm_con01 .p01{
	width:100px;
	color:#000;
	text-align:justify;
	text-justify:distribute-all-lines !important;
	font-size:14px;
	line-height:26px;
	}
/*page*/
.page{
	width:92%;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	color:#585858;
	margin-top:20px;
	}
.page a{ color:#585858;}
.up_page{
	display:block;
	padding:1px 5px;
	border:1px solid #005ea8;
	float:left;
	color:#005ea8;
	}
.up_page:hover{
	border:1px solid #80afd4;
	color:#80afd4;
	text-decoration:none;
	}
.down_page{
	display:block;
	padding:1px 5px;
	border:1px solid #005ea8;
	float:right;
	color:#005ea8;
	}
.down_page:hover{
	border:1px solid #80afd4;
	color:#80afd4;
	text-decoration:none;
	}
	
/*lyb_table*/
.lyb_table{
	width:92%;
	margin:0 auto;
	margin-top:20px;
	}
.lyb_table tr td{
	padding:10px 5px;
	border:1px solid #cccccc;
	}
.lyb_table tr td img{
	display:block;
	border:none;
	margin:0 auto;
	}
.lyb_table tr td input{
	display:block;
	width:92%;
	border:none;
	margin:0 auto;
	}
.lyb_table tr td textarea{
	display:block;
	width:92%;
	height:300px;
	border:none;
	margin:0 auto;
	}
.yz_number{
	width:92%;
	margin:0 auto;
	overflow:hidden;
	border:1px solid #cccccc;
	margin-top:10px;
	}
.yz_number input{
	display:block;
	width:70%;
	float:left;
	padding:10px;
	}
.yz_number img{
	display:block;
	width:30%;
	float:right;
	}
.tijiao{
	background-color:#005fa3;
	display:block;
	width:92%;
	margin:0 auto;
	margin-top:10px;
	text-align:center;
	height:36px;
	line-height:36px;
	color:#FFF;
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;           /* W3C syntax */
	}
.tijiao:hover{
	text-decoration:none;
	background-color:#004f9a;
	color:#fff;
	}
.lyb_title{
	display:block;
	width:92%;
	margin:0 auto;
	margin-top:20px;
	}
