﻿html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

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;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}
.red{color:red !important;}
.copyrightd { text-align:center; color:#ff0000;}
legend {
	color: #000;
}
.box-radius{ border-radius:5px;}
.inner,.container {
	zoom: 1;
}

.inner:before,.container:before,.inner:after,.container:after {
	content: "";
	display: table;
}

.inner:after,.container:after {
	clear: both;
	overflow: hidden;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial,Helvetica,"Microsoft Yahei";
	font-size: 14px;
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
}

img {
	vertical-align: middle;
}

button,input,select,textarea {
	font-family: Tahoma,Arial, Helvetica,"微软雅黑";
	font-size: inherit;
	line-height: inherit;
}

.wrapper {
	position: relative;
	background: #f0f0f0;
	min-height: 100%;
}

.inner {
	position: relative;
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}

.J_link {
	cursor: pointer;
}

.mod-search{
	background: #fff;
}

.mod-breadcrumb {
	margin-top: -15px;
	line-height: 30px;
	color: #666;
}

.mod-breadcrumb span,.mod-breadcrumb a,.mod-breadcrumb strong {
	margin-right: 4px;
}

.mod-breadcrumb a {
	color: #666;
}

@media screen and (max-width: 799px) {
	.inner {
		max-width: none;
		padding: 0;
	}

	.mod-breadcrumb .bd {
		margin: 0 12px;
	}
}

.mod-head {
	margin-bottom: 20px;
}

.mod-head .bd {
	position: relative;
	height: 80px;
	background: #fff;
	line-height: 80px;
}

.mod-head .bd ul {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
	overflow: hidden;
}

.mod-head .bd li {
	float: left;
	height: 36px;
	padding: 0 10px;
	line-height: 36px;
	color: #fff;
}

.mod-head .bd li a {
	color: #fff;
}

.mod-head .ft {
	background: #bb927a;
	height: 44px;
}

.mod-head .ft ul {
	overflow: hidden;
}

.mod-head .ft li {
	float: left;
	line-height: 44px;
	width: 7.69%;
	text-align: center;
}

.mod-head .ft li a {
	display: block;
	font-size: 15px;
	color: #fff;
}

.mod-head .ft li.active a,.mod-head .ft li a:hover {
	background: rgba(255,255,255,0.1);
	color: #000;
}

@media screen and (max-width: 799px) {
	#index{
		display: none;
	}

	.mod-head {
		margin-bottom: 15px;
	}

	.mod-head .bd {
		height: 50px;
		text-align: center;
		line-height: 50px;
	}

	.mod-head .bd img {
		width: auto;
		height: 50px;
	}

	.mod-head .ft {
		height: auto;
		overflow: hidden;
	}

	.mod-head .ft li {
		width: 16.66%;
		line-height: 32px;
		text-align:center;
	}

	.mod-head .ft li a {
		position: relative;
		right: -1px;
		bottom: -1px;
		padding: 0 2px;
		font-size: 14px;
		border-right: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
}

.mod-foot {
	position: relative;
	padding: 20px 15px;
	line-height: 22px;
	text-align: center;
	color: #999;
	border-radius: 8px;
}

.mod-foot span,.mod-foot a {
	margin: 0 3px;
	white-space: nowrap;
}

.mod-foot a {
	color: #999;
}

.mod-link {
	line-height: 30px;
}

.mod-link a {
	padding: 0 4px;
}

@media screen and (max-width: 799px) {
	.mod-head .ft li#navbar-category-ybzgjm{
	    width:40%!important;
	}
}