@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;
	font-weight: normal;
}
input, textarea {
	outline: none;
	list-style: none;
}/*去掉输入框得到焦点时边框会出现阴影效果----例如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: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
body {
	color: #131313;
	font-size: 12px;
	line-height: 1.5;
	font-family: "微软雅黑", 宋体, Arial, Helvetica, sans-serif;
}
/*公共样式*/
.clear {
	clear: both;
	margin: 20px 0;
}
i {
	font-style: normal;
}
.brack {
	font-family: "黑体";
}
.cl1 {
	color: #008000;
}
.cl2 {
	color: #ff5400
}
.left {
	float: left;
}
.right {
	float: right;
}
.wrap {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
/*头部样式*/
.header_top {
	height: 36px;
	line-height: 36px;
	background: #333333;
	color: #fff;
}
.header_top div>div a {
	margin: 0 5px;
	color: #fff;
}
.header {
	padding-bottom: 20px;
	overflow: hidden;
}
.header div>h1 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 30px;
	padding-right: 20px;
	border-right: 1px solid #919191;
	margin-top: 30px;
}
.header div>h1 a {
	font-size: 36px;
	font-weight: bold;
	color: #e00501;
}
.header div>h1 span {
	font-size: 18px;
	color: #919191;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.header div>div {
	padding: 8px 0 20px 20px;
	color: #5c5c5c;
	line-height: 32px;
}
.logoname {
	margin-top: 20px;
}
.logoname div strong {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #333;
	padding: 30px 0 0;
}
.logoname div strong span {
	color: #b52e04;
}
.logoname div i {
	display: block;
	color: #e00501;
	font-size: 18px;
}
.tell {
	padding-left: 92px;
	padding-top: 24px;
	height: 80px;
	line-height: 26px;
	margin-top: 40px;
	background: url(../images/tell.jpg) no-repeat left center;
	text-align: left;
}
.tell span {
	font-size: 14px;
	color: #333;
}
.tell strong {
	font-size: 24px;
	color: #1f1f1f;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
/*导航样式*/
.nav {
	height: 56px;
	line-height: 56px;
	background: #e00501;
}
.nav li {
	float: left;
	width: 108px;
	font-size: 15px;
	text-align: center;
}
.nav li a {
	display: block;
	height: 56px;
	background: url(../images/nav_line.jpg) no-repeat left center;
	color: #fff;
}
.nav li span {
	display: block;
	height: 46px;
	padding-right: 20px;
}
.nav .another{	background: #333333;}
.nav li:hover {
	background: #333333;
	cursor: pointer;
}
/*banner样式*/
.banner {
	width: 100%;
	margin: 0 auto;
}
.flexslider {
	position: relative;
	height: 544px;
	overflow: hidden;
	background: url(../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 544px;
}
.slides li a {
	display: block;
	width: 100%;
	height: 544px;
}
.flex-control-nav {
	position: absolute;
	bottom: 30px;
	z-index: 999;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: 0 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}
.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(../images/next.png) center center no-repeat;
}
/*搜索样式*/
.search {
	height: 62px;
	line-height: 62px;
	border-bottom: 1px solid #eee;
}
.search_wz a {
	margin: 0 5px;
}
.search_ss {
	width: 312px;
	height: 31px;
	background: url(../images/search_bg.jpg) no-repeat;
	margin-top: 14px;
}
.text {
	float: left;
	width: 235px;
	height: 31px;
	background: none;
	line-height: 31px;
	padding-left: 10px;
	font-size: 12px;
	border: 0;
	color: #878787;
}
.submit {
	float: left;
	width: 72px;
	height: 31px;
	border: 0;
	background: none;
	cursor: pointer;
}
.links {
	padding: 20px 0;
	color: #1691cf;
}
.links h3 span {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.links h3 i {
	font-size: 18px;
}
.linkLj {
	padding: 15px 0;
}
.linkLj a {
	margin-right: 10px;
	color: #333;
}
/*底部导航*/

.footer {
	width: 100%;
	margin: 30px auto 0;
	overflow: hidden;
	background: #4e4e4e;
	padding-bottom: 30px;
}
.menu_bg {
	width: 100%;
	height: 55px;
	background: #333132;
	line-height: 55px;
}
.menu_bg .link_l {
	width: 182px;
	color: #fff;
}
.menu_bg .link_l strong {
	font-size: 20px;
}
.menu_bg .link_l b {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	padding-left: 5px;
}
.menu_bg .link_r {
	width: 896px;
}
.menu_bg .link_r a {
	padding: 0 5px;
	color: #fff;
}
.footer .footer_menu {
	width: 1180px;
	height: 50px;
	margin: 0 auto;
}
.menu_bg .footer_menu ul li a {
	font-size: 14px;
	color: #ffffff;
	display: block;
}
.foot {
	width: 1180px;
	margin: 0 auto;
	color: #fff;
}
.foot a {
	color: #fff;
}
.foot .left {
	width: 200px;
	float: left;
	margin: 15px 0 0 0px;
}
.right_new {
	float: left;
	width: 880px;
	margin: 24px 0 0 0px;
	background: url(../images/xt1.jpg) no-repeat left center;
	padding-left: 10px;
}
.right_new ul {
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	height: 30px;
	line-height: 30px;
}
.right_new ul li {
	float: left;
	padding-right: 30px;
	font-size: 14px;
}
.footer .right_new p {
	font-size: 14px;
	margin: 10px 0;
	text-align: left;
}
.footer .right_new p a {
	font-size: 14px;
}
.footer .right_new p img {
	padding-left: 20px;
}
.foot .er {
	float: right;
	margin: 20px 20px 20px 0;
	width: 270px;
	height: 120px;
	padding-left: 50px;
	border-left: 1px dashed #a0a0a0;
}
.foot .er img {
	width: 104px;
	height: 104px;
	padding: 8px;
	float: left;
}
.foot .er span {
	font-size: 14px;
	padding-top: 27px;
	line-height: 30px;
	display: block;
}
