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

legend {
	color: #000
}

.inner {
	zoom: 1
}

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

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

.inner {
	zoom: 1
}

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

.inner: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
}

a:hover {
	color: #ff6200
}

img {
	vertical-align: middle
}

button,input,select,textarea {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: inherit;
	line-height: inherit
}

.wrapper {
	position: relative;
	min-height: 100%;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: border-box
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%
}

.container {
	padding-top: 100px;
	padding-bottom: 100px
}

.layout-container {
	display: flex;
	flex-direction: row
}

.layout-container .main {
	flex: 1;
	min-width: 0
}

.layout-container .side {
	width: 300px;
	margin-left: 15px
}

.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

.inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto
}

.clearfix {
	zoom: 1
}

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

.clearfix:after {
	clear: both;
	overflow: hidden
}

.J_link {
	cursor: pointer
}

.mod-breadcrumb {
	padding: 5px;
	margin-bottom: 15px;
	line-height: 20px;
	color: #666
}

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

.mod-breadcrumb a {
	color: #666
}

.banner-outer {
	max-width: 500px;
	margin: 15px auto
}

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

	.header {
		height: 85px;
		border-top: none
	}

	.container {
		padding-top: 100px
	}

	.layout-container {
		flex-direction: column
	}

	.layout-container .side {
		width: auto;
		margin-left: 0
	}

	.mod-breadcrumb {
		margin-bottom: 15px;
		padding: 0 10px
	}
}
.mod-head
{
	height:80px;
	background:#0076b1;
}

.mod-head .logo
{
	float:left;
	height:80px;
	overflow:hidden;
}

.mod-head .nav
{
	margin-left:250px;
}

.mod-head .nav li
{
	float:left;
	position:relative;
}

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

.mod-head .bd .logo {
	float: left;
	height: 80px;
	overflow: hidden
}

.mod-head .ft {
	background: #ff6200
}

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

.mod-head .ft ul li {
	float: left;
	position: relative
}

.mod-head .ft ul li a {
	display: block;
	padding: 0 20px;
	line-height: 40px;
	font-size: 16px;
	color: rgba(255,255,255,.9)
}

.mod-head .ft ul li.active {
	background: rgba(0,0,0,.05)
}

.mod-head .ft ul li.active a {
	color: #fff
}

.mod-head .ft ul li.active:after {
	position: absolute;
	left: 50%;
	bottom: 1px;
	display: inline-block;
	content: "";
	width: 20px;
	height: 4px;
	margin-left: -10px;
	background: #fff;
	border-radius: 2px
}

.mod-head .nav li a
{
	display:block;
	line-height:80px;
	font-weight:700;
	font-size:16px;
	color:rgba(255,255,255,.9);
	padding:0 25px;
}

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

.mod-head .nav li.active:after
{
	position:absolute;
	left:50%;
	bottom:15px;
	display:inline-block;
	content:"";
	width:20px;
	height:4px;
	margin-left:-10px;
	background:#fff;
	border-radius:2px;
}

@media screen and (max-width: 727px) {
	.mod-head
	{
		height:85px;
		box-shadow:1px 1px 6px rgba(0,0,0,.025);
	}
	
	.mod-head .logo
	{
		float:none;
		display:block;
		height:40px;
		text-align:center;
		padding:4px 0;
	}
	
	.mod-head .logo img
	{
		width:auto;
		height:40px;
	}
	
	.mod-head .nav
	{
		margin-left:0;
		background:#fff;
		overflow:hidden;
		border-bottom:1px solid #e2e2e2;
		white-space:nowrap;
		overflow-x:auto;
		padding:0 5px;
	}
	
	.mod-head .nav li a
	{
		line-height:36px;
		font-size:15px;
		color:#999;
		padding:0 10px;
	}
	
	.mod-head .nav li.active a
	{
		color:#333;
	}
	
	.mod-head .nav li.active:after
	{
		width:16px;
		bottom:2px;
		margin-left:-8px;
		background:#3b99fc;
	}
	
}

.mod-foot {
	padding: 25px 30px;
	background: #252525;
	overflow: hidden;
	line-height: 24px;
	text-align: center
}

.mod-foot span,.mod-foot a {
	vertical-align: middle;
	margin: 0 6px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #73777a
}

.mod-sidebar {
	position: fixed;
	right: 40px;
	bottom: 40px
}

.mod-sidebar a {
	display: block;
	width: 48px;
	height: 48px;
	background: #f8f8f8;
	border: 1px solid rgba(0,0,0,.05);
	line-height: 48px;
	text-align: center
}

.mod-link {
	margin-bottom: 20px
}

.mod-link .bd {
	line-height: 28px;
	background: #f8f8f8;
	border-radius: 5px;
	padding: 10px 15px
}

.mod-link .bd a {
	white-space: nowrap;
	margin: 0 5px
}

.mod-link .bd span {
	font-weight: bold
}

.banner-outer {
	max-width: 500px;
	margin: 15px auto
}
.item-inner {position: absolute;line-height:20px;font-size:14px;left: 2px;right: 2px;top: 60px;background-color: #f1ebe8;z-index: 9999;border-radius: 10px;}
.item-inner a:first-child {border-top: 0;}
.item-inner a {display: block;padding: 10px 0;color: #0c0b0b;}
@media screen and (max-width: 727px) {
	.mod-foot {
		margin-left: 0;
		padding: 12px 16px
	}

	.mod-foot .info {
		margin-left: 0;
		text-align: center
	}

	.mod-foot .info p {
		height: auto;
		line-height: 22px;
		font-size: 12px
	}

	.mod-sidebar {
		right: 10px;
		bottom: 10px
	}

	.mod-sidebar a {
		width: 36px;
		height: 36px;
		border-radius: 3px;
		line-height: 36px
	}

	.mod-sidebar a img {
		width: 24px;
		height: 24px
	}

	.mod-sidebar a:hover {
		background-position: 0 0
	}
}