body, html {
  width: 100%;
  min-height: 100vh;
}

#app {
  margin: auto;
}
#app .container {
  width: 1440px;
  margin: auto;
}
#app .container img {
  border-radius: 5px;
}
#app .line {
  display: block;
  background-color: #707070;
  margin: 16px 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 20px 0;
  width: 100%;
}
#header.withBg {
  background-color: #fff;
}
#header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header > div .right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
#header > div .right ul .active a {
  color: #E4A442;
  font-weight: bolder;
}
#header > div .right ul li {
  margin-left: 55px;
}
#header > div .right ul li a {
  color: #333333;
  font-weight: 500;
  transition: all 0.3s;
}
#header > div .right ul li:hover a {
  color: #E4A442;
  font-weight: bolder;
}
#header .i18n {
  background: rgba(0, 0, 0, 0.3);
  width: 63px;
  height: 26px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  flex-direction: column;
}
#header .i18n ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block !important;
}
#header .i18n ul li {
  line-height: 26px;
  margin: 0 !important;
}

#hero {
  width: 100%;
  height: 100vh;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#hero .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#hero .swiper-container .hero-item {
  height: 100%;
}
#hero .swiper-container .hero-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero .swiper-container .hero-item .hidden-data {
  display: none;
}
#hero .drawer {
  position: absolute;
  bottom: -100px;
  right: 10vw;
  width: 670px;
  height: 412px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 54px 48px;
  padding-bottom: 100px;
}
#hero .drawer .item {
  color: #fff;
  position: relative;
}
#hero .drawer .item h4 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
#hero .drawer .item p {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 2px;
}
#hero .drawer .circle {
  width: 154px;
  position: absolute;
  right: 0;
  bottom: 36px;
  width: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
#hero .drawer .circle span {
  position: absolute;
  left: 50%;
  font-size: 20px;
  letter-spacing: 2px;
}
#hero .drawer img {
  display: block;
}
#hero .hero-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  color: #ffffff;
}
#hero .hero-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero .hero-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#hero .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #fff;
}
#hero .text .hero-title {
  opacity: 1;
  font-size: 90px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 21px;
  margin-bottom: 90px;
}
#hero .text .hero-subtitle {
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  line-height: 21px;
}

