﻿@import "animate.min.css";
@import "bootstrap.min.css";
@import "public.youacacia.min.css";

/*redefine global*/
:root {
  --bg-green: #009c39;
  --bg-white: #fff;
  --bg-black: #000;
  --text-color-green: #009c39;
  --text-color-white: #ffffff;
  --text-color-black: #000;
  --text-color-grey: #666;
  --text-color-999: #999;
  --font-size-48: 2.5vw;
  --font-size-40: 2.0833vw;
  --font-size-36: 1.875vw;
  --font-size-34: 1.77083vw;
  --font-size-32: 1.667vw;
  --font-size-30: 1.5625vw;
  --font-size-28: 1.4583vw;
  --font-size-26: 1.35167vw;
  --font-size-24: 1.25vw;
  --font-size-22: 1.14583vw;
  --font-size-20: 1.04167vw;
  --font-size-18: 0.9375vw;
  --font-size-16: 0.833vw;
  --font-size-14: 0.72916vw;
  --font-size-12: 0.625vw;
}

@media(min-width: 1921px) {
  :root {
    --font-size-48: 48px;
    --font-size-40: 40px;
    --font-size-36: 36px;
    --font-size-34: 34px;
    --font-size-32: 32px;
    --font-size-30: 30px;
    --font-size-28: 28px;
    --font-size-26: 26px;
    --font-size-24: 24px;
    --font-size-22: 22px;
    --font-size-20: 20px;
    --font-size-18: 18px;
    --font-size-16: 16px;
    --font-size-14: 14px;
    --font-size-12: 12px
  }
}

@media(max-width: 760px) {
  :root {
    --font-size-48: 11.594vw;
    --font-size-40: 9.6618vw;
    --font-size-36: 8.69vw;
    --font-size-32: 7.729468vw;
    --font-size-30: 7.2463vw;
    --font-size-28: 6.7632vw;
    --font-size-26: 6.2801vw;
    --font-size-24: 5.797vw;
    --font-size-22: 5.314vw;
    --font-size-20: 4.8309vw;
    --font-size-18: 4.34782vw;
    --font-size-16: 3.8647vw;
    --font-size-14: 3.38166vw;
    --font-size-12: 2.89855vw;
  }
}

::-webkit-scrollbar {
  width: 4px;
  height: 11px;
  border: none;
  background: var(--bg-green)
}

::-webkit-scrollbar-track-piece {
  border: none;
  position: absolute;
  padding: 0;
  box-shadow: none;
  background: var(--bg-green, #000);
  border-radius: 1px
}

::-webkit-scrollbar-thumb:vertical {
  background: var(--bg-green, #000);
  border-radius: 0;
  border: none
}

::-webkit-scrollbar-thumb:horizontal {
  background: var(--bg-green, #000);
  border-radius: 0;
  border: none
}

::-webkit-scrollbar {
  width: 4px;
  height: 12px
}

::-webkit-scrollbar-button:vertical {
  display: none
}

::-webkit-scrollbar-track:vertical {
  background: var(--bg-green, #000)
}

::-webkit-scrollbar-track-piece {
  background: #fff
}

::-webkit-scrollbar-thumb:vertical {
  background: var(--bg-green, #000);
  border-radius: 5px
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: var(--bg-green, #000)
}

::-webkit-scrollbar-corner:vertical {
  background: var(--bg-green, #000)
}

@font-face {
  font-family: Barlow;
  src: url(../fonts/Barlow-Regular.ttf)
}

@font-face {
  font-family: Merriweather;
  src: url(../fonts/Merriweather-Regular-9.ttf)
}

@font-face {
  font-family: BarlowLight;
  src: url(../fonts/BarlowLight.ttf)
}

@font-face {
  font-family: KingsoftCloud;
  src: url(../fonts/Kingsoft_Cloud_Font.ttf)
}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: -apple-system, Helvetica Neue, Helvetica, Arial, PingFang SC, SimSun, sans-serif;
  position: relative;
  z-index: 1;
}

a:hover {
  color: #333;
}

/*----- clearfix-----*/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

@media(min-width: 1550px) {
  .container {
    width: 79.6875vw;
    max-width: 1400px;
    min-width: 1400px
  }
}

@media(min-width: 1440px) and (max-width: 1549px) {
  .container {
    width: 62.4vw;
    max-width: 1200px;
    min-width: 1200px
  }
}

@media(min-width: 1300px) and (max-width: 1439px) {
  .container {
    width: 95vw;
  }
}

@media(max-width: 992px) {
  .container {
    width: 95vw
  }
}

@media(max-width: 760px) {
  .container {
    width: 100vw;
    padding: 0 15px;
  }
}

/*header*/
#header {
  background-color: var(--bg-white);
}

#header .container,
.nav-wrapper .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10
}

#header .container::before,
#header .container::after,
.nav-wrapper .container::before,
.nav-wrapper .container::after {
  display: none;
}

.header-logo {
  width: 358px;
  height: 90px;
  background-size: contain !important;
  float: left;
  position: relative;
}

.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.header-logo a img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: ease .5s;
}

.header-logo a img:nth-child(1),
.header-logo a img:nth-child(2) {
  opacity: 1;
}

.header-logo a img:nth-child(1) {
  opacity: 0;
}

#header.header-sticky .header-logo a img:nth-child(1) {
  opacity: 1;
}

#header.header-sticky .header-logo a img:nth-child(2) {
  opacity: 0;
}

.header-right {
  margin: 0;
  float: right;
  display: flex;
  align-items: center;
}

/*dropdown nav*/
.nav-wrapper {
  border-top: 1px solid rgba(170, 170, 170, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  width: 100%;
  /*
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  -ms-flex-align: center;
  align-items: center;
*/
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 5
}

.nav-wrapper .nav-item {
  width: 10%;
  margin: 0;
  padding: 0 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 10
}

.nav-wrapper .nav-item h2.nav-item-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
  text-align: center
}

.nav-wrapper .nav-item h2.nav-item-link a {
  font-weight: 400;
  display: inline-block;
  position: relative;
  line-height: inherit;
}

.nav-item .submenu {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 3px 16px rgba(0, 0, 0, .1);
  z-index: 10;
}

.nav-item .submenu a {
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  height: 36px;
  padding: 0 10px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.nav-item .submenu a:last-child {
  border-bottom: 0
}

.nav-item .submenu a:hover {
  color: #fff;
  background: var(--text-color-green)
}

.nav-item .submenu a:hover:after {
  right: 15px;
  visibility: visible
}

.nav-wrapper .nav-item h2.nav-item-link.active a {
  font-weight: 600;
}

.nav-wrapper>.nav-item+.nav-item {
  margin-left: 10px;
}

.nav-wrapper .nav-item:hover,
.nav-wrapper .nav-item.active {
  background-color: var(--bg-green);
}

.nav-wrapper .nav-item .nav-item-link:hover a:before,
.nav-wrapper .nav-item .nav-item-link.active a:before {
  opacity: 1;
}

.header-sticky .nav-wrapper .nav-item .nav-item-link:hover a:before,
.header-sticky .nav-wrapper .nav-item .nav-item-link.active a:before {
  opacity: 1;
}

.header-sticky .nav-wrapper .nav-item h2.nav-item-link {
  line-height: 50px;
}

.nav-wrapper .nav-item:hover .submenu {
  top: 50px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.nav-wrapper .nav-item:hover .nav-item-link a,
.header-sticky .nav-wrapper .nav-item:hover .nav-item-link a,
.nav-wrapper .nav-item.active .nav-item-link a,
.header-sticky .nav-wrapper .nav-item.active .nav-item-link a {
  color: #fff;
}

.header-sticky .nav-wrapper .nav-item h2.nav-item-link a {
  color: var(--text-color-333);
}

.header-sticky .nav-wrapper .nav-item h2.nav-item-link.active a {
  color: var(--text-color-green);
}

/* submenu */
.header-menu {
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding: 40px 0;
  left: 0;
  top: 50px;
  z-index: 3;
  box-shadow: 5px 0px 10px -6px rgb(169, 217, 172);
  display: none;
}

#header .header-menu .container {
  justify-content: flex-start;
  align-items: flex-start;
}

.header-menu-items {
  margin: 0;
}

.header-menu-item {
  align-items: center;
  justify-content: flex-start;
  visibility: hidden;
  display: none;
  opacity: 0;
}

.header-menu-item.active {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.header-menu-item .menu-left {
  margin-right: 4rem;
}

.header-menu-item .menu-title h2 {
  color: var(--text-color-green);
  font-weight: 600;
  font-size: 32px;
}

.header-menu-item .menu-title p {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
}

.header-menu-item .menu-title a {
  padding: 3px 15px;
  border-radius: 15px;
  font-size: 14px;
  color: var(--text-color-green);
  border: 1px solid var(--bg-green);
}

.header-menu-item .menu-channel {
  position: relative;
  width: 23rem;
  padding-left: 10px;
  border-right: 1px solid #f0f6ef;
  border-left: 1px solid #f0f6ef;
}

.header-menu-item .menu-channel dd {
  font-size: 14px;
  line-height: 2;
}

.header-menu-item .menu-channel dd a.m-channel-link {
  position: relative;
  padding-left: 25px;
  line-height: 40px;
  display: block;
}

.header-menu-item .menu-channel dd a.m-channel-link:hover::after {
  content: '>';
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-color-green);
  margin-left: 5px;
  vertical-align: middle;
}

.header-menu-item .menu-channel dd ul {
  position: absolute;
  left: 23rem;
  top: 0;
  width: 100%;
  padding-left: 2rem;
  display: none;
}

.header-menu-item .menu-channel dd.sub-channel:hover ul {
  display: block;
}

.header-links {
  margin-right: 3rem;
  position: relative
}

.header-links span a {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease .2s;
  border: 1px solid var(--text-color-green);
  font-size: 14px;
  color: var(--text-color-green);
  line-height: 2
}

.header-links span a i {
  font-size: 18px;
  color: var(--text-color-green);
  line-height: 1
}

.header-links div {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 3px 16px rgba(0, 0, 0, .1);
  z-index: 10;
}

.header-links div a {
  padding: 10px 20px;
  width: 180px;
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  display: block;
  font-size: 12px;
  transition: all .2s ease-out 0s;
  color: #666;
}

.header-links div a+a {
  border-top: 1px solid #efefef;
}

.header-links div a:hover {
  background: var(--bg-green);
  color: #fff;
  text-indent: 10px;
}

.header-links:hover div {
  top: 100%;
  visibility: visible;
  opacity: 1
}

/*top tel*/
.header-tel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer
}

.tel-icon {
  margin-right: 10px;
  border-radius: 50%;
  color: var(--text-color-green);
  width: 22px;
  height: 22px;
  font-size: 22px;
  text-align: center;
  line-height: 22px;
}

.header-tel p {
  font-size: 14px;
  line-height: 2
}

.header-tel span {
  /*font-family: KingsoftCloud;*/
  font-size: 24px;
  color: var(--text-color-green);
  line-height: 1;
}

.header-tel p:last-child span {
  color: #f9831a
}

#header.header-sticky {
  background: var(--bg-white);
  box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

#header.header-sticky .header-nav-item a {
  color: var(--text-color-333)
}

