html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
    line-height:initial;
	background: #f5f5f5;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	outline: none;
}
a {
	text-decoration: none !important;
}

footer {
	background: url('../images/footer.jpg') no-repeat;
	background-size: 100% 100%;
}
.footer {
	max-width: 12rem;
	margin: 0 auto;
	color: #bababa;
}
.footer-logo {
	padding-right: 0.6rem;
	box-sizing: border-box;
	border-right: 0.02rem dashed #999;
}
.list {
	padding-left: 0.6rem;
}
.footer-logo > p {
	font-size: 0.12rem;
	text-align: center;
	margin-top: 0.1rem;
}
.footer-list,
.footer-but {
	display: flex;
}
.footer-but a{color:#bebebe;}
.footer-list {
	padding: 8% 0;
}
.footer-but {
	justify-content: space-around;
	border-top: 0.01rem solid #bebebe;
	padding: 0.25rem 20%;
	color: #bebebe;
}
.footer-but > p,
.footer-but > span {
	font-size: 0.13rem;
}
.list {
	flex: 1;
	display: flex;
	justify-content: space-between;
}
.list > ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.list > ul > li > a {
	display: block;
	text-align: center;
	color: #9c9c9c;
	text-align: center;
	position: relative;
	transition: linear 0.1s;
}
.list > ul > li:first-child > a {
	font-size: 0.18rem;
	color: #fff;
}
.list > ul > li > a > span {
	display: inline-block;
	width: 0.02rem;
    height: 0.12rem;
	background: #bcbcbc;
    position: absolute;
    top: 3px;
	left: -3px;
}
.list > ul > li > a:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
	color: #fff;
}
.list > ul > li > a:hover > span {
	background: #1e70aa;
}
header {
	background: #fff;
	height: 1.01rem;
    font-size: 0.16rem;
    border-bottom: 0.01rem solid #DCDCDC
}
.header {
	display: flex;
	justify-content: space-between;
}
.logo {
    width: 2.36rem;
    height: 1.11rem;
	z-index: 111;
	position: relative;
}
.logoImg {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.nav {
	margin-left: 0.25rem;
	flex: 1;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.nav > li {
	height: 100%;
	text-align: center;
}
.nav > li > a {
	padding-top: 0.47rem;
	color: #343434;
	display: inline-block;
	transition: font-size 0.3s;
	-webkit-transition: font-size linear 0.3s;
	transition: font-weight 0.3s;
	-webkit-transition: font-weight linear 0.3s;
	font-size: 0.16rem;
}

/* .nav>li>a:hover{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #0E6EB2;
    padding-bottom: 30px;
} */

.nav > li > .on:hover {
	font-size: 0.16rem;
	font-weight: bold;
	border-bottom: 0.02rem solid #0e6eb2;
	padding-bottom: 0.2rem;
}
.nav > li > div {
	display: none;
	transition: display linear 0.5s;
	-webkit-transition: display linear 0.5s;
	text-align: center;
}
.nav > li:hover > div {
	display: block;
}
.language {
    flex: 0.3;
	padding-top: 0.46rem
}
.languageSeclet{
    width: 0.1rem;
    height: 0.07rem;
}
.language > h6 {
    width: 50%;
	text-align: center;
	color: #999;
}
.language > p {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 33%;
	margin: 0.1rem auto;
}

.language > p > span {
	display: block;
	height: 0.01rem;
	width: 30%;
	background: #ccc;
}

.language > p > span:first-child {
	background: #343434;
}
.language > div {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	font-size: 0.12rem;
	color: #999;
}
.language > div > span {
	color: #999;
}
.language > div > span:first-child {
	color: #0e6eb2;
}
.two-nav {
	background: #fff;
	position: absolute;
	left: 0;
	top: 1.01rem;
	z-index: 999;
    width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 0 0.27rem;
    padding-top: 0.36rem;
	border: 0.1rem solid rgba(238, 238, 238, 0.64);
	box-sizing: border-box;
}
.two-navBoxImg {
	display: block;
    width: 3.2rem;
    height: 2rem;
    margin-right: 0.46rem;
}
.two-nav a {
	color: #343434;
	margin-bottom: 0.2rem;
}

.two-nav li {
	display: flex;
}
.two-nav a:last-child {
	border: none;
}
.two-nav a:hover {
	color: #0e6eb2;
	cursor: pointer;
}
.two-nav a > h6 {
	display: none;
}
.two-nav a:hover > h6 {
	display: block;
	color: #0e6eb2;
}
.navNewsUl{
    margin-left: 0.05rem;
}
.headerUlBox {
    width: 6.45rem;
    display: flex;
    justify-content: space-between;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #343434;
}
.two-navBox {
	display: flex;
	width: 12.8rem;
	margin: 0 auto;
}
/* 版心 */

.editorsHeart {
	max-width: 12.8rem;
	margin: 0 auto;
	height: 100%;
}
h1 {
	font-size: 0.64rem;
}
h2 {
	font-size: 0.35rem;
}
h3 {
	font-size: 0.2rem;
}
h5 {
	font-size: 0.18rem;
}
h6 {
    font-size: 0.14rem;
    
	color: #343434;
}

span,
a {
	font-size:0.14rem;;
}
.headerUlBox {
	display: flex;
}
.liSpan {
	display: inline-block;
	padding-left: 0.05rem;
	border-left: 0.02rem solid #ffffff;
	margin-bottom: 0.3rem;
}
.two-nav a:hover .liSpan {
	border-left: 0.02rem solid #0e6eb2;
}

select{
    outline: none;
    border: none;
}
#onon{
padding-bottom: 0.2rem;
	font-size: 0.16rem;
	font-weight: bold;
	border-bottom: 0.02rem solid #0e6eb2;
}

.pagess{ text-align:center; clear:both; padding-top:10px; line-height:30px; margin-bottom:30px; margin-top:30px; }
.pagess span{ padding:3px 8px; background-color:#2163B0; color:#fff;}
.pagess a{ padding:3px 8px;  color:#2163B0;  background-color:#ccc; text-decoration:none;}
.pagess a:hover{ color:#fff; background-color:#2163B0; text-decoration:none;}