@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; } }
@keyframes build_more1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes build_more1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
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; }

a {
  color: #333;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  a:hover {
    color: #1a78e3; }

input {
  font-family: "微软雅黑";
  font-size: 14px; }

.white, a.white {
  color: #fff; }

.fc, a.fc {
  color: #1a78e3; }

.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; }

.fade {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fadeTop,
.fadeBottom {
  position: absolute;
  width: 100%;
  height: 50%;
  background: #fff;
  left: 0; }

.fadeLogo {
  text-align: center;
  width: 100%; }

.fadeC {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -57px;
  text-align: center; }

.fadeTop {
  top: 0; }

.fadeBottom {
  bottom: 0; }

.fadeLoading {
  display: inline-block;
  font-size: 0px;
  padding: 0px; }

.fadeLoading span {
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px 2px;
  -webkit-animation: loader1 0.8s linear infinite alternate;
  animation: loader1 0.8s linear infinite alternate; }

.fadeLoading span:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(0, 117, 193, 0.6); }

.fadeLoading span:nth-child(2) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(0, 117, 193, 0.8); }

.fadeLoading span:nth-child(3) {
  -webkit-animation-delay: -0.26666s;
  animation-delay: -0.26666s;
  background: #0075c1; }

.fadeLoading span:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(0, 117, 193, 0.8); }

.fadeLoading span:nth-child(5) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(0, 117, 193, 0.4); }

@keyframes loader1 {
  from {
    transform: scale(0, 0); }
  to {
    transform: scale(1, 1); } }
@-webkit-keyframes loader1 {
  from {
    -webkit-transform: scale(0, 0); }
  to {
    -webkit-transform: scale(1, 1); } }
