@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 {
	border: 0 none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: inherit;
	margin: 0 auto;
}
/*去掉链接虚线，针对Firfox*/
a:focus {
	outline-style: none;
}
/*去掉链接虚线，针对IE*/
a, area {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #347fdc;
	text-decoration: underline;
}
/*html5*/
main, article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	display: block;
}
/*--------主体框架---------*/
#header, footer, main {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	margin: 0px auto;
}
main .wrapper {
	width: 976px;
	height: auto !important;
	overflow: hidden;
	margin: 0 auto;
	background:#fff;
	padding-top:6px;
}
#header .wrapper {
	width: 976px;
	height: auto !important;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
/*---------头部文件---------*/
#header {
	background: #f2f2f2 linear-gradient(#fefefe, #efefef);
	height: auto !important;
	overflow: hidden;
}
#header .logo {
	float: left;
	display: inline;
	width: 125px;
	height: 63px;
	margin: 20px 0 45px;
}
#header h1 {
	margin: 35px 0 0 10px;
	float: left;
	display: inline;
	color: #000;
	font-size: 20px;
	font-weight: normal;
}
#header h1 span {
	display: block;
	font-size: 14px;
	line-height: 22px;
}
#header .language {
	position: absolute;
	height: auto !important;
	overflow: hidden;
	top: 0;
	right: 0;/*	background:#D18081;
*/}
#header .language .contact {
	height: auto !important;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: right;
}
#header .language .contact a {
	font-size: 14px;
	line-height: 26px;
}
#header .language .contact a.home {
	padding-left: 25px;
	background: url(../images/home.png) no-repeat left;
	margin-right: 10px;
}
#header .language .contact a.email {
	padding-left: 25px;
	background: url(../images/email.png) no-repeat left;
}
#header .language .yuyan {
	height: auto !important;
	overflow: hidden;
	text-align: right;
	margin-bottom: 20px;
}
#header .language .yuyan a {
	font-size: 14px;
	line-height: 26px;
}
#header .language .yuyan a.france {
	padding-left: 25px;
	background: url(../images/france-flag.jpg) no-repeat left;
	margin-right: 10px;
}
#header .language .yuyan a.russian {
	padding-left: 25px;
	background: url(../images/russian-flag.jpg) no-repeat left;
	margin-right: 10px;
}
#header .language a.cn {
	padding-left: 25px;
	background: url(../images/cn-flag.jpg) no-repeat left;
}
#header .language form {
	height: 26px;
	width: 100%;
	position: relative;
}
#header .language form input[type="text"] {
	width: 208px;
	border: 1px solid #CCC;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
	font-size: 1.3em;
}
#header .language 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);
}
#header .language form input[type="submit"] {
	width: 18px;
	height: 18px;
	background: url(../images/search_bg.png) no-repeat center center;
	float: right;
	display: inline;
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 5px;
}
#header .language .search {
	height: auto !important;
	overflow: hidden;
	text-align: right;
}
/*-------菜单------*/
#menu {
	width: 100%;
	height: 32px;
	background-color: #08517c;
}
nav.menu {
	width: 976px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
nav.menu ul {
	clear: both;
}
nav.menu ul li {
	width: 138px;
	height: 32px;
	line-height: 32px;
	float: left;
	display: inline;
	text-align: center;
}
nav.menu > ul a {
	color: #fff;
	font-size: 1.5em;
	display: block;
	text-transform: capitalize;/*首字母大写*/
}
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: 138px;
	height: 32px;
	background: #195C93;
}
/*--------主体-------*/
main {
	background: #f2f2f2 linear-gradient(#B3B3B3, #FFFFFF);
}
main #banner {
	width: 976px;
	height: 176px;
	margin: 0 auto;
}
main #banner .banner-left {
	width: 680px;
	height: 176px;
	float: left;
	display: inline;
}
main #banner .banner-right {
	width: 271px;
	height: 156px;
	padding: 20px 10px 0 15px;
	float: left;
	display: inline;
	background: url(../images/about-bg.jpg) no-repeat left top;
}
main #banner .banner-right p {
	font-size: 11px;
	line-height: 22px;
}
main #banner .banner-right p span {
	color: #08517C;
	font-weight: bold;
}
/*-----------------------------*/
.more {
	clear: both;
	height: auto !important;
	overflow: hidden;
}
.more a {
	display: block;
	background-color: #526060;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	font-size: 11px;
	text-align: center;
	transition: .2s ease-out;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.12), 0px 1px 2px rgba(0,0,0,0.24);
	color: #fff;
	padding: 0 6px;
	height: 16px;
	line-height: 16px;
	float: right;
	text-transform: uppercase;
}
.more a:hover {
	background-color: #08517C;
	color: #fff;
	text-decoration: none;
}
/*----------------------------------*/
main .main-left {
	width: 680px;
	height: auto !important;
	overflow: hidden;
	float: left;
	display: inline;
	border-right:5px solid #EAEAEA;
}
.main-left .center h2 {
	background: #526060;
	color: #fff;
	font-size: 1.4em;
	line-height: 26px;
/*	margin-bottom: 18px;
*/	padding-left: 10px;
}
.main-left .center p {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 16px;
	padding-left: 20px;
	margin-top:16px;
}
/*----------------------------------------------------*/
main .main-right {
	width: 291px;
	height: auto !important;
	overflow: hidden;
	float: right;
	display: inline;
}
main .main-right h2 {
	font-size: 14px;
	background: #D9D9D9;
	line-height: 26px;
	padding-left: 10px;
	text-transform:uppercase;
}
main .main-right h2 a {
	float: right;
	display: inline;
	color: #666;
	font-weight: normal;
	font-size: 12px;
	padding-right: 8px;
}
.main-right .faq-list{
	height:auto !important;
	overflow:hidden;
	background:#fff;
}
.main-right .faq-list ul {
	padding-bottom:8px;
}
.main-right .faq-list ul li {
	line-height: 25px;
	padding:4px 0 4px 15px;
	font-size: 1.2em;
	border-bottom: 1px dashed #CCC;
}
.main-right .faq-list ul li a {
	color: #07527A;
	font-weight: bold;
}