.hope {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  padding: 160px 0;
}
.hope .item {
  display: flex;
  align-items: center;
  padding: 70px 32px;
  color: #fff;
  height: 460px;
  height: 240px;
  border-radius: 10px;
}
.hope .item img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  margin-right: 38px;
}
.hope .item div {
  display: flex;
  flex-direction: column;
}
.hope .item div h4 {
  font-weight: bold;
  opacity: 1;
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.about {
  background-size: cover;
  background-position: center;
  min-height: 542px;
  padding: 80px 0;
  position: relative;
}
.about .intro h4 {
  opacity: 1;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.about .intro h3 {
  opacity: 1;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.about .intro p {
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 30px;
  letter-spacing: 2px;
}
.about .more {
  position: absolute;
  bottom: 0;
  right: 0;
}

.plate {
  padding-top: 160px;
}
.plate .leader {
  text-align: center;
  margin-bottom: 40px;
}
.plate .leader h4 {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 16px;
}
.plate .leader h5 {
  font-size: 16px;
}
.plate .top {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  min-height: 575px;
  box-sizing: border-box;
}
.plate .top .left, .plate .top .right {
  flex: 1;
}
.plate .top .left {
  padding: 80px 64px;
}
.plate .top .left h3 {
  opacity: 1;
  font-size: 43px;
  font-weight: 700;
  text-align: left;
  color: #E4A442;
  margin-bottom: 20px;
}
.plate .top .left p {
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 36px;
  letter-spacing: 2px;
}
.plate .top .left .more {
  margin-top: 100px;
  background-color: #E4A442;
  color: #fff;
}
.plate .top .right img {
  height: 579px !important;
  object-fit: cover;
}
.plate .botom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
.plate .botom .item {
  height: auto;
  padding: 64px 32px;
  color: #fff;
  border-radius: 16px;
  position: relative;
}
.plate .botom .item h3 {
  font-size: 43px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  margin-bottom: 30px;
}
.plate .botom .item p {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 36px;
  letter-spacing: 2px;
}
.plate .botom .item .more {
  float: right;
  position: relative;
  color: #429EE4;
  font-weight: 500;
  margin-top: 30px;
}

.home-video {
  padding-top: 160px;
}
.home-video .content {
  min-height: 680px;
  border-radius: 10px;
}

.news {
  padding-top: 160px;
  display: flex;
  position: relative;
}
.news .left {
  flex: 1;
  height: 670px;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news .left h3 {
  position: relative;
  display: block;
  top: 0px;
  font-weight: bold;
  font-size: 36px;
}
.news .left .content {
  position: relative;
  left: 30px;
  top: 20px;
  min-height: 480px;
  height: 480px;
  background-color: #f2f2f2;
  padding-top:20px;
}
.news .left .content > p {
  display: block;
  padding: 0px 0px 0px 20px;
  padding-right: 180px;
}
.news .right {
  flex: 1;
  transform: translateX(-100px);
  align-self: center;
}
.news .more {
  position: absolute;
  bottom: 0;
  right: 0;
}

.assess {
  padding-top: 160px;
}
.assess .leader {
  text-align: center;
  margin-bottom: 40px;
}
.assess .leader h4 {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 16px;
}
.assess .leader h5 {
  font-size: 16px;
}
.assess .content {
  height: 630px;
  cursor: pointer;
  border: 0 !important;
  outline: none !important;
}
.assess .content .item {
  width: 538px;
  height: 630px;
  position: relative;
}
.assess .content .item > .bg {
  width: 100%;
  height: 630px;
  object-fit: cover;
  position: absolute !important;
  top: 0;
  left: 0;
  display: block;
}
.assess .content .item > .bg img {
  height: 100%;
  width: 100%;
}
.assess .content .item > .bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.assess .content .item .intro {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.assess .content .item .intro img {
  margin-bottom: 24px;
}
.assess .content .item .intro .unhover {
  text-align: center;
  color: #fff;
}
.assess .content .item .intro .unhover h4, .assess .content .item .intro .unhover h5 {
  margin: 0;
  color: #fff;
}
.assess .content .item .intro .unhover h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
.assess .content .item .intro .unhover h5 {
  font-size: 12px;
}
.assess .content .item:hover .unhover {
  transition: all 1s;
}
.assess .content .item:hover .unhover h4, .assess .content .item:hover .unhover h5 {
  color: #333333;
}
.assess .content .item:hover .intro {
  transition: all 1s;
  background-color: rgba(255, 255, 255, 0.7);
}
.assess .content .item .content {
  display: none;
}

.job {
  padding: 160px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.job .left img {
  object-fit: cover;
}
.job .right > h4 {
  color: #333333;
  font-size: 36px;
  margin: 0;
}

.footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 56px 0;
}
.footer .menus h5, .footer .menus h4 {
  margin: 0;
}
.footer .menus h4 {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.footer .menus h5 {
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #333333;
}
.footer .menus p {
  margin: 0;
  line-height: 2em;
  color: #333333;
}
.footer .contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.footer .contact ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 30px;
}
.footer .contact ul li p {
  margin: 15px 0;
}

.beian {
  background-color: #303030;
  text-align: center;
  color: white;
  font-size: 12px;
  padding: 20px 0;
  color: #777777;
}

.window-float {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 84px;
  z-index: 100;
  cursor: pointer;
}
.window-float .menu-item {
  width: 84px;
  background-color: #E4A442;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  padding: 16px 0;
}
.window-float .menu-item img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}
.window-float .menu-item p {
  font-size: 16px;
}
.window-float .menu-item a {
  color: #fff;
}
.window-float .menu-item-inner {
  position: absolute;
  /*bottom: 0;*/
  right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 130px;
  height: 130px;
  background-color: #E4A442;
  border-radius: 3px;
}

.online-consultant {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /*min-width: 300px;*/
  z-index: 100;
  border-radius: 16px;
  border: 2px solid #E4A442;
  overflow: hidden;
}
.online-consultant .top {
  background-color: #E4A442;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}
.online-consultant .menus {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.online-consultant .menus ul li {
  margin-bottom: 32px;
}
.online-consultant .menus ul li div {
  display: flex;
  align-items: center;
  border: 1px solid #E4A442;
  border-top-left-radius: 46px;
  border-bottom-left-radius: 46px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding-left: 50px;
  position: relative;
  height: 40px;
  cursor: pointer;
}
.online-consultant .menus ul li div .hidden-data {
  display: none;
}
.online-consultant .menus ul li div .bg-wrap {
  position: absolute;
  left: 0;
  width: 46px;
  height: 46px;
  background: #E4A442;
  border-radius: 50%;
  padding: 8px;
}
.page-title {
  display: inline-block;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 21px;
  padding-bottom: 36px;
  border-bottom: 4px solid #E4A442;
}

.about-content > section {
  margin-bottom: 120px;
}
.about-content > section .line {
  height: 1px;
  margin: 0 !important;
  transform: translateY(-3px);
  background-color: rgba(0, 0, 0, 0.1);
}
.about-content > section > .info {
  padding: 40px 0;
}
.about-content .timeline {
  padding: 0;
  margin: 0;
  list-style: none;
}
.about-content .timeline li {
  margin-bottom: 1px;
}
.about-content .timeline li > div {
  display: flex;
  align-items: center;
}
.about-content .timeline li > div .circle {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #E4A442;
  border-radius: 50%;
  margin-right: 36px;
  position: relative;
}
.about-content .timeline li > div .circle:after {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  background-color: #E4A442;
  position: absolute;
  left: 50%;
}
.about-content .timeline li:last-child {
  margin: 0;
}
.about-content .timeline li:last-child .circle:after {
  display: none;
}

.news-list {
  padding-top: 160px;
  padding-bottom: 160px;
}
.news-list .list .item {
  display: grid;
  grid-template-columns: 260px auto;
  grid-column-gap: 20px;
  padding: 35px 0;
  border-bottom: 1px solid #eee;
}
.news-list .list .item .cover {
  width: 260px;
  height: 148px;
}
.news-list .list .item .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.news-list .list .info {
  flex: auto;
}
.news-list .list .info > .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.news-list .list .info > .top h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #333333;
}
.news-list .list .info > .top p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #999999;
}
.news-list .list .info > p {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 24px;
}
.news-list .list .more {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: #E4A442;
}
.news-list .list .more svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.health-list {
  padding: 160px 0;
}
.health-list .line {
  height: 1px;
  margin: 0 !important;
  transform: translateY(-3px);
  background-color: rgba(0, 0, 0, 0.1);
}
.health-list .content {
  display: grid;
  grid-template-columns: 300px auto;
  padding: 66px 0;
}
.health-list .content .left header {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.health-list .content .left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.health-list .content .left ul li {
  cursor: pointer;
  padding: 24px 0;
  border-bottom: 1px solid #eee;
}
.health-list .content .left ul li h4 {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  color: #333;
}
.health-list .content .left ul li p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #999;
}
.health-list .content .left ul .active h4 {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  color: #E4A442;
}
.health-list .content .left ul .active p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #E4A442;
}
.health-list .content .right {
  padding: 0 40px;
}
.health-list .content .right > div {
  display: none;
}

.article-detail {
  padding: 160px 0;
}
.article-detail .line {
  height: 1px;
  margin: 0 !important;
  transform: translateY(-3px);
  background-color: rgba(0, 0, 0, 0.1);
}
.article-detail article .title {
  padding-top: 80px;
  padding-bottom: 32px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #333333;
}
.article-detail article .time {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #999999;
  margin-bottom: 60px;
}

.kjcp-hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 911px;
  height: 310px;
  z-index: 200;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(10px);
}

.kjcp-hero-wrapper .hero-subtitle {
  width: 600px;
  font-size: 13px !important;
}

.kjcp {
  padding: 160px 0;
}
.kjcp .leader {
  text-align: center;
  margin-bottom: 40px;
}
.kjcp .leader h4 {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 16px;
}
.kjcp .leader h5 {
  font-size: 16px;
}
.kjcp .card {
  width: 670px;
  height: 360px;
  border-radius: 10px;
  padding: 44px;
  box-sizing: border-box;
  overflow: hidden;
}
.kjcp .card h3 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 44px;
  margin-bottom: 32px;
}
.kjcp .card p {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 40px;
}
.kjcp .card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 32px;
}
.kjcp .card-wrap .img-box {
  padding: 0 !important;
}