.comhead {
  height: 90px;
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 100;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  min-width: 1200px; }
  .comhead .logo {
    float: left;
    top: 50%;
    margin-top: -33px;
    left: 40px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .comhead .logo img {
      height: 66px;
      transition: all 0.3s ease-in-out 0.01s;
      -webkit-transition: all 0.3s ease-in-out 0.01s; }
    .comhead .logo:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -moz-transform: scale(1.1); }
  .comhead .search {
    float: right;
    width: 203px;
    height: 40px;
    line-height: 40px;
    background: #eaeaea;
    margin-right: 50px;
    top: 50%;
    margin-top: -20px;
    overflow: hidden; }
    .comhead .search .text {
      width: 70%;
      height: 100%;
      padding-left: 13px;
      box-sizing: border-box; }
      .comhead .search .text::-webkit-input-placeholder {
        color: #ababab; }
      .comhead .search .text::-moz-placeholder {
        color: #ababab; }
      .comhead .search .text:-moz-placeholder {
        color: #ababab; }
      .comhead .search .text:-ms-input-placeholder {
        color: #ababab; }
    .comhead .search .sub {
      position: absolute;
      width: 30px;
      height: 40px;
      background: #eaeaea url(../images/icon/search01.png) no-repeat center;
      right: 15px;
      top: 0;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .comhead .search .sub:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1); }

.comhead-h {
  height: 90px; }

.comhead_scroll {
  height: 90px !important; }
  .comhead_scroll .logo {
    margin-top: -33px !important; }
    .comhead_scroll .logo img {
      height: 66px !important; }
  .comhead_scroll .comnav .a1 {
    height: 90px;
    line-height: 90px; }

.comnav {
  float: right;
  margin-right: 35px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .comnav li {
    float: left;
    padding: 0 18px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .comnav li .a1 {
      display: block;
      width: 100%;
      height: 90px;
      line-height: 90px;
      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;
      color: #666666;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .comnav li .box {
      width: 100%;
      position: absolute;
      left: 0;
      top: 40px;
      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 {
        display: block;
        line-height: 35px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
        border-top: 1px solid #fff;
        background: #1a78e3;
        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 {
          background: #024bb1; }
    .comnav li:hover .a1 {
      color: #1a78e3;
      /* -webkit-animation-name: jello;
      animation-name: jello;
      -webkit-transform-origin: center;
      transform-origin: center */ }
    .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 {
      color: #1a78e3;
      font-weight: bold; }

.comfoot {
margin-top:40px;	
  background-color: #47474d;
  color: #9e9ea3; }
  .comfoot a:hover {
    color: #fff; }
  .comfoot .logo {
    float: left; }
    .comfoot .logo img {
      width: 126px;
      display: block; }
  .comfoot .telbox {
    float: left;
    margin-left: 45px;
    margin-top: 25px; }
    .comfoot .telbox li {
      margin-bottom: 20px; }
    .comfoot .telbox .tel {
      font-size: 22px;
      color: #fff;
      line-height: 22px;
      margin-top: 5px; }
  .comfoot dl {
    float: left;
    width: 210px; }
    .comfoot dl a {
      display: block;
      color: #9e9ea3; }
    .comfoot dl dt {
      font-size: 16px;
      color: #fff;
      margin-bottom: 10px; }
    .comfoot dl dd {
      line-height: 22px; }
  .comfoot .codebox {
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff; }
    .comfoot .codebox .codeimg {
      border: 1px solid #778496;
      padding: 6px;
      margin-top: 15px; }
      .comfoot .codebox .codeimg img {
        width: 97px;
        display: block; }
  .comfoot .btom {
    border-top: 1px solid #5a5a5f;
    line-height: 60px;
    text-align: center; }
    .comfoot .btom a {
		padding-left:20px;
      color: #9e9ea3; }
    .comfoot .btom a:hover {
      color: #fff; }
	.comfoot .btom img{ padding-top:20px;display: block; } 

.scrollbox {
  background-color: #fff;
  z-index: 1; }

        .banner-container {
            position: relative;
            width: 100%;
            height: 600px;
            overflow: hidden;
            border-radius: 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        .banner-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            width: 600%; /* 6张图片，每张占100% */
            height: 100%;
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        
        .banner-slide {
            width: 16.6667%; /* 100% / 6张图片 */
            height: 100%;
        }
        
        .banner-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .banner-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background-color: rgba(0, 0, 0, 0.3);
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s;
            z-index: 10;
        }
        
        .banner-btn:hover {
            background-color: rgba(0, 0, 0, 0.6);
        }
        
        .banner-btn.prev {
            left: 20px;
        }
        
        .banner-btn.next {
            right: 20px;
        }
        
        .banner-dots {
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 10px;
            z-index: 10;
        }
        
        .banner-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .banner-dot.active {
            background-color: white;
        }
        
        @media (max-width: 768px) {
            .banner-container {
                height: 250px;
            }
            
            .banner-btn {
                width: 30px;
                height: 30px;
                font-size: 16px;
            }
        }
        
        @media (max-width: 480px) {
            .banner-container {
                height: 200px;
            }
            
            .banner-dot {
                width: 10px;
                height: 10px;
            }
        }

.zt-bannerleft {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  .zt-bannerleft .bd a {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px; }
  .zt-bannerleft .bd {
    width: 1920px;
    left: 50%;
    margin-left: -960px; }
  .zt-bannerleft .hd {
    position: static; }
    .zt-bannerleft .hd .prev, .zt-bannerleft .hd .next {
      position: absolute;
      top: 50%;
      display: block;
      width: 57px;
      height: 57px;
      opacity: 0.5;
      z-index: 1;
      left: 0; }
      .zt-bannerleft .hd .prev img, .zt-bannerleft .hd .next img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      .zt-bannerleft .hd .prev:hover, .zt-bannerleft .hd .next:hover {
        opacity: 1; }
    .zt-bannerleft .hd .next {
      left: auto;
      right: 0; }
    .zt-bannerleft .hd ul {
      text-align: center;
      bottom: 15px;
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 101; }
      .zt-bannerleft .hd ul li {
        display: inline-block;
        width: 30px;
        height: 6px;
        background: #fff;
        line-height: 0px;
        font-size: 0px;
        margin: 0 12.5px;
        z-index: 1;
        border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        overflow: hidden;
        filter: alpha(Opacity=50);
        opacity: 0.5;
        -webkit-opacity: 0.5; }
      .zt-bannerleft .hd ul li.on {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-opacity: 1; }

.zbanner {
  width: 100%;
  overflow: hidden;
  height: 400px;
  overflow: hidden;
  /* @include _fixed(0,90px); */
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .zbanner p {
    width: 1920px;
    left: 50%;
    margin-left: -960px; }
  .zbanner img {
    display: block; }

.top90 {
  /* top: 90px !important;@include _cartoon(); */ }

.zbanner-h {
  /* height: 410px; */ }

.bannerleft-h {
  /* height: 600px; */ }

.index-aboutus {
  padding-top: 20px; }
  .index-aboutus .box_left {
    width: 600px;
    float: left;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .index-aboutus .box_left .tit {
      font-size: 28px;
      line-height: 28px; }
    .index-aboutus .box_left .des {
      line-height: 24px;
      color: #666666;
      margin-top: 35px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal !important;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical; }
    .index-aboutus .box_left .morebtn {
      display: inline-block;
      margin-top: 20px;
      width: 35px;
      height: 16px;
      background: url(/images/icon/arr01.png) no-repeat 0px 0px; }
      .index-aboutus .box_left .morebtn:hover {
        background-position: 0 -16px;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .index-aboutus .box_right {
    width: 393px;
    height: 221px;
    margin-right: 27px;
    float: right;
    overflow: hidden; }
    .index-aboutus .box_right img {
      display: block;
      width: 100%;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .index-aboutus .box_right::after {
      content: '';
      width: 50px;
      height: 50px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -25px;
      margin-top: -25px;
      z-index: 1;
      background: url(../images/icon/video01.png) no-repeat center; }
    .index-aboutus .box_right i {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 78px;
      height: 78px;
      margin: -39px 0 0 -39px;
      filter: alpha(Opacity=0);
      opacity: 0;
      -webkit-opacity: 0;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .index-aboutus .box_right i:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        overflow: hidden;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .index-aboutus .box_right i:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        overflow: hidden;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .index-aboutus .box_right:hover img {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -o-transform: scale(1.05);
      -moz-transform: scale(1.05); }
    .index-aboutus .box_right:hover i {
      filter: alpha(Opacity=100);
      opacity: 1;
      -webkit-opacity: 1; }
      .index-aboutus .box_right:hover i:after {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        -moz-transform: scale(1.5); }
      .index-aboutus .box_right:hover i:before {
        transform: scale(1.8);
        -webkit-transform: scale(1.8);
        -o-transform: scale(1.8);
        -moz-transform: scale(1.8); }

.innumlist {
  margin-top: 55px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 98px;
  margin-bottom: 65px;
  display: flex;
  align-items: center; }
  .innumlist li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 45px;
    border-left: 1px solid #e5e5e5;
    left: -1px;
    cursor: pointer; }
    .innumlist li .box_left {
      width: 160px; }
    .innumlist li .numbox {
      color: #666666;
      padding-right: 23px;
      display: inline-block;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      top: 0; }
      .innumlist li .numbox .num {
        font-size: 32px;
        font-weight: bold;
        line-height: 32px; }
      .innumlist li .numbox .hr01 {
        background-color: #666666;
        width: 16px;
        height: 3px;
        position: absolute;
        top: 6px;
        right: 0;
        transition: all 0.7s ease-in-out 0.01s;
        -webkit-transition: all 0.7s ease-in-out 0.01s; }
      .innumlist li .numbox .hr02 {
        background-color: #666666;
        width: 3px;
        height: 16px;
        position: absolute;
        top: 0;
        right: 6px;
        transition: all 0.4s ease-in-out 0.01s;
        -webkit-transition: all 0.4s ease-in-out 0.01s; }
    .innumlist li .p1 {
      color: #888888;
      margin-top: 8px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      top: 0; }
    .innumlist li:hover .icbox {
      /* animation:build_more1 0.3s ease-in-out 0.1s infinite;
      -webkit-animation:build_more1 0.3s ease-in-out 0.1s infinite;
      -webkit-animation-iteration-count:1;
      animation-iteration-count:1; */ }
    .innumlist li:hover .numbox {
      top: -5px; }
      .innumlist li:hover .numbox .hr01 {
        right: -10px; }
      .innumlist li:hover .numbox .hr02 {
        right: -4px; }
    .innumlist li:hover .p1 {
      top: 5px; }

.con {
  padding-top: 60px;
  font-size: 16px;
  line-height: 32px;
  color: #666666; }
  .con img {
    display: block;
    margin: 0 auto;
padding-bottom:20px;	}

.con-h {
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  overflow: hidden;
 }

.up-btn {
  background: url(../images/icon/arr02.png) no-repeat bottom;
  padding-bottom: 23px;
  display: inline-block;
  margin-top: 60px;
  color: #888888;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0.01s;
  -moz-transition: all 0.4s ease-in-out 0.01s;
  -o-transition: all 0.4s ease-in-out 0.01s;
  -ms-transition: all 0.4s ease-in-out 0.01s;
  transition: all 0.4s ease-in-out 0.01s;
  animation: build_more 4s ease-in-out 0.1s infinite;
  -webkit-animation: build_more 4s ease-in-out 0.1s infinite; }

@keyframes build_more {
  0% {
    top: 0px; }
  50% {
    top: -10px; }
  100% {
    top: 0px; } }
@-webkit-keyframes build_more {
  0% {
    top: 0px; }
  50% {
    top: -10px; }
  100% {
    top: 0px; } }
.up-btnsel {
  background-image: url(../images/icon/arr02_on.png); }

.about-us-con {
  background: no-repeat 0 0px;
  width: 100%;
  background-attachment: fixed;
  padding-bottom: 20px; }

.subtitle {
  text-align: center;
  padding-top: 60px; }
  .subtitle .title {
    font-size: 36px;
    color: #666666;
    font-weight: bold;
    line-height: 36px; }
  .subtitle .hr {
    width: 55px;
    height: 3px;
    background-color: #1a78e3;
    left: 50%;
    margin-left: -27.5px;
    margin-top: 20px; }

.honorbox {
  background: no-repeat center;
  height: 650px; }
  .honorbox .subtitle .title {
    color: #fff; }
  .honorbox .subtitle .hr {
    background-color: #fff; }

.honor-left {
  margin-top: 80px; }
  .honor-left .bd li {
    width: 385px;
    margin-right: 15px;
    height: 229px; }
    .honor-left .bd li a {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .honor-left .bd li 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; }
    .honor-left .bd li:hover img {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -o-transform: scale(1.05);
      -moz-transform: scale(1.05); }
  .honor-left .hd {
    text-align: center;
    margin-top: 90px; }
    .honor-left .hd ul {
      display: inline-block; }
    .honor-left .hd li {
      background: url(../images/icon/li01.png) no-repeat center;
      width: 16px;
      height: 16px;
      margin: 0 9px;
      float: left;
      font-size: 0;
      filter: alpha(Opacity=50);
      opacity: 0.5;
      -webkit-opacity: 0.5; }
    .honor-left .hd .on, .honor-left .hd .pageGro a:hover, .pageGro .honor-left .hd a:hover {
      filter: alpha(Opacity=100);
      opacity: 1;
      -webkit-opacity: 1; }

@keyframes build_more1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes build_more1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.index-news-menu {
  margin-bottom: 60px; }
  .index-news-menu .title {
    font-size: 28px; }
  .index-news-menu menu {
    position: absolute;
    right: 0;
    top: 0;
    display: flex; }
    .index-news-menu menu a {
      padding-top: 15px;
      padding-bottom: 12px;
      color: #666666;
      margin-left: 60px; }
      .index-news-menu menu a::after {
        width: 100%;
        height: 2px;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #1a78e3;
        transform: scaleX(0);
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .index-news-menu menu .sel::after {
      transform: scaleX(1); }
    .index-news-menu menu .sel {
      color: #1a78e3; }

.index-news-con {
  transition: all 0.8s ease-in-out 0.01s;
  -webkit-transition: all 0.8s ease-in-out 0.01s;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-opacity: 0;
  z-index: 1; }
  .index-news-con .box_right {
    width: 540px;
    float: right;
    border-top: 1px solid #e5e5e5;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    min-height: 378px; }

.index-news-consel {
  filter: alpha(Opacity=100);
  opacity: 1;
  -webkit-opacity: 1;
  z-index: 2; }

.index-newslist {
  line-height: 75px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  position: static; }
  .index-newslist .tit {
    width: 80%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    left: 0; }
  .index-newslist .titsel {
    color: #1a78e3; }
  .index-newslist .date {
    font-size: 16px;
    color: #888888;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    right: 0;
    position: absolute;
    top: 0; }
  .index-newslist .img {
    width: 630px;
    height: 378px;
    float: left;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -660px;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all 0.3s ease-in-out 0.01s;
    -webkit-transition: all 0.3s ease-in-out 0.01s;
    background-color: #fff; }
    .index-newslist .img p {
      background: no-repeat center;
      background-size: cover;
      width: 100%;
      height: 100%;
      overflow: hidden;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .index-newslist .imgsel {
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1; }
  .index-newslist .txt:hover .tit {
    left: 5px; }
  .index-newslist .txt:hover .date {
    right: 5px; }

.qualificationbox {
  background: no-repeat center;
  height: 650px; }

.qualification-left {
  margin-top: 80px;
  left: -20px; }
  .qualification-left .bd ul {
    padding: 20px 0 !important;
    height: 303px; }
  .qualification-left .bd li {
    width: 370px;
    margin-right: 10px;
    height: 247px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
    margin-left: 10px; }
    .qualification-left .bd li a {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .qualification-left .bd li 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; }
    .qualification-left .bd li:hover img {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -o-transform: scale(1.05);
      -moz-transform: scale(1.05); }
  .qualification-left .hd {
    text-align: center;
    margin-top: 40px; }
    .qualification-left .hd ul {
      display: inline-block; }
    .qualification-left .hd li {
      background: url(../images/icon/li01.png) no-repeat center;
      width: 16px;
      height: 16px;
      margin: 0 9px;
      float: left;
      font-size: 0;
      filter: alpha(Opacity=50);
      opacity: 0.5;
      -webkit-opacity: 0.5; }
    .qualification-left .hd .on, .qualification-left .hd .pageGro a:hover, .pageGro .qualification-left .hd a:hover {
      filter: alpha(Opacity=100);
      opacity: 1;
      -webkit-opacity: 1;
      background-image: url(../images/icon/li01_on.png); }

.employeebox {
  background: no-repeat center;
  width: 100%;
  background-attachment: fixed;
  padding-bottom: 40px; }

.employee-left {
  margin-top: 80px;
  overflow: hidden; }
  .employee-left .bd ul {
    padding: 20px 0 !important;
    height: 237px; }
  .employee-left .bd li {
    width: 280px;
    margin-right: 15px;
    height: 237px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2); }
    .employee-left .bd li a {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .employee-left .bd li .imgbox {
      height: 187px;
      overflow: hidden; }
      .employee-left .bd li .imgbox .img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: no-repeat center;
        background-size: cover;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .employee-left .bd li .tit {
      line-height: 50px;
      height: 50px;
      text-align: center;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #666666;
      font-size: 16px; }
    .employee-left .bd li:hover .img {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -o-transform: scale(1.05);
      -moz-transform: scale(1.05); }
    .employee-left .bd li:hover .tit {
      color: #1a78e3; }
  .employee-left .hd {
    text-align: center;
    margin-top: 40px; }
    .employee-left .hd ul {
      display: inline-block; }
    .employee-left .hd li {
      background: url(../images/icon/li01.png) no-repeat center;
      width: 16px;
      height: 16px;
      margin: 0 9px;
      float: left;
      font-size: 0;
      filter: alpha(Opacity=50);
      opacity: 0.5;
      -webkit-opacity: 0.5; }
    .employee-left .hd .on, .employee-left .hd .pageGro a:hover, .pageGro .employee-left .hd a:hover {
      filter: alpha(Opacity=100);
      opacity: 1;
      -webkit-opacity: 1;
      background-image: url(../images/icon/li01_on.png); }

.contact-usbox {
  background: no-repeat center;
  height: 650px; }
  .contact-usbox .subtitle .title {
    color: #fff; }
  .contact-usbox .subtitle .hr {
    background-color: #fff; }

.contact-usinfo {
  margin-top: 90px;
  width: 1228px; }
  .contact-usinfo li {
    float: left;
    width: 280px;
    margin-right: 27px;
    background-color: rgba(255, 255, 255, 0.8);
    height: 186px;
    text-align: center;
    padding-top: 75px;
    box-sizing: border-box;
    margin-top: 50px;
    font-size: 16px; }
    .contact-usinfo li .ic {
      position: absolute;
      left: 50%;
      top: -50px;
      margin-left: -50px; }
    .contact-usinfo li .tit {
      font-weight: bold; }
    .contact-usinfo li .content {
      margin-top: 15px;
      color: #666666;
      line-height: 26px; }
    .contact-usinfo li:hover .ic {
      -webkit-transition: all 0.4s ease-in-out 0.01s;
      -moz-transition: all 0.4s ease-in-out 0.01s;
      -o-transition: all 0.4s ease-in-out 0.01s;
      -ms-transition: all 0.4s ease-in-out 0.01s;
      transition: all 0.4s ease-in-out 0.01s;
      -webkit-transform: rotateY(360deg);
      -moz-transform: rotateY(360deg);
      -o-transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
      transform: rotateY(360deg); }

.partner-list {
  width: 1220px;
  padding-top: 70px; }
  .partner-list li {
    float: left;
    width: 264px;
    height: 100px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 27px;
    transition: all 0.3s ease-in-out 0.01s;
    -webkit-transition: all 0.3s ease-in-out 0.01s;
    top: 0; }
    .partner-list li a {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .partner-list li img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%; }
    .partner-list li .sIntro {
      background: #e8e8e8;
      left: -100%;
      font-size: 24px;
      color: #333333;
      line-height: 100px;
      text-align: center; }
      .partner-list li .sIntro p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 10px; }
    .partner-list li:hover {
      border: 1px solid #e8e8e8; }

.pageGro {
  display: inline-block;
  margin-top: 30px; }
  .pageGro a {
    background: #e9e9e9;
    color: #999999;
    padding: 0 20px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    float: left;
    margin: 0 5px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
	
  .pageGro b {
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #999999;
	}
  .pageGro .on, .pageGro a:hover {
    color: #fff;
    background: #1a78e3; }

.managebox {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0; }

.mg_list li {
  float: left;
  width: 20%;
  overflow: hidden;
  text-align: center; }
  .mg_list li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100; }
  .mg_list li:hover img {
    top: -5px; }
  .mg_list li:hover .tit {
    top: 5px; }
.mg_list .sIntro {
  background: rgba(26, 120, 227, 0.8);
  left: -100%; }
.mg_list .tit {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin-top: 25px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  top: 0; }
.mg_list img {
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  top: 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -moz-transform: scale(0.9); }
.mg_list .txt {
  z-index: 101; }
.mg_list a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.submenu {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #e6e5e5;
  text-align: center;
  min-width: 1200rpx;
  margin: 0 auto; }
  .submenu a {
    font-size: 16px;
    color: #666666;
    margin: 0 15px;
    display: inline-block; }
    .submenu a::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      background-color: #1a78e3;
      height: 3px;
      transform: scaleX(0);
      transform: scaleX(0);
      -ms-transform: scaleX(0);
      /* IE 9 */
      -webkit-transform: scaleX(0);
      /* Safari and Chrome */
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .submenu .sel {
    color: #1a78e3; }
    .submenu .sel::after {
      transform: scaleX(1);
      transform: scaleX(1);
      -ms-transform: scaleX(1);
      /* IE 9 */
      -webkit-transform: scaleX(1);
      /* Safari and Chrome */ }
  .submenu a:hover {
    color: #1a78e3; }
    .submenu a:hover::after {
      transform: scaleX(1);
      transform: scaleX(1);
      -ms-transform: scaleX(1);
      /* IE 9 */
      -webkit-transform: scaleX(1);
      /* Safari and Chrome */ }

.w110 {
  width: 110%; }

.nuewslist {
  float: left;
  width: 380px;
  margin-right: 20px;
  margin-bottom: 40px; }
  .nuewslist .imgbox {
    height: 263px;
    overflow: hidden; }
    .nuewslist .imgbox p {
      background: no-repeat center;
      background-size: cover;
      transition: all 0.4s ease-in-out 0.01s;
      -webkit-transition: all 0.4s ease-in-out 0.01s;
      width: 100%;
      height: 100%;
      overflow: hidden; }
  .nuewslist .tit {
    height: 60px;
    line-height: 60px;
    margin-top: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .nuewslist .tit::after {
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #1a78e3;
      content: '';
      height: 1px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      width: 0; }
  .nuewslist .date {
    margin-top: 10px;
    font-size: 14px;
    color: #888888;
    background: url(../images/icon/arr04.png) no-repeat 103%;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    font-family: arial;
    padding-left: 0; }
  .nuewslist:hover .tit::after {
    width: 100%; }
  .nuewslist:hover .date {
    background-position: 99%;
    color: #1a78e3;
    padding-left: 5px; }
  .nuewslist:hover .imgbox p {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05); }

.dtl-con {
  color: #666666;
  line-height: 30px;
  padding-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d5d5d5; }
  .dtl-con img {
    display: block;
    margin: 0 auto; }

.pagingbox {
  font-size: 15px;
  color: #999999;
  padding-top: 30px;
  line-height: 30px; 
    border-top: 1px solid #d5d5d5;}
  .pagingbox a {
    color: #999999;
    font-size: 15px;
    display: inline-block; }
    .pagingbox a:hover {
      color: #1a78e3; }

.dtl-tit {
  text-align: center; }
  .dtl-tit .info {
    display: inline-block;
    color: #666666;
    margin-top: 20px;
    line-height: 30px; }
    .dtl-tit .info p {
      margin: 0 5px; }
    .dtl-tit .info b {
      color: #1a78e3; }
  .dtl-tit .tit {
    font-size: 30px;
    color: #141414;
    line-height: 30px; }

.notice-list {
  border: 1px solid #e3e3e3;
  padding: 44px 37px;
  display: block;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .notice-list .date {
    background-color: #0f2b4a;
    width: 95px;
    height: 95px;
    position: absolute;
    left: 37px;
    top: 44px;
    line-height: 95px;
    text-align: center;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .notice-list .date .middle {
      vertical-align: middle;
      display: inline-block;
      line-height: 20px;
      text-align: left; }
    .notice-list .date .p1 {
      color: #888888;
      transition: all 0.3s ease-in-out 0.01s;
      -webkit-transition: all 0.3s ease-in-out 0.01s;
      top: 0; }
    .notice-list .date .p2 {
      font-size: 20px;
      color: #fff;
      margin-top: 4px;
      transition: all 0.3s ease-in-out 0.01s;
      -webkit-transition: all 0.3s ease-in-out 0.01s;
      top: 0; }
    .notice-list .date::after {
      content: '';
      left: 81px;
      top: 18px;
      width: 0px;
      height: 1px;
      background-color: #e39a1a;
      position: absolute;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .notice-list .txt {
    padding-left: 128px;
    height: 95px;
    line-height: 28px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .notice-list .txt .tit {
      font-size: 18px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #333333;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .notice-list .txt .des {
      color: #888888;
      margin-top: 10px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .notice-list:hover {
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 0 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 4px 0 20px rgba(0, 0, 0, 0.2); }
    .notice-list:hover .txt {
      padding-left: 148px; }
      .notice-list:hover .txt .tit {
        color: #1a78e3; }
    .notice-list:hover .date {
      background-color: #1a78e3; }
      .notice-list:hover .date .p1 {
        color: #fff;
        top: -2px; }
      .notice-list:hover .date .p2 {
        top: 2px; }
      .notice-list:hover .date::after {
        width: 44px; }

.contact-sitebox {
  display: flex;
  flex-wrap: wrap;
  width: 110%; }
  .contact-sitebox li {
    width: 383px;
    height: 201px;
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    border: 1px solid #1a78e3;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    margin-right: 25px;
    margin-bottom: 25px;
    background-size: 100% 100%;
    padding-left: 30px;
    padding-right: 10px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .contact-sitebox li a {
      display: block; }
    .contact-sitebox li .tit {
      font-size: 20px;
      padding-top: 20px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .contact-sitebox li .hr {
      width: 21px;
      height: 1px;
      background-color: #cccccc;
      margin-top: 20px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .contact-sitebox li .info {
      margin-top: 15px;
      font-size: 14px;
      line-height: 24px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .contact-sitebox li .info .row {
        display: flex;
        margin-bottom: 10px; }
      .contact-sitebox li .info .ztit {
        color: #999999;
        white-space: pre-wrap;
        width: 70px; }
      .contact-sitebox li .info .zcon {
        flex: 1;
        color: #666666; }
    .contact-sitebox li:nth-child(1) {
      background: url(../images/bg/usmap-bg01.jpg); }
    .contact-sitebox li:nth-child(2) {
      background: url(../images/bg/usmap-bg02.jpg); }
    .contact-sitebox li:nth-child(3) {
      background: url(../images/bg/usmap-bg03.jpg); }
    .contact-sitebox li:nth-child(4) {
      background: url(../images/bg/usmap-bg04.jpg); }
    .contact-sitebox li:nth-child(5) {
      background: url(../images/bg/usmap-bg05.jpg); }
    .contact-sitebox li:nth-child(6) {
      background: url(../images/bg/usmap-bg06.jpg); }
    .contact-sitebox li:nth-child(7) {
      background: url(../images/bg/usmap-bg07.jpg); }
    .contact-sitebox li:nth-child(8) {
      background: url(../images/bg/usmap-bg08.jpg); }
    .contact-sitebox li:nth-child(9) {
      background: url(../images/bg/usmap-bg09.jpg); }
    .contact-sitebox li:hover .hr {
      width: 30px; }

.indexbox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center; }
  .indexbox img {
    display: block;
    margin: 0 auto; }
  .indexbox .imgbg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: no-repeat center;
    background-size: cover;
    -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); }
  .indexbox .logo {
    padding-top: 5%;
    z-index: 1; }
  .indexbox .idnex-tit01 {
    margin-top: 7%;
    z-index: 1; }
  .indexbox .idnex-tit02 {
    z-index: 1; }
  .indexbox .index-foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    color: #b4d2ff;
    z-index: 1; }
    .indexbox .index-foot a {
      color: #b4d2ff; }
  .indexbox .btnbox {
    display: flex;
    justify-content: center;
    margin-top: 90px; }
    .indexbox .btnbox a {
      width: 240px;
      height: 70px;
      line-height: 70px;
      font-size: 26px;
      border-radius: 10px;
      -ms-border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      overflow: hidden;
      margin: 0 12.5px; }
      .indexbox .btnbox a::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        animation-delay: 0.9s;
        top: 0px;
        left: 0px;
        transition: all ease-out .3s; }
      .indexbox .btnbox a:hover::before {
        height: 0px; }
    .indexbox .btnbox .btn01 {
      background-color: #ed4825;
      color: #fff; }
    .indexbox .btnbox .btn02 {
      background-color: #e4e4e4; }
      .indexbox .btnbox .btn02:hover {
        color: #333333; }

@-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); } }
.job_list li {
  background-color: #fff;
  margin-bottom: 16px; }
  .job_list li:last-child .jobli {
    border-bottom: none; }
.job_list .jobli {
  height: 50px;
  line-height: 50px;
  background-color: #e8f1fc; }
  .job_list .jobli::after {
    content: '';
    position: absolute;
    right: 56px;
    top: 15px;
    width: 3px;
    height: 20px;
    background-color: #979797;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .job_list .jobli::before {
    content: '';
    position: absolute;
    right: 48px;
    top: 23px;
    width: 20px;
    height: 3px;
    background-color: #979797; }
.job_list .tit {
  width: 70%;
  font-size: 16px;
  float: left;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
  padding-left: 40px; }
.job_list .date {
  float: right;
  color: #666666;
  margin-right: 94px; }
.job_list .jobcontxt {
  padding: 25px 30px;
  line-height: 28px;
  color: #888888;
  display: none; }
.job_list .xia {
  margin-bottom: 10px; }
  .job_list .xia .jobli {
    background-color: #1a78e3; }
    .job_list .xia .jobli::after {
      background-color: #fff;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform-origin: center center;
      -webkit-transform-origin: center center; }
    .job_list .xia .jobli::before {
      background-color: #fff; }
  .job_list .xia .tit {
    color: #fff; }
.job_list .info {
  margin-top: 45px; }
  .job_list .info p {
    padding-left: 33px;
    background: no-repeat left;
    margin-right: 40px;
    float: left; }
.job_list .mail {
  color: #1a78e3;
  margin-top: 20px; }

.ztbg {
  background-color: #f7f7f7; }

.zt-nav {
  width: 1230px;
  position: absolute;
  left: 50%;
  margin-left: -615px;
  z-index: 100;
  top: 0; }
  .zt-nav ul {
    height: 590px;
    background-color: #fff;
    width: 233px;
    padding-top: 10px;
    border-right: 1px solid #dbdbdb; }
    .zt-nav ul .a1 {
      padding-left: 15px;
      line-height: 41px;
      display: flex;
      align-items: center;
      z-index: 1;
      background-color: #fff; }
      .zt-nav ul .a1 i {
        width: 31px;
        display: flex;
        align-items: center;
        filter: alpha(Opacity=35);
        opacity: 0.35;
        -webkit-opacity: 0.35; }
    .zt-nav ul::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-color: #fff; }
    .zt-nav ul li {
      position: static; }
      .zt-nav ul li:hover .a1 {
        background-color: #bbcadf;
        color: #1a78e3; }
        .zt-nav ul li:hover .a1 i {
          filter: alpha(Opacity=100);
          opacity: 1;
          -webkit-opacity: 1; }
      .zt-nav ul li:hover menu {
        left: 234px;
        visibility: visible; }
    .zt-nav ul menu {
      position: absolute;
      left: 0;
      top: 0;
      height: 600px;
      background-color: #fff;
      width: 181px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      visibility: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .zt-nav ul menu a {
        display: block;
        padding-left: 35px;
        color: #666666;
        font-weight: bold;
        line-height: 41px; }

.zt-main {
  width: 1230px;
  margin: 0 auto; }

.zt-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px; }
  .zt-tit .tit {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: #000000;
    padding: 0 22px; }
  .zt-tit span {
    width: 5px;
    height: 5px;
    overflow: hidden;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    background-color: #a2a2a2; }
  .zt-tit i {
    width: 65px;
    height: 1px;
    background-color: #a2a2a2;
    margin: 0 18px; }

.zt-indexbox .box-left {
  float: left;
  width: 234px;
  height: 540px;
  overflow: hidden; }
  .zt-indexbox .box-left .tit {
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 25px;
    line-height: 22px; }
.zt-indexbox .box-m {
  width: 747px;
  display: flex;
  flex-wrap: wrap;
  float: left; }
.zt-indexbox .box-right {
  width: 234px;
  background-color: #fff;
  height: 540px;
  float: right; }
  .zt-indexbox .box-right .zt-titbg {
    background: url(../images/bg/zt-titbg.jpg) no-repeat center;
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 22px;
    color: #1a78e3; }

.ztlist01 {
  width: 234px;
  height: 263px;
  padding: 25px 18px;
  background-color: #fff;
  margin-left: 15px;
  margin-bottom: 14px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .ztlist01 .tit {
    font-size: 22px;
    font-weight: bold; }
  .ztlist01 .img {
    height: 190px;
    margin-top: 10px; }
    .ztlist01 .img img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%; }
  .ztlist01:hover {
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15); }

.ztlist02 {
  width: 234px;
  height: 263px;
  padding: 25px 18px;
  background-color: #fff;
  margin-left: 15px;
  margin-bottom: 14px;
  box-sizing: border-box;
  padding-top: 10px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .ztlist02 .img {
    height: 185px; }
    .ztlist02 .img img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%; }
  .ztlist02 .numbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px; }
    .ztlist02 .numbox .price {
      font-size: 16px;
      color: #ff4100;
      font-weight: bold; }
    .ztlist02 .numbox .num {
      font-size: 12px;
      color: #888888; }
  .ztlist02 .tit {
    color: #666666;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px; }
  .ztlist02:hover {
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15); }

.zt-partner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px 14px; }
  .zt-partner a {
    width: 95px;
    height: 80px;
    border: 1px solid #dedede;
    margin-bottom: 16px;
    box-sizing: border-box; }
    .zt-partner a img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%; }
    .zt-partner a .sIntro {
      background: #e8e8e8;
      left: -100%;
      font-size: 14px;
      color: #333333;
      line-height: 80px;
      text-align: center; }
      .zt-partner a .sIntro p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 10px; }

.zt-botm {
  height: 242px;
  width: 100%;
  background: no-repeat center;
  margin-top: 35px; }
  .zt-botm .obtn {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 47px;
    background: url(../images/icon/arr03.png) no-repeat right bottom;
    color: #fff;
    position: absolute;
    bottom: 50px;
    right: 70px;
    line-height: 28px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .zt-botm .obtn:hover {
      padding-bottom: 57px; }

.zt-footer {
  text-align: center;
  color: #9b9b9b;
  padding: 30px 0;
  border-top: 1px solid #e9e9e9;
  margin-top: 45px; }
  .zt-footer a {
    color: #9b9b9b; }

.zt-float {
  position: fixed;
  top: 50%;
  margin-top: -183px;
  z-index: 200;
  left: 1%;
  display: none; }
  .zt-float li {
    width: 150px;
    height: 60px;
    background-color: #eaeef1;
    margin-bottom: 1px; }
    .zt-float li:hover {
      background-color: #1a78e3; }
      .zt-float li:hover .a1, .zt-float li:hover .a2, .zt-float li:hover .a3, .zt-float li:hover .gotop, .zt-float li:hover .tel {
        color: #fff; }
      .zt-float li:hover .a2, .zt-float li:hover .box {
        background-image: url(../images/icon/ft02_on.png); }
      .zt-float li:hover .a1 {
        background-image: url(../images/icon/ft01_on.png); }
      .zt-float li:hover .a3 {
        border-left: 1px solid #fff; }
      .zt-float li:hover .gotop {
        background-image: url(../images/icon/ft03_on.png); }
      .zt-float li:hover .tel {
        background-image: url(../images/icon/tel02.png); }
  .zt-float .a1 {
    padding-left: 13px;
    background: url(../images/icon/ft01.png) no-repeat 13px;
    display: block;
    line-height: 60px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .zt-float .a1 p {
      padding-left: 40px; }
  .zt-float .a2 {
    padding-left: 13px;
    background: url(../images/icon/ft02.png) no-repeat 13px;
    display: block;
    line-height: 60px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .zt-float .a2 p {
      padding-left: 40px; }
  .zt-float .tel {
    padding-left: 13px;
    background: url(../images/icon/tel01.png) no-repeat 13px;
    display: block;
    line-height: 60px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .zt-float .tel p {
      padding-left: 30px; }
  .zt-float .box {
    padding-left: 50px;
    background: url(../images/icon/ft02.png) no-repeat 13px;
    height: 50px;
    padding-top: 10px;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .zt-float .a3 {
    border-left: 1px solid #333333;
    padding: 0 5px;
    display: inline-block;
    line-height: 15px;
    height: 15px;
    margin-bottom: 5px;
    left: -1px; }
  .zt-float .gotop {
    padding-left: 13px;
    background: url(../images/icon/ft03.png) no-repeat 13px;
    display: block;
    line-height: 60px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .zt-float .gotop p {
      padding-left: 40px; }
  .zt-float .gotopli {
    display: none; }

.mapSvg {
  z-index: 2; }

.mapSvg path {
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke-dasharray: 0px;
  stroke-opacity: 0.7;
  fill: #8BAFDC;
  cursor: pointer;
  transition: 0.4s; }

.mapSvg text {
  font-size: 15px;
  transition: 0.4s;
  fill: #fff; }

.mapSvg .iconfont {
  font-size: 17px; }

.mapSvg a.svg_a:hover path {
  fill: #4574B9; }

.mapSvg svg {
  height: 100%;
  height: 610px\0;
  filter: drop-shadow(8px 7px 1px rgba(139, 175, 220, 0.55)); }

.mapbox {
  width: 1245px;
  height: 1155px;
  margin: 0 auto; }

.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: #1a78e3; }

.zsearchbox {
  width: 545px;
  border: 1px solid #1a78e3; }
  .zsearchbox .text {
    font-size: 16px;
    padding: 0 10px;
    width: 435px;
    height: 50px;
    float: left;
    background: #fff;
    padding-left: 20px; }
    .zsearchbox .text::-webkit-input-placeholder {
      color: #999999; }
    .zsearchbox .text::-moz-placeholder {
      color: #999999; }
    .zsearchbox .text:-moz-placeholder {
      color: #999999; }
    .zsearchbox .text:-ms-input-placeholder {
      color: #999999; }
  .zsearchbox .btn {
    height: 50px;
    width: 80px;
    background: #1a78e3;
    color: #fff;
    float: left;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .zsearchbox .btn:hover {
      filter: alpha(Opacity=80);
      opacity: 0.8;
      -webkit-opacity: 0.8; }

.crumbbox {
  background-color: #fff;
  height: 80px;
  line-height: 80px;
  color: #666666;
  border-bottom: 1px solid #eeeeee; }

.videoup {
  z-index: 301;
  display: none; }
  .videoup .videoupbg {
    background: rgba(64, 38, 13, 0.8);
    position: fixed;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .videoup .videoshow {
    width: 1100px;
    height: 575px;
    position: fixed;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-left: -550px;
    margin-top: -287.5px; }
    .videoup .videoshow video {
      width: 100%;
      height: 100%;
      overflow: hidden;
      background: #000000;
      object-fit: fill; }
    .videoup .videoshow .closebtn {
      position: absolute;
      left: auto;
      top: -52px;
      right: 0;
      bottom: auto;
      cursor: pointer;
      height: 40px; }
      .videoup .videoshow .closebtn img {
        display: block; }
      .videoup .videoshow .closebtn:hover {
        animation: build_more1 0.3s ease-in-out 0.1s infinite;
        -webkit-animation: build_more1 0.3s ease-in-out 0.1s infinite;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1; }

.zt-menu {
  padding-top: 20px;
  height: 44px;
  line-height: 44px; }
  .zt-menu .btn {
    float: right;
    background-color: #1a78e3;
    padding: 0 22px;
    line-height: 44px;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 22px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .zt-menu .btn:hover {
      filter: alpha(Opacity=80);
      opacity: 0.8;
      -webkit-opacity: 0.8; }
  .zt-menu .tel {
    float: right;
    margin-left: 30px;
    background: url(../images/icon/tel01.png) no-repeat left;
    padding-left: 25px;
    color: #1a78e3;
    font-size: 18px;
    font-style: italic; }

.zoombox {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 1366px) {
  .comnav li {
    padding: 0 25px; } }
@media (min-width: 1400px) {
  .submenu {
    min-width: 1400px;
    margin: 0 auto; }
    .submenu a {
      margin: 0 20px; }

  .mg_list .tit {
    font-size: 24px;
    margin-top: 30px; }
  .mg_list img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1); }

  .contact-sitebox li {
    width: 445px;
    height: 250px;
    margin-right: 32px;
    margin-bottom: 35px; }
    .contact-sitebox li .tit {
      font-size: 26px;
      padding-top: 40px; }
    .contact-sitebox li .info {
      font-size: 16px;
      margin-top: 20px; }

  .partner-list {
    width: 1420px; }

  .nuewslist {
    width: 445px;
    margin-right: 33px; }
    .nuewslist .tit {
      height: 70px;
      line-height: 70px; }

  .contact-usinfo {
    width: 1428px; }
    .contact-usinfo li {
      width: 330px; }

  .employee-left .bd ul {
    height: 270px; }
  .employee-left .bd li {
    width: 330px;
    margin-right: 27px;
    height: 270px; }
    .employee-left .bd li .imgbox {
      height: 220px; }

  .qualification-left .bd li {
    width: 454px;
    height: 303px; }

  .honor-left .bd li {
    width: 457px;
    margin-right: 15px;
    height: 272px; }

  .comhead {
    height: 100px;
    min-width: 1400px; }
    .comhead .logo {
      margin-top: -40px; }
      .comhead .logo img {
        height: 79px; }

  .comhead-h {
    height: 100px; }

  .comnav {
    margin-right: 55px; }
    .comnav li {
      padding: 0 29px; }
      .comnav li .a1 {
        font-size: 18px;
        height: 100px;
        line-height: 100px; }

  .main {
    width: 1400px; }

  .bannerleft {
    /* top: 100px; */ }

  .zbanner {
    /* top: 100px; */ }

  .index-aboutus .box_left {
    width: 802px; }

  .index-news-con .box_right {
    width: 655px;
    min-height: 428px; }

  .index-newslist {
    line-height: 85px; }
    .index-newslist .img {
      width: 713px;
      height: 428px;
      left: -755px; }

  .zt-float {
    left: 5%; } }
@media (min-width: 1920px) {
  .submenu a {
    margin: 0 40px; } }

/*# sourceMappingURL=style.css.map */

/* 栏目列表 */
.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}

.news-tab-wrap {padding:20px 0 35px;}
.news-tab-wrap li {display:inline-block;margin-right:10px;padding-top:10px;}
.news-tab-wrap li a {
    display:block;
    width:200px;
    height:50px;
    font-size:14px;
    color:#666;
    line-height:50px;
    text-align:center;
    background:#f7f7f7;
    border-radius:25px;
    transition:all .4s ease-in-out;
}
.news-tab-wrap li.on a,.news-tab-wrap li a:hover {color:#fff;background:#1a78e3;}
.news-list .item-list {margin-left:-1.5%;}
.news-list li {
    position:relative;
    float:left;
    width:48.5%;
    margin:0 0 1.5% 1.5%;
    background:#f7f7f7;
}


/*人力资源列表*/
/*kuaiPage*/
.newsPage .list {
	width:98%;
	padding-bottom: 30px;
}
.newsPage .item {
	height: 178px;
	transition: all .5s;
	border: 1px solid #f3f3f3;
	display: block;
	margin-bottom: 20px;
}
.newsPage .item a {
	padding: 26px;
	display: block;
}
.newsPage .item img {
	width: 168px;
	height: 126px;
	display: block;
	margin-right: 30px;
}
.newsPage .item h3 {
	font-size: 20px;
	padding: 25px 0 20px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	color: #000;
}
.newsPage .item .txt {
	color: #999;
	line-height: 24px;
	width: 640px;
	height: 48px;
	overflow: hidden;
}
.newsPage .item .time {
	width: 130px;
	padding: 20px 0 20px 45px;
	border-left: 1px solid #eee;
	font-family: arial;
	font-size: 18px;
	color: #999;
	text-align: center;
}
.newsPage .item .time .day {
	font-size: 30px;
	line-height: 45px;
	display: block;
}
.newsPage .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	margin-left: 15px;
}
.newsPage .item:hover h3 {
	color: #1a78e3;
}
.newsPage .item:hover .time .day span {
	background: #6d6d6d;
}
.newsPage .item:hover .time .day strong {
	background: #ff0000;
	color: #fff;
}


