/*样式统一*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}
body {
  margin: 0;
  overflow-x: hidden;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
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: #000;
}
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;
}
button,
html [type="button"], 
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; 
  border: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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: none}
textarea{outline: none;resize:none;vertical-align: top;}
ul,ol{list-style: none}
*{margin:0 ;padding:0;font-family: "微软雅黑";box-sizing: border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
/*公共样式、*/
.wrap:after{content: "";display: block;height:0;clear:both;visibility: hidden;}
.center{width: 1200px;margin:0 auto;}
.left{float: left;}
.right{float: right;}
.clear{clear:both;}
.sright{width: 0;height: 0;border-top: 5px solid transparent;border-left: 5px solid #afafaf;border-bottom: 5px solid transparent;display: inline-block;}

/*top*/
.top{width: 100%;height: 35px;line-height: 35px;color: #fff;font-size: 12px;background: #1f62a5;}
.top .right a{padding-right: 25px;color: #fff;position: relative;}
.top .right a:after{content: '';position: absolute;top: 9%;right: 12%;background: #fff;width: 1px;height: 15px;}
.top .right a:last-child{padding-right: 0;}
.top .right a:last-child:after{display: none;}
.banner {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.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: #01ac9e;
}
.banner img {
  border: 0 none;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  vertical-align: top;
}
/*header*/
.header{width:100%;height: 160px;line-height: 160px;background: #fff;}
.header .logo{width:400px;height: 160px;}
.header ul{width: 690px;}
.header ul a{color: #000;padding-right: 35px;font-size: 16px;}
.header ul a:last-child{padding-right: 0;}
.header ul a:hover{color: #01ac9e;}


/*footer*/
.footer{width: 100%;background: #444444;padding-top: 50px;}
.footer .foot01{width: 370px;height: 145px;position: relative;padding-bottom: 50px;}
.footer .foot01 .tit{font-size: 36px;color: #c6c4c4;font-weight: bold;}
.footer .foot01 .tit img{width:133px;height: 13px;margin-left:15px;position: relative;top: 5px; }
.footer .foot01 .num{font-size: 30px;color: #c6c4c4;font-weight: bold;margin-top: 20px;}
.footer .foot01:after{content: '';position: absolute;top: -15px;right: 0px;background: #575757;width: 1px;height: 130px;}

.footer .foot02{width: 465px;height: 145px;position: relative;padding-left: 40px;}
.footer .foot02 .ewm{width: 99px;height: 102px;background: #575757;border:8px solid #575757;float: left;margin-right: 20px;}
.footer .foot02 .ewm img{width: 100%;height: 100%;}
.footer .foot02:after{content: '';position: absolute;top: -15px;right: 0px;background: #575757;width: 1px;height: 130px;}
.footer .foot02 .tit{font-size: 18px;color: #c6c4c4;font-weight: bold;margin-top: 20px;}
.footer .foot02 .txt{font-size: 14px;color: #ffffff;margin-top: 15px;}
.footer .foot03{width: 365px;height: 145px;padding-left: 5px;}
.footer .foot03 li{width: 120px;float: left;text-align: center;margin-bottom: 40px;}
.footer .foot03 li a{color: #c6c4c4;}

.footer .cop{width: 100%;border-top: 1px solid #575757;padding-top:35px;padding-bottom: 45px;color: #888888;text-align: center; line-height:22px;}
.footer .cop .jianju{margin-right: 20px;}
.footer .cop a{color: #888888;}
/*i-key*/
.i-key{width: 100%;height: 245px;background: #f9f8f8;}
.i-key ul{width: 745px;padding-top: 75px;}
.i-key ul li{width: 372px;float: left;position: relative;}
.i-key ul li:after{content: '';position: absolute;top: 0px;right: 0px;background: #0b61a4;width: 1px;height: 125px;}
.i-key ul li .tit{font-size: 20px;color: #404040;margin-bottom: 40px;position: relative;}
.i-key ul li .tit:before{content: '';position: absolute;top: -20px;left: 0px;background: #0b61a4;width: 35px;height: 2px;}
.i-key ul li .tit span{font-weight: bold;color: #000;}
.i-key ul li ol{display: block;width: 100%;}
.i-key ul li ol dt{display: inline-block;width: 100px;height: 35px;line-height: 35px;text-align: center;color: #fff;background: #0b61a4;font-size: 16px;color: #fff;}
.i-key ul li ol dt:nth-child(1){border-top-left-radius: 10px;}
.i-key ul li ol dt:nth-child(3){border-bottom-right-radius: 10px;}
.i-key ul li:nth-child(2){padding-left: 60px;}
.i-key ul li .tit01{font-size: 20px;color: #000;position: relative;}
.i-key ul li .tit01:before{content: '';position: absolute;top: -20px;left: 0px;background: #0b61a4;width: 35px;height: 2px;}
.i-key ul li .rx{font-size: 14px;color: #a5a5a5;margin-top: 10px;}
.i-key ul li .phone{width: 100%;height: 24px;background: url(../images/heipo.png) no-repeat left;font-size: 20px;padding-left: 20px;font-family: "宋体";letter-spacing: 5px;margin-top: 20px;line-height: 20px;}
.i-key .key{width: 450px;float: right;padding-top: 75px;padding-left: 70px;}
.i-key .key .tit{font-size: 20px;text-transform: uppercase;position: relative;}
.i-key .key .tit:before{content: '';position: absolute;top: -20px;left: 0px;background: #0b61a4;width: 35px;height: 2px;}
.i-key .key .p{width: 100%;font-size: 14px;color: #9e9e9e;margin-top: 10px;margin-bottom: 20px;}
.i-key .key .p a{display: inline-block;margin-right: 10px;color: #9e9e9e;}
.i-key .key .p a:last-child{margin-right: 0;}
.i-key .key form .input input{width: 250px;height: 36px;line-height: 36px;border:1px solid #0b61a4;background: none;padding-left: 10px;font-size: 14px;color: #918e8e;}
.i-key .key form .sub input{width: 56px;height: 36px;background: url(../images/sub.jpg) no-repeat center;}
/*i-com*/
.i-com{width: 100%;padding-top: 70px;padding-bottom: 85px;}
.i-com .title{width: 505px;height: 74px;background: url(../images/title.png) no-repeat center;margin:auto;margin-bottom: 45px;text-align: center;}
.i-com .title .tit{font-size: 36px;color: #333;font-weight: bold;position: relative;top: -20px;}
.i-com .title .txt{font-size: 14px;color: #a8a8a8;letter-spacing:5px;position: relative;top: -10px;}
.i-com .title .tit span{color: #1f62a5;}
.i-com .img{width: 520px;height: 340px;margin-left:15px;margin-right: 25px;position: relative;}
.i-com .img img{width: 100%;height: 100%;}
.i-com .img:before{content: '';position: absolute;top: -10px;left: -10px;background: #01ac9e;width: 520px;height: 10px;}
.i-com .img:after{content: '';position: absolute;top: -10px;right: 520px;background: #0b61a4;width: 10px;height: 340px;}
.i-com .com{width: 640px;font-size: 16px;color: #4d4d4d;line-height: 200%;padding-right: 5px;padding-top: 20px;}
.i-com .add{display: block;width: 160px;height: 35px;line-height: 35px;background: url(../images/contr.jpg) no-repeat center;color: #fff;font-size: 14px;padding-left: 35px;margin-top: 30px;margin-right: 80px;}


/*i-pro*/
.i-pro{width: 100%;padding-top: 70px;background: url(../images/i-pro.jpg) no-repeat;}
.i-pro .title{width: 505px;height: 74px;background: url(../images/title01.png) no-repeat center;margin:auto;margin-bottom: 45px;text-align: center;}
.i-pro .title .tit{font-size: 36px;color: #fff;font-weight: bold;position: relative;top: -20px;}
.i-pro .title .txt{font-size: 14px;color: #a8a8a8;letter-spacing:5px;position: relative;top: -10px;}
.i-pro .title .tit span{color: #a6a6a6;}

.i-pro .title01{width: 100%;}
.i-pro .title01 ul{text-align: center;}
.i-pro .title01 li{width: 155px;height: 45px;line-height: 45px;text-align: center;background: #fff;color: #000;display: inline-block;margin-right: 70px;}
.i-pro .title01 li:last-child{margin-right: 0;}
.i-pro .title01 li a{color: #000;}
.i-pro .title01 .hover{background: #01ac9e;}
.i-pro .title01 .hover a{color: #fff;}
.i-pro .i-pro-list{width: 100%;background: #fff;padding:35px 30px;margin-top: 50px;padding-bottom:15px;}
.i-pro .i-pro-list ul{margin-right: -60px;}
.i-pro .i-pro-list li{width: 340px;height: 265px;float: left;border:5px solid #0b61a4;margin-right: 60px;margin-bottom: 35px;}
.i-pro .i-pro-list li .img{width: 100%;height: 220px;}
.i-pro .i-pro-list li .img img{width: 100%;height: 100%;}
.i-pro .i-pro-list li span{display: block;width: 100%;height: 35px;line-height: 35px;text-align: center;color: #000}
.i-pro .i-pro-list li a{display: block; height: 100%;}
}
/*i-advantage*/
.i-advantage{width: 100%;padding-top: 70px;padding-bottom: 45px;background: #f6f6f6;}
.i-advantage .title{width: 505px;height: 74px;background: url(../images/title.png) no-repeat center;margin:auto;margin-bottom: 45px;text-align: center;}
.i-advantage .title .tit{font-size: 36px;color: #333;font-weight: bold;position: relative;top: -20px;}
.i-advantage .title .txt{font-size: 14px;color: #a8a8a8;letter-spacing:5px;position: relative;top: -10px;}
.i-advantage .title .tit span{color: #1f62a5;}
.i-advantage .contr{width: 610px;padding-left: 30px;padding-right: 140px;}
.i-advantage .contr .en{text-transform: uppercase;font-size: 20px;color: #e0e0e0;font-family: "宋体";letter-spacing: 2px;}
.i-advantage .contr .tit{font-size: 35px;color: #000;font-family: "宋体";margin-top: 15px;}
.i-advantage .contr .p{font-size: 14px;color: #535252;line-height: 300%;margin-top: 15px;}
.i-advantage .contr .d-en{font-size: 100px;color: #f1f1f1;text-transform: uppercase;font-family: "宋体";letter-spacing: 20px;margin-top: 40px;margin-bottom: 55px;}
.i-advantage .contr .add{display: block;width: 160px;height: 35px;line-height: 35px;background: url(../images/contr.jpg) no-repeat center;color: #fff;font-size: 14px;padding-left: 35px;}
.i-advantage .adv{width: 590px;}
.i-advantage .adv li{width: 100%;height: 90px;color: #414040;margin-bottom: 45px;}
.i-advantage .adv li .yuan{width: 90px;height: 90px;line-height: 90px;text-align: center;border-radius: 50%;background: #0b61a4;float: left;margin-right: 20px;}
.i-advantage .adv li .yuan img{width: 50px;height: 50px;vertical-align: middle;}
.i-advantage .adv li .tit{font-size: 30px;}
.i-advantage .adv li .p{font-size: 16px;line-height: 160%;}
.i-advantage .adv li .hang{margin-bottom: 15px;}
.i-advantage .adv li span{display: block;}
/*i-exper*/
.i-exper{width: 100%;height:200px;background: url(../images/jingyan.jpg) no-repeat center;color: #fff;}
.i-exper .title{width: 870px;padding-left: 130px;padding-top: 65px;}
.i-exper .title .tit{font-size: 30px;font-weight: bold;}
.i-exper .title .txt{font-size: 14px;padding-top: 20px;}
.i-exper .renxian{width: 330px;padding-left: 70px;padding-top: 50px;}
.i-exper .renxian .phone{height: 36px;font-size: 18px;background: url(../images/phone.png) no-repeat left;line-height: 36px;padding-left:50px; }
.i-exper .renxian .num{font-size: 22px;font-weight: bold;margin-top: 10px;letter-spacing: 1px;}
.i-exper .renxian .add{display: block;width: 180px;height: 32px;line-height: 32px;text-align: center;font-size: 18px;color: #fff;border:1px solid #fff;margin-top: 20px;}
/*i-new*/
.i-new{width: 100%;padding-top: 70px;padding-bottom: 60px;}
.i-new .title{width: 505px;height: 74px;background: url(../images/title.png) no-repeat center;margin:auto;margin-bottom: 45px;text-align: center;}
.i-new .title .tit{font-size: 36px;color: #333;font-weight: bold;position: relative;top: -20px;}
.i-new .title .txt{font-size: 14px;color: #a8a8a8;letter-spacing:5px;position: relative;top: -10px;}
.i-new .title .tit span{color: #1f62a5;}
.i-new .recom{width: 510px;padding-left: 30px;}
.i-new .recom .img{width:480px;height: 321px; }
.i-new .recom .img a{height: 321px;}
.i-new .recom .img img{width: 100%;height: 100%;}
.i-new .recom .tit{font-size: 20px;color: #333;padding: 10px 0;}
.i-new .recom a{display: block;}
.i-new .recom p{font-size: 14px;color: #76777b; line-height: 20px;}
.i-new .i-news-list{width: 690px;padding-left: 30px;padding-right: 10px;}
.i-new .i-news-list li{width: 100%;height: 95px;margin-bottom:10px;border-bottom: 1px dashed  #f0f0ef;position: relative;}
.i-new .i-news-list li .tit{display: block;font-size: 20px;color: #333;padding: 10px 0;}
.i-new .i-news-list li .p{font-size: 14px;color: #76777b;width: 530px; line-height: 22px;}
.i-new .i-news-list li a{display: block;}
.i-new .i-news-list li .time{font-size: 14px;color: #a8a8aa;position: absolute;right: 0;}


/*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: #01ac9e;
  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 #01ac9e;
}
.n-main .n-public-tit ul li.active {
  border-bottom: 5px solid #01ac9e;
}
.n-main .n-main-box {
  background: #f2f2f2;
  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;
  text-indent: 2em;
}
/*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: #01ac9e;
}
.n-main .newscj_r h3.kjzts a {
  color: #333;
}
.n-main .newscj_r .time {
  font-size: 30px;
  font-family: 'Iskoola Pota';
  color: #01ac9e;
  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: #01ac9e;
}
.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: 49px;
  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-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: #01ac9e;
}
.staff-list .staff {
  width: 330px;
  height: 284px;
  margin: 0 33px;
  margin-bottom: 20px;
}
.staff-list .staff img {
  width: 330px;
  height: 221px;
}
.staff-list .case {
  width: 283px;
  height: 232px;
  margin: 0 5px;
  margin-bottom: 20px;
}
.staff-list .case img {
  width: 283px;
  height: 172px;
}
.staff-list .honor {
  width: 230px;
  height: 240px;
  margin-bottom: 20px;
  margin-right: 58px;
}
.staff-list .honor img {
  width: 230px;
  height: 180px;
}
/*msg*/
.n-msg {
  height: 500px;
  margin-bottom: 75px;
  background: url(../images/nr-bg.jpg) no-repeat;
  overflow: hidden;
}
.n-msg .form {
  margin-top: 85px;
  margin-left: 42px;
}
.n-msg .form span {
  color: #444444;
  font-size: 16px;
  width: 90px;
  display: inline-block;
  text-align: right;
  font-weight: bold;
}
.n-msg .form input {
  border: 1px solid #cccccc;
  background: none;
}
.n-msg .form .clear {
  margin-top: 32px;
}
.n-msg .form input.txt {
  width: 253px;
  height: 48px;
  margin-right: 30px;
}
.n-msg .form textarea {
  width: 1020px;
  height: 148px;
  border: 1px solid #cccccc;
  background: none;
}
.n-msg .form input.yzm {
  width: 126px;
  height: 48px;
}
.n-msg .form .clear2 {
  margin-top: 12px;
}
.n-msg .form img {
  width: 100px;
  height: 50px;
  margin-left: 13px;
  position: relative;
  top: 19px;
  left: 13px;
}
.n-msg .form .btn {
  width: 160px;
  height: 50px;
  background: #01ac9e !important;
  display: block;
  margin: 0 auto;
  color: #fff;
  margin-top: 20px;
}
.pagination {
  text-align: right;
  float: right;
  margin-bottom: 35px;
}
.pagination a {
  /*width: 40px;
  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;
}

.n-job .human_box .job_tit {
  background: none repeat scroll 0 0 #01ac9e;
  height: 50px;
  font-size: 16px;
  width: 1200px;
  color: #fff;
  line-height: 50px;
}
.n-job .human_box .job .item {
  float: left;
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  font-size: 14px;
  display: block;
}
.n-job .job_l1 {
  width: 225px;
  border-right: 1px solid #fff;
}
.n-job .job_l2 {
  width: 220px;
  border-right: 1px solid #fff;
}
.n-job .job_l3 {
  width: 250px;
  border-right: 1px solid #fff;
}
.n-job .job_l4 {
  width: 355px;
  border-right: 1px solid #fff;
}
.n-job .job_l5 {
  width: 150px;
  border-right: 1px solid #fff;
}
.n-job .job li {
  color: #525252;
  background: #fff;
  overflow: hidden;
}
.n-job .job li .job_box {
  background: none repeat scroll 0 0 #F7F7F7;
  float: left;
  line-height: 20px;
  padding: 20px 50px;
  width: 1200px;
  font-size: 14px;
  display: none;
}
.n-job .job_btn {
  cursor: pointer;
}
.n-job .human_box p {
  font-family: "Microsoft YaHei";
  padding-bottom: 20px;
  color: #343434;
}

.about .list li {
    margin: 10px;
}
.about .list li span {
    margin-right: 10px;
}
.about .list li a{
	color: #000;
}
.about .list li font{
	margin-left: 10px;
}
/*友情链接20190222*/
.linker{width: 100%;background: #1f62a5; color: #fff; line-height:40px; font-size: 14px;}
.linker a{color: #fff; padding-left:10px; }
.linker a:hover{color: #01ac9e;}