html body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0px;
	font-family: "微软雅黑";
}
img {
	margin: 0 auto;
	padding: 0;
}
a {
	list-style-type: none;
	text-decoration: none;
}
li {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
.clear {
	clear: both;
}
.line {
	color: #FFF;
	border: 1px red dashed;
}
.size12 {
	font-size: 12px !important;
}
.size14 {
	font-size: 14px !important;
}
.size16 {
	font-size: 16px !important;
}
.size18 {
	font-size: 18px !important;
}
.size20 {
	font-size: 20px !important;
}
.size24 {
	font-size: 24px !important;
}
.white {
	color: #FFF !important;
}
.red {
	color: #f00;
}
.clear {
	clear: both;
}
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
display:none;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
li {
	list-style-type: none;
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
legend {
	color: #000;
}
html, body {
	width: 100%;
	height: 100%;
	color: #333;
	font-family: "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
	font-size: 14px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
a {
	text-decoration: none
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}
div.pinch-zoom {
	position: relative;
}
div.pinch-zoom, div.pinch-zoom img {
	width: 100%;
	-webkit-user-drag: none;
}
.nav {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	z-index: 9999;
	display: inline-block;
}
.nav .nav_list {
	float: left;
	background: url(../images/menu_line.jpg) right center no-repeat;
}
.nav li {
	float: left;
	height: 40px;
	width: 110px;
	line-height: 40px;
	position: relative;
	background: url(../images/menu_line.jpg) left center no-repeat;
}
.nav li.last {
	background: none;
}
.nav li a {
	float: left;
	display: block;
	width: 110px;
	height: 40px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
}
.nav li a:hover {
	text-decoration: none;
}
.nav li a span {
	float: left;
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-family: "Microsoft YaHei";
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.nav li.selected .submenu {
	display: block;
}
.nav li .submenu {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	background: rgba(0,0,0,0.7);
	width: 110px;
	z-index: 9999;
}
.nav li .submenu li {
	float: left;
	padding: 0;
	background: none;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #fbe7ea;
}
.nav li .submenu li a {
	float: none;
	padding: 0;
	text-align: center;
	font-family: "Microsoft YaHei";
	height: 35px;
	line-height: 35px;
	background: none;
	color: #FFF;
	width: 110px;
	font-size: 15px;
	font-weight: bold;
}
.nav li .submenu li a:hover {
	font-weight: normal;
	color: #f40b0e;
	text-decoration: none;
}
.fix {
*zoom:1;
}
.fix:after {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.cell {
	display: table-cell;
*display:inline-block;
	width: 2000px;
*width:auto;
}
.cell_bk {
	display: table;
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
}
.ell {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ie_dib {
*zoom:1;
	display: inline-block;
*display:inline;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.layout {
	width: 100%;
	min-width: 1120px;
	display: inline-block;
}
.menu_lef div.logo_rig_r {
	float: right;
	margin-top: 18px;
	display: block;
}
.bg2 {
	background: #a7212f;
}
.logo_rig_r .lanren-search-form {
	width: 170px;
	margin: 0px auto;
	overflow: hidden;
	display: block;
	border: 1px solid #ececec;
	float: right
}
.lanren-search-form .search-bd {
	height: 22px;
}
.lanren-search-form .search-bd li {
	font-size: 12px;
	width: 60px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	float: left;
	cursor: pointer;
	background-color: #EEE;
	color: #666;
}
.lanren-search-form .search-bd li.selected {
	color: #FFF;
	font-weight: 700;
	background-color: #21657b;
}
.lanren-search-form .search-hd {
	background-color: #FFF;
	padding: 3px;
	position: relative;
	font-size: 14px;
	line-height: 21px;
}
.lanren-search-form .search-hd input {
	color: #333;
}
.lanren-search-form .search-hd .search-input {
	width: 155px;
	height: 22px;
	line-height: 24px;
	padding: 0 0;
	background: none;
	text-indent: 10px;
	border: 0;
	outline: none;
	position: relative;
	left: 3px;
	top: 0;
	z-index: 5;
#margin-left:-10px;
}
.lanren-search-form .search-hd .btn-search {
	width: 30px;
	height: 22px;
	line-height: 22px;
	position: absolute;
	right: 3px;
	top: 3px;
	border: 0;
	z-index: 6;
	cursor: pointer;
	font-size: 12px;
	color: #FFF;
	font-weight: 700;
	background: none;
	outline: none;
	background: url(../images/search.png) no-repeat 0 0;
}
.lanren-search-form .search-hd .pholder {
	display: inline-block;
	padding: 2px 0;
	font-size: 12px;
	color: #999;
	position: absolute;
	left: 13px;
	top: 11px;
	z-index: 4;
	padding-left: 25px;
#top:11px;
}
.lanren-search-form .search-hd .s2, .lanren-search-form .search-hd #s2 {
	display: none;
}
.lanren-search-form .search-bg {
	width: 170px;
	height: 22px;
	background: #FFF;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 1;
}
.bg1 {
	background: #f3f3f3;
}
.logo {
	width: 1120px;
	margin: 0 auto;
	font-size: 14px;
}
.logo_rig {
	display: inline-block;
	float: right;
	line-height: 25px;
}
.logo_rig b {
	font-weight: normal;
}
.logo_rig span {
	padding: 0 10px;
	font-size: 12px;
}
.logo_rig span a {
	color: #3a3939;
}
.menu {
	width: 1120px;
	margin: 0 auto;
	font-size: 14px;
}
.menu_lef {
	display: inline-block;
	width: 100%;
	height: 100px;
}
.menu_lef_l img {
	height: 79px;
	margin-top: 12px;
	margin-right: 48px;
}
.menu_lef_c img {
	width: 259px;
	height: 22px;
	margin-top: 12px;
}
.menu_lef_l {
	float: left;
}
.menu_lef_c {
	background: url(../images/logo_line.jpg) no-repeat left center;
	padding-left: 18px;
	height: 58px;
	margin-top: 30px;
	float: left;
}
.menu_lef div {
}
.menu_lef_r {
	float: right !important;
	background: url(../images/phone.jpg) no-repeat left;
	padding-left: 55px;
	display: inline-block;
	height: 46px;
	margin-top: 30px;
}
.menu_lef_r h3 {
	line-height: 23px;
	font-size: 16px;
}
.menu_rig {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 100%;
}
.menu_rig ul {
	display: inline-block;
}
.bg5 {
	background: #2A2A2A;
	min-height: 300px;
}
.footer {
	width: 1120px;
	margin: 0 auto;
	color: #FFF;
	font-size: 12px;
	margin-top: 30px;
}
.footer a {
	color: #FFF;
}
.footer h3 {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 25px;
}
.footer a:hover {
	color: #FFF;
}
.footer h3 {
	font-size: 18px;
	color: #FFF;
	text-align: left;
}
.footer p {
	color: #bababa;
	font-size: 13px;
	line-height: 22px;
	width: 500px;
}
.footer_lef {
	display: inline-block;
	float: left;
}
.footer_rig {
	display: inline-block;
	float: right;
	margin-top: 30px;
	text-align: center;
}
.footer_rig h3 {
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
.footer_rig img {
	width: 120px;
	height: 120px;
}
.footer_bo {
	background: #1A1A1A;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.footer_bot {
	width: 1120px;
	margin: 0 auto;
	color: #FFF;
	font-size: 12px;
}
.footer_bot h3, .footer_bot p {
	display: inline-block;
	float: left;
	line-height: 47px;
	color: #bbb;
}
.footer_bot h3 a, .footer_bot p a {
	color: #bbb;
}
.about_rig_par .news_title {
	font-size: 25px;
	text-align: center;
	padding: 20px 0px;
	line-height: 150%;
}
.about_rig_par .news_date {
	text-align: center;
	padding-bottom: 20px;
}
.logo_rig_r .telWrapper {
	background: url(/images/telephone.png) left center no-repeat;
	color: #504a4a;
	font-family: Georgia;
	font-size: 24px;
	letter-spacing: 2px;
	text-indent: 28px;
	display: block;
	margin-bottom: 10px;
}
.contact_left {
	margin-top: 10px;
}
.foot_nav {
	color: #bababa;
	padding-top: 20px;
	border-top: 1px solid #444;
	margin-top: 20px;
}
.foot_nav ul {
	clear: both;
	margin-bottom: 8px;
}
.foot_nav ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.foot_nav ul li {
	float: left;
	border-right: 1px solid #444;
	padding-right: 0px;
	padding-left: 10px;
}
.foot_nav ul li a {
	color: #bababa;
}
.foot_nav ul li:first-child {
	border-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.foot_nav ul li:last-child {
	border-right: 0px;
}
