@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;
}
#mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  opacity: 0.8;
  z-index: 1;
  filter: alpha(opacity=80);
}
.header {
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.header .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1;
  opacity: 0.9;
}
.header .logo {
  width: 244px;
  height: 80px;
  padding-left: 19px;
  padding-top: 22px;
  float: left;
  margin-right: 37px;
}
.header .nav {
  float: left;
  width: 1300px;
  font-size: 16px;
  margin-left: 300px;
  margin-top: -100px;
}
.header .nav li {
  line-height: 120px;
  margin: 0 35px;
  float: left;
}
.header .nav li:hover .nav-sub {
  display: block;
}
.header .nav li a {
  color: #000;
}
.header .nav-sub {
  position: absolute;
  top: 120px;
  width: 100%;
  left: 0;
  display: none;
  text-align: center;
  padding: 30px 0;
  line-height: 0;
}
.header .nav-sub .nav-item {
  margin: 0 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.header .nav-sub .nav-item h4 {
  font-weight: normal;
  line-height: 40px;
}
.header .nav-sub a {
  color: #2d3845;
}
.banner {
  height: 800px;
  position: relative;
  overflow: hidden;
}
.banner ul {
  position: relative;
}
.banner ul li {
  float: left;
  height: 800px;
  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: #036f00;
}
.banner img {
  height: 800px;
  border: 0 none;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  vertical-align: top;
}
.i-frame {
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  height: 610px;
}
.i-frame .left {
  width: 49.9%;
  border-right: 1px solid #d2d2d2;
  height: 610px;
}
.i-frame .right {
  width: 50%;
  height: 610px;
}
.i-frame .right .public-ins p {
  line-height: 36px;
}
.i-frame .public-ins {
  width: 600px;
  margin-left: 19px;
}
.i-frame .public-ins h3 {
  margin-top: 60px;
  font-size: 30px;
  color: #696868;
  font-weight: normal;
  margin-bottom: 30px;
}
.i-frame .public-ins h3 span {
  font-size: 14px;
  margin-left: 10px;
}
.i-frame .public-ins p {
  font-size: 14px;
  color: #acabab;
  line-height: 28px;
  margin-bottom: 32px;
  width: 512px;
}
.i-frame .public-ins a {
  width: 120px;
  height: 32px;
  border: 1px solid #dcdcdc;
  display: block;
  text-align: center;
  line-height: 32px;
  color: #838282;
}
.i-frame .public-ins a:hover {
  color: #fff;
  background: #03a40d;
  border: 1px solid transparent;
}
.i-frame .project img {
  width: 516px;
  margin: 0 auto;
  margin-top: 56px;
  display: block;
}
.i-frame .profile {
  float: left;
  height: 300px;
  border-bottom: 1px solid #d2d2d2;
  margin: 0;
  padding-left: 19px;
  position: relative;
  width: 100%;
}
.i-frame .profile p {
  width: 356px;
}
.i-frame .profile img {
  position: absolute;
  bottom: 0;
  left: 415px;
}
.i-frame .tech {
  height: 308px;
}
.i-frame .tech img {
  margin-left: 23px;
}
.i-public-tit {
  height: 42px;
}
.i-public-tit .left {
  font-size: 30px;
  color: #696868;
  margin-left: 22px;
}
.i-public-tit .left span {
  font-size: 14px;
  margin-left: 15px;
}
.i-public-tit .left .line {
  margin-top: 12px;
  width: 80px;
  height: 3px;
  background: #03a40d;
}
.i-public-tit .right {
  line-height: 42px;
}
.i-public-tit .right a {
  font-size: 14px;
  color: #696868;
  padding: 10px 15px;
  margin-left: 10px;
}
.i-public-tit .right a:hover,
.i-public-tit .right a.active {
  background: #03a40d;
  color: #fff;
}
.i-project {
  margin-top: 80px;
  overflow: hidden;
  margin-bottom: 72px;
}
.i-project .project-list {
  margin-top: 33px;
  overflow: hidden;
  display: none;
}
.i-project .project-list li {
  float: left;
  width: 358px;
  height: 418px;
  padding: 10px;
  border: 1px solid #d2d2d2;
  margin-left: 20px;
}
.i-project .project-list li img {
  width: 360px;
  height: 202px;
}
.i-project .project-list li h3 {
  font-size: 18px;
  color: #696868;
  margin-top: 27px;
  margin-bottom: 13px;
}
.i-project .project-list li p {
  line-height: 36px;
  margin-left: 17px;
  position: relative;
}
.i-project .project-list li p:after {
  position: absolute;
  content: "";
  left: -17px;
  top: 13px;
  width: 12px;
  height: 12px;
  background: url(../images/pro-icon.jpg);
}
.i-project .project-list li p a {
  font-size: 14px;
  color: #a5a4a4;
}
.i-wrap {
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.i-news {
  overflow: hidden;
  margin-top: 58px;
  margin-bottom: 70px;
}
.i-news .news-list {
  margin-top: 37px;
  display: none;
}
.i-news .news-list .only {
  color: #fff;
  float: left;
  width: 475px;
  height: 460px;
  background: #03a40d;
  margin-left: 22px;
}
.i-news .news-list .only img {
  width: 475px;
  height: 310px;
}
.i-news .news-list .only .left {
  width: 120px;
  text-align: center;
  margin-top: 47px;
}
.i-news .news-list .only .left h3 {
  font-size: 30px;
  margin-bottom: 19px;
}
.i-news .news-list .only .left p {
  font-size: 14px;
}
.i-news .news-list .only .right {
  margin-right: 12px;
  width: 340px;
}
.i-news .news-list .only .right h5 {
  font-size: 16px;
  color: #fff;
  padding-bottom: 14px;
  border-bottom: 1px solid #75b178;
  margin-bottom: 8px;
  margin-top: 38px;
}
.i-news .news-list .only .right h5 a {
  color: #fff;
}
.i-news .news-list .only .right p {
  font-size: 14px;
  color: #b4f8b8;
  line-height: 24px;
}
.i-news .news-list ul {
  width: 650px;
  float: right;
  margin-right: 13px;
}
.i-news .news-list ul li p.tit {
  line-height: 55px;
  font-size: 18px;
  color: #696868;
  height: 55px;
  border-bottom: 1px solid #eeeeee;
}
.i-news .news-list ul li a {
  color: #696868;
}
.i-news .news-list ul li span {
  float: right;
}
.i-news .news-list ul li p.ins {
  font-size: 12px;
  color: #acabab;
  line-height: 21px;
  margin-top: 16px;
  margin-bottom: 11px;
  display: none;
}
.i-video {
  height: 550px;
  position: relative;
  width: 100%;
  background: #000;
}
.i-video video {
  height: 550px;
  width: 1535px;
  margin: 0 auto;
  display: block;
}
.footer {
  height: 500px;
  background: #2d3845;
  overflow: hidden;
  clear: both;
}
.footer .f-top {
  height: 339px;
  margin-top: 100px;
  color: #fff;
}
.footer .f-top .left {
  width: 255px;
  text-align: right;
}
.footer .f-top .left p {
  color: #9f9fa0;
  font-size: 14px;
}
.footer .f-top .left p.wx {
  margin-top: 11px;
  margin-bottom: 16px;
}
.footer .f-top .left p.rx {
  margin-top: 22px;
  margin-bottom: 10px;
}
.footer .f-top .left h5 {
  font-size: 23px;
  color: #919395;
  font-weight: normal;
}
.footer .f-top .right {
  width: 718px;
  margin-right: 60px;
}
.footer .f-top .right h4 {
  font-size: 16px;
  margin-bottom: 18px;
}
.footer .f-top .right p {
  height: 30px;
  line-height: 30px;
  float: left;
  width: 300px;
}
.footer .f-top .right p img {
  vertical-align: middle;
  margin-right: 18px;
}
.footer .f-top .right p span {
  color: #93a2b1;
}
.footer .f-top .right .line {
  clear: both;
  border: 1px dashed #3e4752;
  margin: 17px 0;
}
.footer .f-top .right a {
  color: #9faebe;
  font-size: 14px;
  margin-right: 45px;
}
.footer .f-top .right .f-nav,
.footer .f-top .right .f-project {
  width: 800px;
}
.footer .f-bot {
  height: 60px;
  border-top: 1px solid #435365;
  color: #9faebe;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
}
.footer .f-bot a {
  color: #9faebe;
}
.footer .f-bot span {
  margin: 0 23px;
}
/*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: 14px;
  color: #666666;
}
.n-main .n-public-tit a.active {
  color: #036f00;
  font-weight: bold;
}
.n-main .n-public-tit ul {
  float: right;
}
.n-main .n-public-tit ul li {
  float: left;
  margin-right: 5px;
  display: inline-block;
  height: 60px;
   border-bottom: 5px solid rgba(255, 255, 255, 0);
}
.n-main .n-public-tit ul li:hover {
  border-bottom: 5px solid #036f00;
}
.n-main .n-public-tit ul li.active {
  border-bottom: 5px solid#036f00;
}
.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;
}
/*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: #036f00;
}
.n-main .newscj_r h3.kjzts a {
  color: #333;
}
.n-main .newscj_r .time {
  font-size: 30px;
  font-family: 'Iskoola Pota';
  color: #036f00;
  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: #036f00;
}
.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;
}
.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%;
}
/*staff*/
.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;
}
.staff-list li p a {
  color: #555555;
}
.staff-list li p a:hover {
  color: #036f00;
}
.staff-list .staff2 { width:200px; height:284px; margin-bottom: 20px; margin-right: 58px; padding-top:10px;}
.staff-list .staff2 .pic { width: 175px; height: 244px; margin:0 auto; display: flex;  align-items: center; justify-content: center; }
.staff-list .staff2 .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.staff-list .staff2 .tit { line-height:33px;  text-align: center; font-size: 14px; color:#000; }
.staff-list .staff {
  width: 360px;
  height: 265px;
  margin-bottom: 20px;
  margin-right: 58px;
}
.staff-list .staff img {
  height: 202px;
  width: 360px;
}
/*job*/
.n-job .human_box .job_tit {
  background: none repeat scroll 0 0 #036f00;
  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: 235px;
  border-right: 1px solid #fff;
}
.n-job .job_l2 {
  width: 120px;
  border-right: 1px solid #fff;
}
.n-job .job_l3 {
  width: 240px;
  border-right: 1px solid #fff;
}
.n-job .job_l4 {
  width: 250px;
  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: 1100px;
  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;
}
.pagination {
  text-align: center;
  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;*/
 color: #036f00;
}
.pagination li{
	display: inline-block;
	margin: 0 7px;
}

.pagination .active {
  border: 0 !important;
  background: #fff;
  color: #036f00;
}
.pagination .next {
}
.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;
}
