@charset "UTF-8";
body, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, select, textarea, button, th, td, menu {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

ul, dl, ol {
  list-style: none; }

img, fieldset, input[type="submit"] {
  border: 0 none; }

em {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button, input[type="button"] {
  cursor: pointer;
  border: 0 none; }

a, button, input, img {
  -webkit-touch-callout: none; }

img {
  /*pointer-events:none;*/
  /*禁止图片的点击事件，例如长按保存图片*/ }

input, select, textarea {
  outline: none;
  font-family: "Microsoft YaHe","Source Han Sans","Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif"; }

img {
  max-width: 100%; }

body {
  font-family: "Microsoft YaHe","Source Han Sans","Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif"; }

a {
  text-decoration: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.flexbg {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1; }

.ct {
  text-align: center; }

.ri {
  text-align: right; }

.le {
  text-align: left; }

.bl {
  display: block; }

.inbl {
  display: inline-block; }

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

html, body {
  /*禁止用户选择元素*/
  -khtml-user-select: none;
  /*禁止元素点击出现半透明黑色背景*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  width: 100%;
  outline: 0;
  -webkit-text-size-adjust: none; }

body {
  height: 100%;
  margin: 0;
  position: relative; }

.img_wrap {
  position: relative;
  overflow: hidden; }
  .img_wrap:after {
    content: '';
    display: block; }
  .img_wrap img {
    transition: all .5s linear;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
  .img_wrap:hover img {
    transform: scale(1.1); }

.border {
  position: relative; }

.border:hover:after {
  height: 99%;
  width: 100%;
  border-width: 0 0 2px 2px;
  transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s; }

.border:hover:before {
  height: 99%;
  width: 100%;
  border-width: 2px 2px 0 0;
  transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s; }

.border:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  right: 0;
  bottom: 0;
  border: solid #2c9cf0;
  display: block;
  border-width: 0;
  transition: all ease-in-out;
  -webkit-transition: all ease-in-out;
  z-index: 2; }

.border:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 0;
  width: 0;
  border: solid #2c9cf0;
  border-width: 0;
  z-index: 2;
  transition: all ease-in-out; }

.border .img_wrap {
  overflow: hidden; }
  .border .img_wrap:hover img {
    transition: all .5s linear;
    transform: scale(1.1); }

.box-shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09); }

.shadow {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.09); }

.img {
  position: relative;
  overflow: hidden; }
  .img:after {
    content: '';
    display: block; }
  .img img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }

.imgfont_wrap {
  position: relative;
  overflow: hidden; }
  .imgfont_wrap:after {
    padding-top: 57.14%;
    content: "";
    display: block; }
  .imgfont_wrap img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s linear; }
  .imgfont_wrap:hover span {
    background: rgba(0, 0, 0, 0.6); }
  .imgfont_wrap:hover span:before {
    height: 60px; }
  .imgfont_wrap:hover span:after {
    width: 190px; }
  .imgfont_wrap:hover img {
    transform: scale(1.2); }
  .imgfont_wrap span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent; }
    .imgfont_wrap span:before {
      content: attr(ndata);
      overflow: hidden;
      white-space: nowrap;
      font-size: 14px;
      color: white;
      line-height: 90px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      height: 0;
      width: 200px;
      border-left: 1px solid white;
      border-right: 1px solid white;
      transition: height .6s ease;
      text-align: center;
      font-family: "微软雅黑"; }
    .imgfont_wrap span:after {
      content: attr(mdata);
      overflow: hidden;
      white-space: nowrap;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      color: white;
      line-height: 45px;
      letter-spacing: 1px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      width: 0;
      height: 75px;
      border-top: 1px solid white;
      border-bottom: 1px solid white;
      transition: width .6s ease;
      font-family: "微软雅黑"; }

.kuang {
  position: relative; }
  .kuang:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    z-index: 11;
    display: block;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1); }
  .kuang:hover:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background-color: rgba(0, 0, 0, 0.3); }

.zhuan {
  width: 100%;
  height: 100%;
  background: rgba(130, 69, 124, 0.7);
  padding: 20% 30px 20px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0; }
  .zhuan:hover {
    animation-name: zhuan;
    animation-duration: 1200ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    opacity: 1; }

@keyframes zhuan {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot?t=1536212552840");
  /* IE9*/
  src: url("iconfont.eot?t=1536212552840#iefix") format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url("iconfont.ttf?t=1536212552840") format("truetype"), url("iconfont.svg?t=1536212552840#iconfont") format("svg");
  /* iOS 4.1- */ }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-gou:before {
  content: "\e610"; }

.icon-fangdajing:before {
  content: "\e60b"; }

.icon-zuobiao:before {
  content: "\e615"; }

.icon-xin:before {
  content: "\e640"; }

.icon-z-weixin2:before {
  content: "\e6d4"; }

.icon-mima:before {
  content: "\e65b"; }

.icon-tel:before {
  content: "\e61e"; }

.icon-home-g:before {
  content: "\e646"; }

.icon-youjiantou-01:before {
  content: "\e60e"; }

.icon-zuojiantou-01:before {
  content: "\e61c"; }

.icon-qq:before {
  content: "\e605"; }

.icon-xiajiantou:before {
  content: "\e611"; }

.icon-shangjiantou:before {
  content: "\e612"; }

.icon-shangjiantou1:before {
  content: "\e604"; }

.icon-xiajiantou1:before {
  content: "\e600"; }

.icon-youjiantou2:before {
  content: "\e601"; }

.icon-zuojiantou:before {
  content: "\e602"; }

.icon-e-mail_icon:before {
  content: "\e674"; }

.icon-cha:before {
  content: "\e628"; }

.icon-arrow-right:before {
  content: "\e765"; }

.icon-arrow-bottom:before {
  content: "\e767"; }

.icon-arrow-top:before {
  content: "\e768"; }

.icon-arrow-left:before {
  content: "\e766"; }

.icon-gengduo:before {
  content: "\e66c"; }

.icon-jiahao:before {
  content: "\e607"; }

.icon-yonghu:before {
  content: "\e603"; }

.web {
  position: relative;
  width: 100%;
  background: #f8f8f8; }

.container {
  width: 1200px;
  margin: 0 auto; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 100px;
  background: #fff;
  z-index: 99; }
  header .logo {
    float: left; }
    header .logo img {
      vertical-align: middle; }
  header .open {
    display: none; }

.nav {
  float: left;
  margin-left: 80px; }
  .nav .tab {
    display: block;
    position: relative;
    float: left;
    padding: 0 25px;
    font-size: 16px;
    color: #333333; }
    .nav .tab:hover {
      background: #4ab344;
      color: #fff; }
      .nav .tab:hover .icon2 {
        display: inline; }
      .nav .tab:hover .icon1 {
        display: none; }
      .nav .tab:hover .wrap {
        display: block; }
  .nav .act {
    background: #4ab344;
    color: #fff; }
  .nav .wrap {
    position: absolute;
    top: 100px;
    background: #fff;
    width: 170px;
    z-index: 6;
    padding: 10px 0;
    left: 0px;
    display: none; }
  .nav .tab2 {
    font-size: 16px;
    color: #333333;
    display: block;
    text-align: center;
    line-height: 60px; }
    .nav .tab2:hover {
      background: #f3f3f3; }
  .nav .icon2 {
    display: none; }

.language {
  float: right; }
  .language .lang {
    font-size: 14px;
    color: #999999; }
    .language .lang:after {
      display: inline-block;
      width: 1px;
      height: 10px;
      background: #999999;
      margin: 0 10px;
      content: ''; }
    .language .lang:last-of-type:after {
      display: none; }
    .language .lang:hover {
      color: #333; }
  .language .act {
    color: #333; }

.content {
  margin-top: 100px; }

.le-swi {
  float: left;
  width: 30%; }
  .le-swi .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    background: #8e99a4;
    margin: 0 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    opacity: 1; }
  .le-swi .swiper-pagination-bullet-active {
    background: #4ab344; }

.title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 44px; }
  .title a {
    font-size: 16px;
    color: #999;
    float: right; }

.title2 {
  font-size: 32px;
  font-weight: bold;
  color: #333333; }

.news-center {
  width: 69%;
  float: right; }

.news {
  margin-top: 16px; }

.news-list {
  background: #fff;
  padding: 10px 15px;
  border-radius: 6px; }
  .news-list .tit {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px; }
  .news-list .p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    height: 52px;
    overflow: hidden; }
  .news-list .hot {
    margin-bottom: 20px; }
    .news-list .hot img {
      vertical-align: middle; }
  .news-list .wrap {
    width: 48%;
    float: left;
    margin-right: 3.6%; }
    .news-list .wrap:nth-of-type(2n) {
      margin-right: 0; }
  .news-list .list .wrap {
    margin-top: 15px; }
    .news-list .list .wrap:hover .line1 {
      text-decoration: underline; }
    .news-list .list .wrap:hover .span {
      color: #4ab344; }
  .news-list .list .span {
    font-size: 16px;
    float: left;
    width: 70%;
    color: #333333; }
  .news-list .list .time {
    width: 28%;
    float: right;
    text-align: right; }
  .news-list .wid100 .wrap {
    width: 100%; }

.banswi .swiper-pagination-bullet {
  opacity: 1;
  background: #8e99a4;
  transition: all .3s linear; }
.banswi .swiper-pagination-bullet-active {
  background: #4ab344;
  width: 20px;
  border-radius: 10px; }

.rec {
  background: #ffffff;
  padding: 0 10px;
  line-height: 82px;
  margin-bottom: 50px; }
  .rec .wrap {
    display: block;
    float: left;
    width: 16.66%;
    text-align: center;
    position: relative;
    transition: all .3s linear;
    z-index: 6; }
    .rec .wrap .h3 {
      font-size: 18px;
      color: #333333;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .rec .wrap:hover {
      box-shadow: 0 0 27px rgba(177, 177, 177, 0.34); }
      .rec .wrap:hover .p {
        opacity: 1; }
        .rec .wrap:hover .p .box {
          opacity: 1;
          transform: translateY(30px); }
    .rec .wrap .p {
      width: 100%;
      height: 100px;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 7px;
      border: 1px solid #4ab344;
      background: #fff;
      z-index: -1;
      font-size: 16px;
      color: #999999;
      opacity: 0;
      transition: all .2s linear; }
      .rec .wrap .p span {
        vertical-align: middle; }
      .rec .wrap .p img {
        vertical-align: middle; }
      .rec .wrap .p .box {
        opacity: 0;
        transition: all .3s linear .1s;
        transform: translateY(60px); }

.banner {
  font-size: 0; }

footer {
  background: #333333;
  padding: 20px 0 20px; }
  footer .p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #ffffff;
    display: block; }
  footer .span {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.6;
    margin-bottom: 6px;
    display: block; }
  footer span {
    font-size: 13px;
    vertical-align: middle; }
  footer img {
    margin-right: 10px;
    vertical-align: middle; }
  footer .fri-link {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #434343; }
    footer .fri-link .span {
      display: inline-block;
      vertical-align: top; }
    footer .fri-link a.span {
      margin-right: 25px; }
  footer .wrap {
    max-width: 180px; }
    footer .wrap span {
      line-height: 22px; }
    footer .wrap:last-of-type {
      max-width: 360px; }

.flex-bt {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.pd40 {
  padding: 40px 0; }

.introduct {
  background: #fff; }
  .introduct .font {
    float: left;
    width: 62.5%; }
  .introduct .imgbox {
    float: right;
    width: 26.66%; }
  .introduct .p {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    margin: 40px 0; }

.more {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  background: #4ab344;
  text-align: center; }
  .more img {
    vertical-align: middle; }
  .more span {
    vertical-align: middle;
    font-size: 16px;
    color: #ffffff; }

.heiauto .container {
  height: auto !important; }

.cultrue .wrap {
  width: 25%;
  float: left;
  background: #fff;
  padding: 55px 20px;
  text-align: center;
  transition: all .3s linear;
  position: relative;
  border-left: 1px solid #eeeeee; }
  .cultrue .wrap:last-of-type {
    border-right: 0; }
  .cultrue .wrap img {
    display: block;
    height: 150px;
    width: 190px;
    object-fit: cover;
    margin: 0 auto; }
  .cultrue .wrap:hover {
    box-shadow: 0 0 91px rgba(194, 192, 192, 0.34);
    z-index: 6; }
.cultrue .h3 {
  font-size: 20px;
  color: #333333;
  margin: 18px 0; }
.cultrue .p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  height: 112px;
  overflow: hidden; }

.course {
  background: #fff; }
  .course .corswi {
    padding: 0 40px;
    margin-top: 40px; }
    .course .corswi .swiper-slide {
      width: 24%;
      text-align: center; }
      .course .corswi .swiper-slide img {
        width: 220px;
        height: 146px;
        display: block;
        margin: 0 auto;
        object-fit: cover; }
    .course .corswi .swiper-button-prev, .course .corswi .swiper-button-next {
      width: 32px;
      height: 56px;
      line-height: 56px;
      background: #dcdedc;
      text-align: center;
      border-top-right-radius: 15px;
      border-bottom-left-radius: 15px; }
      .course .corswi .swiper-button-prev img, .course .corswi .swiper-button-next img {
        vertical-align: middle; }
      .course .corswi .swiper-button-prev:hover, .course .corswi .swiper-button-next:hover {
        background: #4ab344; }
    .course .corswi .p {
      margin-top: 25px;
      font-size: 14px;
      color: #333333;
      line-height: 28px; }

.organ {
  margin-top: 30px; }
  .organ .container {
    background: #fff;
    padding-left: 36px;
    padding-right: 36px; }

.up-win {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
  z-index: 999;
  display: none; }
  .up-win .upbox {
    height: 420px;
    background: #fff;
    padding: 50px 30px;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    overflow-y: scroll; }
    .up-win .upbox::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #4ab344;
      cursor: pointer; }
    .up-win .upbox::-webkit-scrollbar {
      width: 4px;
      height: 10px;
      cursor: pointer; }
    .up-win .upbox::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: #ececec;
      cursor: pointer; }
  .up-win .det-box {
    position: relative;
    background: #fff;
    padding: 30px 3%; }
  .up-win .leimg {
    border: 1px solid #eee;
    width: 33%;
    float: left;
    text-align: center;
    line-height: 300px; }
    .up-win .leimg img {
      vertical-align: middle; }
  .up-win .rifont {
    width: 62%;
    float: right;
    padding-top: 30px; }
    .up-win .rifont .tit {
      font-size: 22px;
      color: #333333;
      margin-bottom: 15px; }
    .up-win .rifont .span {
      font-size: 14px;
      color: #999999;
      margin-bottom: 15px; }
    .up-win .rifont .p {
      line-height: 38px;
      font-size: 14px;
      color: #333; }
  .up-win .exit {
    position: absolute;
    width: 48px;
    line-height: 52px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    cursor: pointer;
    top: 16px;
    right: -48px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }
    .up-win .exit img {
      vertical-align: middle; }

.page {
  text-align: center;
  font-size: 0;
  margin-top: 40px;
  margin-bottom: 45px; }
  .page li {
    display: inline-block; }
    .page li a {
      display: block;
      padding: 10px 14px;
      font-size: 14px;
      color: #999999;
      border: 1px solid #e5e5e5;
      border-radius: 5px;
      margin: 0 5px; }
    .page li:hover a {
      color: #fff;
      background: #4ab344; }
  .page .active a {
    color: #fff;
    background: #4ab344; }

.news-wrap {
  margin-top: 40px; }
  .news-wrap .container {
    background: #fff;
    padding: 0 18px 1px; }
  .news-wrap .list {
    padding: 0 20px; }
    .news-wrap .list .wrap {
      display: block;
      padding: 40px 0;
      border-bottom: 1px solid #eeeeee; }
      .news-wrap .list .wrap:hover .h3 {
        color: #4ab344; }
    .news-wrap .list .h3 {
      font-size: 18px;
      color: #333333;
      margin-bottom: 20px; }
    .news-wrap .list .p {
      font-size: 16px;
      color: #666666; }

.news-nav {
  line-height: 50px;
  border-bottom: 1px solid #4ab344;
  text-align: center; }
  .news-nav .tab {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    position: relative;
    font-size: 16px;
    margin: 0 3%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 3px;
    z-index: 6;
    color: #333333; }
    .news-nav .tab:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 64px;
      background: #4ab344;
      content: '';
      display: block;
      z-index: -1;
      opacity: 0;
      transform: translateY(5px);
      transition: all .3s linear; }
    .news-nav .tab:hover {
      color: #fff; }
      .news-nav .tab:hover:after {
        opacity: 1;
        transform: translateY(0); }
  .news-nav .act {
    color: #fff; }
    .news-nav .act:after {
      opacity: 1;
      transform: translateY(0); }

.news-detbox {
  background: #fff; }
  .news-detbox .h3 {
    margin-bottom: 16px;
    font-size: 22px;
    color: #333333; }
  .news-detbox .span {
    font-size: 14px;
    color: #999;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px; }
  .news-detbox .p {
    font-size: 14px;
    color: #666;
    line-height: 26px; }

.turnpage {
  margin-top: 50px;
  margin-bottom: 20px; }
  .turnpage .page-btn {
    width: 210px;
    line-height: 54px;
    border-radius: 5px;
    background: #fff;
    color: #4ab344;
    border: 1px solid #4ab344;
    margin: 0 18px;
    display: inline-block; }
    .turnpage .page-btn:hover {
      background: #4ab344;
      color: #fff; }

.classify {
  background: #fff;
  padding: 30px 0; }
  .classify .container {
    border: 1px solid #4ab344;
    border-radius: 6px;
    padding: 15px 0;
    padding-right: 5%;
    position: relative;
    height: 140px;
    overflow: hidden; }
  .classify .box {
    width: 14%;
    text-align: center;
    float: left; }
  .classify .tab {
    max-width: 100%;
    font-size: 14px;
    color: #333;
    display: inline-block;
    padding: 10px;
    border-radius: 25px;
    margin: 5px 0;
    min-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .classify .tab:hover {
      background: #eeeeee; }
  .classify .act {
    background: #eeeeee; }
  .classify .cla-switch {
    position: absolute;
    right: 0;
    width: 5%;
    top: 30px;
    font-size: 14px;
    color: #999999;
    cursor: pointer; }
    .classify .cla-switch img {
      vertical-align: middle; }

.pro-list {
  margin-top: 25px; }
  .pro-list .wrap {
    display: block;
    float: left;
    width: 23.33%;
    background: #fff;
    padding: 30px 5px;
    border-radius: 7px;
    margin-bottom: 25px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    margin-right: 1.4%;
    border: 2px solid transparent; }
    .pro-list .wrap:nth-of-type(4n) {
      margin-right: 0; }
    .pro-list .wrap:hover {
      transform: translateY(-5px);
      border-color: #4AB344;
      box-shadow: 0 5px 32px rgba(212, 212, 212, 0.35); }
  .pro-list .imgbox {
    height: 213px;
    text-align: center;
    line-height: 213px; }
    .pro-list .imgbox img {
      vertical-align: middle; }
  .pro-list .p {
    margin-top: 20px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.offset {
  line-height: 70px;
  color: #999999;
  font-size: 14px; }

.law {
  background: #fff;
  border-radius: 7px;
  padding: 30px 3% 0; }
  .law .wrap {
    display: block;
    width: 48%;
    margin-right: 1.8%;
    float: left;
    background: #f4f5f4;
    border-radius: 5px;
    transition: all .3s linear;
    padding: 14px 20px;
    margin-bottom: 30px; }
    .law .wrap:nth-of-type(2n) {
      margin-right: 0; }
    .law .wrap:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 30px rgba(211, 211, 211, 0.8); }
      .law .wrap:hover .h3 {
        color: #4AB344; }
      .law .wrap:hover .ri {
        color: #4AB344; }
  .law .lawimg {
    display: block;
    width: 160px;
    height: 160px;
    float: left;
    border-radius: 5px;
    object-fit: cover; }
  .law .font {
    float: left;
    width: 310px;
    margin-left: 16px;
    padding-top: 12px; }
  .law .h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px; }
  .law .p {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    height: 84px;
    overflow: hidden; }
  .law .ri {
    font-size: 14px;
    color: #999999;
    margin-top: 6px; }
    .law .ri i {
      font-size: 12px;
      font-weight: bold; }

.health-top {
  padding-top: 30px;
  margin-bottom: 40px; }
  .health-top .container {
    border-radius: 7px;
    background: #fff; }
  .health-top .le-font {
    width: 50%;
    float: left;
    padding: 0 20px; }
  .health-top .heaswi {
    width: 50%;
    float: right; }
  .health-top .h3 {
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #333333;
    font-weight: bold; }
    .health-top .h3 i {
      float: right;
      opacity: 0;
      transition: all .3s linear;
      transform: translateX(-30px); }
  .health-top .p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 48px;
    overflow: hidden; }
  .health-top .wrap {
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px; }
    .health-top .wrap:last-of-type {
      border-bottom: none; }
    .health-top .wrap:hover .h3 {
      color: #4AB344; }
      .health-top .wrap:hover .h3 i {
        color: #4AB344;
        opacity: 1;
        transform: translateX(0); }
  .health-top .heaswi .swiper-pagination-bullet-active {
    background: #fff; }
  .health-top .heaswi .swiper-pagination-bullets {
    text-align: right; }
  .health-top .heaswi .swiper-slide {
    display: block;
    position: relative; }
  .health-top .heaswi .line1 {
    width: 60%;
    padding-left: 25px;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 10px; }

.health {
  border-radius: 7px;
  background: #fff;
  padding: 0 16px; }
  .health .wrap {
    display: block;
    padding: 20px 24px; }
  .health .heaimg {
    display: block;
    width: 180px;
    height: 145px;
    object-fit: cover;
    float: left; }
  .health .font {
    width: 80%;
    float: left;
    margin-left: 15px;
    padding-top: 10px; }
  .health .h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px; }
  .health .p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 48px;
    overflow: hidden; }
  .health .time {
    font-size: 14px;
    color: #666666;
    margin-top: 20px; }

.push-more {
  line-height: 76px;
  font-size: 14px;
  color: #999999; }
  .push-more i {
    color: #999999;
    font-size: 14px; }

.link-us {
  padding-top: 60px;
  margin-bottom: 50px; }
  .link-us .container {
    padding: 0 20px;
    border-radius: 7px;
    background: #fff; }
  .link-us .map {
    height: 500px;
    margin-top: 50px; }
  .link-us .ct {
    line-height: 130px; }
    .link-us .ct .wrap {
      display: inline-block;
      margin: 0 20px; }
      .link-us .ct .wrap span {
        margin-left: 5px;
        font-size: 14px;
        color: #666;
        vertical-align: middle; }
      .link-us .ct .wrap img {
        vertical-align: middle; }

.zp-list .wrap {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee; }
  .zp-list .wrap:hover .h3 {
    color: #4AB344; }
.zp-list .h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 14px; }
.zp-list .p {
  font-size: 14px;
  color: #333333;
  line-height: 30px; }

.ly {
  padding: 30px 10%; }
  .ly .p {
    font-size: 16px;
    color: #333333;
    padding-left: 20px;
    margin-bottom: 12px;
    margin-top: 30px; }
  .ly .inp {
    background: #f5f6f6;
    width: 360px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    padding: 0 20px; }
    .ly .inp::-webkit-input-placeholder {
      color: #c7c1c1; }
    .ly .inp:focus {
      border-color: #4AB344; }
  .ly .textarea {
    height: 170px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    padding: 10px 20px;
    background: #f5f6f6; }
    .ly .textarea::-webkit-input-placeholder {
      color: #c7c1c1; }
    .ly .textarea:focus {
      border-color: #4AB344; }
  .ly .inp-btn {
    margin: 40px auto;
    display: block;
    width: 180px;
    height: 50px;
    border-radius: 5px;
    background: #4AB344;
    color: #fff;
    font-size: 16px; }

@media (max-width: 1220px) {
  .container {
    width: 1000px; }

  .nav {
    margin-left: 40px; }
    .nav .tab {
      padding: 0 14px; }

  .title {
    font-size: 20px; }

  .news-list .list .span {
    font-size: 15px; }
  .news-list .list .wrap {
    margin-top: 10px; }

  .rec .wrap .h3 {
    font-size: 15px; }

  .law .lawimg {
    width: 130px;
    height: 130px; }
  .law .font {
    width: 255px; }
  .law .h3 {
    margin-bottom: 6px; }

  .health .font {
    width: 76%; }

  .health-top .h3 {
    font-size: 16px; } }
@media (max-width: 768px) {
  .cultrue .h3 {
    font-size: 16px; }

  .container {
    width: 95%; }

  header {
    line-height: 80px; }

  header .logo {
    width: 130px; }

  .nav {
    margin-left: 20px; }
    .nav .tab {
      font-size: 14px;
      padding: 0 10px; }
    .nav .wrap {
      width: 140px;
      top: 80px; }
    .nav .tab2 {
      font-size: 14px; }

  .content {
    margin-top: 80px; }

  .le-swi {
    width: 50%;
    margin: 0 auto;
    float: none; }

  .news-center {
    width: 100%; }

  .rec {
    line-height: 72px; }
    .rec .wrap .h3 {
      font-size: 13px; }
    .rec .wrap .p {
      font-size: 13px;
      height: 90px; }

  .news-list .list .span {
    font-size: 14px; }

  .news-list .p {
    font-size: 13px;
    line-height: 24px;
    height: 48px; }

  footer .flex-bt .wrap {
    display: none; }
    footer .flex-bt .wrap:last-of-type {
      display: block; }

  .introduct .imgbox {
    width: 60%;
    text-align: center;
    float: none;
    margin: 0 auto 10px; }
  .introduct .font {
    width: 100%; }
  .introduct .p {
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0; }

  .title2 {
    font-size: 20px; }

  .up-win .upbox {
    padding: 20px; }

  .cultrue .wrap {
    padding: 30px 10px; }

  .course .corswi .p {
    margin-top: 15px; }

  .news-wrap .list .wrap {
    padding: 20px 0; }

  .news-wrap .list .p {
    font-size: 14px; }

  .news-wrap .list .h3 {
    margin-bottom: 12px; }

  .law .wrap {
    width: 100%; }

  .law .font {
    width: 75%; }

  .health-top .le-font {
    width: 100%;
    margin-top: 20px; }
  .health-top .heaswi {
    width: 70%;
    float: none;
    margin: 0 auto; }

  .health .heaimg {
    width: 160px;
    height: 130px; }

  .health .font {
    width: 70%; }

  .link-us .ct {
    line-height: 70px; }

  .ly .inp {
    width: 260px; } }
@media (max-width: 750px) {
  .health-top {
    display: none; }

  .nav {
    position: fixed;
    top: 70px;
    left: 0;
    width: 60%;
    height: 100%;
    line-height: 50px;
    background: #fff;
    transform: translateX(-100%);
    transition: all .3s linear;
    margin-left: 0;
    overflow-y: scroll; }
    .nav .tab {
      padding-left: 20px;
      width: 100%;
      display: block; }
      .nav .tab .icon1, .nav .tab .icon2 {
        display: none !important; }
      .nav .tab .wrap {
        display: block;
        position: relative;
        width: 100%;
        top: 0;
        padding: 0; }
      .nav .tab .tab2 {
        text-align: left; }
    .nav div.tab:hover {
      background: #fff; }

  header {
    line-height: 70px;
    position: fixed; }
    header .container {
      position: relative; }
    header .logo {
      float: none;
      text-align: center;
      display: block;
      margin: 0 auto; }
    header .language {
      position: absolute;
      right: 0px;
      top: 0; }
      header .language .lang:after {
        margin: 0 5px; }
    header .open {
      display: block;
      position: absolute;
      left: 0px;
      top: 0;
      cursor: pointer; }
      header .open img {
        width: 24px;
        vertical-align: middle; }

  .content {
    margin-top: 70px; }

  .tran0 {
    transform: translateX(0); }

  .le-swi {
    display: none; }

  .title {
    font-size: 16px;
    line-height: 56px; }
    .title a {
      font-size: 14px; }

  .news-list .wrap {
    width: 100%; }
  .news-list .tit {
    font-size: 15px; }
  .news-list .hot {
    margin-bottom: 5px; }
  .news-list .hot img {
    width: 18px; }
  .news-list .hot .wrap {
    margin-bottom: 15px; }
  .news-list .hot:after {
    display: block;
    content: '';
    clear: both; }

  .rec .wrap {
    width: 33.33%; }

  .news {
    margin-top: 0; }

  footer {
    padding: 20px 0; }
    footer .fri-link {
      margin-top: 0;
      display: none; }

  .introduct .imgbox {
    display: none; }

  .cultrue .wrap {
    width: 50%;
    margin-bottom: 2px; }

  .course .corswi .swiper-slide {
    width: 50%; }

  .organ .container {
    padding-left: 10px;
    padding-right: 10px; }

  .news-nav {
    line-height: 42px; }
    .news-nav .tab {
      width: 26%;
      margin: 0 1%;
      font-size: 14px; }
      .news-nav .tab:after {
        height: 50px; }

  .news-wrap .list {
    padding: 0; }

  .turnpage .page-btn {
    width: 120px;
    line-height: 46px; }

  .pro-list .wrap {
    width: 48.8%; }
    .pro-list .wrap:nth-of-type(2n) {
      margin-right: 0; }

  .page li:nth-of-type(4), li:nth-of-type(5) {
    display: none; }

  .classify .container {
    padding-top: 25px;
    padding-right: 0; }
  .classify .cla-switch {
    width: auto;
    top: 5px;
    right: 10px; }
  .classify .box {
    width: 33%; }

  .law .lawimg {
    width: 100px;
    height: 100px; }
  .law .wrap {
    padding: 15px 10px; }
  .law .h3 {
    font-size: 15px; }
  .law .p {
    font-size: 12px;
    height: 72px;
    line-height: 24px; }
  .law .font {
    width: 60%;
    margin-left: 10px;
    padding-top: 0; }

  .health {
    padding: 0 5px; }
    .health .wrap {
      padding: 15px 10px; }
    .health .heaimg {
      width: 110px;
      height: 90px; }
    .health .font {
      width: 62%;
      margin-left: 12px;
      padding: 0; }
    .health .h3 {
      font-size: 15px;
      margin-bottom: 6px; }
    .health .p {
      font-size: 12px;
      line-height: 20px;
      height: 40px; }
    .health .time {
      font-size: 12px;
      margin-top: 10px; }

  .link-us .map {
    height: 300px; }

  .link-us .ct {
    line-height: 200%;
    padding: 15px 0;
    text-align: left; }
    .link-us .ct .wrap {
      display: block;
      margin-bottom: 15px; }

  .push-more {
    text-align: center !important; }

  .ly {
    padding: 10px 0px; }
    .ly .flex-bt {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .ly .inp-box {
      width: 100%; }
      .ly .inp-box .inp {
        width: 100%; }

  .pro-list .p {
    font-size: 14px; }

  .up-win .exit {
    top: -52px;
    right: 0px; } }

/*# sourceMappingURL=common.css.map */
