﻿﻿@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;}
img {border:0;margin:0; padding:0;}
ul,li,ol,h1,h2,h3,dl,dt,dd,form,p,span,b,u,s,i{list-style:none;margin:0; padding:0;}
.clearfix{display:inline-table;}
* html .clearfix{height:1%;/*ie6*/}
*+html .clearfix{min-height:1px;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0;}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }
input,textarea {outline:none;border:0px;}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } a:focus{ -moz-outline-style: none; /* FF */ } /*去掉a标签超链接的虚线框*/
a:link { text-decoration: none;color: #535353;}
a:visited {text-decoration: none; color: #535353;}
a:hover { text-decoration: none; color: #000000;transition: all 0.3s ease-out 0s;}
a:active {text-decoration: none; color: #535353;}


body {margin: 0px; 
color:#262626; 
font-size: 12px; 
font-family:微软雅黑,Arial, Helvetica, sans-serif;
background:#fff;
}
a.more:link { text-decoration: none;color: #FFFFFF;}
a.more:visited {text-decoration: none; color: #FFFFFF;}
a.more:hover { text-decoration: none; color: #FFFFFF;}
a.more:active {text-decoration: none; color: #FFFFFF;}


/*header*/
/*top*/
.topbox{ background:#f2f2f2; color:#000;}
.top{ overflow:hidden; 
width:1180px; 
height:29px; 
margin:0 auto; 
line-height:29px; 
padding-right:10px;
}
.top a{ float:right; 
margin-right:4px; 
color:#000;
}
.top a:hover{text-decoration:underline;}
.top span{float:left;}
.top span b{color:#ff7a05;}
.top2{ width:1180px; 
height:122px; 
margin:0 auto;
}
.logo{width:251px; 
height:81px; 
float:left; 
margin-top:35px; 
display:inline;
padding-right:30px;
border-right:2px solid #e5e5e5;
}
.logo-R{ width:462px; 
height:75px; 
float:left; 
margin-left:30px; 
font-size:22px; 
color:#ooo; 
margin-top:38px;
text-align:left;
}
.logo-R span{ display:block; 
line-height:37px;
}
.logo-R b{ color:#ff7a05;
 }
.logo-R2{ height:60px; 
padding-left:50px; 
background:url(img/tel.jpg) no-repeat left center; 
float:right; 
font-size:14px; 
margin-top:35px; 
line-height:24px; 
font-weight:bold;
}
.text_1{line-height:30px;}
.logo-R2 span{font-size:31px; 
color:#c1122f;
font-style:italic;
}


/*nav*/
.navbox{margin-top:20px;
	width:100%;
	height:50px;
	background:#133984;
}
.nav{width:1180px;
	margin:0 auto;
	line-height:50px;
	overflow:hidden;
}
.nav ul li{float:left;
	font-size:15px;
	font-weight:bold;
}
.nav ul li a{color:#fff;
	display:block;
	width:131px;
	height:50px;
	text-align:center;
}
.nav ul li a:hover{background:#ff7a05;
}






/*foot*/
.footer{width:100%; background:#024a84; padding:20px 0; overflow:hidden; color:#fff; text-align:center;line-height:25px;}
.foot{width:1180px; background:#024a84; padding:20px 0; overflow:hidden; color:#fff; text-align:center;margin:0 auto; line-height:25px;}
.foot a{color:#fff; font-size:16px;    margin: 0px 10px 5px 10px;}
.foot a:hover{text-decoration:underline;}
.menu{border-bottom:1px dotted #999999; padding-bottom:10px;}
.foot_text{margin:10px 0 0 0;font-size: 18px;    line-height: 44px;}
.foot_text img{margin:0 5px;}
.foot_text a{color:#fff; font-size:18px;}











