.zyyl-page {
  padding: 160px 0;
}
.zyyl-page .modify {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.zyyl-page .modify span {
  display: block;
}
.zyyl-page .modify .line {
  width: 2px;
  height: 44px;
  background: #666666;
  margin: 0 !important;
  margin-bottom: 10px !important;
}
.zyyl-page .modify .circle {
  border: 2px solid #666666;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.job-page {
  padding: 20px 0 !important;
}
.job-page .show ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 73px;
}
.job-page .show ul li {
  margin-bottom: 54px;
}
.job-page .show ul li h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 21px;
}
.job-page .article-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.job-page .article-list ul li {
  padding: 23px 0;
}
.job-page .article-list ul li a {
  color: #333;
}
.job-page .article-list ul li a > div {
  display: flex;
  justify-content: space-between;
}
.job-page .article-list ul li a h4 {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 36px;
}
.job-page .article-list ul li a p {
  font-size: 24px;
  font-weight: 400;
  text-align: right;
  color: #999999;
  line-height: 36px;
}

.article-list-page {
  padding: 100px 0;
}
.article-list-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-list-page ul li {
  margin-bottom: 70px;
}
.article-list-page ul li section {
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.16);
  display: grid;
  flex-shrink: 0;
  grid-template-columns: 360px auto;
}
.article-list-page ul li section .cover {
  width: 360px;
  min-height: 220px;
}
.article-list-page ul li section .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-list-page ul li section .info {
  box-sizing: border-box;
}
.article-list-page ul li section .info .wrapper {
  padding: 30px 40px;
  display: flex;
  align-items: center;
}
.article-list-page ul li section .info .time {
  font-size: 36px;
  color: #333333;
  padding-right: 35px;
  border-right: 1px solid #eee;
}
.article-list-page ul li section .info .time p {
  font-size: 20px;
  color: #333333;
}
.article-list-page ul li section .info .content {
  flex: auto;
  padding: 0 35px;
}
.article-list-page ul li section .info .content p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
}
.article-list-page ul li section .info .more {
  padding-left: 35px;
  border-left: 1px solid #eee;
}/*# sourceMappingURL=main.css.map */

