﻿* {
	/* box-sizing: border-box; */
	outline: 0
}



body {
	color: #666;
	line-height: 24px;
	font-size: 14px;
	background-color: #fff;
	min-width: 1280px;
	font-family: "Microsoft YaHei","arial"
}

img {
	border: 0;
	vertical-align: top
}

a {
	color: #666;
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

a:hover {
	color: #003894
}

textarea {
	-webkit-appearance: none
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,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,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
	margin: 0;
	padding: 0
}

ol,ul {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	width: 100%
}





.vcenter {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	vertical-align: middle
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.container {
	width: 1200px;
	margin: 0 auto
}

.huanhang
{
width:1200px;
float:left;

}


.pages{margin: 30px 0;width: 100%; text-align: center}
.pages span{margin:20px 5px; }
.pages span a{background: #eee; padding: 5px 8px}
.pages .page-num-current,.pages span a:hover{background: #2565D8!important; color: #fff!important}

.inside-menu {
	z-index: 9;
	padding: 15px 0;
	position: relative;
	border-bottom: solid 1px #eaeaea
}

.inside-menu ul {
	width: 79%;
	float: left;
padding-bottom:15px;

}

.inside-menu li {
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	padding: 0 15px;
	position: relative;
padding-top:15px;

}

.inside-menu li:before {
	top: 50%;
	right: 0;
	height: 24px;
	width: 1px;
	content: "";
	margin-top: -2px;
	background: #ddd;
	position: absolute
}

.inside-menu li a {
	display: block;
	color: #333;
}

.inside-menu li:first-child {
	padding-left: 0;
}

.inside-menu li:hover a,.inside-menu .active a {
	font-weight: bold;
	color: #003894;
}

.inside-menu li:visited a,.inside-menu .active a {
	font-weight: bold;
	color: #003894;
}



.inside-menu p {
	width: 21%;
	float: right;
	height: 24px;
	overflow: hidden;
	text-align: right;
	color: #a8a8a8;
}

.inside-menu p a {
	color: #a8a8a8;
}

.inside-menu p a:hover {
	color: #003894;
}

.inside-menu span {
	color: #003894;
}

