@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	}

	
html,body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	}
	
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
li{
	list-style:none;
	}
ul li a{
	display:block;
	}
a{
	text-decoration:none;
	color:#666;
	outline:none;
	}
input{
	border:1px solid #ccc;
	outline:none;
	}
textarea{
	border:1px solid #ccc;
	outline:none;
	}
form{
	margin:0px;
	padding:0px;
	}
table{
	cellspacing:0px;
	cellpadding:0px;
	}
img{
	border:none;
	}
a,img{border:0;}
.clear{
	clear:both;
	}
p{
	/***
	text-align:justify; 
	text-justify:inter-ideograph;
	***/
	}
dl,dt,dd{padding:0;margin:0;}
.arial{
	font-family:Arial, Helvetica, sans-serif;
	}
.verdana{
	font-family: Verdana,Geneva,sans-serif;
	}
.en{
	font-family:Arial, Helvetica, sans-serif;
	}
.en1{
	font-family:Georgia, "Times New Roman", Times, serif;
	}
/****** 以上为全局设置 ******/
.warpper{
	width:100%;
	height:auto;
	}
/** head_top **/
.head_top{
	width:100%;
	height:80px;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	border-bottom:1px solid #eee; display:none;
	}
.hdtp_cen{
	width:1000px;
	height:auto;
	position:relative;
	}
	
	
	
	
.top_xbt{
	width:128px;
	height:25px;
	line-height:25px;
	position:absolute;
	top:5px;
	right:50px;
	}
.top_xbt img{
	width:23px;
	height:26px;
	}
.top_xbt span{}
.top_xbt span a{
	color:#999;
	}
.top_xbt span a:hover{
	color:#006db8 ;
	text-decoration:underline;
	}
.topsp1{
	float:left;
	}
.topsp2{
	margin-left:5px;
	float:left;
	}
.topspyy1{
	float:left;
	margin-left:5px;
	color:#999;
	}
.topspyy2{
	float:left;
	margin-left:3px;
	color:#999;
	}