.right button{
  display: none;
}

.job .right button {
  display: block;
}







@media screen and (max-width: 768px){
  * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  body, html {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
  }

  .window-float {
    position: fixed;
    right: 0;
    top: 80%;
    transform: translateY(-50%);
    width: 84px;
    z-index: 99;
    cursor: pointer;
}

  /* .online-consultant{ display: none; } */
  .footer .logo { display: none; }


  /* #header .layui-nav{width: auto; position: absolute; top: 0; padding: 0 5px; border-radius: 0; margin: 0;}
  #header .layui-nav .layui-nav-item{display: inline-block; margin:0 53px; line-height: 80px;} */

  #header > div .right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    align-items: center;
}

#header > div .right ul li {
  margin-left: 0px;
}

  #header .right { width: 160px; height: 80px; position: relative; } 
  /* #header .right:before, .right:after { content: ""; display: block; width: 100px; height: 16px; background: #000; border-radius: 10px; position: absolute; left: 0; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
  #header .right:before { top: 5px; box-shadow: 0 37px #000; }
  #header .right:after { bottom: 5px; } */
  #header .right button{ display: block; width: 25px; height: 30px; position: absolute; top: 30px; right: 30px; background-color: transparent; border: none; outline: none; cursor: pointer;}
  #header .right button span{display: block; width: 30px; height: 3px; background: #E4A442; margin-bottom: 6px; transition: 0.5s;}
  #header .right button span.spa1{transform: rotate(45deg);}
  #header .right button span.spa3{transform: rotate(-45deg) translate(5px,-5px);}
  
  #header .right .nav {  display: none;  background: #ffffff; width: auto; position: absolute; top: 55px; padding: 0 5px; border-radius: 0; margin: 0;}
  #header .right .nav .nav-item{display: inline-block; margin:0 30px; line-height: 50px;}
  #header .right .nav .nav-item:hover:before { top: 42px; box-shadow: none; -webkit-transform: rotate(225deg); transform: rotate(225deg); }
  #header .right .nav .nav-item:hover:after { bottom: 42px; -webkit-transform: rotate(135deg); transform: rotate(135deg); } 


  #header .i18n {
    background: rgba(0, 0, 0, 0.3);
    width: 80px;
    height: 26px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    margin-left: 20px;
}


  #header {
    z-index: 100;
    padding: 0px 0;
    width: 100%;
}

