@charset "UTF-8";
@keyframes _anDownUpOp {
  0% {
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
@-webkit-keyframes _anDownUpOp {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }
@keyframes _anDownUpOp01 {
  0% {
    transform: translateY(100%);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
@-webkit-keyframes _anDownUpOp01 {
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }
@keyframes _anLeftRightOp {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes _anLeftRightOp {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), color-stop(0.33, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), color-stop(0.33, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0; } }
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), color-stop(0.33, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), color-stop(0.33, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0; } }
@keyframes liMove {
  0% {
    transform: translateY(-110%);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
@keyframes liHIde {
  0% {
    transform: translateY(0px);
    opacity: 1; }
  100% {
    transform: translateY(110%);
    opacity: 0; } }
@keyframes liMove {
  0% {
    transform: translateY(-110%);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
@keyframes liHIde {
  0% {
    transform: translateY(0px);
    opacity: 1; }
  100% {
    transform: translateY(110%);
    opacity: 0; } }
body {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  position: relative;
  line-height: 20px;
  background: #f1f1f1;
  min-width: 1200px; }

a, .pageGro input {
  color: #333;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  a:hover, .pageGro input:hover {
    color: #008742; }

input {
  font-family: "微软雅黑";
  font-size: 14px; }

.white, a.white, .pageGro input.white {
  color: #fff; }

.fc, a.fc, .pageGro input.fc {
  color: #008742; }

.whitebg, input.whitebg {
  background: #fff; }

.eeebg, input.eeebg {
  background: #eee; }

.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.comheader {
  height: 120px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  z-index: 100;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .comheader .logo {
    top: 27px;
    float: left;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .comheader .logo img {
      height: 66px;
      display: block; }
    .comheader .logo:hover {
      -webkit-animation-name: pulse;
      animation-name: pulse; }

.comheader-f {
  height: 90px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .comheader-f .logo {
    top: 11px; }
  .comheader-f .comnav li .a1 {
    height: 90px;
    line-height: 90px; }
  .comheader-f .comnav li i {
    bottom: 20px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .comheader-f .comnav .box {
    top: 90px; }

.comheader-h {
  height: 120px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }

.comheader-h-f {
  height: 90px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }

.comnav {
  float: right; }
  .comnav li {
    float: left; }
    .comnav li i {
      background: url(../images/icon/nav02.png) no-repeat center;
      width: 100%;
      bottom: 36px;
      height: 9px;
      position: absolute;
      left: 0;
      filter: alpha(Opacity=0);
      opacity: 0;
      -webkit-opacity: 0;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .comnav li:first-child i {
      background-image: url(../images/icon/nav01.png); }
    .comnav li .a1 {
      display: block;
      height: 120px;
      line-height: 120px;
      text-align: center;
      font-size: 16px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      padding: 0 17px; }
    .comnav li .box {
      width: 100%;
      position: absolute;
      left: 0;
      top: 120px;
      overflow: hidden;
      visibility: hidden;
      filter: alpha(Opacity=0);
      opacity: 0;
      -webkit-opacity: 0;
      transform: translate(0, 20px);
      -webkit-transform: translate(0, 20px);
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .comnav li .box a, .comnav li .box .pageGro input, .pageGro .comnav li .box input {
        display: block;
        line-height: 35px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
        border-top: 1px solid #fff;
        background: #008742;
        color: #fff;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
        .comnav li .box a:hover, .comnav li .box .pageGro input:hover, .pageGro .comnav li .box input:hover {
          background: #024bb1; }
    .comnav li:hover .a1 {
      color: #008742; }
    .comnav li:hover i {
      filter: alpha(Opacity=100);
      opacity: 1;
      -webkit-opacity: 1;
      -webkit-animation-name: flipInX;
      animation-name: flipInX; }
    .comnav li:hover .box {
      visibility: visible;
      filter: alpha(Opacity=100);
      opacity: 1;
      -webkit-opacity: 1;
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px); }
    .comnav li.sel .a1 {
      font-weight: bold;
      color: #008742;
      -webkit-animation-name: jello;
      animation-name: jello; }
    .comnav li.sel i {
      filter: alpha(Opacity=100);
      opacity: 1;
      -webkit-opacity: 1; }

.comfoot {
  background-color: #323232;
  color: #999999;
  padding-top: 55px; }
  .comfoot a, .comfoot .pageGro input, .pageGro .comfoot input {
    color: #999999; }
    .comfoot a:hover, .comfoot .pageGro input:hover, .pageGro .comfoot input:hover {
      color: #fff; }
  .comfoot .ftinfo {
    float: left;
    line-height: 30px;
    margin-left: 100px;
    width: 330px; }
    .comfoot .ftinfo li {
      background: no-repeat left;
      padding-left: 30px;
      margin-bottom: 3px; }
    .comfoot .ftinfo .tel {
      font-size: 18px;
      font-weight: lighter;
      color: #ffffff;
      font-style: italic; }
  .comfoot dl {
    float: left;
    width: 100px; }
    .comfoot dl a, .comfoot dl .pageGro input, .pageGro .comfoot dl input {
      display: block; }
    .comfoot dl dt {
      margin-bottom: 15px; }
      .comfoot dl dt a, .comfoot dl dt .pageGro input, .pageGro .comfoot dl dt input {
        font-size: 15px;
        color: #e5e5e5; }
    .comfoot dl dd a, .comfoot dl dd .pageGro input, .pageGro .comfoot dl dd input {
      font-size: 13px;
      line-height: 32px; }
  .comfoot .codeimg {
    float: right;
    text-align: center; }
    .comfoot .codeimg img {
      width: 120px;
      display: block; }
    .comfoot .codeimg p {
      margin-top: 15px; }
  .comfoot .blogroll {
    padding-bottom: 35px; }
    .comfoot .blogroll a, .comfoot .blogroll .pageGro input, .pageGro .comfoot .blogroll input {
      margin-right: 25px; }
  .comfoot .botm {
    border-top: 1px solid #515151;
    line-height: 58px; }

.indextit {
  width: 100%;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4dbade; }
  .indextit b {
    font-size: 24px;
    font-weight: 400; }
  .indextit a, .indextit .pageGro input, .pageGro .indextit input {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px; }
    .indextit a:hover, .indextit .pageGro input:hover, .pageGro .indextit input:hover {
      text-decoration: underline; }
  .indextit i {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 70px;
    background: #008742; }

.bannerleft {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 660px; }
  .bannerleft .bd {
    height: 100%;
    width: 100%; }
    .bannerleft .bd .tempWrap {
      height: 100%; }
    .bannerleft .bd ul {
      height: 100% !important; }
    .bannerleft .bd li {
      height: 100%;
      width: 100%;
      overflow: hidden; }
  .bannerleft .bd a, .bannerleft .bd .pageGro input, .pageGro .bannerleft .bd input {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    background-size: 100% 100%;
   /* -webkit-animation-name: kenburns;
      animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2); */ }
  .bannerleft .hd {
    position: static; }
    .bannerleft .hd .prev, .bannerleft .hd .next {
      position: absolute;
      top: 50%;
      display: block;
      width: 60px;
      height: 90px;
      opacity: 0.5;
      z-index: 1;
      left: 10%;
      background: rgba(0, 0, 0, 0.6);
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      margin-top: -45px; }
      .bannerleft .hd .prev img, .bannerleft .hd .next img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      .bannerleft .hd .prev:hover, .bannerleft .hd .next:hover {
        opacity: 1; }
    .bannerleft .hd .next {
      left: auto;
      right: 10%; }
    .bannerleft .hd ul {
      text-align: center;
      bottom: 15px;
      position: absolute;
      left: 0;
      width: 100%; }
      .bannerleft .hd ul li {
        display: inline-block;
        width: 13px;
        height: 13px;
        overflow: hidden;
        background: url(../images/icon/li01.png) no-repeat center;
        line-height: 0px;
        font-size: 0px;
        margin: 0 6px;
        z-index: 1; }
      .bannerleft .hd ul li.on {
        background-image: url(../images/icon/li01_on.png); }

/* @-webkit-keyframes kenburns {
  0% {-webkit-transform: scale(1.2);transform: scale(1.2);}
  26.5625% {-webkit-transform: scale(1);transform: scale(1); }
  100% {-webkit-transform: scale(1.2);transform: scale(1.2);}
  98.4375% {-webkit-transform: scale(1.21176);transform: scale(1.21176);}
}
@keyframes kenburns {
  0% {-webkit-transform: scale(1.2);transform: scale(1.2);}
  26.5625% {-webkit-transform: scale(1);transform: scale(1); }
  100% {-webkit-transform: scale(1.2);transform: scale(1.2);}
  98.4375% {-webkit-transform: scale(1.21176);transform: scale(1.21176);}
} */
.index-box01 {
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 100px;
  background-color: #fff; }
  .index-box01 .box_l {
    width: 567px; }
    .index-box01 .box_l .tit {
      font-size: 18px;
      margin-top: 50px; }
    .index-box01 .box_l .des {
      margin-top: 40px;
      line-height: 28px;
      color: #666666;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      height: 84px; }
    .index-box01 .box_l .morebtn {
      margin-top: 40px; }
  .index-box01 .box_r {
    width: 516px;
    text-align: center; }

.index-tit .tit {
  font-size: 36px;
  font-weight: lighter;
  line-height: 36px; }
.index-tit .entit {
  font-size: 16px;
  color: #999;
  font-weight: lighter;
  text-transform: uppercase;
  margin-top: 10px; }

.innumlist {
  overflow: hidden;
  padding-top: 50px; }
  .innumlist li {
    float: left;
    color: #666666;
    background: url(../images/icon/hr01.png) no-repeat left;
    left: -1px;
    padding: 0 30px; }
  .innumlist li:first-child {
    padding-left: 0; }
  .innumlist .num {
    font-size: 36px;
    color: #272727; }
  .innumlist .p1 {
    font-size: 16px;
    margin-top: 10px; }
  .innumlist .unit {
    font-size: 12px;
    top: -20px;
    margin-left: 5px; }

.morebtn {
  text-transform: uppercase;
  color: #666666;
  height: 44px;
  line-height: 44px;
  border: 1px solid #999999;
  border-radius: 23px;
  -ms-border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  overflow: hidden;
  display: block;
  width: 135px;
  text-align: center; }
  .morebtn span {
    background: url(../images/icon/arr01.png) no-repeat right;
    transition: all 0.4s ease-in-out 0.01s;
    -webkit-transition: all 0.4s ease-in-out 0.01s;
    padding-right: 0; }
  .morebtn:hover {
    background-color: #008742;
    border-color: #008742;
    color: #fff; }
    .morebtn:hover span {
      padding-right: 23px; }

.index-box02 {
  background-position: center; }
  .index-box02 .morebtn {
    margin: 0 auto; }

.indexmenu {
  display: inline-block;
  overflow: hidden; }
  .indexmenu a, .indexmenu .pageGro input, .pageGro .indexmenu input {
    padding: 0 25px;
    font-size: 16px;
    color: #999999;
    padding-bottom: 14px;
    float: left;
    background: url(../images/icon/hr02.png) no-repeat left 5px;
    left: -1px; }
  .indexmenu .sel {
    color: #008742;
    font-weight: bold; }
    .indexmenu .sel i {
      width: 35px;
      height: 4px;
      position: absolute;
      left: 50%;
      margin-left: -17.5px;
      background-color: #008742;
      bottom: 0;
      border-radius: 2px;
      -ms-border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      overflow: hidden; }

.imgtxtlist01 {
  padding: 20px;
  width: 245px;
  height: 310px;
  background-color: #fff;
  float: left;
  text-align: center;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
  margin-right: 20px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  margin-bottom: 30px; }
  .imgtxtlist01 .img {
    height: 250px;
    overflow: hidden; }
    .imgtxtlist01 .img img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .imgtxtlist01 .tit {
    font-size: 18px;
    margin-top: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .imgtxtlist01:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
    .imgtxtlist01:hover .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -moz-transform: scale(1.1); }

.w110 {
  width: 110%; }

.imgtxtlist02 {
  width: 350px;
  padding: 40px 20px;
  float: left;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden; }
  .imgtxtlist02 .date {
    font-size: 20px;
    color: #999;
    line-height: 24px; }
  .imgtxtlist02 .tit {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    height: 20px; }
  .imgtxtlist02 .img {
    height: 196px;
    margin-top: 25px;
    overflow: hidden;
    border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden; }
    .imgtxtlist02 .img img {
      display: block;
      width: 100%;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .imgtxtlist02 .des {
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    margin-top: 15px; }
  .imgtxtlist02 .more {
    margin-top: 40px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
    width: 67px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    padding-left: 0; }
    .imgtxtlist02 .more span {
      background: url(../images/icon/arr01.png) no-repeat right;
      padding-right: 0;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .imgtxtlist02 .hr {
    width: 0;
    height: 5px;
    background-color: #008742;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .imgtxtlist02:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.14); }
    .imgtxtlist02:hover .hr {
      width: 100%;
      left: 0; }
    .imgtxtlist02:hover .more {
      background-color: #008742;
      padding-left: 15px; }
      .imgtxtlist02:hover .more span {
        padding-right: 16px;
        color: #fff; }
    .imgtxtlist02:hover .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -moz-transform: scale(1.1); }

.zbanner {
  width: 100%;
  overflow: hidden; }
  .zbanner .img {
    width: 1920px;
    left: 50%;
    margin-left: -960px; }
    .zbanner .img img {
      display: block; }

.znavbox {
  background-color: #fff;
  height: 60px;
  line-height: 60px; }
  .znavbox .crumbbox {
    float: left;
    background: url(../images/icon/ic04.png) no-repeat left;
    padding-left: 27px; }
  .znavbox .znav {
    float: right;
    top: 13px; }
    .znavbox .znav a, .znavbox .znav .pageGro input, .pageGro .znavbox .znav input {
      padding: 0 27px;
      height: 34px;
      line-height: 34px;
      float: left;
      border-radius: 17px;
      -ms-border-radius: 17px;
      -moz-border-radius: 17px;
      -webkit-border-radius: 17px;
      overflow: hidden; }
    .znavbox .znav .sel {
      background-color: #008742;
      color: #fff; }

.pageGro {
  margin-top: 10px;
  display: inline-block; }
  .pageGro a, .pageGro input {
    display: inline-block;
    margin-left: 13px;
    padding: 0 20px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #999999;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    background: #fff;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    float: left;
    font-size: 13px; }
  .pageGro .span1 {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #999999;
    padding-left: 20px; }
  .pageGro input {
    width: 70px;
    padding: 0;
    border: none;
    background-color: #fff !important; }
  .pageGro .on, .pageGro a:hover, .pageGro input:hover {
    color: #fff;
    background: #008742;
    border-color: #008742; }
  .pageGro .sub {
    background-color: #008742 !important;
    color: #fff; }

.zconbox {
  background-color: #fff;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
  padding: 40px; }
  .zconbox .dtltit {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    font-size: 28px;
    line-height: 30px; }
  .zconbox .dtlcon {
    padding: 35px;
    line-height: 24px;
    color: #666666; }
    .zconbox .dtlcon img {
      display: block;
      margin: 0 auto; }

.historybox {
  background-color: #fff;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
  padding: 40px;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 220px; }
  .historybox .historylist {
    width: 970px;
    margin: 0 auto;
    min-height: 200px;
    padding-bottom: 50px; }
    .historybox .historylist li {
      margin-left: 87px;
      padding-bottom: 60px;
      border-left: 1px solid #d9d9d9;
      padding-left: 22px; }
      .historybox .historylist li .date {
        font-size: 20px;
        color: #666666;
        position: absolute;
        left: -87px;
        top: 0; }
      .historybox .historylist li i {
        position: absolute;
        left: -5.5px;
        top: 0;
        background: url(../images/icon/li02.png) no-repeat top;
        width: 11px;
        height: 11px;
        overflow: hidden; }
      .historybox .historylist li .des {
        color: #666666; }

.zinfotit {
  text-align: center;
  font-size: 24px;
  line-height: 28px; }

.infocon {
  padding: 35px 0;
  line-height: 28px;
  color: #666666;
  padding-bottom: 10px; }
  .infocon img {
    display: block;
    margin: 0 auto; }

.imgtxtlist03 {
  width: 384px;
  height: 290px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 28px;
  float: left;
  background-color: #fff; }
  .imgtxtlist03 img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .imgtxtlist03:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1); }

.mapbox {
  height: 680px;
  background-color: #1499D0; }

.zinfobox {
  padding: 17px;
  background-color: #fff;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden; }
  .zinfobox .info {
    margin-top: 30px;
    width: 1200px;
    font-size: 18px;
    line-height: 36px; }
    .zinfobox .info li {
      background: no-repeat 22px 5px;
      float: left;
      padding: 20px 0;
      padding-left: 96px;
      margin-right: 40px; }
    .zinfobox .info .address, .zinfobox .info .imgtxtlist04 .tel, .imgtxtlist04 .zinfobox .info .tel {
      width: 390px; }

.imgtxtlist04 {
  background-color: #fff;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
  float: left;
  width: 553px;
  height: 459px;
  overflow: hidden;
  padding: 18px;
  margin-right: 22px;
  margin-bottom: 23px; }
  .imgtxtlist04 .img {
    height: 310px;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden; }
    .imgtxtlist04 .img img {
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .imgtxtlist04 .tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px; }
  .imgtxtlist04 .txt {
    padding: 0 12px;
    padding-top: 25px; }
  .imgtxtlist04 .address, .imgtxtlist04 .tel {
    padding-left: 22px;
    background: url(../images/icon/ic05.png) no-repeat left;
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    margin-bottom: 5px; }
  .imgtxtlist04 .tel {
    background-image: url(../images/icon/ic06.png); }
  .imgtxtlist04:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1); }

.imgtxtlist05 {
  background-color: #fff;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
  display: block;
  padding: 25px 18px;
  margin-bottom: 20px; }
  .imgtxtlist05 .img {
    width: 360px;
    height: 202px;
    overflow: hidden;
    float: left;
    margin-right: 19px;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden; }
    .imgtxtlist05 .img img {
      width: 100%;
      display: block;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .imgtxtlist05 .txt {
    width: 780px;
    float: left;
    padding-top: 15px; }
  .imgtxtlist05 .date {
    color: #999999;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    top: 0; }
  .imgtxtlist05 .tit {
    font-size: 18px;
    margin-top: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px; }
  .imgtxtlist05 .des {
    margin-top: 23px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px; }
  .imgtxtlist05 .more {
    color: #999999;
    margin-top: 30px;
    padding-right: 25px;
    background: url(../images/icon/ic07.png) no-repeat right;
    display: inline-block;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .imgtxtlist05:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1); }
  .imgtxtlist05:hover .date {
    top: -5px; }
  .imgtxtlist05:hover .more {
    padding-right: 35px; }

.newstit {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px; }
  .newstit .tit {
    font-size: 24px;
    line-height: 30px; }
  .newstit .info {
    font-size: 16px;
    color: #999999;
    margin-top: 20px; }
    .newstit .info span {
      margin: 0 13px; }

.pagingbox {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  line-height: 24px; }
  .pagingbox a, .pagingbox .pageGro input, .pageGro .pagingbox input {
    color: #666; }
    .pagingbox a:hover, .pagingbox .pageGro input:hover, .pageGro .pagingbox input:hover {
      color: #008742; }
  .pagingbox .prev, .pagingbox .bannerleft .hd .next, .bannerleft .hd .pagingbox .next {
    margin-bottom: 5px; }

.job_list li {
  margin-bottom: 16px; }
.job_list .jobli {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background: #ffffff url(../images/icon/ic08.png) no-repeat 1157px;
  cursor: pointer;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden; }
.job_list .tit {
  width: 60%;
  font-size: 16px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666; }
.job_list .date {
  float: right;
  color: #666666;
  margin-right: 65px; }
.job_list .jobcontxt {
  padding: 20px 40px;
  line-height: 24px;
  color: #666666;
  display: none;
  border-top: 1px dashed #eeeeee; }
.job_list .xia {
  background-image: url(../images/icon/ic09.png);
  background-color: #008742; }
  .job_list .xia .tit {
    color: #fff; }

.nobox {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 100px; }
  .nobox p {
    margin-top: 30px; }

.page_frame {
  width: 100%;
  height: auto;
  min-height: 730px; }
  .page_frame .error {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 50px 0;
    top: 103px; }
    .page_frame .error p {
      color: #999;
      font-size: 14px;
      line-height: 40px; }
    .page_frame .error .a1 {
      display: block;
      width: 380px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      line-height: 45px;
      margin: 20px auto;
      border-radius: 6px;
      background: #008742; }

/*# sourceMappingURL=style.css.map */
