@charset "utf-8";
/*public*/
* {
  margin: 0;
  padding: 0;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "微软雅黑";
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
a {
  text-decoration: none;
}
input {
  outline: 0;
}
textarea {
  outline: 0;
  resize: none;
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
/*index-public*/
/*公共样式、*/
.wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.bor0 {
  border: none !important;
}
.header {
  width: 100%;
  height: 138px;
  overflow: hidden;
  background: url(../images/header-bg.jpg);
}
.header .logo {
  margin-top: 25px;
  margin-left: 15px;
  float: left;
  margin-right: 29px;
}
.header .logo-ins {
  float: left;
  height: 54px;
  margin-top: 47px;
  padding-left: 24px;
  border-left: 1px solid #1a66b5;
}
.header .logo-ins h3 {
  font-size: 30px;
  color: #222222;
  margin-bottom: 10px;
}
.header .logo-ins p {
  font-size: 12px;
  color:#5f5f5f;
}
.header .zixun {
  width: 300px;
  margin-top: 35px;
  float: right;
}
.header .zixun img {
  float: left;
  margin-right: 12px;
  margin-top:8px;
}
.header .zixun h5 {
  margin-bottom: 5px;
  font-size: 18px;
  margin-top: 10px;
  color:#1e1e1e;
}
.header .zixun p {
  font-size: 32px;
  color: #fc5a02;
}
.nav {
  height: 55px;
  line-height: 55px;
  background: #344289;
}
.nav li{
	width:150px;
	text-align:center;
	float: left;
}

.nav li a {
  color: #fff;
  font-size: 16px; 
}
.nav li:hover{
	background: #ed5503;
}
.banner {
  height: 500px;
  position: relative;
  overflow: hidden;
  clear: both;
}
.banner ul {
  position: relative;
}
.banner ul li {
  float: left;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.banner .btn-list {
  position: absolute;
  bottom: 15px;
}
.banner .btn-list li {
  width: 20px;
  height: 20px;
  background: #fff;
  margin-right: 10px;
  border-radius: 30px;
}
.banner .btn-list li.active {
  background: #0073e9;
}
.banner img {
  border: 0 none;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  vertical-align: top;
}
.i-public-tit {
  width: 490px;
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 43px;
  text-align: center;
  position: relative;
}
.i-public-tit:after {
  position: absolute;
  content: "";
  width: 246px;
 border-bottom: 1px #344289 solid;
  border-top:1px #344289 solid;
  left: -250px;
  top: 22px;
	padding-top: 2px;
}
.i-public-tit:before {
  position: absolute;
  content: "";
  width: 246px;
  
  border-bottom: 1px #344289 solid;
  border-top:1px #344289 solid;
  right: -250px;
  top: 22px;
	padding-top: 2px;
}

.i-public-tit h3 {
  font-size: 32px;
  color: #344289;
}
.i-public-tit p {
  font-size: 12px;
  color: #7e7e7e;
	padding-top: 14px;
}
.i-service-back{
  background:#f7f7f7;
height: 450px;}
.i-service {
  overflow: hidden;
  margin-bottom: 70px;
}
.i-service .ser-list {
/*  margin-left: 135px;*/
	text-align: center;
	display: inline;
	
}
.i-service .ser-list li {
  width: 25%;
  float: left; 
  text-align: center;
}
.i-service .ser-list li .tp {
 
  height: 160px;
  margin-bottom: 20px;
}

.i-service .ser-list li p {
 
  font-size: 28px;
	color: #ed5502;
}

.i-service .ser-list li span {
 
  font-size: 16px;
  color: #333333;
  padding-top: 15px;
  display: block;
}
.i-service .ser-list li .tp0 {
  background: url(../images/ser1.jpg) no-repeat center;
}

.i-service .ser-list li .tp1 {
  background: url(../images/ser2.jpg) no-repeat center;
}

.i-service .ser-list li .tp2 {
  background: url(../images/ser3.jpg) no-repeat center;
}

.i-service .ser-list li .tp3 {
  background: url(../images/ser4.jpg) no-repeat center;
}


}
.i-service .ser-list li p {
  color: #000;
  font-size: 20px;
}
.i-pro {
  width: 100%;
  height: 1250px;  
  overflow: hidden;
}
.i-pro .tit {
  color: #344289;
  text-align: center;
  font-size: 28px;
  margin-top: 67px;
  margin-right: 76px;
}
.i-pro .tit a p{
  color: #344289;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.i-pro .tit a p:after {
  position: absolute;
  content: "";
  width: 118px; 
  border-top:1px #bfbfbf solid;
  top: 17px;
  padding-top: 2px;
  right: 130px;
}
.i-pro .tit a p:before {
  position: absolute;
  content: "";
  width: 118px;   
  border-top:1px #bfbfbf solid;
  top: 16px;
  padding-top: 2px;
  right: -137px;
}



.i-pro .tit a h3{
  color: #535353;
  font-size: 16px;
  padding-top: 15px;
  font-weight: normal;
}


.i-pro .pro-list ul {
  padding-top: 30px;

}
.i-pro .pro-list li {
  width: 387px;
  height: 337px;
  float: left;
  margin-right: 13px;
  margin-bottom: 18px;
  background: #344289;

}


.i-pro .pro-list li .tp {
  width: 356px;
  height: 272px; 
  text-align: center;
  line-height: 272px;
   background: #fff;
   margin: 0 auto;
    margin-top: 13px;
}
.i-pro .pro-list li .tp img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.i-pro .pro-list li p {
  height: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.i-xilie {
  background: #f5f5f5;
  overflow: hidden;
}
.i-wrap {
  width: 1000px;
  height: 150px;
  margin: 0 auto;
  margin-top: 50px;}
 
.i-wrap .tit {
  width: 510px;
  float: left;
  margin-left: 220px;
  text-align: center;
  color: #fff;
}
.i-wrap .tit h3 {
  margin-top: 32px;
  margin-bottom: 29px;
  font-size: 30px;
  color:#344289;
  position:relative;
}

.i-wrap .tit h3:after {
  position: absolute;
  content: "";
  width: 444px; 
  border-top:1px #bfbfbf solid;
  top: 22px;
  padding-top: 2px;
  left: 370px;
}
.i-wrap .tit h3:before {
  position: absolute;
  content: "";
  width: 444px;   
  border-top:1px #bfbfbf solid;
  top: 22px;
  padding-top: 2px;
  right: 370px;
}


.i-wrap .tit p {
  font-size: 30px;
  font-weight: bold;
}
.i-wrap .more {
  width: 146px;
  height: 150px;
  background: url(../images/more.jpg);
  float: right;
  color: #fff;
  text-align: center;
}
.i-wrap .more p {
  margin-top: 54px;
}
.i-wrap .more a {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
.xilie-list {
  width: 928px;
  height: 864px;
  margin: 0 auto;
  margin-bottom: 70px;
  position: relative;
  background: url(../images/xl-bg.jpg);
}
.xilie-list .x p {
  color: #333333;
  font-size: 20px; 
  text-align: center;
}
.xilie-list .x img {
  /*width: 100%;*/
}
.xilie-list .x1 {
 text-align: center;
}
.xilie-list .x1 img {


}
.xilie-list .x2 {
	width:375px;

}
.xilie-list .x2 img {
	padding-left: 30px;
 
}
.xilie-list .x3 {
width:260px;
  margin-top: 57px;
  margin-left: 46px;
}
.xilie-list .x3 img {
  
}
.xilie-list .x4 {
 text-align: center;
}

.xilie-list .x5 {

  position: absolute;
  right: 40px;
  bottom: 218px;
}
.xilie-list .x5 img {

}
.xilie-list .x6 {
  width: 246px;
  position: absolute;
  right: 26px;
  top: 190px;
}
.xilie-list .x6 img {
  height: 196px;
}

.i-adv .tit {
  color: #344289;
  text-align: center;
  font-size: 28px;
  margin-top: 67px;
  margin-right: 76px;
}
.i-adv .tit a p{
  color: #344289;
  font-size: 28px;
  font-weight: 700;
  position: relative;
}

.i-adv .tit a p:after {
  position: absolute;
  content: "";
  width: 118px; 
  border-top:1px #bfbfbf solid;
  top: 22px;
  padding-top: 2px;
  right: 300px;
}
.i-adv .tit a p:before {
  position: absolute;
  content: "";
  width: 118px;   
  border-top:1px #bfbfbf solid;
  top: 22px;
  padding-top: 2px;
  left: 300px;
}



.i-adv .tit a h3{
  color: #535353;
  font-size: 16px;
  padding-top: 15px;
  font-weight: normal;
}


.i-adv .i-adv-banner1{
  height:324px;
  background: #eeeeee;
  margin-top: 20px;
}

.i-adv .i-adv-banner1 .adv-left{
padding-top: 20px;
width: 668px;
float: left;
}

.i-adv .i-adv-banner1 .left-tit{
  height:69px;
  background: #fff;
  margin-top: 50px;
}

.i-adv .i-adv-banner1 h1{
  font-size: 50px;
  height: 69px;
  width: 75px;
color:#fff;
background: #344289;
line-height: 69px;
display: block;
float: left;
text-align: center;
}

.i-adv .i-adv-banner1 h2{
  font-size: 22px;  
color:#344289;
padding-top: 15px;
padding-left: 95px;

}

.i-adv .i-adv-banner1 h2 span{
  font-size: 22px;
 color:#fc5a02;
}

.i-adv .i-adv-banner1 h3{
  font-size: 10px;  
color:#b2b5c0;
font-weight: normal;
padding-left: 95px;}

.i-adv .i-adv-banner1 p{
  font-size: 16px;  
color:#696969;
padding-left: 95px;
line-height: 30px;
padding-top: 30px;
}

.i-adv .i-adv-banner1 .adv-right{
float: right;
}

.i-adv .i-adv-banner2{
  height:324px; 
  margin-top: 20px;
}

.i-adv .i-adv-banner2 .adv-right{
padding-top: 20px;
width: 668px;
float: left;
}

.i-adv .i-adv-banner2 .right-tit{
  height:69px;
  background: #eeeeee;
  margin-top: 50px;
}

.i-adv .i-adv-banner2 h1{
  font-size: 50px;
  height: 69px;
  width: 75px;
color:#fff;
background: #344289;
line-height: 69px;
display: block;
float: left;
text-align: center;
}

.i-adv .i-adv-banner2 h2{
  font-size: 22px;  
color:#344289;
padding-top: 15px;
padding-left: 70px;

}

.i-adv .i-adv-banner2 h2 span{
  font-size: 22px;
 color:#fc5a02;
}

.i-adv .i-adv-banner2 h3{
  font-size: 10px;  
color:#b2b5c0;
font-weight: normal;
padding-left: 70px;}

.i-adv .i-adv-banner2 p{
  font-size: 16px;  
color:#696969;
padding-left: 70px;
line-height: 30px;
padding-top: 30px;
}

.i-adv .i-adv-banner2 .adv-left{
float: left;
}


.pro-fac{

background: #f7f7f7;
margin-top: 70px;
padding-bottom: 50px;

}


.pro-fac .tit{
  font-size: 28px;
  color:#39488e;
  text-align: center;
 line-height: 150px;
}

.pro-fac .pro-bac{

height: 320px;
background: #39488e;

}


.pro-fac .pro-bac ul{
	position: relative;
}
.pro-fac .pro-bac .hidden{
	width:1110px;  
  padding-top: 21px;
  margin:0 auto;
  text-align: center;
  overflow: hidden;
}

.pro-fac .pro-bac li{
float: left;
width: 366px;
height: 277px;
padding-right: 4px;

}


.i-adv .i-adv-banner1 .adv-banner3{
  font-size: 16px;  
color:#696969;
padding-left: 40px;
line-height: 30px;
padding-top: 30px;
}



.i-news {  
  overflow: hidden;
}
.i-news .tit {
  color: #344289;
  text-align: center;
  font-size: 28px;
  margin-top: 67px;
  margin-right: 76px;
	margin-bottom: 50px;
}
.i-news .tit a p{
  color: #344289;
  font-size: 28px;
  font-weight: 700;
  position: relative;
}
.new-right li{
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.i-news .tit a p:after {
  position: absolute;
  content: "";
  width: 118px; 
  border-top:1px #bfbfbf solid;
  top: 22px;
  padding-top: 2px;
  right: 380px;
}
.i-news .tit a p:before {
  position: absolute;
  content: "";
  width: 118px;   
  border-top:1px #bfbfbf solid;
  top: 22px;
  padding-top: 2px;
  left: 380px;
}

.i-news .tit a h3{
  color: #535353;
  font-size: 16px;
  padding-top: 15px;
  font-weight: normal;
}

.new-left{
	width:296px;
	height: 425px;
	float: left;
}
.new-left .new-left-tit{
	height:120px;
	background: #344289;
	overflow: hidden;
}


.new-left .title{
	font-size: 18px;
	color:#fff;		
	width: 235px;
	text-align: center;
	margin: 0 auto;	
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
}

.new-left .time{
	font-size:16px;
	color:#fff;
	width: 235px;
	text-align: left;
	margin: 0 auto;	
}
	

.new-left .tp img{
	width:296px;
	height:178px;
}

.new-left .tp p{
	font-size:14px;
	padding-top:20px;
	line-height: 24px
		
}

.new-right{	
	margin: 0 auto;	
	float: right;
	width:850px;
}

.new-right .new-right-tit{
	font-size:18px;
	margin-bottom: 40px;
	
}
.new-right .hyzx{
	font-weight: 600;
		color:#344289;
	display: block;
	float: left;
	padding-right: 15px;
}
.new-right .active{
	color:#fc5a02 !important;	
}
.new-right .qyxw{	
	color:#344289;
	padding-left: 15px;
}
.new-right .more{
	float:right;
	font-size:14px;
	color:#7b7b7b;
}

.new-right .title{
	font-size:16px;
	color:#000000;
	margin-bottom:8px;
	float:left;
	
}
.new-right .time{
	
	float:right;
	width: 109px;
	height:100px;
	background: #eeeeee;
	color:#abadaf;
	text-align: center;
	
	
	
	
}
.new-right .time span{
	font-size:52px;
	display: block;	
	margin-top: 10px;
}

.new-right .ins{
	font-size:14px;
	color:#525252;
	line-height: 24px;
	float:left;
	width:85%;
}
.footer {
  height: 260px;
  background: #353535;
  overflow: hidden;
}
.footer .f-ins {
  
  float: left;  
  height: 162px;
  margin-top: 23px;
  position: relative;
	 font-size: 14px;
  color: #c1c1c1;
  line-height: 26px;
 
}
.footer .f-ins a{
	color: #c1c1c1;
}
.footer .f-nav {
  font-size: 14px;    
  margin-top: 81px;
  color: #fff;
  overflow: hidden;
	width: 780px;
	height:45px;
background: #494949;
	text-align: center;
	line-height: 45px;
}

.footer .f-nav a {
  color: #c1c1c1;
  padding: 0 17px;
  border-right: 1px solid #686868;
border-left: 1px solid #686868;

}

.footer .f-nav a:first-child{
	border-left:none;
	
}
.footer .f-nav a:last-child{
	border-right:none;
}
.footer .emw {
  float: right;
	margin-top: -42px;
}
/*neiye*/
/*n-main*/
.pro {
  height: 455px;
}
.n-main .n-public-tit {
  width: 100%;
  height: 60px;
  background: #fff;
  line-height: 60px;
}
.n-public-tit p a {
  font-size: 14px !important;
}
.n-public-tit p img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.n-main .n-public-tit p {
  font-size: 14px !important;
  color: #666666;
}
.n-main .n-public-tit a {
  font-size: 16px;
  color: #666666;
}
.n-main .n-public-tit a.active {
  color: #047499;
  font-weight: bold;
}
.n-main .n-public-tit ul {
  float: right;
}
.n-main .n-public-tit ul li {
  float: left;
  margin-right: 15px;
  display: inline-block;
  height: 60px;
}
.n-main .n-public-tit ul li:hover {
  border-bottom: 5px solid #047499;
}
.n-main .n-public-tit ul li.active {
  border-bottom: 5px solid #047499;
}
.n-main .n-main-box {
  background: #eaf3f9;
  padding-top: 30px;
  padding-bottom: 30px;
}
.n-main .n-main-box .item {
  display: none;
}
.n-main .n-main-box .active a {
  color: #fff !important;
}
/*about*/
.about p {
  line-height: 30px;
}
/*news-list*/
.n-main .newscj {
  height: 220px;
  overflow: hidden;
  clear: both;
  background: #fff;
}
.n-main .newscj_l {
  float: left;
  width: 345px;
}
.n-main .newscj_l img {
  width: 345px;
  height: 220px;
}
.n-main .newscj_r {
  float: right;
  width: 750px;
  padding-top: 12px;
  margin-right: 40px;
}
.n-main .newscj_r h3.kjzts {
  font-size: 16px;
  font-weight: 800;
  padding-top: 30px;
}
.n-main .newscj_r h3.kjzts:hover a {
  color: #047499;
}
.n-main .newscj_r h3.kjzts a {
  color: #333;
}
.n-main .newscj_r .time {
  font-size: 30px;
  font-family: 'Iskoola Pota';
  color: #047499;
  line-height: 42px;
  padding-top: 5px;
  letter-spacing: -1.5px;
}
.n-main .team_jj {
  margin-top: 10px;
}
.n-main .news-list {
  padding-bottom: 30px;
}
.n-main .team_jj a {
  font-size: 13px;
  color: #999999;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.n-main .news-list li {
  width: 1200px;
  height: 136px;
  position: relative;
  border-bottom: 1px #d7d7d7 solid;
}
.n-main .news-list li:hover span {
  width: 1200px;
}
.n-main .news-list li a {
  width: 1120px;
  height: 105px;
  padding: 30px 0px 0px 40px;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}
.n-main .news-list li a:hover h3 {
  color: #047499;
}
.n-main .news-list li h4 {
  height: 105px;
  width: 155px;
  font-size: 32px;
  margin-right: 30px;
  color: #999999;
  font-family: 'Iskoola Pota';
  letter-spacing: -1px;
  float: left;
  font-weight: normal;
}
.n-main .news-list li h3 {
  font-size: 16px;
  color: #666666;
  padding-right: 12px;
  margin-bottom: 15px;
  font-weight: normal;
}
.n-main .news-list li p {
  font-size: 12.5px;
  color: #999999;
  line-height: 22px;
  height: 40px;
  overflow: hidden;
}
.n-main .news-list li span {
  width: 0;
  height: 135px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  background: -webkit-gradient(linear, 120% 0%, 0% 100%, from(#ffffff), to(#ffffff), color-stop(1.2, #f3f3f3));
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -transition: all .3s;
}
/*news-show*/
.n-main .n-msg .form {
  margin-top: 85px;
  margin-left: 42px;
}
.n-main .n-msg .form span {
  color: #444444;
  font-size: 16px;
  width: 90px;
  display: inline-block;
  text-align: right;
  font-weight: bold;
}
.n-main .n-msg .form input {
  border: 1px solid #cccccc;
  background: none;
}
.n-main .n-msg .form .clear {
  margin-top: 32px;
}
.n-main .n-msg .form input.txt {
  width: 253px;
  height: 48px;
  margin-right: 30px;
}
.n-main .n-msg .form textarea {
  width: 630px;
  height: 148px;
  border: 1px solid #cccccc;
  background: none;
}
.n-main .n-msg .form input.yzm {
  width: 126px;
  height: 48px;
}
.n-main .n-msg .form .clear2 {
  margin-top: 12px;
}
.n-main .n-msg .form img {
  width: 100px;
  height: 50px;
  margin-left: 13px;
  position: relative;
  top: 19px;
  left: 13px;
}
.n-main .n-msg .form .btn {
  width: 160px;
  height: 50px;
  background: #004ea2 !important;
  display: block;
  margin: 0 auto;
  color: #fff;
  margin-top: 20px;
}
/*n-show*/
.n-show .tit {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.n-show .info {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 5px;
}
.n-show .info span {
  margin-right: 5px;
}
.n-show .pp {
  padding-top: 10px;
  padding-bottom: 15px;
}
.n-show .pp p {
  font-size: 16px;
  color: #333;
  line-height: 150%;
}
/*pro*/
.n-staff {
 /* margin-bottom: -50px;*/
}
.staff-list {
  height: 300px;
  width: 1300px;
  margin-bottom: 60px;
}
.staff-list li {
  float: left;
  background: #fff;
}
.staff-list li p {
  text-align: center;
  font-size: 14px;
  line-height: 60px;
  overflow: hidden;
  height: 60px;
}
.staff-list li p a {
  color: #555555;
}
.staff-list li p a:hover {
  color: #047499;
}
.staff-list .staff {
  width: 330px;
  height: 300px;
  margin-bottom: 20px;
  margin-right: 58px;
}
.staff-list .staff img {
  width: 330px;
  height: 240px;
}
.staff-list .honor {
  width: 230px;
  height: 240px;
  margin-bottom: 20px;
  margin-right: 58px;
}
.staff-list .honor img {
  width: 230px;
  height: 180px;
}
.pagination {
  text-align: right;
  float: right;
  margin-bottom: 35px;
}
.pagination a {
  width: 56px;
  height: 40px;
  display: block;
  text-align: center;
  float: left;
  line-height: 40px;
  background: #e5e5e5;
  border: 0;
  margin-right: 10px;
  color: #a6a6a6;
}
.pagination .active {
  border: 0 !important;
  background: #fff;
  color: #036f00;
}
.pagination .next {
  float: left;
}
.pagination .pre {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}
.page-turn {
  padding-top: 15px;
}
.page-turn p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.page-turn p a {
  color: #333;
}
.page-turn p:hover a {
  color: #036f00;
}

@media(max-width:1200px){
.header {width:1200px; margin:0 auto;}
.nav {width:1200px; margin:0 auto;}
.banner {width:1200px; margin:0 auto;}
.n-main {width:1200px; margin:0 auto;}
.footer {width:1200px; margin:0 auto;}





}