@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:#0054a6;
	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: #0054a6;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #ffb400;
	text-decoration:none;
}
/*html5*/
main, article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	display: block;
}
.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;
}
.wrapper {
	max-width:1200px;
	height: auto !important;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
/*---------头部文件---------*/
#header {
	height: 130px;
	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;
	margin: 18px 0 0 0;
}
#header .top-right {
	float: right;
	display: inline;
	margin-top: 5px;
}
/*-----------语言与搜索-----------*/
#header .top-right .language{
	height:auto !important;
	overflow:hidden;
}
#header .top-right .language a {
	font-size: 1.4em;
	height:22px;
	line-height:22px;
	padding:0 10px;
	color:#fff;
	min-width:110px;
	float:left;
	display:inline-block;
	text-align:center;
	background:#0055a5;
	margin-right:10px;
}
#header .top-right .language a:hover {
	background:#ffb400;
}
#header .top-right .language a:last-child{
	margin:0;
	background:#ffb400;
}
#header .top-right .language a:last-child:hover{
	margin:0;
	background:#0055a5;
}
/*----头部联系方式----*/
#header .contact{
	height:96px;
	float:left;
	display:inline;
	background:url(../images/worldmap.png) no-repeat left bottom;
}
#header .contact>a{
	font-size: 1.5em;
	font-weight: bold;
	display:inline-block;
	margin:28px 0 0 162px;
}
#header .top-right>ul{
	float:right;
	display:inline;
	margin:35px 0 0 20px;
}
#header .top-right>ul li{
	float:left;
	display:inline;
}
#header .top-right>ul li a{
	display:block;
	width:36px;
	height:36px;
	margin-left:8px;
}
#header .top-right>ul li:nth-child(1) a{
	margin:0;
	background:url(../images/top.png) no-repeat left top;
}
#header .top-right>ul li:nth-child(1) a:hover{
	background:url(../images/top.png) no-repeat left bottom;
}
#header .top-right>ul li:nth-child(2) a{
	background:url(../images/top.png) no-repeat -51px top;
}
#header .top-right>ul li:nth-child(2) a:hover{
	background:url(../images/top.png) no-repeat -51px bottom;
}
#header .top-right>ul li:nth-child(3) a{
	background:url(../images/top.png) no-repeat -102px top;
}
#header .top-right>ul li:nth-child(3) a:hover{
	background:url(../images/top.png) no-repeat -102px bottom;
}
/*---------移动端导航-------------*/
.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;
}
/*------------菜单-----------*/
nav#menu {
	height: 40px;
	/*position: relative;*/
	/*z-index: 100;*/
	width: 100%;
	background-color: #0055a5;
	border-bottom:3px solid #fbc033;
}
nav#menu>ul {
	max-width: 1200px;
	margin: 0 auto;
}
nav#menu>ul>li {
	float: left;
	display: inline;
	position: relative;
}
nav#menu>ul>li>a {
	padding: 10px 25px;
	font-size: 1.6em;
	text-align: center;
}
nav#menu ul li a{
	color:#fff;
	display: block;
	text-transform:capitalize;
}
nav#menu ul li a:hover{
	color:#ffb400;
}
nav#menu>ul>li:hover>a, nav#menu>ul>li>a.acted {
	color:#ffb400;
	background:#004a91;
	text-decoration: none;
}
nav#menu>ul>li:last-child {
	float: right;
	display: inline;
}
/*---------搜索-----------*/
nav#menu form {
	width: 230px;
	margin-top:8px;
	position: relative;
}
nav#menu form input[type="text"] {
	height: 25px;
	line-height: 25px;
	padding-left: 6px;
	font-size: 1.4em;
	width: 100%;
	box-sizing:border-box;
}
nav#menu form input[type="submit"] {
	width: 28px;
	height: 25px;
	background: url(../images/search_bg.jpg) no-repeat;
	float: right;
	display: inline;
	cursor: pointer;
	position: absolute;
	right:0;
	top: 0;
}
/*-------level 2---------*/
nav#menu>ul>li>ul {
	position: absolute;
	left: -9999px;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index:11;
}
nav#menu>ul>li>ul {
	background: #013E78;
}
nav#menu>ul>li>ul {
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
nav#menu>ul>li:hover>ul {
	opacity: 1;
	left: 0;
}
nav#menu>ul>li.columns-2>ul {
	width: 800%
}
nav#menu>ul>li.columns-3>ul {
	width: 580%
}
nav#menu>ul>li.columns-4>ul {
	width: 150%
}
nav#menu>ul>li.columns-5>ul {
	width: 160%
}
nav#menu>ul>li.columns-6>ul {
	width: 280%
}
nav#menu>ul>li.columns-7>ul {
	width: 200%
}
nav#menu>ul>li.columns-8>ul {
	width: 230%
}
nav#menu>ul>li.columns-9>ul {
	width: 200%
}
/*----level 3-------*/
nav#menu>ul>li>ul>li {
	padding:0 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav#menu>ul>li>ul>li {
	float:left;
}
nav#menu>ul>li.columns-2>ul>li:nth-child(6) {
	clear:both;
}
nav#menu>ul>li>ul>li>a {
	font-weight: 700;
}
nav#menu>ul>li>ul>li a {
	padding: .5em;
	font-size:1.4em;
}
nav#menu>ul>li>ul>li ul li a{
	font-size:1.3em;
}
nav#menu>ul>li.columns-8>ul>li {
	clear:both;
}
.i-b1{
	margin-bottom:25px;
}
/*-------------------------------*/
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: #0054a6;
	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);
}
/*----侧边栏------*/
aside {
	float: left;
	display: inline;
	width: 23%;
	height: auto !important;
	overflow: hidden;
	margin-bottom:30px;
}
aside img{
	max-width:100%;
	vertical-align:middle;
}
/*-----产品侧边栏-----*/
.accordion{
	color:#fff;
	height:auto !important;
	overflow:hidden;
	background-color:#0055a5;
}
.accordion .subNav {
	border-bottom: solid 1px #3e6c90;
	cursor: pointer;
	font-size:1.4em;
	padding: 10px 0 10px 15px;
	position: relative;
}
.accordion .subNav>a{
	color:#fff;
}
.accordion .subNav>a:hover, .accordion .subNav>a.acur{
	color:#ffc832;
}
.currentDd {
	color: #fff;
}
.currentDt {
	color: #ffc832;
}
.accordion .subNav span {
	padding-left: 18px;
}
.accordion .subNav i {
	position: absolute;
	color:#ffc832;
	top: 13px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion .currentDt i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion>ul{
	background:#fff;
	display: none;
}
.accordion>ul>li a {
	display: block;
	font-size: 1.4em;
	padding: 9px 0 9px 36px;
	word-break: break-all;
	color:#0055a5;
	background: url(../images/icon-03.gif) no-repeat 18px 14px;
	border-bottom: 1px solid #e8e8e8;
}
.accordion>ul>li a:hover, .accordion>ul>li a.hover2 {
	text-decoration: none;
	color:#ffb400;
}

.accordion .request {
	border-bottom: solid 1px #bbbbbb;
	font-size:1.4em;
	padding: 10px 0 10px 33px;
	background:#f4f4f4;
}
/*-------右侧内容--------*/
#content .site-nav{
	font-size:2.4em;
	border-bottom:2px solid #ffd163;
	text-transform:capitalize;
	margin-bottom:20px;
	padding-bottom:10px;
	font-weight:bold;
}
/*-----底部-----*/
footer {
	width: 100%;
	background: #0054a6;
	padding:70px 0 20px 0;
	color: #fff;
}
footer .wrapper .logo {
	width: 16%;
	float: left;
	display:inline;
}
footer .wrapper .copyright {
	width: 84%;
	height: auto !important;
	float: left;
	display: inline;
	line-height: 28px;
	font-size: 1.6em;
	text-align:right;
}
footer .wrapper .copyright h2{
	font-size:1em;
	margin-bottom:5px;
}
footer ul.share {
	height: auto !important;
	overflow: hidden;
	margin-bottom: 5px;
	float:right;
}
footer ul.share li{
	float:left;
	display:inline;
}
footer ul.share li a{
	display:block;
	width:36px;
	height:36px;
	margin-left:5px;
}
footer ul.share li:nth-child(1) a{
	background:url(../images/share.png) no-repeat left;
}
footer ul.share li:nth-child(2) a{
	background:url(../images/share.png) no-repeat -41px;
}
footer ul.share li:nth-child(3) a{
	background:url(../images/share.png) no-repeat -82px;
}
footer ul.share li:nth-child(4) a{
	background:url(../images/share.png) no-repeat -123px;
}
footer ul.share li:nth-child(5) a{
	background:url(../images/share.png) no-repeat -164px;
}
footer ul.share li:nth-child(6) a{
	background:url(../images/share.png) no-repeat -205px;
}

