@charset "utf-8";
/* CSS Document */
/*-------重设浏览器默认样式--------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, select, input, textarea, p, blockquote, table, th, td, hr, button {
	margin: 0;
	padding: 0;
}
body, select, input, textarea {
	color: #333;
	font-size: 62.5%;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	word-wrap: break-word; /*允许长单词换行到下一行*/
	word-break : normal;/*word-break: break-all;*/ /*允许在单词内换行*/
}
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
img, input, button {
	border: 0 none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: inherit;
	margin: 0 auto;
}
/*去掉链接虚线，针对Firefox*/
a:focus {
	outline-style: none;
}
/*去掉链接虚线，针对IE*/
a, area {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #0073cd;
	text-decoration: underline;
}
/*html5*/
main, article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	display: block;
}
.animate-box {
	opacity: 0;
}
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
}
/*-------定义公共样式--------*/
#header, footer {
	width: 100%;
	margin: 0px auto;
}
/*---------头部文件---------*/
#header {
	height: 115px;
	position: relative;
}
#header .top-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#header img {
	vertical-align: middle;
	max-width: 100%;
}
#header .logo {
	float: left;
	display: inline;
	margin: 10px 0 9px 10px;
}
#header h1 {
	font-size:26px;
	float: left;
	display: inline;
	height:80px;
	line-height:80px;
	margin: 12px 0 0 16px;
	font-weight: normal;
	background: url(../images/top-line.png) no-repeat left;
	padding-left:10px;
}
#header h1 img {
	margin: 30px 0 0 18px;
}
#header .tel {
	float: right;
	display: inline;
	font-size: 14px;
	padding-left: 50px;
	color: #666;
	margin: 30px 60px 0 0;
	background: url(../images/tel.png) no-repeat left 5px;
}
#header .tel span {
	color: #0168b7;
	font-size: 22px;
}
/*---------移动端导航-------------*/
.bigmegamenu {
	position: relative;
}
.wsmenu-list form {
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	padding: 10px 0 10px 15px;
	position: relative;
}
.wsmenu-list form input[type="text"] {
	display: block;
	border: 1px solid #CCC;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	height: 34px;
	padding-left: 10px;
	font-size: 1.4em;
	width: 190px;
	position: relative;
}
.wsmenu-list form input[type="text"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.wsmenu-list form input[type="submit"] {
	width: 29px;
	height: 29px;
	background: url(../images/search_bg.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	top: 14px;
	right: 28px;
	z-index: 999;
}
/*------------菜单-----------*/
#menu {
	width: 100%;
	background: #004098;
	height: 62px;
	line-height: 60px;
}
nav.menu {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
nav.menu ul {
	clear: both;
}
nav.menu ul li {
	width: 139px;
	/*height: 62px;
	line-height: 60px;*/
	float: left;
	display: inline;
	text-align: center;
}
nav.menu > ul a {
	color: #fff;
	font-size: 1.6em;
	display: block;
}
nav.menu > ul a:hover {
	text-decoration: none;
}
nav.menu #navBd {
	position: relative;
}
nav.menu .navHover a {
	display: inline-block;
	color: #fff;
}
nav.menu #navSelected {
	position: absolute;
	top: 0;
	width: 139px;
	height:100%;
	/*width: 139px;
	height: 62px;*/
	background: transparent url(../images/menu-over.png) no-repeat top center;
}
/*---------搜索-----------*/
nav.menu form {
	height: 34px;
	line-height:34px;
	width: 270px;
	position: absolute;
	right: 0;
	top: 20%;
}
nav.menu form input[type="text"] {
	border: 1px solid #9ab0ce;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	height: 32px;
	line-height: 32px;
	padding-left: 6px;
	font-size: 1.4em;
	width: 262px;
	background: #004098;
	color: #eaeaea;
}
nav.menu form input[type="text"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
nav.menu form input[type="submit"] {
	width: 29px;
	height: 29px;
	background: url(../images/search_bg.png) no-repeat;
	float: right;
	display: inline;
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: 2px;
}
/*-------------------*/

main>.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: auto !important;
	overflow: hidden;
}
main>.wrapper >h1 {
	line-height: 35px;
	font-size: 1.6em;
	font-weight: normal;
	background: #DDE4E9;
	height: 35px;
	text-indent: 10px;
}
main>.wrapper >h1 a {
	border: none;
	width: 23px;
	height: 23px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	top: 2px;
	right: 7px;
	cursor: pointer;
	outline: none;
	background: url(../images/arrow-down.png) no-repeat center center;
	background-size: 100%;
}
main>.wrapper >h1 a:hover, main>.wrapper >h1 a.dl-active {
	background: url(../images/arrow-down2.png) no-repeat center center;
}
/*-----下拉菜单-----*/
.dl-menuwrapper {
	width: 100%;
	float: right;
	right: 0;
	position: absolute;
	z-index: 10;
}
.dl-menuwrapper ul {
	background: #015FA6;
	position: absolute;
	width: 100%;
	padding: 0;
	list-style: none;
	display: none;
	z-index: 8;
}
.dl-menuwrapper li {
	position: relative;
}
.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	border-top: 1px solid #F1F1F1;
	outline: none;
}
.dl-menuwrapper li a:hover {
	text-decoration: none;
	background: rgba(255,248,213,0.1);
}
/*-----内页导航----*/
main>.nav-top {
	width: 100%;
	height: 62px;
	background: #f8f8fb;
}
main .site-nav {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: auto !important;
	overflow: hidden;
}
main .site-nav h2 {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 60px;
	float: left;
	display: inline;
}
main .site-nav ul {
	float: right;
	display: inline;
}
main .site-nav ul li {
	float: left;
	display: inline;
	border-right: 1px solid #e4e5e8;
}
main .site-nav ul li a {
	height: 60px;
	line-height: 60px;
	width: 110px;
	display: block;
	font-size: 16px;
	color: #939393;
	text-align: center;
}
main .site-nav ul li:first-child {
	border-left: 1px solid #e4e5e8;
}
main .site-nav ul li a.acur, main .site-nav ul li a:hover {
	color: #36bef0;
	border-bottom: 2px solid #36bef0;
	text-decoration: none;
}
/*------内页与公共部分------*/
#content {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	margin: 0 auto;
}
/*-----------------*/
main {
	margin-bottom: 30px;
}
/*-----底部-----*/
footer {
	font-size: 1.4em;
	color: #fff;
	background-color: #0065b4;
	height: auto !important;
	overflow: hidden;
}
footer a {
	color: #d9d6d6;
	padding: 0px 2px;
}
footer a:hover {
	color: #d9d6d6;
}
footer strong {
	font-weight: normal;
}
footer address {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0px;
}
footer address .scan {
	width: 16%;
	float: left;
	text-align: center;
	background: url(../images/footer-line.jpg) no-repeat right;
}
footer address .scan img {
	margin-top: 10px;
	vertical-align: middle;
	max-width: 100%;
}
footer address .scan p {
	color: #fff;
}
footer .copyright {
	width: 81%;
	height: auto !important;
	float: left;
	display: inline;
	line-height: 30px;
	margin: 35px 0px 0px 30px;
}
footer address span {
	padding-right: 10px;
}
footer .copyright a {
	color: #fff;
	text-align: center;
}
/*-----底部-----*/
.footer2 {
	display: none;
}
/*-------分页--------*/
#content .page {
	line-height: 30px;
	text-align: center;
	font-size: 1.2em;
}
#content .page a, #content .page span {
	padding: 4px 8px;
	border: 1px solid #555;
}
#content .page span {
	margin: 0 6px;
}
#content .page a:hover {
	background: #E5E5E5;
	text-decoration: none;
}
/*-----分页样式-----*/
nav.pagelist {
	clear: both;
	text-align: center;
	font-size: 14px;
	padding: 5px 0px 20px 0px;
}
nav.pagelist a {
	border: #0065B4 1px solid;
	margin-right: 6px;
	padding: 4px 7px;
	color: #0065B4;
}
nav.pagelist a:hover {
	color: #fff;
	background: #0065B4;
	text-decoration: none;
}
nav.pagelist span.current {
	border: #0065B4 1px solid;
	background-color: #0065B4;
	margin-right: 6px;
	padding: 4px 7px;
	color: #fff;
}
nav.pagelist span.disabled {
	border: #ccc 1px solid;
	margin-right: 6px;
	padding: 4px 7px;
	color: #3C3C3C;
}
/*--------上下翻页------------*/
#content .prevnext {
	margin: 0px 20px 30px 20px;
	clear: both;
	font-size: 14px;
	padding: 10px 17px 5px 17px;
	text-align: center;
	height: auto !important;
	overflow: hidden;
	border-top: 1px dotted #959595;
}
#content .prevnext .previous {
	width: 50%;
	float: left;
	text-align: left;
}
#content .prevnext .next {
	width: 50%;
	float: right;
	text-align: right;
}
.nothing {
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}
/*----新闻中心------*/
main hgroup.news-list>figure {
	position: relative;
	overflow: hidden;
	padding:15px 10px;
	border-bottom: 1px solid #c9c9c9;
}
main hgroup.news-list>figure:hover {
	background-color: rgba(63,29,29, 0.05);
}
main hgroup.news-list>figure>a {
	display: block;
	overflow: hidden;
	float: left;
	width: 20%;
}
main hgroup.news-list>figure img{
	width: 100%;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
main hgroup.news-list>figure a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
main hgroup.news-list>figure figcaption {
	float: left;
	width: 80%;
}
/*-----------新闻标题-------------------*/
main hgroup.news-list>figure h3 {
	font-weight: normal;
	font-size: 20px;
	padding-left: 20px;
	padding-top:6px;
}
main hgroup.news-list>figure h3 a {
	color:#004098;
	width: 100%;
	display: inline-block;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
main hgroup.news-list>figure h3 a:hover {
	color: #d20001;
	text-decoration:none;
}
/*----新闻列表内容-----*/
main hgroup.news-list>figure figcaption p {
	font-size: 1.5em;
	line-height: 26px;
	color:#999;
	padding: 0 0px 10px 20px;
}
main hgroup.news-list>figure figcaption p a {
	color: #e13c00;
}
main hgroup.news-list>figure figcaption>span {
	font-size: 1.4em;
	color: #999;
	padding-left: 20px;
}
