@charset "utf-8";
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin:0;padding:0;}
html {
	font-family: Microsoft YaHei;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body{font-size:12px; font-family:Microsoft YaHei;background:url(../images/bigbg.jpg) #f2f3f7 no-repeat top center; background-size:100%;margin: 0 auto;	padding: 0;overflow-x:hidden;}

img{border:none;margin-right:auto; margin-left:auto; display:inline-block; border: 0;}
li{list-style:none;}
input,select,textarea img{outline:none; vertical-align:top;}
textarea{resize:none;}
a{text-decoration:none;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {	display: none;	height: 0;}
[hidden], template { display: none;}
a {
	background-color: transparent;
	text-decoration:none;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	/*margin: 0.67em 0;*/
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
	
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
ul {
	margin: 0;
	padding: 0;
}

.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block}
.ellipsis2,.ellipsis3,.ellipsis4{display:-webkit-box!important;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis2{-webkit-line-clamp:2}
.ellipsis3{-webkit-line-clamp:3}
.ellipsis4{-webkit-line-clamp:4}


.fl{ float:left; display:inline;}
.fr{ float:right; display:inline;}
.clearFix:after{ content:''; display:block; clear:both;}
.clearFix{ zoom:1;}
.wrap{
	width:1000px;
	margin:0 auto;
	margin-top:20px;
    display: flex;
}


.header{
	width:1000px;
	height:200px;
	margin:0 auto;
	position:relative;
}
.header img{
	position:absolute;
	left:810px;
	top:63px;
}

.header .logo{
	background:url(../images/logo.png) no-repeat left center;
	cursor:pointer;
	height:75px;
	margin-top:62px;
	margin-left:0px;
}
.header .logo h1{
	padding-left:196px;
	padding-top:6px;
	font-size:36px;
	font-weight:normal;
	color:#003569;
}
.header .logo p{
	padding-left:198px;
	font-size:14px;
	font-family:Arial;
	color:#003569;
	letter-spacing:0.8px;
	word-spacing:-1px;
	padding-left:200px !important;
}

.header .search{
	margin-top:10px;
}
.header .search a{
	font-size:12px;
	color:#4d4d4d;
	line-height:25px;
	letter-spacing:1px;
	word-spacing:1px;
}
.header .search a:nth-child(2){
	margin-right:20px;
}
.header .search i{
	font-style:normal;
	padding:0 5px;
}
.header .search .sear-Input{
	width:185px;
	height:24px;
	font-size:12px;
	border:1px solid #1F7BC3;
	background:#fff;
	float:right;
	line-height:24px;
    font-family:Microsoft YaHei;outline: none;padding-left:5px
}
.header .search .sear-btn{
	width:26px;
	height:26px;
	background:url(../images/searchIcon.png) #1F7BC3 no-repeat center;
	float:right;
    border:none;outline:none;
	cursor:pointer;
}


/*nav开始*/
.nav{
	width:100%;
	height:50px;
	color:#fff;
	background:#0956a1;
	border-bottom:1px solid #034d91;
	box-shadow:0 14px 13px #084e96 inset;
	-webkit-box-shadow:0 14px 13px #084e96 inset;
	-moz-box-shadow:0 14px 13px #084e96 inset;
	-ms-box-shadow:0 14px 13px #084e96 inset;
	-o-box-shadow:0 14px 13px #084e96 inset;
}
.nav div{
	width:1000px;
    height: 50px;
	margin:0 auto;
    display: flex;
}
.nav a{
	width:110px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	background:url(../images/25.png) no-repeat center left;
	color:#fff;
}
.nav .selected{
	background:#034d91;
}

.banner{width: 1000px; margin:10px auto 10px;  display: block;}
.banner img{width:100%; display: block;}



#pagebox {width: 100%;margin:36px auto 10px;height: 30px;}
#pagebox .aa {float: left;left: 50%;position: relative;}
#pagebox .page{float: left;position: relative;right: 50%;z-index: 2;overflow:visible;padding: 0;height: auto}
#pagebox .page {margin-top: 1px; float:left;}
#pagebox .page ul.pagination li{float: left;margin-left: 10px;border: none;padding: 0;height: 28px!important;margin-bottom: 0}
#pagebox .page ul.pagination li:hover{background: none!important;}
#pagebox .page span{display:block;color: #333;height:28px;line-height:28px; padding:0 10px; font-size:14px;}
#pagebox .page li:hover,#pagebox .page li.active{background: none!important;}
#pagebox .page a{display:block;color: #333;height:28px;line-height:28px; padding:0 10px; font-size:14px;border: 1px solid #dddddd}
#pagebox .page form{display:block;color: #333;width:85px;height:28px;line-height:28px; font-size:14px;}
#pagebox .page form input{color: #333;width:20px;height:28px;line-height:28px; padding:0 10px; font-size:14px;border: 1px solid #dddddd; text-align:center;}
#pagebox .page form button{color: #fff;width:42px;height:30px;line-height:30px; padding:0 5px; font-size:14px;border: 0; background:#c61a0a}
#pagebox .disabled span{color: #333;;border: 1px solid #dddddd}
#pagebox .page a:hover{background: none!important}
#pagebox .disabled a{color: #333}
#pagebox .page li.active span{color: #c61a0a}
#pagebox .disabled span.firstSpan{padding: 0}
#pagebox .page li:first-child a{background: none;padding: 0 10px}
#pagebox .page li:last-child a{background: none}

.footer{
	background:#edf5fc;
	border-top:4px solid #015db2;
	width:100%;
    text-align: center;
    color:#666;
	font-size:12px;
    line-height: 25px;
    padding: 15px 0;
	position:relative;
}
.footer-img{
	background:url(../images/bottom.png) no-repeat center;
	height:65px;
	width:56px;
	position:absolute;
	top:25px;
	left:50%;
    transform: translateX(calc(-50% - 200px));
}
.footer a{color:#666;}
.footer a:hover{color:#015db2;}


/*二维码开始*/
.enyzm{
	position:fixed;
	right:10px;
	bottom:145px;
	z-index:9999;
    display: flex;
    flex-direction: column;
}
.enyzm a{
    width:60px;
	height:60px;
    display:inline-block;
}
.enyzm a:nth-child(1){
	margin-bottom:10px;
	background:url(../img/12a.png) no-repeat left center;
}
.enyzm a:nth-child(2){
	background:url(../img/58.png) no-repeat left center;
}
.enyzm a:nth-child(2):hover{
	background:url(../img/59.png) center;
}
.enyzm a:hover>div{
    display:flex;
}
.enyzm a>div{
	width:230px;
	height:140px;
	border:1px solid #DCDEE3;
	position:fixed;
	right:74px;
	z-index:9999;
	background:#eff1f4;
	display:none;
    justify-content: space-around;
}
.enyzm a>div>div{
    width: 106px;
    text-align: center;
}
.enyzm a>div>div p{
	text-align:center;
}
.enyzm a>div>div img{
	display:inline-block;
	margin-top:6px;
	width: 106px;
	height: 106px;
}
/*二维码结束*/