footer ul.share li:nth-child(7) a{
	background:url(../images/share.png) no-repeat -246px;
}
footer ul.share li:nth-child(8) a{
	background:url(../images/share.png) no-repeat -287px;
}
footer ul.share li a:hover {
	filter: alpha(opacity=86);
	-moz-opacity: 0.86;
	opacity: 0.86;
}
footer .wrapper a {
	color: #fff;
}
footer .wrapper a:hover {
	text-decoration:underline;
}

footer .copyright .link{
	clear:both;
	height:32px;
	line-height:32px;
	font-size:16px;
}
/*----回到顶部---*/
#back-to-top {
	position: fixed;
	bottom: 200px;
	right: 0;
	width: 40px;
	height: 40px;
	display: none;
	overflow: hidden;
	z-index: 99;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
#back-to-top a {
	background: url(../images/icontop.png) no-repeat top left;
	width: 40px;
	height: 40px;
	display: block;
	top: 0;
	left: 0;
	opacity: .9;
}
#back-to-top a.top:hover {
	background: url(../images/icontop2.png) no-repeat top left;
}

/*-------分页--------*/
.page {
	clear:both;
	line-height: 30px;
	text-align: center;
	font-size: 1.2em;
}
.page a, .page span {
	padding: 4px 8px;
	border: 1px solid #555;
}
.page span {
	margin: 0 6px;
}
.page a:hover {
	background: #E5E5E5;
	text-decoration: none;
}
/*-----分页样式-----*/
nav.pagelist {
	clear:both;
	text-align: center;
	font-size: 14px;
	height:auto !important;
	overflow:hidden;
	padding:5px 0;
}
nav.pagelist a {
	border: #0054a6 1px solid;
	margin-right: 6px;
	padding: 4px 7px;
	color: #0054a6;
}
nav.pagelist a:hover {
	color: #fff;
	background: #0054a6;
	text-decoration: none;
}
nav.pagelist span.current {
	border: #0054a6 1px solid;
	background-color: #0054a6;
	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 a:hover{
	text-decoration:underline;
}
#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;
}