#header.header-sticky .header-search-icon {
  color: var(--text-color-333)
}

#header.header-sticky .header-nav-item:hover a,
#header.header-sticky .header-nav-item.active a {
  color: var(--text-color-green)
}

#header.header-sticky .header-tel .tel-icon {
  color: var(--text-color-green);
}

#header.header-sticky .header-tel span {
  /*  color: var(--text-color-green);*/
}

.nav-sticky {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff
}

/*Search*/
.search-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: ease .5s
}

.search-fix.active {
  opacity: 1;
  visibility: inherit
}

.search-fix .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3)
}

.search-fix .search-content {
  background: #fff;
  width: 80%;
  padding: 200px 15px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.search-fix .btnOff {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  font-size: 22px
}

.search-fix .item {
  max-width: 1000px;
  margin: 0 auto
}

.search-fix .p {
  font-size: 25px;
  text-align: center;
  margin-bottom: 8%
}

.search-fix .title {
  border-bottom: solid 1px #d8d8d8;
  font-size: 20px;
  padding: 15px 5% 15px 2.5%;
  color: grey;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  display: inline-block;
  width: 93%;
  vertical-align: middle
}

.search-fix .btnSubmit {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 30px;
  cursor: pointer;
  font-weight: 100;
  position: relative;
  transition: ease .5s
}

.search-fix .btnSubmit:before {
  content: "\e8d6";
  font-family: "iconfont";
  font-size: 30px;
  color: #666;
  line-height: 54px;
}

#mMenu {
  position: fixed;
  left: 0;
  top: 50px;
  background: #fff;
  z-index: -1;
  padding: 15px 10px;
  height: calc(100% - 50px);
  display: none;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden
}

.menu-button {
  text-align: center;
  overflow: hidden
}

.menu-button li {
  width: 33.333%;
  float: left
}

.menu-button li a {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 3px 5px;
  border-radius: 99px;
  border: 1px solid #00855c;
  font-size: 16px;
  line-height: 24px;
}

.menu-button li:last-child a {
  background: #0d864b;
  color: #fff;
}

#mMenu dl dt {
  text-align: center;
  position: relative;
  margin: 10px auto
}

#mMenu dl dt:before,
#mMenu dl dt:after {
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: #ddd;
  content: ""
}

#mMenu dl dt:before {
  left: 0
}

#mMenu dl dt:after {
  right: 0
}

#mMenu dl dt span {
  font-size: 14px;
  color: #333
}

#mMenu dl dd {
  overflow: hidden
}

#mMenu dl dd a {
  width: 33.33%;
  float: left;
  text-align: center;
  height: 40px;
  color: #666;
  line-height: 40px;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#mMenu.active {
  opacity: 1;
  visibility: visible;
  display: block;
  z-index: 9999
}

@keyframes mouseSvg {
  0% {
    margin-top: -5px;
  }

  50% {
    margin-top: 0
  }

  100% {
    margin-top: -5px
  }
}

@-webkit-keyframes mouseSvg {
  0% {
    margin-top: -5px;
  }

  50% {
    margin-top: 0
  }

  100% {
    margin-top: -5px
  }
}

@media(max-width: 992px) {
  .header-nav-item a {
    padding: 0 .6vw
  }
}

@media(max-width: 760px) {
  #header {
    width: 100%;
    height: 50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }

  .header-logo {
    height: 36px;
  }

  .header-logo a img {
    width: auto;
    height: 100%;
  }

  .header-button:before,
  .header-button:after,
  .header-button span {
    background-color: #333
  }

  .header-sticky .header-button:before,
  .header-sticky .header-button:after,
  .header-sticky .header-button span {
    background-color: #333
  }

  .header-mouse {
    display: none
  }

  #header.background {
    background-color: rgba(255, 255, 255, .9)
  }

  #header.background .header-button:before,
  #header.background .header-button:after,
  #header.background .header-button span {
    background-color: var(--bg-black)
  }
}

/*mobile nav*/
.m-nav {
  position: fixed;
  top: 0;
  /*box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);*/
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  z-index: 0;
  opacity: 0;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  /*    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;*/
  top: 0;
  transform: translateX(100%)
}

.m-nav a {
  outline: none
}

.m-nav.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1000
}

.m-nav .top {
  height: 60px;
  padding: 20px;
  box-sizing: border-box
}

.m-nav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer
}

.m-nav .logo {
  width: 100%;
  margin: 0 auto
}

.m-nav .logo img {
  width: 38%;
  display: block;
  margin: 0 auto 30px
}

.m-nav .ul {
  margin-top: 30px
}

.m-nav .ul li {
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  opacity: 0
}

