﻿@charset "utf-8";

* {

	margin: 0px;

	padding: 0px;

}

::selection {

	background-color: #cc3e3e;

	color: #fff;

}



::-moz-selection {

 background-color: #cc3e3e;

color:#fff;

}



::-webkit-selection {

 background-color: #cc3e3e;

color:#fff;

}

img {

	border: 0;

	margin: 0;

	padding: 0;

}

ul, li, ol, h1, h2, h3, dl, dt, dd, form, p, b, u, s, i {

	list-style: none;

	margin: 0;

	padding: 0;

	font-weight: normal

}

.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标签超链接的虚线框*/

.clearboth {

	clear: both

}

a:link {

	text-decoration: none;

	color: #404040;

}

a:visited {

	text-decoration: none;

	color: #404040;

}

a:hover {

	text-decoration: none;

	color: #cc3e3e;

	transition: all 0.3s ease-out 0s;

}

a:active {

	text-decoration: none;

	color: #404040;

}

em {

	font-style: normal;

}

.mainall {

	width: 1180px;

	margin: 0 auto;

	overflow: hidden;

}

.mainall1 {

	width: 1180px;

	margin: 0 auto;

}

.tnr {

	font-family: times new roman;

}

.fl {

	float: left;

}

.fr {

	float: right;

}

.tc {

	text-align: center;

}

.re {

	position: relative;

}

.ab {

	position: absolute;

}

body {

	margin: 0px;

	color: #404040;

	background: #FFF;

	font-size: 14px;

	font-family: "Microsoft YaHei", "微软雅黑", 宋体, Arial, Helvetica, sans-serif;

}

/*<!--top-->*/

.top_bg {

	height: 42px;

	line-height: 42px;

	background: #ececec;

	color: #6f6f6f;

}

.top_sw {

	float: right;

	display: inline;

	color: #6f6f6f;

}

.top_sw a {

	padding: 0px 6px 0px 10px;

	color: #6f6f6f;

	background: url(../images/ss.jpg) no-repeat left center;

}

.top_sw a:first-child {

	background: none;

}

.top_zi {

	color: #6f6f6f;

	padding-left: 20px;

}

/*<!--logo-->*/







.top_bgk {

	height: 140px;

	overflow: hidden;

	background: #FFF;

}

.logo {

	margin: 40px 0 0 10px;

}

.logo a {

	font-size: 36px;

	font-weight: bold;

	color: #cc3e3e !important;

}

.logo p {

	text-transform: uppercase;

	color: #6d6d6d;

	margin-top: 6px;

	font-family: Arial, Helvetica, sans-serif;

}

.biaoyu {

	margin: 36px 0 0 30px;

	border-left: 1px solid #e7e7e7;

	padding: 8px 0;

	padding-left: 30px;

}

.biaoyu span {

	font-size: 24px;

	font-weight: bold;

	color: #333;

	display: block;

}

.biaoyu p {

	font-size: 18px;

	color: #5b5b5b;

	margin-top: 6px;

}

.top_tel {

	background: url(../images/top_pic.jpg) no-repeat right top;

	margin: 36px 0px 0 0;

}

.top_tel p {

	background: url(../images/tel.jpg) no-repeat left center;

	padding-left: 80px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 24px;

	color: #333;

	line-height: 24px;

	font-weight: bold;

}

.top_tel p span {

	font-size: 16px;

	color: #cc3e3e;

	display: inline-block;

	font-weight: bold;

}

/*<!--nav-->*/

 

.nav_bg {

	height: 50px;

	background: #cc3e3e;

}

.nav_l a {

	height: 50px;

	background: url(../images/pro_more.jpg) no-repeat 200px center;

	display: block;

	font-size: 20px;

	font-weight: bold;

	color: #FFF;

	line-height: 50px;

	text-indent: 40px;

}

.nav_r li {

	height: 50px;

	display: block;

	float: left;

	color: #FFF;

	text-align: center;

	font-size: 16px;

	background: url(../images/nav_tag.jpg) no-repeat left center;

}

.nav_r li a {

	height: 50px;

	display: block;

	color: #FFF;

	padding: 0px 12px;

	line-height: 50px;

}

.nav_r li:hover, .nav_r li.another {

	background: #0f9b00;

}

.nav_r li:hover a, .nav_r li.another a {

	color: #FFF;

}

.fixedNav {

	position: fixed;

	top: 0px;

	left: 0px;

	width: 100%;

	z-index: 100000;

	_position: absolute;

 _top: expression(eval(document.documentElement.scrollTop));

}

/*foot*/

.foot{ height:324px; background:url(../images/foot.jpg) no-repeat center top;}

.foot_nav{ height:68px; background:#0f9b00; border-radius:50px; line-height:68px; margin:40px 0;}

.foot_nav li{ padding:0 16px; font-size:14px; float:left;}

.foot_nav li a{ color:#fff;}

.foot_ins{ text-align:center; line-height:30px; color:#fff;}

.foot_ins h2{ display:inline-block; font-size:14px;}

.foot_ins a{ color:#fff;}