.main-right address {
	padding-left: 15px;
	padding-top: 12px;
	font-size: 1.2em;
	background:#fff;
	height:auto !important;
	overflow:hidden;
	padding-bottom:40px;
}

.main-right address h3{
	font-size: 16px;
	font-weight:normal;
	line-height:26px;
}
.main-right address img{vertical-align: middle;}

.main-right address p{
	line-height:24px;
	margin-bottom:6px;
	color:#666;
}
.main-right address p a{
	color:#666;
}
.main-right address p a span{
	padding-left:6px;
}
/*-----底部-----*/
footer {
	width: 100%;
	padding: 10px 0px 0 0px;
	background: url(../images/footer-bg.gif) repeat-x;
	font-size: 11px;
}
footer .wrapper {
	width: 976px;
	height: auto !important;
	overflow: hidden;
	margin: 0 auto;
	text-align:center;
}
footer .wrapper p{
	line-height:24px;
	margin-bottom:8px;
}

footer .wrapper>ul {
	width:94%;
	margin:0 auto;
	height:auto !important;
	overflow:hidden;
	padding-bottom:15px;
}
footer .wrapper>ul>li {
	float: left;
	display: inline;
	font-size:12px;
	margin:0 5px 12px;
}
footer .wrapper>ul>li img{
	vertical-align:middle;
	padding-right:5px;
}
/*----回到顶部---*/
#back-to-top {
	position: fixed;
	bottom: 302px;
	right: 0px;
	width: 66px;
	height: 66px;
	display: none;
	overflow: hidden;
	z-index: 11;
}
#back-to-top a {
	position: absolute;
	z-index: 11;
	background: #999 url(../images/icontop.png) no-repeat scroll left top;
	display: block;
	padding-top: 66px;
	padding-left: 66px;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: .4;
}
/*--------上下翻页------------*/
.main-left .prevnext {
	margin: 0px 20px 30px 20px;
	clear: both;
	font-size: 12px;
	padding: 10px 17px 5px 17px;
	text-align: center;
	height: auto !important;
	overflow: hidden;
	border-top: 1px dotted #959595;
}
.main-left .prevnext .previous {
	width: 50%;
	float: left;
	text-align: left;
}
.main-left .prevnext .next {
	width: 50%;
	float: right;
	text-align: right;
}
.nothing {
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}

.newlist{ clear:both; margin:12px auto; height:auto !important; overflow:hidden; text-align:center; padding-bottom:5px; padding-top:10px; }
.newlist a{color:#4a4d5b;}
.newlist .digg2>a:hover{ background-color:#067281;}
.newlist .selectedd{ color:#FFFFFF;background-color:#067281;}
.newlist .digg2>a{ padding:4px 8px;border:1px solid #767272; display:inline;text-align:center; margin-right:5px; line-height:20px; font-size:12px;}
.newlist .digg2>a:hover{color:#FFFFFF; }