#header .logo>img{
  height: 60px !important;
  margin-left: 10px;
}

  #app .container {
    width: 100%;
    margin: auto;
  }


#hero {
  width: 100%;
  height: 400px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

  #hero .drawer {
    position: absolute;
    top: 250px;
    right: 0px;
    width: 350px;
    height: 200px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 25px 30px;
    padding-bottom: 100px;
}

#hero .drawer .item {
  color: #fff;
  position: relative;
  z-index: 1000;
}

#hero .drawer .item h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#hero .drawer .item h5 {
  font-size: 15px !important;
  margin-bottom: 10px;
}

#hero .drawer .item p {
  font-size: 10px !important;;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 2px;
}

#hero .drawer .circle {
  width: 154px;
  position: absolute;
  right: 0px;
  bottom: 15px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
} 

  #hero .swiper-container {
    width: 100%;
    height: 400px;
    position: relative;
  }


  .hope {
    display: block;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    padding: 80px 0px 60px 0px;
} 

.hope .item {
  display: flex;
  align-items: center;
  padding: 70px 32px;
  color: #fff;
  height: 150px;
  border-radius: 10px;
  margin-bottom: 5px;
}

.hope .item div h4 {
  font-weight: bold;
  opacity: 1;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.hope .item div p {
  font-size: 15px;
  font-weight: 400;
}



.online-consultant {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  border-radius: 16px;
  border: 2px solid #E4A442;
  overflow: hidden;
}
#hide{ display:none; }
#tp2{ display:block !important; z-index: 80!important; }
#xf{ display:none;}

.about {
  background-size: cover;
  background-position: center;
  min-height: 820px;
  padding: 0px 0;
  position: relative;
  margin-top: -65px !important;
}

.about .intro p {
  opacity: 1;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 10px;
}

.about .intro h4 {
  opacity: 1;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  margin-left: 15px;
}

.about .intro h3 {
  opacity: 1;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-left: 15px;
}

.about .more {
  position: absolute;
  bottom: -30px;
  right: 0;
}
.about .more .button {
  font-size: 10px;
}


.plate {
  padding-top: 0px !important;
  margin-top: 50px !important;
}

.plate .top {
  display: block;
  align-items: center;
  box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 10%);
  border-radius: 16px;
  min-height: 450px;
  box-sizing: border-box;
  margin-bottom: 20px !important;
}
.plate .top .left {
  padding: 40px 34px;
}
.plate .top .left h3 {
  opacity: 1;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: #E4A442;
  margin-bottom: 20px;
}
.plate .top .left p {
  opacity: 1;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 30px;
  letter-spacing: 1px;
}
.plate .top .left .more {
  margin-top: 20px;
  background-color: #E4A442;
  color: #fff;
}

.plate .botom {
  display: block;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}

.plate .botom .item {
  height: auto;
  padding: 30px 25px 60px 25px;
  color: #fff;
  border-radius: 16px;
  position: relative;
  margin-bottom: 10px;
}
.plate .botom .item h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  margin-bottom: 20px;
}
.plate .botom .item p {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 1px;
}
.plate .botom .item .more {
  float: right;
  position: relative;
  color: #429EE4;
  font-weight: 500;
  margin-top: 10px;
  font-size: 13px;
}


.plate .top .right img {
  height: 450px !important;
  object-fit: cover;
}


.home-video {
  padding-top: 0px !important;
  margin-top: 10px !important;
}

