/*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*/
body,dl,dt,dd,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
}

.mod-head .bd {
	zoom: 1
}

.mod-head .bd:before,.mod-head .bd:after {
	content: "";
	display: table
}

.mod-head .bd:after {
	clear: both;
	overflow: hidden
}

body {
	height: 100%;
}


img {
	vertical-align: middle
}

button,input,select,textarea {
	font-family: Tahoma,Arial,Helvetica,"Î¢ÈíÑÅºÚ";
	font-size: inherit;
	line-height: inherit
}

.wrapper {
	position: relative;
	min-height: 100%;
	background: #f6f9fe
}


.clearfix {
	zoom: 1
}

.clearfix:before,.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both;
	overflow: hidden
}

.J_link {
	cursor: pointer
}

.mod-breadcrumb .bd {
	padding: 6px 15px;
	background: rgba(255,255,255,.1);
	margin-bottom: 15px;
	line-height: 20px;
	color: rgba(255,255,255,.8);
	border-radius: 4px
}

.mod-breadcrumb .bd span,.mod-breadcrumb .bd a,.mod-breadcrumb .bd strong {
	white-space: nowrap;
	margin-right: 4px
}

.mod-breadcrumb .bd a {
	color: rgba(255,255,255,.8)
}

.banner-outer {
	max-width: 500px;
	margin: 15px auto
}

.btn {
	display: inline-block;
	width: 90px;
	height: 36px;
	margin: 0 10px 5px;
	padding: 0 10px;
	background-color: #276cae;
	border: none medium;
	line-height: 36px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer
}

.btn:hover {
	opacity: .8;
	color: #fff
}

@media screen and (max-width: 727px) {
	.mod-breadcrumb .bd {
		padding: 6px 12px
	}

	.mod-breadcrumb .bd span,.mod-breadcrumb .bd a,.mod-breadcrumb .bd strong {
		margin-right: 0
	}
}

.mod-head {
	position: relative;
	margin: 0 auto
}

.mod-head:after {
	position: absolute;
	left: 0;
	bottom: -480px;
	display: block;
	content: "";
	width: 100%;
	height: 480px;
	background-image: linear-gradient(to bottom, #276cae 0%, rgba(39, 108, 174, 0.75) 30%, rgba(39, 108, 174, 0.5) 60%, rgba(39, 108, 174, 0) 100%)
}

.mod-head .bd {
	background: #276cae
}

.mod-head .bd .logo {
	float: left;
	width: 240px;
	height: 100px;
	text-align: center;
	overflow: hidden
}

.mod-head .bd .logo img {
	margin-top: -25px
}

.mod-head .bd .search {
	float: right;
	width: 360px;
	margin: 30px 20px;
	position: relative;
	height: 40px;
	background: rgba(255,255,255,.9);
	border-radius: 20px;
	overflow: hidden
}

.mod-head .bd .search input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 8px 16px;
	line-height: 24px;
	background: none;
	box-sizing: border-box;
	border: medium none;
	outline: none
}

.mod-head .bd .search button {
	position: absolute;
	right: -1px;
	top: 0;
	width: 90px;
	height: 40px;
	background: #fc9000;
	border: medium none;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	outline: none;
	cursor: pointer
}

.mod-head .bd .search button:hover {
	background: #d97e05
}

.mod-head .bd .search .clear {
	display: none;
	position: absolute;
	top: 5px;
	right: 100px;
	text-align: center;
	vertical-align: middle
}

.mod-head .bd .search .clear span {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #dbdbdb;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	color: #333
}

.mod-head .ft {
	background: #fff;
	border-bottom: 1px solid #f0f0f0
}

.mod-head .ft ul {
	overflow: hidden
}

.mod-head .ft li {
	float: left;
	margin: 0 5px
}

.mod-head .ft li a {
	position: relative;
	display: block;
	height: 42px;
	padding: 0 20px;
	line-height: 42px;
	font-size: 16px;
	color: #888
}

.mod-head .ft li.active a {
	background: rgba(0,0,0,.025);
	font-weight: bold;
	color: #333
}

.mod-head .ft li.active a:after {
	position: absolute;
	bottom: 1px;
	left: 50%;
	display: inline-block;
	width: 24px;
	height: 4px;
	content: "";
	margin-left: -12px;
	vertical-align: middle;
	background: #03b8cf;
	border-radius: 2px
}

@media screen and (max-width: 727px) {
	.mod-head .bd .logo {
		float: none;
		width: auto;
		height: 60px
	}

	.mod-head .bd .logo img {
		width: 120px;
		height: 75px;
		margin-top: -7px
	}

	.mod-head .bd .search {
		float: none;
		width: auto;
		height: 36px;
		margin: 0 5px 10px
	}

	.mod-head .bd .search input {
		height: 36px;
		padding: 6px 15px;
		line-height: 32px
	}

	.mod-head .bd .search button {
		width: 72px;
		height: 36px;
		line-height: 32px
	}
}

.mod-foot {
	border-top: 1px solid #e2e2e2;
	background: #f5f5f5
}

.mod-foot .bd {
	padding: 25px 30px;
	line-height: 24px;
	text-align: center;
	color: #666;
	overflow: hidden
}

.mod-foot .bd a {
	margin: 0 5px;
	color: #666
}

.mod-fixedbar a {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 40px;
	width: 60px;
	height: 60px;
	background: url("../images/goback.png") center center no-repeat;
	background-size: 60px auto;
	text-indent: -333em;
	z-index: 99
}

.mod-fixedbar a:hover {
	background-position: 0 0
}

.banner-outer {
	max-width: 500px;
	margin: 15px auto
}

@media screen and (max-width: 727px) {
	.mod-foot .bd {
		padding: 15px 10px
	}

	.mod-foot .bd p {
		height: auto;
		line-height: 20px;
		font-size: 12px
	}

	.mod-fixedbar a {
		right: 16px;
		bottom: 20px;
		width: 40px;
		height: 40px;
		background-size: 40px auto
	}

	.mod-fixedbar a:hover {
		background-position: 0 0
	}
}