.topspyy1 a{color:#999;}
.topspyy2 a{color:#999;}	
	
	
	
	
	
	
	
.head_logo{
	width:48px;
	height:60px;
	float:left;
	margin-top:10px;
	}
.head_menu{
	width:742px;
	height:35px;
	float:right;
	margin-top:30px;
	
	}
.head_menu ul{}
.head_menu ul li{
	height:35px;
	line-height:35px;
	float:left;
	width:120px;
	text-align:center;
	font-size:14px;
	position:relative;
	}
.head_menu ul li a{
	color:#000;
	}
.head_menu ul li a:hover{
	color:#006db8;
	}
#hdmu_current a{
	color:#006db8;
	}
.head_menu ul li span{
	display:block; position:absolute; width:0px; height:0px; background:#006db8; top:35px; left:50%;
	}
/** head_top **/

.section_ab{
	width:100%;
	height:100%;
	}
.section_ab01{background:url(../images/xdbg01.jpg) 50% 0 no-repeat fixed; background-size:cover;}
.section_ab02{background:url(../images/xdbg3.jpg) top center no-repeat; background-size:cover;}
.section_ab03{background:url(../images/xdbg4.jpg) top center no-repeat; background-size:cover;}
.section_ab04{}
.section_ab05{}

.section_qy01{}
.section_qy02{}
.section_qy03{}

.section_cp01{background:url(../images/bg02.jpg) top center no-repeat;}
.section_cp02{background:#fff;}
.section_cp03{background:#f5f5f5;}
.section_cp04{background:#fff;}
.section_cp05{background:#f5f5f5;}
.section_cp06{background:#fff;}
.section_cp07{background:#f5f5f5;}

.section_pro01{}

.section_al01{ background:#f5f5f5;}
.section_al02{ background:#fff;}

.section_gz01{}
.section_gz02{}

.section_lx01{ background:#fff;}
.section_lx02{background:url(../images/xdbg2.jpg) top center no-repeat; background-size:cover;}
.section_lx03{}

.section_xw01{}
.section_xw02{}




.sec_ping{
	width:100%;
	height:100%;
	position:relative;
	}	

	
.foot_ping{
	width:100%;
	height:35px;
	background:#ccc;
	position:absolute;
	bottom:0;
	left:0;
	}
.footp_ce{
	width:1000px;
	height:auto;
	}
.banquan1{
	width:450px;
	height:40px;
	line-height:40px;
	float:left;
	color:#fff;
	}
.unohacha_logo1{
	width:150px;
	height:40px;
	float:right;
	}




/** sec_news **/
.sec_news{
	width:1000px;
	height:480px;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-175px;
	margin-left:-500px;
	}
.secnews_nr{
	height:auto;
	}	
.secnew_one{
	width:420px;
	height:auto;
	float:left;
	}
.secnew_tp{
	width:420px;
	height:310px;
	overflow:hidden;
	}
.secnew_tp img{
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	}
.secnew_tp img:hover{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform:  scale(1.1,1.1);
	-ms-transform:  scale(1.1,1.1);
	-o-transform:  scale(1.1,1.1);
	transform:  scale(1.1,1.1);
	}
.secnes_xmlb{
	width:420px;
	height:100px;
	background:#eee;
	}
.sec_xwtm{
	width:90%;
	height:25px;
	line-height:25px;
	padding-top:10px;
	font-size:14px;
	overflow:hidden;
	}
.sec_xwtm a{
	color:#006db8;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	}
.sec_xwtm a:hover{
	text-decoration:underline;
	}
.sec_xwtim{
	width:90%;
	height:44px;
	line-height:22px;
	overflow:hidden;
	margin-top:5px;
	}

.secnew_two{
	width:530px;
	height:420px;
	float:right;
	}
	
.xiner_newsb{
	height:auto;
	}
.xiner_newsb ul{
	margin-top:40px;
	}
.xiner_newsb ul li{
	height:60px;
	margin-bottom:30px;
	}
.time_kk{
	width:56px;
	height:56px;
	border:2px solid #006db8;
	text-align:center;
	float:left;
	}
.time_kk p{
	line-height:20px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.tmkk1{
	color:#006db8;
	font-size:16px;
	font-weight:bold;
	}
.tmkk2{
	color:#444;
	font-size:12px;
	}
.newsbcon{
	width:450px;
	height:60px;
	float:right;
	}
.newsb_tm{
	height:25px;
	line-height:25px;
	overflow:hidden;
	font-size:14px;
	}
.newsb_tm a{
	color:#000;
	}
.newsb_tm a:hover{
	color:#006db8;
	text-decoration:underline;
	}
.newsb_nr{
	height:25px;
	line-height:25px;
	overflow:hidden;
	}
.newsb_nr p{
	color:#999;
	}
	
	
.sec_hydt{
	width:1000px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-203px;
	margin-left:-500px;
	}




.sec_xwny{
	width:1000px;
	height:530px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-218px;
	margin-left:-500px;
	}
/** sec_news **/
/** xinda_top **/
.xinda_top{
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	}
.xinda_top1{
	width:100%;
	height:72px;
	background:#fff;
	}
.xinda_top2{
	width:100%;
	height:37px;
	background:#006db8;
	}
.xinda_top3{
	width:100%;
	height:100px;
	position:absolute;
	top:0;
	left:0;
	}
.xinda_topcen{
	width:1000px;
	height:auto;
	position:relative;
	}
	
.xinda_logo{
	width:65px;
	height:81px;
	float:left;
	margin-top:10px; display:none;
	}

.xinda_dh{
	width:790px;
	height:auto;
	float:right;
	margin-right:70px;
	}
.xinda_menu{
	height:auto;
	margin-top:20px;
	}
.xinda_menu ul{}
.xinda_menu ul li{
	float:left;
	height:35px;
	line-height:35px;
	}
.xdli1{
	width:100px;
	text-align:center;
	}
.xdli1 a{
	color:#666;
	}
.xdli1 a:hover{
	color:#006db8;
	font-weight:bold;
	}
#xdmu_current a{
	color:#006db8;
	font-weight:bold;
	}
.xdli2{
	color:#d1d1d1;
	margin:0px 5px;
	}
.canli_xian{
	width:50px;
	height:2px;
	background:#fff;
	margin-top:10px;
	margin-bottom:10px;
	}	
.xinda_cnen{
	width:52px;
	height:25px;
	position:absolute;
	top:22px;
	right:0px; 
	}
.xdcn{ padding:0px 5px;}
.xddian{color:#fff; }
.xden{padding:0px 5px;font-family:Georgia, "Times New Roman", Times, serif;}
.xinda_cnen a{
	color:#eee;
	}
.xinda_cnen a:hover{
	color:#fff;
	text-decoration:underline;
	}
/** xinda_top **/