.home-video .content {
  border-radius: 10px;
  min-height: 150px;
}

.news {
  padding-top: 20px;
  display: block;
  position: relative;
  margin-top: -200px !important;
}

.news .left h3 {
  position: relative;
  display: block;
  top: 50px;
  font-weight: bold;
  font-size: 36px;
}

/* .news .right{ display: none;} */
.news .right {
  flex: 1;
  transform: translateX(0px);
  align-self: center;
}
.news .right img {
  height: 360px !important;
}
.news .left {
  flex: 1;
  height: 600px;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news .left .content {
  position: relative;
  left: 0px;
  top: 100px;
  min-height: 200px;
  background-color: #f2f2f2;
  padding: 10px;
}
.news .left .content > p {
  display: block;
  padding: 5px 10px 5px 20px;
  margin:0;
  font-size: 15px;
}
.news .more {
  position: absolute;
  bottom: 380px !important;
  right: 0;
}

.assess {
  padding-top: 0px !important;
  margin-top: 30px !important;
  position: relative;
}
.assess .content {
  height: 1600px;
  cursor: pointer;
  border: 0 !important;
  outline: none !important;
}
.assess .content .item {
  height: 400px !important;
  width: 100% !important; 
  left: 0 !important;
  clear: both;
  position: sticky !important; 
}

.assess .content .item > .bg {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
  position: absolute !important;
  top: 0;
  left: 0;
  display: block;
}

.assess .content .item > .bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 400px !important;
  background-color: rgba(0, 0, 0, 0.6);
}

.job {
  display: block;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 245px !important;
}
.job .right > h4 {
  color: #333333;
  font-size: 32px;
  margin: 0;
  text-align: center;
}

.job .form{
  padding: 0px 10px 0px 10px;
}

.field.is-grouped {
  display: block;
  justify-content: flex-start;
}

.field.is-grouped > .control {
  flex-shrink: 0;
  text-align: center;
}

.button.is-link {
  background-color: #485fc7;
  border-color: transparent;
  color: #fff;
  width: 100%;
}


.footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px 20px 20px;
}

.footer .contact ul li p {
  margin: 15px 0;
  font-size: 12px;
}

.article-list-page {
  padding: 50px 0;
}

.article-list-page ul li section {
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 16%);
  display: grid;
  flex-shrink: 0;
  grid-template-columns: 160px auto;
}
.article-list-page ul li section .cover {
  width: 160px;
  min-height: 100px;
  height: 100px;
  margin-top: 5px;
}

.article-list-page ul li section .info .wrapper {
  padding: 10px 10px;
  display: flex;
  align-items: center;
}

.article-list-page ul li section .info .time {
  font-size: 20px;
  color: #333333;
  padding-right: 5px;
  border-right: 1px solid #eee;
  display: none;
}

.article-list-page ul li section .info .content {
  flex: auto;
  padding: 0 5px;
}

.content h3 {
  font-size: 1em;
  margin-bottom: 0em;
}

.article-list-page ul li section .info .content p {
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
}

.article-list-page ul li section .info .more {
  padding-left: 15px;
  border-left: 1px solid #eee;
}


.article-detail {
  padding: 100px 0;
}
.page-title {
  display: inline-block;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 21px;
  padding-bottom: 20px;
  margin-left: 5px;
  border-bottom: 0px solid #E4A442;
}

.article-detail section div p {
  display: none;
}


.article-detail .content{
  padding: 0px 10px 0px 10px !important;
}

.article-detail .content p span{
  font-size: 15px !important;
}
.article-detail .content p:first-child{
  text-align: center;
  margin-top: 20px;
}
.article-detail .content p:first-child strong span{
  font-size: 20px !important;
  margin-top: 30px;
}
.article-detail .line {
  height: 1px;
  margin: 0 !important;
  transform: translateY(-3px);
  background-color: #999999 !important;
}


.news-list {
  padding-top: 100px;
  padding-bottom: 100px;
}
.news-list .list{
  padding: 0px 10px 0px 10px !important;
}

.news-list .list .item {
  display: grid;
  grid-template-columns: 160px auto;
  grid-column-gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}

