@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; } }
html {
  height: 100%; }

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: #fff;
  min-width: 1200px;
  height: 100%; }

a, .pageGro .span1 {
  color: #333;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  a:hover, .pageGro .span1:hover {
    color: #25ab38; }

input {
  font-family: "微软雅黑";
  font-size: 14px; }

.white, a.white, .pageGro .white.span1 {
  color: #fff; }

.fc, a.fc, .pageGro .fc.span1 {
  color: #25ab38; }

.whitebg, input.whitebg {
  background: #fff; }

.eeebg, input.eeebg {
  background: #eee; }

.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.zmain {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.inbox {
  padding-left: 180px;
  overflow: hidden; }

.comnav {
  width: 180px;
  background: #fff;
  z-index: 10;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  height: 100%;
  text-align: center;
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.1); }
  .comnav .logo {
    padding-top: 7px;
    display: block;
    margin-bottom: 15px; }
  .comnav ul li .a1 {
    display: block;
    text-align: center;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    padding-top: 9px;
    padding-bottom: 6px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 4px solid #fff; }
    .comnav ul li .a1 .tit {
      font-size: 18px; }
    .comnav ul li .a1 .entit {
      font-size: 12px;
      color: #999999;
      text-transform: uppercase; }
  .comnav ul li .box {
    position: absolute;
    left: 180px;
    top: 0;
    right: auto;
    bottom: auto;
    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;
    background: rgba(102, 102, 102, 0.7);
    padding: 0 12px; }
    .comnav ul li .box a, .comnav ul li .box .pageGro .span1, .pageGro .comnav ul li .box .span1 {
      display: block;
      height: 50px;
      line-height: 50px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: center;
      border-top: 1px solid #a0a0a0;
      color: #fff;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      font-size: 16px;
      padding: 0 18px; }
      .comnav ul li .box a:hover, .comnav ul li .box .pageGro .span1:hover, .pageGro .comnav ul li .box .span1:hover {
        color: #25ab38; }
      .comnav ul li .box a:first-child, .comnav ul li .box .pageGro .span1:first-child, .pageGro .comnav ul li .box .span1:first-child {
        border-top: none; }
  .comnav ul li:hover .a1 {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 4px solid #25ab38; }
  .comnav ul li:hover .box {
    visibility: visible;
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px); }
  .comnav ul li.sel .a1 {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 4px solid #25ab38; }
    .comnav ul li.sel .a1 .tit {
      color: #25ab38; }
  .comnav .inbotm {
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    width: 100%;
    background: url(../images/bg/bg01.jpg) no-repeat bottom;
    padding: 0 3%;
    padding-bottom: 50px;
    width: 94%;
    line-height: 21px;
    font-size: 12px;
    color: #999999; }

.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 .span1, .pageGro .indextit .span1 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px; }
    .indextit a:hover, .indextit .pageGro .span1:hover, .pageGro .indextit .span1:hover {
      text-decoration: underline; }
  .indextit i {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 70px;
    background: #25ab38; }

.bannerleft {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 100%; }
  .bannerleft .bd {
    height: 100%; }
    .bannerleft .bd ul {
      height: 100%; }
      .bannerleft .bd ul li {
        height: 100%; }
  .bannerleft .bd a, .bannerleft .bd .pageGro .span1, .pageGro .bannerleft .bd .span1 {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    opacity: 1; }
  .bannerleft .hd {
    position: static; }
    .bannerleft .hd .prev, .bannerleft .hd .next {
      position: absolute;
      top: 50%;
      display: block;
      width: 57px;
      height: 57px;
      opacity: 0.5;
      z-index: 1;
      left: 0; }
      .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: 0; }
    .bannerleft .hd ul {
      bottom: 48px;
      position: absolute;
      left: 115px; }
      .bannerleft .hd ul li {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(../images/li01.png) no-repeat center;
        line-height: 0px;
        font-size: 0px;
        margin: 0 8px;
        z-index: 1; }
      .bannerleft .hd ul li.on {
        background-image: url(../images/li01_on.png); }
  .bannerleft .bannerTC {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 144px;
    height: 520px;
    margin: -260px 0 0 -72px; }
    .bannerleft .bannerTC div {
      float: left; }
    .bannerleft .bannerTC .divT3 {
      margin-right: 15px;
      margin-top: 125px; }
    .bannerleft .bannerTC .divT1 {
      margin-right: 25px;
      margin-top: 125px; }

.bannerleft .bd a, .bannerleft .bd .pageGro .span1, .pageGro .bannerleft .bd .span1 {
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-transform: scale(1);
  transform: scale(1); }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.inbox01 {
  width: 100%;
  margin-bottom: 40px; }
  .inbox01 .box_l {
    width: 50%; }
    .inbox01 .box_l .box {
      padding: 0 80px;
      float: left; }
    .inbox01 .box_l .con {
      line-height: 25px;
      font-size: 16px;
      color: #666;
      height: 175px;
      overflow: hidden; }
    .inbox01 .box_l .morebtn {
      border-radius: 20px;
      -ms-border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      overflow: hidden;
      border: none;
      background: #fff;
      color: #25ab38;
      font-family: "微软雅黑";
      font-size: 18px;
      line-height: 38px;
      height: 38px;
      width: 131px;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-tap-highlight-color: transparent;
      /* For some Androids */
      border: 1px solid #e5e5e5;
      display: block;
      margin-top: 25px;
      box-shadow: 1px 5px 13px rgba(17, 17, 17, 0.09);
      -webkit-box-shadow: 1px 5px 13px rgba(17, 17, 17, 0.09);
      -moz-box-shadow: 1px 5px 13px rgba(17, 17, 17, 0.09);
      -o-box-shadow: 1px 5px 13px rgba(17, 17, 17, 0.09);
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .inbox01 .box_l .morebtn:hover {
        background: #25ab38;
        color: #fff; }
  .inbox01 .box_r {
    width: 50%;
    float: right;
    display: inline; }
    .inbox01 .box_r:before {
      display: block;
      content: '';
      padding-top: 54.448%; }
    .inbox01 .box_r video {
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      outline: none; }

.intitbox {
  padding-top: 70px;
  margin-bottom: 30px; }
  .intitbox .tit {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px; }
  .intitbox .hr {
    width: 40px;
    height: 4px;
    overflow: hidden;
    background: #25ab38;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .intitbox .entit {
    color: #c6c5c5;
    text-transform: uppercase;
    margin-top: 4px; }

.leftbox {
  width: 100%;
  overflow: hidden;
  height: 650px; }
  .leftbox .bd {
    height: 100%; }
    .leftbox .bd ul {
      height: 100%; }
      .leftbox .bd ul li {
        height: 100%; }
    .leftbox .bd a, .leftbox .bd .pageGro .span1, .pageGro .leftbox .bd .span1 {
      display: block;
      width: 100%;
      height: 100%;
      background: no-repeat 50% 50%;
      background-size: cover;
      opacity: 1; }
    .leftbox .bd .tit {
      position: absolute;
      left: 0;
      top: auto;
      right: auto;
      bottom: 0;
      background: rgba(67, 67, 67, 0.5);
      font-size: 18px;
      color: #fff;
      padding: 0 5%;
      height: 100px;
      line-height: 100px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 90%; }
      .leftbox .bd .tit p {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
  .leftbox .hd {
    position: static;
    z-index: 2; }
    .leftbox .hd .prev, .leftbox .hd .next {
      position: absolute;
      top: 50%;
      display: block;
      width: 44px;
      height: 44px;
      overflow: hidden;
      opacity: 0.5;
      z-index: 1;
      left: 30px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      z-index: 2; }
      .leftbox .hd .prev img, .leftbox .hd .next img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      .leftbox .hd .prev:hover, .leftbox .hd .next:hover {
        opacity: 1; }
    .leftbox .hd .next {
      left: auto;
      right: 30px; }

.zleftbox {
  height: 560px !important;
  margin-top: 30px; }
  .zleftbox .bd .tit {
    left: auto;
    right: 0; }

.dtlmap {
  background: #0078C3;
  width: 100%;
  height: 300px;
  margin-top: 30px; }

.inbox02 .box_l {
  width: 66%;
  float: left; }
.inbox02 .box_r {
  width: 34%;
  float: right; }
  .inbox02 .box_r .topbox {
    background: #25ab38;
    height: 250px;
    padding: 0 20px; }
    .inbox02 .box_r .topbox .tit {
      font-size: 24px;
      color: #fff;
      font-weight: bold;
      line-height: 24px;
      margin-bottom: 5px;
      padding-top: 25px; }
    .inbox02 .box_r .topbox .entit {
      color: #9fdba0;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .inbox02 .box_r .topbox .con {
      font-size: 16px;
      color: #fff;
      line-height: 24px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal !important;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin-bottom: 20px;
      height: 72px; }
    .inbox02 .box_r .topbox .morebtn {
      border-radius: 20px;
      -ms-border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      overflow: hidden;
      border: none;
      background: none;
      color: #fff;
      font-family: "微软雅黑";
      font-size: 18px;
      line-height: 38px;
      height: 38px;
      width: 131px;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-tap-highlight-color: transparent;
      /* For some Androids */
      border: 1px solid #fff;
      display: block;
      box-shadow: 1px 5px 13px rgba(17, 17, 17, 0.09);
      -webkit-box-shadow: 1px 5px 13px rgba(17, 17, 17, 0.09);
      -moz-box-shadow: 1px 5px 13px rgba(17, 17, 17, 0.09);
      -o-box-shadow: 1px 5px 13px rgba(17, 17, 17, 0.09);
      margin: 0 auto;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .inbox02 .box_r .topbox .morebtn:hover {
        background: #fff;
        color: #25ab38; }
  .inbox02 .box_r .inmap {
    height: 400px;
    background: #007AFF; }

.inbox03 {
  background: #F5F5F5;
  padding-bottom: 50px;
  width: 100%;
  margin-bottom: 40px; }
  .inbox03 .intitbox {
    text-align: center; }

.w110 {
  width: 102%; }

.imglist01 {
  display: block;
  float: left;
  width: 25%; }
  .imglist01 .txt {
    margin-right: 20px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .imglist01 .img {
    max-height: 252px;
    overflow: hidden; }
    .imglist01 .img img {
      width: 100%;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .imglist01 .tit {
    height: 58px;
    line-height: 58px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    text-align: center; }
  .imglist01:hover .txt {
    background: #fff; }
  .imglist01:hover .tit {
    font-weight: bold;
    color: #25ab38; }
  .imglist01:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1); }

.newleft {
  width: 50%;
  overflow: hidden;
  height: 500px;
  float: left; }
  .newleft .bd {
    height: 100%; }
    .newleft .bd ul {
      height: 100%; }
      .newleft .bd ul li {
        height: 100%; }
    .newleft .bd a, .newleft .bd .pageGro .span1, .pageGro .newleft .bd .span1 {
      display: block;
      width: 100%;
      height: 100%;
      background: no-repeat 50% 50%;
      background-size: cover;
      opacity: 1; }
    .newleft .bd .tit {
      position: absolute;
      left: 0;
      top: auto;
      right: auto;
      bottom: 0;
      background: rgba(49, 49, 49, 0.7);
      font-size: 18px;
      color: #fff;
      height: 40px;
      line-height: 40px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 100%; }
      .newleft .bd .tit p {
        width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 30px; }
  .newleft .hd {
    position: static; }
    .newleft .hd ul {
      bottom: 7px;
      position: absolute;
      right: 35px;
      z-index: 2; }
      .newleft .hd ul li {
        display: inline-block;
        width: 14px;
        height: 14px;
        background: #fff;
        line-height: 0px;
        font-size: 0px;
        margin: 0 3px;
        z-index: 1;
        border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        overflow: hidden; }
      .newleft .hd ul li.on {
        background: #b5b5b5; }

.inbox04 .box_r {
  width: 50%;
  float: right; }
  .inbox04 .box_r .box {
    padding-left: 17px;
    margin-right: 37px; }
  .inbox04 .box_r .titbox {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 15px; }
    .inbox04 .box_r .titbox .tit {
      font-size: 24px;
      font-weight: bold; }
    .inbox04 .box_r .titbox .entit {
      color: #c6c5c5;
      text-transform: uppercase;
      margin-left: 8px; }
  .inbox04 .box_r .navbox {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto; }
    .inbox04 .box_r .navbox nav p {
      float: left;
      margin-right: 30px;
      font-size: 18px;
      padding-bottom: 11px;
      cursor: pointer; }
    .inbox04 .box_r .navbox nav .sel, .inbox04 .box_r .navbox .zallnav nav a:hover, .zallnav .inbox04 .box_r .navbox nav a:hover, .inbox04 .box_r .navbox .zallnav nav .pageGro .span1:hover, .zallnav .inbox04 .box_r .navbox nav .pageGro .span1:hover, .inbox04 .box_r .navbox .pageGro .zallnav nav .span1:hover, .pageGro .zallnav .inbox04 .box_r .navbox nav .span1:hover {
      font-weight: bold;
      color: #25ab38;
      border-bottom: 3px solid #25ab38; }
    .inbox04 .box_r .navbox .more {
      color: #666; }
      .inbox04 .box_r .navbox .more:hover {
        color: #25ab38; }

.innewlist {
  display: block;
  padding: 15px 0 15px 85px;
  border-bottom: 1px dashed #eeeeee; }
  .innewlist .date {
    position: absolute;
    left: 0;
    top: 20px;
    right: auto;
    bottom: auto;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .innewlist .date .p1 {
      font-size: 21px;
      padding-top: 13px;
      margin-bottom: 8px; }
    .innewlist .date .p2 {
      font-size: 16px;
      color: #666; }
  .innewlist .tit {
    font-size: 18px;
    margin-bottom: 9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 28px;
    line-height: 28px; }
  .innewlist .des {
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .innewlist:hover .date {
    background: #25ab38; }
    .innewlist:hover .date .p1 {
      color: #fff; }
    .innewlist:hover .date .p2 {
      color: #cccccc; }

.blogroll {
  padding: 30px 0 30px 27px; }
  .blogroll .span1 {
    font-size: 18px; }
  .blogroll a, .blogroll .pageGro .span1, .pageGro .blogroll .span1 {
    font-size: 16px;
    color: #666666;
    margin-right: 29px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .blogroll a:hover, .blogroll .pageGro .span1:hover, .pageGro .blogroll .span1:hover {
      color: #25ab38; }

.footerbox {
  padding: 20px 27px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  border-top: 1px solid #eeeeee; }
  .footerbox .box_l {
    color: #666666;
    width: 35%; }
    .footerbox .box_l .p1 {
      background: url(../images/ic01.png) no-repeat left;
      padding-left: 22px;
      margin-bottom: 10px; }
    .footerbox .box_l .tel {
      font-size: 26px;
      color: #25ab38;
      margin-bottom: 8px;
      line-height: 26px; }
    .footerbox .box_l .p2 {
      line-height: 22px; }
  .footerbox .box_r {
    text-align: right;
    line-height: 22px;
    color: #999999;
    padding-top: 20px;
    width: 50%; }
    .footerbox .box_r a, .footerbox .box_r .pageGro .span1, .pageGro .footerbox .box_r .span1 {
      color: #999999; }
      .footerbox .box_r a:hover, .footerbox .box_r .pageGro .span1:hover, .pageGro .footerbox .box_r .span1:hover {
        color: #25ab38; }
    .footerbox .box_r nav {
      overflow: hidden;
      font-size: 16px;
      margin-bottom: 10px; }
      .footerbox .box_r nav a, .footerbox .box_r nav .pageGro .span1, .pageGro .footerbox .box_r nav .span1 {
        background: url(../images/hr01.png) no-repeat right;
        padding: 0 10px;
        right: -10px;
        color: #333333;
        display: inline-block;
        *display: inline;
        *zoom: 1; }
  .footerbox .codeimg {
    float: left;
    text-align: center;
    margin-left: 20px;
    width: 120px; }
    .footerbox .codeimg .img {
      width: 120px;
      height: 120px;
      overflow: hidden; }
    .footerbox .codeimg .txt {
      font-size: 16px;
      margin-top: 10px; }

.zbanner {
  width: 100%;
  overflow: hidden; }
  .zbanner .img {
    width: 1740px;
    left: 50%;
    margin-left: -870px; }
    .zbanner .img img {
      display: block; }

.zalltit {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 30px;
  width: 100%;
  color: #fff; }
  .zalltit .tit {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 30px; }
  .zalltit .entit {
    text-transform: uppercase; }

.zallnav {
  background: #353535;
  height: 40px;
  line-height: 40px; }
  .zallnav nav a, .zallnav nav .pageGro .span1, .pageGro .zallnav nav .span1 {
    color: #fff;
    font-size: 16px;
    padding: 0 27px;
    float: left;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .zallnav nav .sel, .zallnav nav a:hover, .zallnav nav .pageGro .span1:hover, .pageGro .zallnav nav .span1:hover {
    background: #25ab38; }
  .zallnav .crumbbox {
    color: #b3b2b2;
    font-size: 12px; }
    .zallnav .crumbbox a, .zallnav .crumbbox .pageGro .span1, .pageGro .zallnav .crumbbox .span1 {
      color: #b3b2b2; }
      .zallnav .crumbbox a:hover, .zallnav .crumbbox .pageGro .span1:hover, .pageGro .zallnav .crumbbox .span1:hover {
        color: #25ab38; }

.zcon {
  font-size: 16px;
  color: #666;
  line-height: 35px; }

.info .txt1 {
  font-size: 24px;
  color: #25ab38;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 25px; }
.info .map {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: #0078C3; }
.info .codeimg {
  position: absolute;
  right: 90px;
  top: 0px;
  text-align: center; }
  .info .codeimg .img {
    width: 150px;
    height: 150px;
    overflow: hidden; }
  .info .codeimg .txt {
    font-size: 16px;
    margin-top: 10px; }

.zinfobox {
  margin-bottom: 40px; }
  .zinfobox .row_l {
    width: 68px;
    border-bottom: 1px dashed #cdcdcd;
    text-align: right;
    margin-right: 25px;
    color: #707070;
    padding-bottom: 10px; }
  .zinfobox .row_l span {
    display: block;
    text-transform: Uppercase; }
  .zinfobox .p1 {
    font-size: 18px;
    color: #000000;
    margin-top: 17px; }
  .zinfobox .tel {
    line-height: 42px;
    font-weight: bold;
    font-size: 24px;
    color: #25ab38; }
  .zinfobox .row {
    margin-bottom: 5px; }

.prdlist {
  display: block;
  float: left;
  margin-right: 20px;
  width: 320px;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  padding-bottom: 10px; }
  .prdlist .img {
    height: 212px;
    overflow: hidden; }
    .prdlist .img img {
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .prdlist .tit {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333; }
  .prdlist .des {
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 15px; }
  .prdlist:hover {
    box-shadow: 1px 6px 12px rgba(153, 153, 153, 0.3);
    -webkit-box-shadow: 1px 6px 12px rgba(153, 153, 153, 0.3);
    -moz-box-shadow: 1px 6px 12px rgba(153, 153, 153, 0.3);
    -o-box-shadow: 1px 6px 12px rgba(153, 153, 153, 0.3); }
    .prdlist:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -moz-transform: scale(1.1); }

.pageGro {
  color: #666666; }
  .pageGro a, .pageGro .span1, .pageGro input {
    background: #fff;
    border-radius: 3px;
    color: #3d434e;
    display: inline-block;
    margin-left: 2px;
    padding: 0 12px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #333333;
    border: 1px solid #eeeeee; }
  .pageGro input {
    width: 38px;
    padding: 0;
    border: none;
    border: 1px solid #eeeeee; }
  .pageGro .on, .pageGro a:hover, .pageGro .span1:hover {
    color: #fff;
    background: #25ab38; }
  .pageGro .btn {
    background: #999999;
    color: #fff;
    width: 28px;
    margin-left: 0;
    border-color: #999999; }

.job_list li {
  margin-bottom: 11px; }
.job_list .jobli {
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  background: #f2f2f2 url(../images/arrows01.png) no-repeat 942px;
  cursor: pointer; }
.job_list .tit {
  width: 385px;
  font-size: 16px;
  float: left; }
.job_list .date {
  float: left;
  color: #666666; }
.job_list .jobcontxt {
  padding: 25px 35px;
  line-height: 30px;
  color: #333333;
  display: none;
  border: 1px solid #eaeaea; }
.job_list .xia {
  background-image: url(../images/arrows02.png); }
  .job_list .xia .tit {
    color: #25ab38; }
  .job_list .xia .date {
    color: #25ab38; }

.imglist02 {
  display: block;
  float: left;
  width: 320px;
  margin-right: 20px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  margin-bottom: 6px; }
  .imglist02 .img {
    height: 212px;
    overflow: hidden; }
    .imglist02 .img img {
      width: 100%;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .imglist02 .tit {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    text-align: center; }
  .imglist02:hover .tit {
    font-weight: bold;
    color: #25ab38; }
  .imglist02:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1); }

.newslist {
  padding: 12px 0;
  border-bottom: 1px dashed #eeeeee; }
  .newslist .img {
    width: 260px;
    height: 142px;
    overflow: hidden; }
    .newslist .img img {
      width: 100%;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
  .newslist .txt {
    width: 720px;
    margin-top: 15px; }
    .newslist .txt .tit {
      font-size: 18px;
      margin-bottom: 30px;
      display: block;
      width: 500px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .newslist .txt .des {
      line-height: 21px;
      color: #999999;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal !important;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
      .newslist .txt .des a, .newslist .txt .des .pageGro .span1, .pageGro .newslist .txt .des .span1 {
        color: #25ab38; }
    .newslist .txt .date {
      position: absolute;
      left: auto;
      top: 0;
      right: 0;
      bottom: auto;
      color: #999999; }
  .newslist:hover .tit {
    color: #25ab38; }
  .newslist:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05); }

.dtltit {
  border-bottom: 1px dotted #e5e5e5;
  text-align: center;
  padding-bottom: 15px;
  margin: 0 40px 30px 40px; }
  .dtltit .tit {
    font-size: 22px;
    line-height: 22px; }
  .dtltit .info {
    margin-top: 30px; }
    .dtltit .info span {
      margin: 0 20px;
      color: #777777; }

.pagingbox {
  margin-top: 40px;
  font-size: 16px;
  color: #666; }
  .pagingbox a, .pagingbox .pageGro .span1, .pageGro .pagingbox .span1 {
    color: #666; }
    .pagingbox a:hover, .pagingbox .pageGro .span1:hover, .pageGro .pagingbox .span1:hover {
      color: #25ab38; }
  .pagingbox p {
    margin-top: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

/*空*/
.nobox {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 100px; }
  .nobox p {
    margin-top: 30px; }

/*404*/
.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: #25ab38; }

@media screen and (max-width: 1366px) {
  .comnav .inbotm {
    display: none; }
  .comnav ul li .a1 .entit {
    display: none; }

  .leftbox {
    height: 600px; }

  .inbox02 .box_r .inmap {
    height: 350px; }

  .inbox01 .intitbox {
    padding-top: 20px; }
  .inbox01 .box_l .con {
    height: 100px; } }

/*# sourceMappingURL=style.css.map */