.m-nav.active .ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.m-nav .ul li:nth-child(1) {
  -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li:nth-child(2) {
  -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li:nth-child(3) {
  -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li:nth-child(4) {
  -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li:nth-child(7) {
  -webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li:nth-child(8) {
  -webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
  transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m-nav .ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  position: relative;
}

.m-nav .ul li a.active {
  font-weight: 800;
  color: #1b2c43
}

.m-nav .ul li.dropdown a.dropdown-title::before,
.m-nav .ul li.dropdown a.dropdown-title::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.5);
  right: 10px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.m-nav .ul li.dropdown a.dropdown-title::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.m-nav .ul li.dropdown a.dropdown-title.active::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.m-nav .ul li a i {
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.m-nav .ul li .dropdown_menu {
  display: none
}

.m-nav .ul li.dropdown.active .dropdown_menu {
  display: block
}

.m-nav .ul li .dropdown_menu a {
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5
}

.m-nav .ul li .dropdown_menu a:last-child {
  border: none
}

.m-nav-tel {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
}

.m-nav-tel a {
  font-weight: 800;
}

.m-nav-link {
  text-align: center;
  margin-top: 18px;
}

.m-nav-link a {
  display: inline-block;
  padding: 5px 25px;
  color: #fff;
  cursor: default;
  background: #00598e;
  font-size: 14px;
  line-height: 2;
}

@media(max-width: 1600px) {}

@media(min-width: 1440px) and (max-width: 1549px) {
  .nav-wrapper .nav-item {
    padding: 0 8px;
  }

  .nav-wrapper .nav-item h2.nav-item-link {
    font-size: 15px;
  }

  .search-fix .search-content {
    padding: 100px 15px;
  }
}

@media(min-width: 1300px) and (max-width: 1439px) {}

@media(max-width: 1280px) {
  .nav-wrapper .nav-item {
    padding: 0 15px
  }

  .nav-wrapper>.nav-item+.nav-item {
    margin-left: 10px;
  }
}

@media (min-width: 1025px) and (max-width: 1270px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  .nav-wrapper .nav-item h2.nav-item-link {
    font-size: 15px;
  }

  .nav-wrapper>.nav-item+.nav-item {
    padding: 0 12px;
  }
}

@media(max-width: 1024px) {
  .nav-wrapper .nav-item h2.nav-item-link {
    font-size: 14px;
  }

  .nav-wrapper>.nav-item+.nav-item {
    padding: 0 6px;
  }
}

@media(max-width: 992px) {}

@media(max-width: 760px) {}

/*main*/
#main {
  position: relative;
  z-index: 2
}

/*banner*/
.banner-swiper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1
}

.banner-swiper .swiper-slide {
  overflow: hidden;
}

.banner-swiper .swiper-slide img {
  display: block;
  width: 100%;
}

.banner-swiper .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner-swiper .swiper-slide.swiper-slide-active .slide-inner {
  -webkit-animation: scaleBigToSmall 4s;
  animation: scaleBigToSmall 4s;
}

@-webkit-keyframes scaleBigToSmall {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleBigToSmall {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.scaleBigToSmall {
  -webkit-animation-name: scaleBigToSmall;
  animation-name: scaleBigToSmall;
  transform-origin: 50% 50%;
}

.pagination-box {
  position: absolute;
  right: 0;
  bottom: 138px;
  width: 100%;
}

.banner-bot .swiper-pagination {
  width: auto;
  font-size: 0;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  vertical-align: middle;
  transition: all .5s ease-in-out;
  width: .8rem;
  height: .8rem;
  display: inline-block;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 200%;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: all .5s ease-in-out;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.3rem;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active::before {
  border-color: #fff;
}

@media(max-width: 1600px) {}

@media(max-width: 1550px) {}

@media(min-width: 1300px) and (max-width: 1549px) {}

@media(max-width: 1299px) {}

@media(max-width: 1024px) {}

@media(max-width: 992px) {}

@media(max-width: 760px) {
  .banner-swiper {
    margin-top: 50px;
    height: 22vh
  }

  .banner-swiper .swiper-slide img {
    height: 100%;
    object-fit: cover
  }

  .pagination-box {
    width: 100%;
    background-color: transparent;
    bottom: 5px;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

/* guide links */
.guide-links {
  margin-top: -50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/links-bg.jpg) no-repeat center;
  background-size: cover;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  overflow: hidden;
  z-index: 1;
}

.link-item {
  position: relative;
  width: 25%;
  height: 102px;
  text-align: center;
}

.link-item .circle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/circle.png) no-repeat center;
  background-size: 60%;
  animation: donut-spin 3s 2s linear infinite;
  z-index: 0;
}

@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.guide-links .link-item a {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.guide-links .link-item i {
  font-size: 3.4rem;
  color: #009c39;
  transition: all ease-out .2s;
}

.guide-links .link-item h4 {
  /*margin-bottom: 1rem;*/
  font-weight: normal;
  font-size: 1.6rem;
  color: #555;
  line-height: 1;
}

.guide-links .link-item p {
  font-size: 14px;
  color: #747474;
  line-height: 1.6;
  text-transform: uppercase;
  transition: all ease-out .2s;
}

.guide-links .link-item:first-child {
  background-color: #009c39;
}

.guide-links .link-item:first-child i {
  color: #fff;
}

.guide-links .link-item:first-child h4 {
  color: #fff;
}

.guide-links .link-item:first-child p {
  color: #fff;
}

.guide-links .link-item a:hover i {
  margin-top: -5px;
  color: #ff9a00
}

.guide-links .link-item a:hover h4 {
  margin-top: -2px
}

.guide-links div+div::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
}

.title-box {
  margin-bottom: 3rem;
}

.title-box .cn-tit {
  font-size: 36px;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
}

.title-box .cn-tit span {
  color: #ff9a00;
  font-weight: 700;
}

.title-box .line {
  margin: 15px 0;
  display: inline-block;
  position: relative;
  width: 6rem;
  height: 4px;
  font-size: 0px;
  background-color: #ff9a00;
}

.title-box .line::before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #009c39;
  position: absolute;
  left: 0;
  top: 0;
}

.title-box .en-tit {
  color: #999;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
}

.about {
  margin-top: -15rem;
  padding-top: 23rem;
  padding-bottom: 6rem;
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
}

.about .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.about .container::before,
.about .container::after {
  display: none;
}

.about .about-pic {
  margin: 0;
  width: 55%;
}

.about .about-info {
  position: absolute;
  right: 0;
  top: 0;
  width: 52%;
}

.about-text {
  background-color: #fff;
  padding: 6rem;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.about-text p {
  margin-bottom: 1rem;
  text-align: justify;
}

.about-text strong {
  font-size: 24px;
  font-weight: 600;
  color: #ff9a00;
}

.about-text .more,
.team .more {
  margin: 0 auto;
  width: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 1;
  background-color: #009c39;
  border-radius: 30px;
  color: #fff;
}

.about-text .more i,
.team .more i {
  margin-left: 8px;
  transform: rotate(90deg);
}

/* department */
.department {
  padding: 6rem 0;
  background: url(../images/dep-bg.jpg) no-repeat center;
  background-size: cover;
  /* background-attachment: fixed; */
}

.department .title-box .cn-tit {
  color: #fff;
}

.department .title-box .en-tit {
  color: #fff;
}

.depart-items div {
  margin: 0;
}

.depart-items .dep-top {
  margin-bottom: 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.depart-item {
  position: relative;
  background-color: var(--bg-white);
  border-radius: 8px;
  overflow: hidden;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

.dep-top .dep-l {
  margin: 0;
  width: 49%;
}

.dep-top .dep-r {
  margin: 0;
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dep-top .dep-r .depart-item {
  width: 48.5%;
  margin-bottom: 3%;
}

.dep-top .dep-r .depart-item.col-2 {
  margin-bottom: 0;
  width: 100%;
}

.dep-top .dep-r div.col-2+div.col-2 {
  margin-top: 3%
}

.depart-item.no2 img {
  opacity: 0.12;
}

.depart-item a {
  display: block;
  padding: 3rem;
}

.depart-item .tit {
  display: flex;
  flex-direction: column;
}

.depart-item i {
  font-size: 5.2rem;
  color: var(--bg-green);
  line-height: 1;
}

.depart-item h4 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #333;
  line-height: 2;
  letter-spacing: 2px;
}

.depart-item p {
  font-size: 1.4rem;
  color: #747474;
  text-transform: uppercase;
}

.depart-item:hover {
  background-color: var(--bg-green)
}

.depart-item:hover i,
.depart-item:hover h4,
.depart-item:hover p {
  color: #fff
}

.depart-item.no1 {
  background-color: var(--bg-green);
}

.depart-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.47;
  border-radius: 8px;
  transition: all 1s ease;
}

.depart-item.no1 a,
.depart-item.no2 a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.depart-item.no1 i {
  position: absolute;
  right: 3rem;
  top: 3rem;
}

.depart-item.no1 i,
.depart-item.no1 h4,
.depart-item.no1 p {
  color: var(--bg-white);
}

.depart-item.no1:hover img {
  transform: scale3D(1.1, 1.1, 1.1)
}

.depart-item .line {
  margin-top: 1.5rem;
  position: relative;
  width: 10rem;
  height: .3rem;
  background-color: var(--bg-white);
}

.depart-item .line::before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #ff9a00;
  position: absolute;
  left: 0;
  top: 0;
}

.dep-bottom .dep-r .depart-item {
  margin-bottom: 0
}

/* team */
.team {
  padding: 6rem 0;
}

.team-list .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.team-list .img-box .img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.team-list a:hover .img-box .img {
  transform: scale(1.2);
}

.team-list .name-box {
  background-color: rgba(51, 51, 51, .5);
  padding: 1.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.team-list .name-box .team-name {
  margin: 0;
  font-size: 14px;
}

.team-list .name-box .team-name h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}

.team-list .name-box i {
  font-size: 4.4rem;
}

.team .title-box span {
  color: var(--text-color-green);
}

.team-list .text-box {
  display: block;
  position: absolute;
  left: 50%;
  top: -100%;
  transform: translateX(-50%);
  width: 90%;
  max-height: 35.2rem;
  padding: 2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 5px;
  line-height: 2;
  align-items: flex-start;
  transition: all 0.6s ease;
  opacity: 0;
  overflow: hidden;
}

.team-list .text-box .tit {
  margin: 0 0 1rem;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.team-list .text-box .tit span {
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
  line-height: 2;
}

.team-list .text-box .tit span::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ff9a00;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.team-list .text-box .desc {
  margin: 0;
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.team-list .text-box .good {
  margin: 0;
  overflow: hidden;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.team-list a:hover .name-box {
  background-color: var(--bg-green);
}

.team-list a:hover .text-box {
  top: 4rem;
  opacity: 1;
}

.team-list .swiper-button-next,
.team-list .swiper-button-prev {
  width: 30px;
  height: 56px;
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  z-index: 1
}

.team-list .swiper-button-next,
.team-list .swiper-rtl .swiper-button-prev {
  right: 0
}

.team-list .swiper-button-prev,
.team-list .swiper-rtl .swiper-button-next {
  left: 0
}

.team-list .swiper-button-next:after,
.team-list .swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.team-list .swiper-button-prev:after,
.team-list .swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.team-list .swiper-button-next:after,
.team-list .swiper-button-prev:after {
  font-size: 24px;
}

.team .more {
  margin-top: 3rem;
  width: 20rem;
  background-color: transparent;
  color: #009c39;
  border: 1px solid #009c39;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team .more:hover {
  background-color: #009c39;
  color: #fff
}

/* technology */
.technology {
  padding: 6rem 0;
  /*background: url(../images/tech-bg.jpg) no-repeat center;
  background-size: cover;*/
  background-color:#f5f5f5
}

/*
.technology .title-box .cn-tit,
.technology .title-box .en-tit {
  color: #fff;
}
*/

.technology .container {
  display: flex;
}

.technology .container::before,
.technology .container::after {
  display: none;
}

.tech-l,
.tech-r {
  width: 50%;
}

.tech-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.tech-item {
  padding: 6rem 4rem;
  text-align: center;
  width: 50%;
  height: 20rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all ease-out .2s
}

.tech-item h4 {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all ease-out .2s
}

.tech-item p {
  font-size: 1.4rem;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: absolute;
  left: 0;
  bottom: -100%;
  visibility: hidden;
  opacity: 0;
  transition: all ease-out .2s
}

.tech-item:hover p {
  position: relative;
  left: auto;
  bottom: auto;
  visibility: visible;
  opacity: 1
}

.tech-item.no1 {
  background: url(../images/ico-1.png) no-repeat right center #009c39;
  background-size: 15%;
  color: #fff;
}

.tech-item.no3 {
  position: relative;
  background: url(../images/tech-img1.jpg) no-repeat center center #fff;
  background-size: cover;
  z-index: 1;
}

.tech-item.no3::before,
.tech-r .tech-item.no2::before {
  content: "";
  background-color: rgba(255, 255, 255, .36);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.tech-item.no4 {
  background: url(../images/ico-2.png) no-repeat right center #399d5d;
  background-size: 20%;
  color: #fff;
}

.tech-l .video {
  position: relative;
}

.tech-l .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-l .video i {
  font-size: 6rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.tech-r .tech-items {
  margin-top: 8.4rem;
}

.tech-r .tech-item.no1 {
  background: url(../images/ico-3.png) no-repeat right center #d79d44;
  background-size: 30%;
  color: #fff;
}

.tech-r .tech-item.no2 {
  position: relative;
  background: url(../images/tech-img2.jpg) no-repeat center center #fff;
  background-size: cover;
  z-index: 1;
}

/* news */
.news {
  padding: 6rem 0;
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
}

.news .title-box .cn-tit {
  vertical-align: bottom;
}

.news .title-box .en-tit {
  padding-left: 2rem;
  display: inline-block;
  line-height: 1;
}

.news-classify-tab {
  margin-bottom: 2rem;
  flex-direction: row;
  justify-content: flex-start;
}

.news-classify-tab a {
  margin-right: 1rem;
  padding: .8rem 3rem;
  font-size: 1.6rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  transition: all 0.6s ease;
}

.news-classify-tab a:hover,
.news-classify-tab a.active {
  background-color: var(--bg-green);
  border-color: var(--bg-green);
  color: #fff;
  font-weight: 600;
}

.news-cont {
  display: flex;
  justify-content: space-between;
}

.news-l {
  margin: 0;
  width: 70%;
}

.news-r {
  margin: 0;
  width: 27%;
}

.news-list {
  width: 100%;
}

.news-list li {
  margin-bottom: 1rem;
  float: left;
  width: 50%;
}

.news-list li a {
  width: 100%;
  display: flex;
  align-items: center;
}

.news-list li .news-text {
  margin: 0;
  padding-left: 2rem;
  width: 85%;
}

.news-list li .news-text h4 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.6s ease;
}

.news-list li .news-text p {
  color: #747474;
  font-size: 14px;
  text-align: justify;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-list li.news-pics {
  padding-right: 2rem;
  float: left;
  position: relative;
}

.news-list li.news-pics a {
  display: block;
}

.news-list li.news-pics .img-box {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.news-list li.news-pics .img-box .img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.news-list li.news-pics .news-text {
  padding: 1rem 2rem;
  width: calc(100% - 2rem);
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  border-radius: 0 0 6px 6px;
}

.news-list li.news-pics .news-text p {
  color: rgba(255, 255, 255, .9);
}

.news-pics a:hover .img-box .img {
  transform: scale(1.2);
}

.news-list li .news-time {
  margin: 0;
  width: 14%;
  padding: 1rem;
  background-color: #ebebeb;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
}

.news-list li .news-time .date {
  font-size: 18px;
  font-weight: 800;
}

.news-list li .news-time .year {
  font-size: 12px;
}

.news-list li .news-text p {
  font-size: 14px;
  line-height: 1.6;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-list li:hover .news-time {
  background-color: var(--bg-green);
  color: #fff;
}

.news-list li:hover .news-text h4 {
  color: var(--text-color-green);
}

.news-list li.news-pics:hover .news-text h4 {
  color: var(--text-color-white);
}

.notice-box {
  margin-bottom: 1rem;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
}

.notice-box .thd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e4e4e4;
}

.notice-box .tit {
  margin: 0;
  font-size: 13px;
  color: #ccc;
  text-transform: uppercase;
}

.notice-box .tit span {
  padding-right: 1rem;
  font-size: 18px;
  color: #ff9a00;
  font-weight: 800;
  line-height: 2;
}

.notice-box .thd .more {
  font-size: 13px;
}

.notice-list {
  margin: 1rem;
}

.notice-list li {
  position: relative;
  padding-left: 1.5rem;
}

.notice-list li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--bg-green);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.notice-list li a {
  margin: 0;
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  line-height: 2;
  border-bottom: 1px dashed #e4e4e4;
}

.notice-list li a h4 {
  width: 88%;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notice-list li a span {
  font-size: 12px;
  color: #999;
}

.news-links a {
  margin-bottom: 1rem;
  display: block;
  position: relative;
  background-color: #009c39;
  border-radius: 8px;
  overflow: hidden
}

.news-links a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  border-radius: 8px;
  transition: all 1s ease;
}

.news-links a h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.news-links a:last-child {
  margin-bottom: 0;
  background-color: #b5853c;
}

.news-links a:hover img {
  transform: scale3D(1.1, 1.1, 1.1)
}

@media(max-width: 1600px) {}

@media(max-width: 1550px) {}

@media(min-width: 1440px) and (max-width: 1549px) {
  .link-item {
    height: 17.2rem;
  }

  .guide-links .link-item i {
    font-size: 4rem;
  }

  .guide-links .link-item h4 {
    font-size: 18px;
  }

  .guide-links .link-item p {
    font-size: 12px;
  }

  .depart-item h4 {
    font-size: 2rem;
  }

  .about-text {
    font-size: 1.5rem;
  }

  .tech-item {
    padding: 6rem 2rem;
  }

  .tech-r .tech-items {
    margin-top: 10.28rem;
  }
}

@media(min-width: 1300px) and (max-width: 1439px) {}

@media(max-width: 1299px) {}

@media(max-width: 1024px) {}

@media(max-width: 992px) {}

@media(max-width: 760px) {
  .guide-links {
    margin-top: 0;
    padding: 0;
    flex-wrap: wrap;
  }

  .guide-links .link-item {
    width: 33.33%;
    height: 13rem;
  }

  .guide-links .link-item h4 {
    margin-top: 5px;
    font-size: 16px;
  }

  .guide-links .link-item:first-child {
    border-top-left-radius: 0
  }

  .guide-links .link-item i {
    display: flex;
    width: 4rem;
    height: 4rem;
    align-items: center;
    justify-content: center;
    font-size: 3.6rem
  }

  .guide-links .link-item p {
    font-size: 12px
  }

  .guide-links .link-item:nth-child(4),
  .guide-links .link-item:nth-child(5) {
    width: 50%
  }

  .about {
    margin-top: 0;
    padding: 3rem 0
  }

  .about .container {
    flex-direction: column-reverse
  }

  .about .about-pic {
    width: 100%
  }

  .about .about-info {
    width: 100%;
    position: relative;
    right: auto;
    top: auto
  }

  .title-box {
    margin-bottom: 1.5rem
  }

  .about .about-info .title-box {
    margin-bottom: 1.5rem;
    text-align: center
  }

  .title-box .cn-tit {
    font-size: 24px
  }

  .title-box .line {
    margin-bottom: 5px
  }

  .title-box .en-tit {
    font-size: 14px;
  }

  .about-text {
    padding: 2rem
  }

  .about-text strong {
    font-size: 18px;
    line-height: 1.6
  }

  .department {
    padding: 3rem 0 1rem;
    background: #f6f6f6
  }

  .department .title-box .cn-tit {
    color: rgba(51, 51, 51, 1)
  }

  .department .title-box .en-tit {
    color: #999
  }

  .title-box .cn-tit span {
    color: var(--bg-green)
  }

  .dep-top {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .depart-items .dep-top {
    margin-bottom: 0
  }

  .dep-top .depart-item {
    margin-bottom: 3%;
    width: 48.5%;
  }

  .depart-item a {
    padding: 2vw;
    display: flex;
    align-items: center;
  }

  .depart-item .tit {
    height: 100%;
    justify-content: center
  }

  .depart-item h4 {
    line-height: 1.8;
    font-size: 16px;
  }

  .depart-item p {
    font-size: 12px
  }

  .depart-item .line {
    display: none;
  }

  .depart-item i {
    margin-right: 0.8rem;
    font-size: 3.6rem;
  }

  .depart-item.no1 i {
    position: relative;
    top: auto;
    right: auto
  }

  .depart-item.no1 a,
  .depart-item.no2 a {
    display: flex
  }

  .team {
    padding: 3rem 0
  }

  .team-list {
    padding: 0 1.5rem
  }

  .team-list .name-box {
    padding: .6rem 1rem;
  }

  .team-list .name-box .team-name h4 {
    font-size: 16px
  }

  .team-list .name-box .team-name p {
    display: none;
  }

  .team-list .name-box i {
    font-size: 3.2rem;
    line-height: 1
  }

  .team-list .text-box {
    display: none;
    opacity: 0
  }

  .technology {
    padding: 3rem 0;
  }

  .technology .container {
    flex-direction: column-reverse;
  }

  .tech-l,
  .tech-r {
    width: 100%
  }

  .technology .title-box {
    text-align: center
  }

  .tech-r .tech-items {
    margin-top: 0;
    align-items: stretch;
  }

  .tech-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 13rem;
    align-items: center;
    justify-content: center;
    padding: 3vw;
  }

  .tech-item h4 {
    font-size: 15px;
    line-height: 1.8;
    white-space: pre-wrap
  }

  .tech-item p {
    font-size: 12px
  }

  .news {
    padding: 3rem 0;
  }

  .news-cont {
    flex-direction: column;
  }

  .news-l {
    width: 100%;
  }

  .news-r {
    width: 100%
  }

  .news .title-box .cn-tit {
    text-align: center
  }

  .news .title-box .en-tit {
    padding: 0;
    line-height: 2;
    display: block;
  }

  .news-classify-tab {
    flex-wrap: wrap;
    justify-content: center;
  }

  .news-classify-tab a {
    margin: 0 8px 10px;
    padding: .6rem 1rem;
    font-size: 14px;
  }

  .news-list li {
    width: 100%
  }

  .news-list li.news-pics {
    padding: 0;
    float: none;
  }

  .news-list li.news-pics .news-text {
    padding: 3vw;
    width: 100%;
  }

  .news-list li .news-time {
    width: 20%
  }

  .news-list li .news-time .date {
    font-size: 18px;
  }

  .news-list li .news-time .year {
    font-size: 12px;
  }

  .news-list li .news-text {
    padding-left: 2vw;
    width: calc(80% - 2vw)
  }

  .news-list li .news-text h4 {
    font-size: 16px;
  }

  .news-list li .news-text p {
    font-size: 13px;
  }
}

/* page*/
.page-banner {
  position: relative;
}

.page-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.6); */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.page-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-section {
  background-color: var(--bg-green);
  color: #fff;
  font-size: 14px;
}

.sub-section a {
  color: #fff;
}

.sub-section .container {
  padding: 15px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-section .sub-left {
  /*width: 60%*/
}

.sub-left,
.sub-right {
  margin: 0;
}

.sub-section .container::before,
.sub-section .container::after {
  display: none;
}

.sub-thd {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  background-color: #00bf46;
  border-radius: 10px 10px 0 0;
}

.sub-thd h2 {
  font-size: 2.4rem;
  font-weight: 800;
}

.sub-thd p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 2;
}

.sub-thd i {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transform: rotate(90deg);
}

.sub-items {
  margin-left: 15.5rem;
}

.sub-items li {
  margin-right: 5px;
  float: left;
}

.sub-items li a {
  display: block;
  padding: 3px 10px;
  line-height: 2;
  font-size: 16px;
  transition: all 0.6s ease;
}

.sub-items li a:hover,
.sub-items li.active a {
  background-color: #fff;
  border-radius: 6px;
  color: var(--text-color-green);
}

.sub-items li:last-child {
  margin-right: 0;
}

.path {
  /*width: 40%;*/
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.bg-about {
  background: url(../images/pabout-bg.jpg) no-repeat center;
  background-size: cover;
}

.bg-history {
  background: url(../images/pculture-bg.jpg) no-repeat center bottom;
  background-size: cover;
  background-color: #f6f6f6
}

.page-content {
  padding: 6rem 0;
}

.page-content .title-box .cn-tit span {
  color: var(--text-color-green);
}

.page-content .title-box .en-tit {
  color: #ccc;
}

.pages-text-box,
.pages-text-box p {
  font-family: 宋体, SimSun;
  font-size: 16px;
  line-height: 1.8;
}

.pages-text-box p {
  margin-bottom: 1rem;
}

.pages-text-box img {
  max-width: 100%;
  height: auto !important;
}

.pages-text-box iframe {
  display: block;
  margin: 0 auto;
  width: 1000px;
  height: 565px;
}

/* page history */
.page-history ul.history-time {
  position: relative;
}

.page-history ul.history-time::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #999;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.page-history li:before {
  background-color: #fff;
  border-radius: 50%;
  border: 6px solid var(--bg-green);
  left: -78px;
  top: 50%;
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  z-index: 1;
}

.page-history li::after {
  content: "";
  width: 78px;
  height: 2px;
  top: 50%;
  left: -78px;
  background-color: var(--bg-green);
  position: absolute;
  z-index: 0;
}

.page-history li {
  padding: 2rem 3rem;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.page-history li h4 {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--text-color-green);
  text-transform: uppercase;
  padding: 4px 0;
  font-weight: 800;
  transition: all 1s;
}

.page-history li h4::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  background: #3498db;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}

.page-history li:nth-child(2n):before {
  right: -78px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
}

.page-history li:nth-child(2n):after {
  left: auto;
  right: -78px;
}

.page-history li p {
  font-size: 14px;
  line-height: 2;
  color: #666;
  margin-top: 10px;
  /*
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp: 3;
*/
}

.history-time:after {
  content: '\20';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.page-history li:nth-child(1) {
  margin-top: 0;
}

.page-history li {
  float: right;
  width: 45%;
  text-align: left;
  position: relative;
  margin-top: 100px;
}

.page-history li:nth-child(2n) {
  float: left;
}

/* page culture */
.page-culture-hot a {
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page-culture-hot .img-box {
  margin: 0;
  position: relative;
  border: 6px solid #fff;
  border-radius: 3px;
  overflow: hidden;
}

.page-culture-hot .img-box .img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-culture-hot .info-box {
  margin: 0;
  padding-left: 3%;
  width: 48.5%;
}

.page-culture-hot .info-box h4 {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
  font-weight: 800;
  font-size: 22px;
  color: #333;
  line-height: 2;
}

.page-culture-hot .info-box p {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

.page-culture-hot .info-box .more {
  margin-top: 2rem;
  padding: 6px 15px;
  position: relative;
  display: inline-block;
  border: 1px solid #999;
  border-radius: 3px;
  vertical-align: middle;
  transition: all 0.6s ease;
  background-color: #fff;
  overflow: hidden;
  z-index: 2;
}

.page-culture-hot .info-box .more::before {
  content: '';
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: var(--bg-green);
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.6s ease;
  z-index: -1;
}

.page-culture-hot .info-box .more i {
  margin-left: 5px;
  line-height: 1;
  font-size: 12px;
}

.page-culture-hot .info-box .more:hover {
  border-color: var(--bg-green);
  color: #fff;
}

.page-culture-hot .info-box .more:hover::before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0s;
}

.page-culture-list {
  padding: 1rem 0;
}

.page-culture-list .cul-item {
  background-color: #fff;
  padding: 6px;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.page-culture-list .cul-item .img-box {
  position: relative;
  overflow: hidden;
}

.page-culture-list .cul-item .img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}

.page-culture-list .cul-item .tit-box {
  padding: 1rem 1rem .5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-culture-list .cul-item h4 {
  width: 90%;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.6s ease;
}

.page-culture-list .cul-item i {
  font-size: 18px;
  opacity: 0;
  transition: all 0.6s ease;
}

.page-culture-list .cul-item:hover .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.page-culture-list .cul-item:hover h4 {
  color: var(--text-color-green);
}

.page-culture-list .cul-item:hover i {
  opacity: 1;
  color: var(--text-color-green);
}

.page-culture .swiper-btn {
  margin-top: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.swiper-btn div {
  margin: 0;
  width: auto;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  font-size: 4rem;
  color: rgba(0, 156, 57, .6);
}

.swiper-btn .swiper-button-next {
  transform: rotate(90deg);
}

.swiper-btn .swiper-button-prev {
  transform: rotate(-90deg);
}

/* page culture article */
.page-culture-article {
  padding: 3rem 4rem;
  background-color: #fff;
}

.pages-article h4 {
  margin: 2rem 0 1rem;
  font-size: var(--font-size-30);
  text-align: center;
  color: #333;
  line-height: 4.8rem;
}

.pages-article .pages-date {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}

.pages-article .pages-date span {
  font-size: 14px;
  color: #999;
  padding: 0 10px;
  line-height: 2;
}

.pages-pre-next {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e4e4e4;
  font-size: 14px;
  line-height: 2;
  color: #333;
}

.pages-pre-next a {
  color: #747474;
}

.page-value-list {
  margin-bottom: 30px;
}

.page-value {
  margin: 20px 0 60px;
}

.page-value h2 {
  text-align: center;
  margin-bottom: 15px;
}

.page-value h2 span {
  font-size: 2.4rem;
  color: var(--text-color-green);
  font-weight: bold;
  position: relative
}

.page-value h2 span:before,
.page-value h2 span:after {
  position: absolute;
  top: 50%;
  color: var(--text-color-green);
  content: ">>> >>>";
  font-size: 1.2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%)
}

.page-value h2 span:before {
  left: -55px
}

.page-value h2 span:after {
  right: -55px;
  content: '<<< <<<'
}

.page-value-text {
  font-size: 1.8rem;
  color: #3e3e3e;
  line-height: 24px;
}

.page-value-text b {
  color: #000000
}

/* page leader */
.page-leader {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.page-leader .leader-item {
  margin: 0 1% 2% 0;
  width: 49%;
}

.page-leader .leader-item:nth-child(2n) {
  margin-right: 0;
  margin-left: 1%;
}

.leader-item a {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.leader-item a .img-box {
  margin: 0;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.leader-item a .img-box .img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader-item .info-box {
  width: 60%;
  padding: 4rem;
  align-items: flex-start;
  justify-content: flex-start;
}

.leader-item .info-box .ld-name {
  margin: 0 0 2rem;
  display: flex;
  align-items: flex-end;
}

.leader-item .info-box .ld-name h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.leader-item .info-box .ld-name span {
  margin-left: 2rem;
  font-size: 14px;
  color: #333;
  line-height: 1;
}

.leader-item .info-box p {
  font-size: 14px;
  color: #747474;
  line-height: 1.8;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.leader-item .info-box .more {
  margin-top: 2rem;
  font-size: 14px;
  color: var(--text-color-green);
  padding: 6px 12px;
  border: 1px solid var(--bg-green);
  border-radius: 6px;
  transition: all 0.6s ease;
}

.leader-item:hover .info-box .more {
  background-color: var(--bg-green);
  color: #fff;
}

/* page leader article */
.page-leader-box {
  width: 100%;
  position: relative;
  padding-top: 1px;
  padding-left: 328px;
}

.leader-imgbox {
  width: 360px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 34px;
}

.leader-imgbox .img {
  height: 262px;
  position: absolute;
  left: 57px;
  top: 79px;
  z-index: 2;
}

.leader-imgbox .doctor-clip {
  position: absolute;
  left: 0;
  top: 0;
  width: 360px;
  z-index: 1;
}

.leader-imgbox h3 {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  width: 100%;
  text-align: center;
  margin-top: 356px;
  position: relative;
  font-weight: 600;
  z-index: 1;
}

.leader-imgbox p {
  text-align: center;
  font-size: 16px;
  position: relative;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  z-index: 1;
}

.page-leader-article {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  box-shadow: 5px 5px 24px -6px rgba(51, 51, 51, 0.1);
  margin-top: 34px;
  padding: 48px 19px 62px 38px;
  min-height: 395px;
}

/* page equipment*/
.page-equipment-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.page-equipment-list .equipment-item {
  margin: 0 2% 2% 0;
  width: calc(96%/3);
  background-color: #fff;
  padding: 6px;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.page-equipment-list .equipment-item:nth-child(3n) {
  margin-right: 0;
}

.page-equipment-list .equipment-item .img-box {
  position: relative;
  overflow: hidden;
}

.page-equipment-list .equipment-item .img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}

.page-equipment-list .equipment-item .tit-box {
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.page-equipment-list .equipment-item h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.6s ease;
}

.page-equipment-list .equipment-item p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.page-equipment-list .equipment-item i {
  position: absolute;
  right: 2rem;
  top: -1.5rem;
  font-size: 32px;
  line-height: 1;
  opacity: 0;
  transition: all 0.6s ease;
}

.page-equipment-list .equipment-item:hover .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.page-equipment-list .equipment-item:hover h4 {
  color: var(--text-color-green);
}

.page-equipment-list .equipment-item:hover i {
  opacity: 1;
  color: var(--text-color-green);
}

/* page honor */
.page-honor {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page-honor .honor-item {
  margin: 0 2% 2% 0;
  width: calc(96%/3);
  border: 15px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.page-honor .honor-item:nth-child(3n) {
  margin-right: 0;
}

/* page green channel */
.page-green-channel {
  display: flex;
  flex-wrap: wrap;
}

.page-green-channel .green-item {
  margin: 0 2% 2% 0;
  width: calc(96%/3);
  position: relative;
}

.page-green-channel .green-item::before {
  content: "";
  background-color: rgba(0, 145, 213, .28);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-green-channel .green-item:nth-child(2):before {
  background-color: rgba(0, 156, 57, .28);
}

.page-green-channel .green-item:nth-child(3):before {
  background-color: rgba(223, 115, 102, .28);
}

.page-green-channel .green-item:nth-child(3n) {
  margin-right: 0;
}

.page-green-channel .green-item .text-box {
  padding: 3rem;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff
}

.page-green-channel .green-item .text-box i.ico:before {
  content: "";
  font-size: 7.6rem;
  line-height: 1;
}

.page-green-channel .green-item .text-box i.ico1:before {
  content: "\e652"
}

.page-green-channel .green-item .text-box i.ico2:before {
  content: "\e81d"
}

.page-green-channel .green-item .text-box i.ico3:before {
  content: "\e612"
}

.page-green-channel .green-item .text-box h4 {
  font-size: 22px;
  font-weight: 800;
  line-height: 2;
}

.page-green-channel .green-item .text-box .desc {
  display: none;
  width: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.page-green-channel .green-item .text-box p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.page-green-channel .green-item .text-box .more {
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.page-green-channel .green-item .text-box .more i {
  margin-left: 1rem;
  font-size: 14px;
}

.page-green-channel .green-item:hover .text-box .desc {
  display: block;
  width: 100%;
}

/* page department navigation */
.dep-nav-item {
  margin-bottom: 1rem;
}

.dep-nav-item .thd {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 22px;
}

.dep-nav-item .thd i {
  margin-right: 1rem;
  color: var(--text-color-green);
  font-size: var(--font-size-30);
}

.dep-nav-item .thd i.ico15::before {
  content: "\e811";
}

.dep-nav-item .thd i.ico16::before {
  content: "\e6bd";
}

.dep-nav-item .thd i.ico17::before {
  content: "\e662";
}

.dep-nav-item .thd i.ico18::before {
  content: "\e60e";
}

.dep-nav-item .thd i.ico19::before {
  content: "\e81e";
}

.dep-nav-item .thd i.ico20::before {
  content: "\e8a9";
}

.dep-nav-item .thd i.ico21::before {
  content: "\e615";
}

.dep-nav-item .thd a {
  color: #333;
  font-weight: 800;
}

.dep-nav-item .cont {
  display: flex;
  flex-wrap: wrap;
}

.dep-nav-item .cont a {
  margin: 0 1.5% 1.5% 0;
  padding: .8rem 1.5rem;
  width: calc(94%/5);
  background-color: #f5f5f5;
  border-radius: 5px;
  font-size: 16px;
  line-height: 2;
  transition: all 0.6s ease;
}

.dep-nav-item .cont a:hover {
  background-color: rgba(0, 156, 57, 0.15);
}

.dep-nav-item .cont a:nth-child(5n) {
  margin-right: 0;
}

/* page department details */
.department-content {
  background-color: #fff;
  padding: 3rem 4rem;
}

.department-content .title-box .cn-tit {
  font-size: 24px;
  color: var(--text-color-green);
}

.department-content .title-box .en-tit {
  font-size: 16px;
}

.dep-box {
  margin-bottom: 3rem;
}

.dep-box .thd {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  font-size: 18px;
  font-weight: 800;
  color: #333;
  background: url(../images/ico1.png) no-repeat 0 center;
}

.departments-intro .cont .pull-left {
  width: 575px;
  height: 338px;
  position: relative;
  overflow: hidden;
}

.departments-intro .cont .pull-left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.departments-intro .intro-detail {
  padding-left: 4rem;
  width: calc(100% - 575px);
}

.departments-intro .intro-detail .pages-text-box {
  padding-right: 1.5rem;
  height: 312px;
  overflow-y: scroll;
}

.departments-intro .cont .intro-detail p {
  text-align: justify;
  font-size: 16px;
}

.dep-team-list .swiper-slide {
  margin-right: 2rem;
  width: calc((100% - 6rem)/4);
}

.dep-team-list .img-box {
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dep-team-list .img-box img {
  width: 100%;
}

.dep-team-list .img-box .img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}

.dep-team-list a:hover .img-box .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.dep-team-list .text-box {
  padding: 1.5rem 2rem;
  width: 100%;
  background-color: rgba(0, 0, 0, .39);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.dep-team-list .text-box h4 {
  margin-bottom: .5rem;
  font-size: 18px;
}

.dep-team-list .text-box h4 span {
  font-size: 16px;
}

.dep-team-list .text-box p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.dep-team-list .iconfont {
  font-size: 5rem;
  color: rgba(0, 0, 0, .6);
}

.dep-team-list .swiper-button-next {
  transform: rotate(90deg);
}

.dep-team-list .swiper-button-prev {
  transform: rotate(-90deg);
}

.scope-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.scope-list a {
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 1rem 3rem;
  border: 1px solid var(--bg-green);
  width: calc(92%/9);
  color: var(--text-color-green);
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.scope-list a:nth-child(9n) {
  margin-right: 0;
}

/* departments equipment */
.dep-equipment-list .swiper-slide {
  margin-right: 2rem;
  width: calc((100% - 6rem)/4)
}

.dep-equipment-list .img-box {
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dep-equipment-list .img-box img {
  width: 100%;
}

.dep-equipment-list .img-box .img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}

.dep-equipment-list a:hover .img-box .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.dep-equipment-list .img-box i {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  border-radius: 100%;
  background-color: rgba(0, 131, 63, 1);
}

.dep-equipment-list a:hover .img-box i {
  opacity: 1;
}

.dep-equipment-list a:hover .img-box i::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: rgba(0, 156, 57, 1);
  border-radius: 50%;
  content: '';
  animation: scaleAnimate 1s ease infinite;
  -webkit-animation: scaleAnimate 1s ease infinite;
}

@-webkit-keyframes scaleAnimate {
  from {
    -webkit-transform: scale(1);
    opacity: 0.5;
  }

  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

.dep-equipment-list .equipment-title {
  padding: 1.5rem 2rem;
  text-align: center;
  font-size: 14px;
  background-color: var(--bg-green);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* page expert team*/
.department-classify {
  margin-bottom: 3rem;
  padding: 3rem 3rem 2rem;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.department-classify label {
  width: 9rem;
  position: relative;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘ Source Han Serif ’, source-han-serif-sc, serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--text-color-green);
}

.department-classify label::after {
  content: "";
  width: 1px;
  height: 90%;
  background-color: #e5e5e5;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.department-classify .dep-items {
  padding-left: 1rem;
  width: calc(100% - 9rem);
}

.department-classify .dep-items a {
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0.6rem 1.5rem;
  display: inline-block;
  vertical-align: top;
  border-radius: 15px;
  font-size: 14px;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}

.department-classify .dep-items a:hover,
.department-classify .dep-items a.active {
  background-color: var(--bg-green);
  color: #fff;
}

.page-expert-team {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page-expert-team a {
  margin-right: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #fff;
  width: calc((100% - 4rem)/3);
  align-items: flex-start;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.page-expert-team a:nth-child(3n) {
  margin-right: 0;
}

.page-expert-team .doctor-box {
  margin: 0 0 1.5rem 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.page-expert-team .doctor-box .img-box {
  position: relative;
  width: 13.6rem;
  height: 18.5rem;
  overflow: hidden;
}

.page-expert-team .doctor-box .img-box img {
  width: 100%;
}

.page-expert-team .doctor-box .img-box .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* position: absolute;
    left: 0;
    top:0 */
}

.page-expert-team .doctor-box .info-box {
  padding-left: 2rem;
  width: calc(100% - 13.6rem);
}

.page-expert-team .doctor-box .info-box h4 {
  font-size: 18px;
  font-weight: 800;
  color: #333;
  line-height: 2;
}

.page-expert-team .doctor-box .info-box p {
  line-height: 1.6;
  color: #999;
  font-size: 14px;
}

.page-expert-team .doctor-box .info-box p span {
  color: #333;
}

.page-expert-team .doctor-desc {
  background-color: #f8f8f8;
  padding: 0.8rem 1.2rem;
  font-size: 14px;
  width: 100%;
  height: 5.6rem;
  line-height: 1.6;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}

.page-expert-team a:hover .doctor-desc {
  background-color: var(--bg-green);
  color: #fff;
}

/* page team detail */
.bg-lightgray {
  background-color: #fafafa;
}

.page-team-detail {
  margin-bottom: 3rem;
  padding: 3rem 0;
  background-color: #fff;
}

.page-team-detail .container::before,
.page-team-detail .container::after {
  display: none;
}

.page-team-detail .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page-team-detail .img-box {
  width: 32.4rem;
}

.page-team-detail .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-team-detail .text-box {
  padding-left: 3rem;
  width: calc(100% - 32.4rem);
  align-items: flex-start;
}

.page-team-detail .text-box h4 {
  color: var(--text-color-green);
  font-size: 18px;
  font-weight: 800;
  line-height: 2;
}

.page-team-detail .text-box span {
  font-weight: 800;
  font-size: 18px;
  line-height: 2;
  color: var(--text-color-green);
}

.page-team-detail .text-box label {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}

.page-team-detail .text-box p {
  margin-bottom: 1rem;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}

.relate-team {
  padding-bottom: 3rem;
}

.p-thd {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-thd span {
  font-size: 22px;
  font-weight: 800;
  color: var(--text-color-green);
  line-height: 2;
}

.p-thd a.more {
  font-size: 12px;
}

/* page technology */
.page-technology {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.page-technology a {
  margin: 0 1% 1% 0;
  width: calc(97%/4);
  align-items: flex-start;
  background-color: #fff;
  position: relative;
}

.page-technology .img-box {
  position: relative;
  width: 100%;
  height: 38.2rem;
  overflow: hidden;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.page-technology .img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-technology .info-box {
  padding: 1rem 1.5rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.page-technology .info-box h4 {
  color: var(--text-color-green);
  font-size: 18px;
  font-weight: 800;
  line-height: 2;
}

.page-technology .info-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  height: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

/* .page-technology .info-box p::after{
    content: "\e84f";
    font-family: iconfont;
    color: var(--text-color-green);
    font-size: 18px;
} */
.page-technology i {
  margin: 0 auto;
  font-size: var(--font-size-28);
  color: var(--text-color-green);
  display: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.page-technology a:nth-child(4n) {
  margin-right: 0;
}

.page-technology a:hover .img-box {}

.page-technology a:hover .img-box .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.page-technology a:hover .info-box {}

.page-technology a:hover .info-box p {
  height: 12.8rem;
  -webkit-line-clamp: 6;
}

.page-technology a:hover i {}

/* page Traffic Guide */
.traffic-list {
  width: 100%;
  text-align: left;
  position: relative;
}

.page-hr-secher {
  margin-bottom: 1rem;
  background: #f7f7f7;
  border-bottom: dashed 1px #ecebeb;
  line-height: 56px;
  padding-left: 3rem;
  overflow: hidden;
}

.page-hr-secher span {
  width: 19%;
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  float: left
}

.traffic-list li {
  margin-bottom: 2rem;
  width: 100%;
  color: #000;
  font-size: 12px;
  background-color: #fff;
  position: relative;
}

.traffic-list li .li-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 1.5rem 3rem;
  cursor: pointer;
}

.traffic-list li .li-con b {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.traffic-list li .li-con b i {
  margin-right: 1rem;
  font-size: var(--font-size-26);
  color: var(--text-color-green);
}

.traffic-list li .li-con span {
  width: 19%;
  font-size: 1.4rem;
  color: #666;
}

.traffic-list li .li-con span b {
  color: #333;
}

.traffic-list li .li-con span.iconfont {
  width: auto;
  font-size: 2.2rem;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.traffic-list li .li-detail {
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 0 4% 30px;
  display: none;
}

.traffic-list li .li-detail p {
  line-height: 30px;
}

.traffic-list li .li-detail b {
  font-weight: bold;
}

.traffic-list li .li-detail-btn {
  display: inline-block;
  border: 1px solid var(--bg-green);
  border-radius: 2px;
  padding: .6rem 1.8rem;
  color: var(--text-color-green);
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  margin-left: 0;
  cursor: pointer;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.traffic-list li .li-detail-btn i {
  margin-left: 1rem;
  font-size: 16px;
}

.traffic-list li .li-detail-btn:hover {
  background-color: var(--bg-green);
  color: #fff;
}

.traffic-list li:hover .li-con span.iconfont {
  transform: rotate(180deg);
}

.traffic-list li.on .li-con span.iconfont {
  transform: rotate(180deg);
  opacity: 0;
}

/* page medical process */
.page-medical-process .green-item .text-box i.ico1:before {
  content: "\e8d1"
}

.page-medical-process .green-item .text-box i.ico2:before {
  content: "\e8d2"
}

.page-medical-process .green-item .text-box i.ico3:before {
  content: "\e676"
}

.page-medical-process span {
  position: absolute;
  left: 50%;
  bottom: -100%;
  transform: translate-x(-50%);
  opacity: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.page-medical-process .green-item::before,
.page-medical-process .green-item:nth-child(2)::before,
.page-medical-process .green-item:nth-child(3)::before {
  background-color: rgba(0, 156, 57, .2);
}

.page-medical-process .green-item {}

.page-medical-process .green-item:hover .text-box span {
  opacity: 1;
  position: relative;
  left: auto;
  bottom: auto;
  transform: translate(0);
}

/* page news list */
.page-news-list li a {
  padding: 3rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.page-news-list li .news-img-box {
  width: 29.2rem;
  position: relative;
  overflow: hidden;
}

.page-news-list li .news-img-box .img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}

.page-news-list li .news-info {
  padding: 0 3rem;
  width: calc(100% - 43.5rem);
}

.page-news-list li .news-info h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  max-width: 885px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-news-list li .news-info p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
}

.page-news-list li .news-info .more {
  margin-top: 2rem;
  padding: 6px 15px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  border: 1px solid #999;
  border-radius: 3px;
  vertical-align: middle;
  transition: all 0.6s ease;
  background-color: #fff;
  overflow: hidden;
  z-index: 2;
}

.page-news-list li .news-info .more::before {
  content: '';
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: var(--bg-green);
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.6s ease;
  z-index: -1;
}

.page-news-list li .news-info .more i {
  margin-left: 5px;
  line-height: 1;
  font-size: 12px;
}

.page-news-list li .news-date {
  padding: 0 1.5rem;
  width: 14.3rem;
  background-color: #f7f7f7;
}

.page-news-list li .news-date .date {
  font-size: 4.8rem;
  line-height: 1;
  color: #333;
}

.page-news-list li .news-date span {
  display: block;
  width: 26px;
  height: 1px;
  background-color: #e5e5e5;
  margin-right: 26px;
  margin-top: 15px;
}

.page-news-list li .news-date .year {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.5;
  margin-top: 15px;
}

.page-news-list li:hover .news-img-box .img {
  transform: scale3D(1.1, 1.1, 1.1)
}

.page-news-list li:hover .news-info h3 {
  color: var(--text-color-green);
}

.page-news-list li:hover .news-info .more {
  border-color: var(--bg-green);
  color: #fff;
}

.page-news-list li:hover .news-info .more::before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0s;
}

/*page guide list*/
.page-guide-list li .news-info {
  margin: 0;
  padding: 0;
  width: calc(100% - 15rem)
}

.page-guide-list li .news-date {
  margin: 0
}

/* page Recruitment */
.recruitment-list li em {
  font-style: normal;
  margin-left: 1rem;
  opacity: 0;
}

.recruitment-list li.on b {
  color: var(--text-color-green);
}

.recruitment-list li.on em {
  opacity: 1;
}

.recruitment-list li .li-detail {
  padding-left: 3rem;
}

.recruitment-list .li-cont {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  margin: 0;
}

.recruitment-list .li-cont::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ebebeb;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.recruitment-list .li-cont .li-info {
  margin: 0;
  width: 46%;
}

.recruitment-list .li-cont .li-info h4 {
  margin-bottom: 1rem;
}

.recruitment-list li .li-detail p {
  color: #666;
}

.recruitment-notice {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 3rem;
  background-color: rgba(0, 156, 105, .1);
  position: relative
}

.recruitment-notice:before {
  content: "";
  width: 1px;
  height: 86%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.recruitment-notice .notice-info {
  width: 46%;
  margin: 0;
  font-size: 14px
}

.recruitment-notice .notice-info h4 {
  margin-bottom: 1rem;
  color: #333
}

.recruitment-notice .notice-info p {
  line-height: 30px;
  color: #666
}

/* page contact */
.contact-cont {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.contact-left {
  margin: 0;
  padding: 5rem 6rem;
  width: 39rem;
  align-items: flex-start;
  background: url(../images/ct-tel.jpg) no-repeat right bottom #fff;
}

.contact-left .code {
  margin-bottom: 1.5rem;
  text-align: center;
}

.contact-left .code img {
  display: block;
  width: 68%;
  margin: 0 auto;
  border: 1px solid var(--bg-green);
}

.contact-left .code p {
  font-size: 16px;
  line-height: 2;
  color: #000;
}

.contact-left .contact-p {
  position: relative;
  margin: .6rem 0;
  padding: .5rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

.contact-left .contact-p i {
  margin-right: 1.5rem;
  color: var(--text-color-green);
  font-size: 18px;
}

.contact-left .contact-p a {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-color-green);
}

.contact-left .contact-info div+div::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-map {
  width: calc(100% - 39rem);
  height: 46rem;
}

/*client*/
.client {
  position: fixed;
  right: 0;
  top: 50%;
  width: 106px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 101
}

.client ul {
  padding: 18px;
}

.client ul li {
  width: 70px;
  height: 70px;
  border: solid 1px #d8d8d8;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  position: relative;
  -moz-box-shadow: 0px 0px 10px rgba(0, 127, 65, .8);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 127, 65, .8);
  box-shadow: 0px 0px 10px rgba(0, 127, 65, .8);
}

.client ul li:last-child {
  margin-bottom: 0
}

.client ul li i {
  display: block;
  color: #8f8f8f;
  line-height: 1;
  font-size: 3rem;
  margin-top: 10px;
}

.client ul li:nth-child(4) i {
  font-size: 2.4rem;
  line-height: 30px;
}

.client ul li span {
  display: block;
  font-size: 1.4rem;
  color: #a9a9a9;
  margin-top: 2px;
}

.client .client-code {
  position: absolute;
  right: 150px;
  width: 120px;
  background: #fff;
  -moz-box-shadow: 0px 0px 5px #D1D1D1;
  -webkit-box-shadow: 0px 0px 5px #D1D1D1;
  box-shadow: 0px 0px 5px #D1D1D1;
  padding: 10px;
  border-radius: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: ease .2s;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s
}

.client .client-code:before {
  position: absolute;
  right: -12px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: solid 14px #fff;
  content: "";
  margin-top: -10px
}

.client .client-code .client-code-img span {
  font-size: 1.4rem;
  color: #333;
  display: block;
  margin-top: 5px;
}

.client ul li:hover {
  background: #007f41;
  color: #fff;
}

.client ul li:hover i,
.client ul li:hover span {
  color: #fff;
}

.client ul li:hover .client-code {
  right: 106px;
  visibility: visible;
  opacity: 1
}

@media(max-width: 1600px) {}

@media(max-width: 1550px) {}

@media(min-width: 1440px) and (max-width: 1549px) {
  .departments-intro .cont .intro-detail p {
    font-size: 15px;
  }

  .page-expert-team .doctor-desc {
    height: 5rem;
  }

  .page-history li:before {
    left: -68px;
  }

  .page-history li::after {
    width: 68px;
    left: -68px;
  }

  .page-history li:nth-child(2n):before {
    right: -68px;
  }

  .page-history li:nth-child(2n):after {
    right: -68px;
  }
}

@media(min-width: 1300px) and (max-width: 1439px) {}

@media(max-width: 1299px) {}

@media(max-width: 1024px) {}

@media(max-width: 992px) {}

@media(max-width: 760px) {
  .page-banner {
    margin-top: 50px;
  }

  .sub-section {
    background: #fff;
    color: #343434;
  }

  .sub-section a {
    color: #343434;
  }

  .sub-section .container {
    padding: 0;
    flex-direction: column-reverse
  }

  .sub-section .sub-left {
    width: 100%;
  }

  .sub-thd {
    display: none;
  }

  .sub-items {
    margin-left: 0;
    padding: 0 1.5rem
  }

  .path {
    padding: 1rem 1.5rem;
    width: 100%;
    justify-content: flex-start
  }

  .sub-items li {
    margin-right: 8px;
    margin-bottom: 10px;
  }

  .sub-items li:nth-child(4n) {
    margin-right: 0
  }

  .sub-items li a:hover,
  .sub-items li.active a {
    background-color: var(--text-color-green);
    color: #fff
  }

  /*
	.page-culture-list .cul-item:nth-child(2n){
		margin-right: 0!important
	}
*/

  .page-history li {
    padding: 1rem;
    margin-top: 68px
  }

  .page-history li h4 {
    font-size: 14px;
  }

  .page-history li p {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.8;
    height: 63px;
    overflow-y: scroll
  }

  .page-history li:before {
    left: -27px;
  }

  .page-history li::after {
    width: 20px;
    left: -20px;
  }

  .page-history li:nth-child(2n):before {
    right: -27px
  }

  .page-history li:nth-child(2n):after {
    right: -20px
  }

  .page-content {
    padding: 3rem 0
  }

  .page-leader .leader-item {
    margin: 0 0 1.5rem 0;
    width: 100%;
  }

  .leader-item a .img-box {
    height: 100%
  }

  .leader-item .info-box {
    padding: 2rem;
  }

  .leader-item .info-box .ld-name {
    flex-direction: column;
    margin-bottom: .5rem;
    align-items: flex-start;
  }

  .leader-item .info-box .ld-name h4 {
    line-height: 2
  }

  .leader-item .info-box .ld-name span {
    margin-left: 0
  }

  .leader-item .info-box p {
    font-size: 13px;
    -webkit-line-clamp: 2;
    line-height: 1.6
  }

  .leader-item .info-box .more {
    margin-top: 1rem
  }

  .page-culture-article {
    padding: 0
  }

  .page-equipment-list .equipment-item {
    margin-right: 0;
    margin-bottom: 1.5rem;
    width: 100%
  }

  .page-honor .honor-item {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    border-width: 8px;
    width: calc(50% - 1.5rem)
  }

  .page-honor .honor-item:nth-child(3n) {
    margin-right: 1.5rem;
  }

  .page-honor .honor-item:nth-child(2n) {
    margin-right: 0;
  }

  .dep-nav-item .thd {
    font-size: 18px;
  }

  .dep-nav-item .cont a {
    margin: 0 3% 3% 0;
    padding: 0.8rem;
    width: calc(94%/3);
    font-size: 14px;
  }

  .dep-nav-item .cont a:nth-child(5n) {
    margin-right: 3%
  }

  .dep-nav-item .cont a:nth-child(3n) {
    margin-right: 0
  }

  .department-content {
    padding: 2rem
  }

  .department-content .title-box .cn-tit {
    font-size: 20px;
  }

  .dep-box .thd {
    font-size: 16px;
  }

  .departments-intro .cont .pull-left {
    width: 100%;
    float: none;
  }

  .departments-intro .intro-detail {
    padding: 1.5rem 0 1.5rem 0;
    width: 100%
  }

  .dep-equipment-list .swiper-slide {
    margin-right: 2%;
    width: 48%
  }

  .page-green-channel {
    flex-direction: column
  }

  .page-green-channel .green-item,
  .page-medical-process .green-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .page-technology {
    justify-content: space-between;
  }

  .page-technology a {
    margin-right: 1.5rem;
    width: calc((100% - 1.5rem)/2)
  }

  .page-technology .img-box {
    height: 16rem;
  }

  .page-technology .info-box {
    position: relative;
  }

  .page-technology .info-box h4 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .page-technology .info-box p {
    height: auto
  }

  .page-technology a:nth-child(4n) {
    margin-right: 1.5rem
  }

  .page-technology a:nth-child(2n) {
    margin-right: 0
  }

  .department-classify {
    padding: 2rem;
    flex-direction: column
  }

  .department-classify .dep-items {
    padding: 0;
    width: 100%
  }

  .department-classify .dep-items a {
    margin-right: .5rem;
    margin-bottom: 1rem
  }

  .page-team-detail .container {
    flex-direction: column
  }

  .page-team-detail .img-box {
    margin-bottom: 1.5rem;
    width: 100%
  }

  .page-team-detail .text-box {
    width: 100%;
    padding: 0
  }

  .page-expert-team .doctor-desc {
    height: 52px;
  }

  .page-expert-team a {
    margin-right: 0;
    width: 100%;
  }
  .page-hr-secher{
    padding-left: 1.5rem;
  }
  .page-hr-secher span{
    width: 23.5%;
    font-size: 1.2rem;
  }
  .page-hr-secher span:nth-child(2){
    display: none;
  }
  .traffic-list li{
    margin-bottom: 1rem;
  }
  .traffic-list li .li-con {
    padding: 1rem 0 1rem 1.5rem;
  }
  .traffic-list li .li-con span{
    width: 23.5%;
    font-size: 1.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .traffic-list li .li-con b {
    font-size: 13px;
  }

  .traffic-list li .li-con b i {
    font-size: 24px
  }
  .traffic-list li .li-con span:nth-child(2){
    display: none;
  }
  .traffic-list li .li-con span.iconfont{
    width: 5%;
    font-size: 1.2rem;
  }
  .recruitment-list li .li-detail {
    padding-left: 1.5rem
  }

  .recruitment-list .li-cont {
    width: 100%;
    flex-direction: column;
  }
  .recruitment-list .li-cont .li-info h4{
    font-size: 1.2rem;
  }
  .recruitment-list li .li-detail p{
    font-size:1.2rem
  }

  .recruitment-list .li-cont::before,
  .recruitment-notice:before {
    display: none;
  }

  .recruitment-list .li-cont .li-info {
    width: 100%
  }

  .recruitment-list .li-cont div+div {
    margin-top: 1.5rem !important
  }

  .recruitment-notice {
    padding: 1.5rem;
    flex-direction: column;
  }

  .recruitment-notice .notice-info {
    width: 100%
  }

  .recruitment-notice .notice-info p {
    font-size: 14px;
  }

  .recruitment-notice .notice-info+.notice-info {
    margin-top: 1.5rem !important
  }

  .traffic-list li .li-detail-btn {
    display: none;
  }

  .page-news-list li .news-img-box {
    width: 32%
  }

  .page-news-list li .news-info {
    padding-left: 1.8rem;
    padding-right: 0;
    width: 68%
  }

  .page-news-list li .news-info h3 {
    font-size: 16px;
    display: block;
    height: auto;
    line-height: 1.8
  }

  .page-news-list li .news-info p {
    font-size: 13px;
    line-height: 1.8;
    -webkit-line-clamp: 2;
  }

  .page-news-list li .news-info .more {
    margin-top: 1.5rem
  }

  .page-news-list li .news-date {
    display: none
  }

  .pages-article h4 {
    font-size: 24px;
    line-height: 1.8
  }

  .pages-text-box iframe {
    width: 100%;
    height: 320px
  }

  .pages-pre-next {
    margin-bottom: 2rem
  }
}

/*Page Evaluation*/
.Page-appraise {
  padding: 5vh 0;
  background-color: #f2f2f2;
}

.Page-appraise .container {
  padding: 30px;
  background-color: #fff;
}

.Page-appraise-title {
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 20px;
}
.Page-appraise-title span{
  font-size: 1.4rem;
}
.Page-appraise-title i{
  color:#f00
}
.Page-appraise-fitle {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 10px;
}

.Page-appraise-lable {
  margin-bottom: 30px;
}

.Page-appraise-lable label {
  width: 170px;
  border: solid 2px #ddd;
  padding: 15px;
  font-weight: normal;
  text-align: center;
  margin-right: 1%;
  position: relative
}

.Page-appraise-lable label span {
  display: block;
  font-size: 1.8rem;
  color: #333;
  line-height: 20px;
}

.Page-appraise-lable label em {
  display: block;
  line-height: 2;
  font-style: normal;
  margin-top: 5px;
  color: #999
}

.Page-appraise label {
  cursor: pointer;
  font-weight: normal;
  font-size: 1.2rem;
  color: #666
}

.Page-appraise label.active {
  border-color: #009c39;
  color: #009c39
}

.Page-appraise label.active:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url(../images/x3.png) no-repeat left center;
  content: ""
}

.Page-appraise label.active i,
.Page-appraise label.active em,
.Page-appraise label.active span {
  color: #009c39;
}

.Page-appraise-text {
  font-size: 1.2rem;
  color: #333;
  line-height: 2;
  padding: 15px
}

.Page-appraise-list {
  padding: 15px;
}

.Page-appraise-list li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.Page-appraise-list li>span {
  width: 70px;
  text-align: right;
  font-size: 1.4rem;
  color: #666;
  line-height: 36px
}

.Page-appraise-list li>span>i {
  color: red;
  font-style: normal;
}

.Page-appraise-label-box {
  width: calc(100% - 70px);
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.Page-appraise-list li label {
  border: solid 1px #ddd;
  padding: 5px 20px;
  margin-right: 15px;
  font-weight: normal;
  height: 36px;
  line-height: 26px;
  position: relative;
  display: flex;
  align-items: center;
}

.Page-appraise-list li label em {
  font-style: normal;
  font-size: 1.2rem;
  color: #666
}

.Page-appraise-list li label i {
  color: #999;
  margin-right: 5px;
}

.Page-appraise-list li input {
  outline: none;
  height: 36px;
  border: solid 1px #ddd;
  padding-left: 10px;
  font-size: 1.4rem;
  color: #333;
  font-size: 1.3rem
}

.Page-apraise-impression {
  display: flex;
  align-items: center;
  margin: 0;
}

.Page-apraise-impression em {
  font-style: normal;
  font-size: 1.4rem;
  padding-left: 5px;
}

.Page-appraise-price {
  width: 30%;
}

.Page-appraise-input {
  width: 50%
}

.Page-appraise-list textarea {
  width: 50%;
  height: 150px;
  margin-top: 10px;
  padding: 10px;
  border: solid 1px #ddd;
  font-size: 1.4rem;
  line-height: 1.6;
  resize: none;
  outline: none;
}

.Page-appraise-list textarea::placeholder {
  font-size: 1.4rem;
}

.Page-appraise-list button {
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #009c39;
  border: none;
  border-radius: 4px;
  font-size: 1.6rem;
  color: #fff;
}
@media(min-width: 1300px) and (max-width: 1439px) {}

@media(max-width: 1299px) {}

@media(max-width: 1024px) {}

@media(max-width: 992px) {}

@media(max-width: 760px) {
  .Page-appraise-title{
    font-size: 1.8rem;
  }
  .Page-appraise-title span{
    font-size: 1.2rem;
  }
  .Page-appraise-lable{
    display: flex;
    justify-content: space-between;
  }
  .Page-appraise-lable label{
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .Page-appraise-lable label em{
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .Page-appraise-lable label:last-child{
    margin-right: 0;
  }
  .Page-appraise-lable label span{
    font-size: 1.5rem;
  }
  .Page-appraise-list{
    padding:15px 0
  }
  .Page-appraise-label-box{
    padding-left: 10px;
  }
  .Page-appraise-list li>span{
    font-size: 1.3rem;
  }
  .Page-appraise-input{
    width: 100%;
  }
  .Page-appraise-list textarea{
    width: 100%;
    height: 110px;
  }
  .Page-appraise-list li{
    margin-bottom: 10px;
  }
  .Page-appraise-list li label{
    margin-right: 5px;
    padding: 5px 10px;
    height: 32px;
    line-height: 32px;
  }
  .Page-appraise-list li label em{
    font-size: 1rem;
  }
  .Page-appraise-price{
    width: 100%;
  }
}
/* footer */
.footer {
  position: relative;
  background: url(../images/foot-bg.png) no-repeat 0 0;
  background-size: cover;
  z-index: 1;
}

.footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(46, 49, 57, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.bottom {}

.bottom .container {
  padding: 6rem 0 3rem;
  border-bottom: 1px solid #4b5162;
}

.bottom .container::before,
.bottom .container::after {
  display: none;
}

.bottom-top {
  margin-bottom: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.f-logo {
  margin: 0;
  width: 336px;
}

.f-contact {
  margin: 0;
  width: calc(100% - 400px);
  display: flex;
  align-items: center;
  color: #fff;
}

.ct-item {
  width: ;
  display: flex;
  align-items: center;
}

.ct-item i {
  margin-right: 1.5rem;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff9a00;
  border-radius: 100%;
  color: #fff;
  font-size: var(--font-size-30);
}

.ct-item a {
  color: #fff;
  line-height: 1.6;
}

.f-contact p {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.f-contact p:last-child {}

.f-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.f-menu-item {
  margin: 0;
}

.f-menu .jyzn {
  width: 20%;
}

.menu-extra-title {
  padding-left: 2.2rem;
  position: relative;
}

.menu-extra-title::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #ff9a00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.f-menu div.f-menu-item+div.f-menu-item {
  margin-left: 7rem;
}

.f-menu .menu-extra-title {
  margin-bottom: .5rem;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  position: relative;
}

.f-menu ol {
  padding-left: 2.2rem;
}

.f-menu ol li a {
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  color: #dadada;
}

.f-menu .jyzn ol li {
  float: left;
  width: 50%;
}

.copyright {
  padding: 1rem 0;
  font-size: 14px;
  color: #fff;
}

.copyright a {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.fixbar {
  display: none
}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {}

@media(max-width: 1280px) {
  .f-t-left {
    width: 22%;
  }

  .f-logo {
    margin: 0 0 2rem;
    width: 80%;
  }

  .f-menu {
    width: 56%;
  }

  .f-menu div.f-menu-item+div.f-menu-item {
    margin-left: 5rem;
  }
}

@media(max-width: 1024px) {
  .f-menu {
    width: 58%
  }

  .f-menu div.f-menu-item+div.f-menu-item {
    margin-left: 3rem
  }
}

@media(max-width: 992px) {}

@media(max-width: 760px) {
  .bottom {
    padding: 2rem 0;
  }

  .bottom .container {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .bottom-top {
    margin-bottom: 0;
    flex-direction: column
  }

  .f-t-left {
    margin-bottom: 2rem;
    width: 100%;
  }

  .f-logo {
    margin: 0;
    width: 65%;
  }

  .f-contact {
    padding: 3rem 2rem;
    width: 100%;
    flex-direction: column
  }

  .ct-item {
    margin: 6px 0;
    width: 100%
  }

  .ct-item i {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 18px;
  }

  .f-contact p {
    font-size: 16px;
  }

  .f-contact a {
    font-size: 16px;
  }

  .f-menu {
    display: none;
    width: 100%;
    flex-direction: column;
  }

  .f-menu-item {
    padding: 1rem 0;
    width: 100%;
    border-bottom: 1px solid rgba(235, 235, 235, 0.1);
  }

  .f-menu div.f-menu-item+div.f-menu-item {
    margin-left: 0;
  }

  .f-menu .menu-extra-title::before,
  .f-menu .menu-extra-title::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    right: 10px;
    top: 50%;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }

  .f-menu .menu-extra-title::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .f-menu .menu-extra-title.active::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .f-menu .menu-extra-title.active {
    color: var(--text-color-green);
  }

  .f-menu .menu-extra-title {
    font-size: 1.6rem;
  }

  .f-menu-item ol {
    display: none;
  }

  .f-weixin {
    margin-top: 2rem;
    width: 100%;
  }

  .f-weixin img {
    margin: 0 auto;
    width: 36%;
  }

  .copyright {
    margin-bottom: 50px;
  }

  /*mobile fixbar*/
  .fixbar {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50px;
    background-color: var(--bg-green);
    color: #fff;
    z-index: 90;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, .05);
    -moz-box-shadow: 0 0 20px rgba(255, 255, 255, .05);
    box-shadow: 0 0 20px rgba(255, 255, 255, .05)
  }

  .fixbar a {
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fixbar a img {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
  }

  .fixbar a+a:after,
  .b_menu a+a:before {
    content: '';
    width: 1px;
    height: 60%;
    background-color: #fff;
    left: 0;
    top: 20%;
    position: absolute;
    opacity: .2
  }

  .fixbar a i {
    font-size: 20px;
    margin-right: 8px;
    line-height: 1
  }

  .fixbar:before {
    contain: '';
    height: 50px;
    left: 0;
    bottom: -50px;
    position: absolute;
    background-color: #fff;
    width: 100%
  }
}

/*
.backTop {
  position: fixed;
  z-index: 10;
  right: 50px;
  bottom: -100px;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  cursor: pointer;
}

.backTop img {
  width: 58%;
}

.backTop.active {
  bottom: 50px;
}
*/

@media(max-width: 760px) {
  .backTop {
    width: 3rem;
    height: 3rem;
    right: 20px;
  }

  .backTop.active {
    bottom: 20px;
  }
}

/*pages*/
.pages {
  margin-top: 3rem;
}

.pages a,
.pages b {
  margin: 5px;
  color: #777777;
  border: none;
  line-height: 36px;
  height: 36px;
  padding: 0 12px;
  background-color: #f6f6f6;
}

.pages b {
  background: var(--bg-green);
  color: var(--text-color-white)
}

.pages a:hover {
  color: var(--text-color-green)
}

@media(max-width: 760px) {

  .pages a,
  .pages b {
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
  }
}