/* CSS Document */
/*reset*/
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
label {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", Arial, serif;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	display: block
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html,
body,
fieldset,
iframe,
abbr {
	border: 0;
	color: #3c3c3c;
}

i,
em,
address {
	font-style: normal
}

li {
	list-style: none
}

label {
	cursor: default
}

a,
button,
input[type='submit'] {
	cursor: pointer
}

a {
	color: #3c3c3c;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #3e88d3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: "Microsoft YaHei", Arial, serif
}

input[type="button"] {
	cursor: pointer;
}

input,
select {
	-webkit-appearance: none;
}

/*public*/
html,
body {
	font-size: 16px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: ##f1faff;
	font-family: "Microsoft YaHei", Arial, serif;
}

#header,
#footer,
#nav {
	width: 100%;
}

#header {
	position: relative;
}

.content {
	width: 75rem;
	margin: 0rem auto;
	padding: 0;
	position: relative;
}

.main {
	background: #f1faff;

}

/*顶部*/

.top_right {
	position: absolute;
	top: 3rem;
	right: 0;
}

.top_right h2 {
	font-size: 1rem;
	float: left;
	background: url(../images/line.png) right center no-repeat;
	padding: 0rem 1.5rem;
}

.top_right h2:nth-child(2) {
	padding: 0rem 0rem 0 1rem;
	background: none;
}

.logobar {
	background: url(../images/01.png) repeat-x;
	height: 10.875rem;
	width: 100%;
}

.logo {
	position: relative;
	left: 0;
}

#header h1 {
	width: 43.815rem;
	height: 10.875rem;
}

#header h1 a {
	display: block;
	height: 100%;
	width:100%;
	background: url(../images/02.png) left 1.5rem no-repeat;
	color: rgba(255, 255, 255, 0);
}

/*鼠标悬停*/
.w {
	padding: 0
}

.w .fa {
	position: relative;
	margin: 0 5px;
}

.w .fa .s {
	position: absolute;
	display: none;
	margin-left: -3.625rem;
	left: 50%;
	top: 2rem;
	width: 7.25rem;
	height: 7.25rem;
	z-index: 999;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3)
}

.w .fa .s img {
	width: 100%
}

.w .fa:hover .s {
	display: block
}

#bottom-bar .wf-td p fa fa-weixin {
	display: none;
}

/*鼠标悬停*/

/*搜索*/
.search {
	position: absolute;
	top: 3rem;
	right: 0;
}

.search input[type="text"] {
	width: 20.25rem;
	height: 2.5rem;
	background-color: #ffffff;
	border: 1px solid #c7d6de;
	border-radius: 1.375rem;
	line-height: 2.5rem;
	padding: 0 0rem 0 0rem;
	text-indent: 0.5rem;
	font-size: 0.95rem;
	text-indent: 0.8rem;
	color: #0b599b;
}

.search input[type="submit"] {
	width: 3.75rem;
	height: 2.5rem;
	background: url(../images/03.png) 1rem center no-repeat;
	background-size: 1.33rem;
	background-color: #063489;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	border-top-right-radius: 1.375rem;
	border-bottom-right-radius: 1.375rem;
}

.search input:focus {
	outline: none
}

/*搜索*/

/*导航*/
#nav {
	color: #fff;
	background: #063489;
	position: absolute;
	height: 3.125rem;
}

.nav {
	width: 75rem;
	margin: 0rem auto;
}

.nav>ul {
	width: 100%;
	margin: 0 auto;
	height: 3.125rem;
}

.nav ul>li {
	float: left;
	width: 10.714rem;
	height: 3.125rem;
	;
	text-align: center;
	line-height: 3.125rem;
	position: relative;
	font-size: 1.13rem;
}

.nav ul li a {
	display: block;
	color: #fff;
}

.nav li:hover>a,
.nav li.current a {
	background: #008ae8;
}

.nav ul li .menu-nav {
	position: absolute;
	top: 3.125rem;
	left: 0;
	width: 100%;
	height: auto;
	background: #008ae8;
	z-index: 999;
	display: none;
}

.nav ul li .menu-nav ul li a:hover {
	background: #063489;
}

/*导航*/

/*底部*/
#footer {
	background: #063489;
	padding: 3.125rem 0;
	overflow: hidden;
}

.footcopyleft {
	float: left;
	font-size: 1rem;
	color: #fff;
}

.footcopyright {
	float: right;
	font-size: 0.9rem;
	color: #fff;
	width: 7.8125rem;
	height: 7.8125rem;
}

.footcopyright img {
	width: 100%;
	height: 100%;
}

.footcopyleft p {
	line-height: 2rem;
}

.clear {
	clear: both
}


.pagearea {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination {
	border: 1px solid #C7D6DE;
	background-color: #fff;
}

.pagination li {
	float: left;
	padding: 4px 10px;
	border-left: 1px solid #C7D6DE;
	
	cursor: pointer;
}
.pagination li a,.pagination li span{
	font-size: 16px;
	color: #464646;
}
.active{
	background-color: #008ae8 !important;
}
.active a,.active span{
	color:#fff !important;
}
.pagination li:nth-child(1){
	border-left: none;
}

.location h2 {
	width: 100%;
	padding: 3.125rem 1.125rem;
	box-sizing: border-box;
	line-height: 1rem !important;
}




/* 媒体查询 */
@media screen and (max-width:1366px) {
	html,
	body {
		font-size: 14px;
	}
	
	.link-list select {
	    width: 14.75rem !important;
	}
}

@media screen and (max-width:1200px) {
	html,
	body {
		font-size: 12px;
	}
	
	#header h1 a {
		background: url(../images/12.png) left 1.5rem no-repeat;
	}
}