@charset "utf-8";
/* CSS Document */
div, p, ul, dl, dt, dd, h2, h3 {
	padding: 0;
	margin: 0;
}
font {
	padding: 0 5px;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:link, a:visited {
	color: #333;
}
a:hover, a:active {
	color: #00508e;
}
.clearFloat:after {
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
}
.clearFloat {
	zoom: 1;
}
body {
	background-color: #fff;
	font-family: "微软雅黑";
	font-size: 17px;
}
.all {
width: 100%;
}
/*网页开始*/
.container {
	width: 100%;
	
}
.top {
	width: 1224px;
	height: 108px;
	margin: 0 auto;
}
.top .xlogo {
	float: left;
	width: 456px;
	height: 108px;
}


.nav {
float:left;
width:663px;
}

.language {
width: 100%;
margin-top: 30px;
}
.language ul{
width: 100%;
list-style: none;
overflow: hidden;
}

.language ul li{
float: right;
list-style: none;
margin-left: 5px;
height: 15px;
}
.language ul li a{
float: right;
font-size: 13px;
line-height: 15px;
color:#727171;
text-decoration: none;
}


.xnav {
	float: left;
	width: 663px;
    margin-top: 15px;
	height: 48px;
}
.top .xnav ul{
	margin-left: 20px;
	list-style: none;
}

.top .xnav ul li{
	float: right;
	list-style: none;
	margin-right: 60px;
}
.top .xnav ul li:first-child{
	margin-right: 0px;;
}
.top .xnav ul li a{

	font-size: 19px;
	line-height: 24px;
	color:#727171;
	line-height: 24px;
	text-decoration: none;
	height: 48px;
		display: block;
}
.top .xnav ul li a:hover{

	font-size: 19px;
	line-height: 24px;
	color:#00508e;
	text-decoration: none;
}
#hidden_box{
width: 200px;
background-color:#fdfcfc;
margin-top: -5px;
position: absolute;
z-index: 990;
list-style: none;
margin-left: -25px;
border-top: solid 5px #00508e;
padding: 15px 0px;
}

#hidden_box li{
float: left;
width: 100%;
list-style: none;
margin-left: 0px;
}
#hidden_box li a{
font-size: 14px;
color:#727171;
line-height: 35px;
text-align: center;
height: 35px;
border-bottom: solid 0px #000000;
}
#hidden_box li a:hover {
color:#00508e;
}

.xnav ul li:hover ul.abc{
display: block;
}
.abc {
display: none;
}
.top .xewm {
float: right;
height:108px;
}

.top .xewm ul {
float: right;
list-style: none;
}

.top .xewm ul li {
float: left;
list-style: none;
margin-top: 13px;
}
.foot {width:100%;background-color:#dcdddd;}
.footer {width: 1224px;margin: 0 auto;height: 82px;}
.yqlj {width: 310px;float: right;height: 74px;}
.yqlj select {font-size: 15px;text-align: center;color:#00508e;line-height: 30px;text-decoration: none;}
.dblj {width: 450px;height: 82px;float: right;}
.dblj ul {width: 100%;float: right;list-style: none;}
.dblj ul li {font-size: 14px;color:#727171;line-height: 25px;float: right;margin-left: 10px;}
.dblj li a {font-size: 14px;text-align: right;color:#727171;text-decoration: none;}
.dblj li a:hover {color:#00508e;}
.copy {width: 550px;float: left;}
.copy span {font-size: 14px;color: #727171;float: left;line-height: 25px;margin-top: 16px;}


.newsPage .item {
	display: block;
	float: left;
	width: 100%;
	padding: 20px 20px;
	background: #f7f7f7;
	margin-bottom: 28px;
}
.newsPage .item h3 {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.newsPage .item h3 font {
	font-size: 18px;
}
.newsPage .item h3 span{
	font-size: 14px;
	float: right;
	text-align: right;
}
.newsPage .item img {
	width: 150px;
	height: 112px;
	float: left;
	margin-right: 24px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.newsPage .item .txt {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	overflow: hidden;
}
.newsPage .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.newsPage .item:hover h3 {
	color: #00508e;
}
.newsPage .item:hover img {
	-webkit-filter: brightness(110%);
	filters: brightness(110%);
}

.pages {
  padding: 30px 0px;
  text-align: center;
}
.pages li {
  display: inline-block;
  margin:0 5px;
}
.pages li a {
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
}
.pages li a:hover {
  padding: 5px 10px;
  border: 1px solid #00508e;
  background: #00508e;
  color: #fff;
}


/*showpage*/
.showPage {
	background: #fff;
}
.showPage .title h1{
	color: #333333;
	margin-bottom: 5px;
	font-size: 24px;
	text-align: center;
}
.showPage .title .more {
	font-size: 14px;
}
.showPage .mark {
	width: 100%;
	padding: 5px 0 10px;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.showPage .mark span {
	margin-right: 18px;
	font-size: 12px;
	color: #666666;
}
.showPage .showContxt {
	color: #333333;
	line-height: 28px;
	padding: 5px 0;
}
.showPage .showContxt img {
	max-width: 100%;
}
.showPage .gridlist {
	padding-top: 10px;
}
.showPage .gridlist .item {
	width: 350px;
	height: 323px;
}
.showPage .gridlist .item img {
	width: 350px;
	height: 263px;
}
.showPage .gridlist .item h3 {
	height: 60px;
	line-height: 60px;
}
.showPage .img-quotes {
	padding-top: 30px;
	margin-bottom: 40px;
}
.showPage .imgcon {
	width: 423px;
	height: 468px;
	padding-left: 295px;
	margin-left: 30px;
	position: relative;
	border: 1px solid #dddddd;
}
.showPage .imgcon .img {
	position: absolute;
	left: -30px;
	top: -30px;
	width: 276px;
	height: 368px;
	display: block;
	z-index: 10;
}
.showPage .imgcon h4 {
	padding-top: 45px;
	font-size: 16px;
}
.showPage .imgcon h3 {
	font-size: 26px;
	margin-bottom: 40px;
}
.showPage .imgcon .txt {
	margin-top: 40px;
	line-height: 30px;
}

/* reLink*/
.reLink {
	width: 100%;
	font-size:12px;
	margin: 20px 0 10px;
	line-height: 60px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.reLink .nextLink, .reLink .prevLink {
	line-height: 30px;
	color: #333333;
}
.reLink .nextLink {
	text-align: right;
}
.reLink a {
	
}
.reLink a:hover {
	color: #67b306;
}