.news-list .list .item .cover {
  width: 160px;
  height: 100px;
}

.news-list .list .info > .top {
  display: block !important;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
}

.news-list .list .info .top h3 {
  font-size: 18px !important;
}

.news-list .list .info .top p {
  margin-top:5px;
}
.news-list .list .more {
  margin-top: 5px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: #E4A442;
}



#hero .hero-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#hero .hero-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.3);
}
#hero .text .hero-title {
  opacity: 1;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 21px;
  margin-bottom: 50px;
}

#hero .text {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 80;
  color: #fff;
}
#hero .text .hero-subtitle {
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  line-height: 21px;
}

.about-content > section {
  margin-bottom: 30px;
}

.about-content > section > .info {
  padding: 10px 10px 0px 10px;
}

.about-content .timeline li {
  margin-bottom: 15px;
}



.zyyl-page {
  padding: 100px 0;
}

.zyyl-page .content div:first-child{
  display: block !important;
}

.zyyl-page .content div:first-child img{
  height: 210px !important;
  width: 100%;
}
.zyyl-page .content div:first-child div{
  display: none !important;
}


.zyyl-page .content section{
  display: block !important;
  height: auto !important;
  margin-bottom: 190px;
}

.zyyl-page .content section div:first-child{
  display: none !important;
}

.zyyl-page .content section img{
  height: 400px !important;
  transform: translateY(5px)  !important;
  z-index: -999 !important;
}

.zyyl-page .content section div{
    padding: 10px 10px 10px 10px !important;
}

.zyyl-page .content section .top{
  display: none !important;
}

.zyyl-page .content section:last-child{
  margin-top: 0px;
  margin-bottom: 0px;
}

.zyyl-page .content section:last-child img{
  height: 300px!important;
  z-index: -999 !important;
}
.zyyl-page .content section:last-child div{
  padding: 0px 0px 0px 0px !important;
}



.kjcp-hero-wrapper .hero-subtitle {
  width: 330px;
  font-size: 14px !important;

}
.kjcp {
  padding: 50px 0;
}

.kjcp-hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 310px;
  z-index: 99;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(10px);
}

.kjcp .card {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 5px !important;
}
.kjcp .card-wrap {
  display: block;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 0px !important;
}

.kjcp .card-wrap .img-box {
  padding: 0px 0px 0px 0px !important;  
}

.kjcp .card h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 44px;
  margin-bottom: 10px;
}

.kjcp .card p {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 22px;
}


}




@media screen and (max-width: 414px) and (min-width: 375px){
  #hero .drawer {
    position: absolute;
    bottom: 280px !important;
    right: 0px;
    width: 350px;
    height: 200px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 25px 30px;
    padding-bottom: 100px;
}

#hero .watch-more {
  position: absolute;
  left: 5vw;
  top: 365px;
  color: #fff;
  z-index: 99;
  color: #fff;
  text-align: left;
  width: 490px;
  height: 240px;
  background: #F2BC6A;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  width: 200px !important;
  height: 80px !important;
}
  
}


/* 
@media screen and (max-width: 375px) and (min-width: 375px){
  #hero .drawer {
    position: absolute;
    bottom: 350px !important;
    right: 0px;
    width: 350px;
    height: 200px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 25px 30px;
    padding-bottom: 100px;
}

#hero .watch-more {
  position: absolute;
  left: 5vw;
  top: 365px;
  color: #fff;
  z-index: 99;
  color: #fff;
  text-align: left;
  width: 490px;
  height: 240px;
  background: #F2BC6A;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  width: 200px !important;
  height: 80px !important;
}
  
}




@media screen and (max-width: 375px) and (min-width: 375px) and (max-height: 700px){
  #hero .drawer {
    position: absolute;
    bottom: 200px !important;
    right: 0px;
    width: 350px;
    height: 200px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 25px 30px;
    padding-bottom: 100px;
}

#hero .watch-more {
  position: absolute;
  left: 5vw;
  top: 365px;
  color: #fff;
  z-index: 99;
  color: #fff;
  text-align: left;
  width: 490px;
  height: 240px;
  background: #F2BC6A;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  width: 200px !important;
  height: 80px !important;
}
  
} */