body {
  font: 14px pxPingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
  background: #fff;
}
.phone {
  display: none;
}
.container {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main {
  flex: 1;
}
.footer,
.header {
  flex: 0;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #8acb00;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
@-webkit-keyframes fromBottomFade {
  from {
    -webkit-transform: translateY(20%);
    opacity: 0;
  }
}
@keyframes fromBottomFade {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
}

/* 导航 */
.pc-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
  transition: all 0.6s ease 0s;
}
.pc-nav .nav {
  height: 103px;
  display: flex;
  align-items: center;
}
.pc-nav .nav .logo {
  flex: 1;
  display: flex;
  align-items: center;
}
.pc-nav .nav .logo .company {
  margin: 0 0 0 20px;
}
.pc-nav .nav .logo .company p:first-child {
  font-size: 28px;
  color: #000;
}
.pc-nav .nav .logo .company p:last-child {
  font-size: 16px;
  color: #005f3b;
  text-align: center;
}
.pc-nav .nav .logo img {
  max-width: 100%;
  height: 60px;
}
.pc-nav .nav .login {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pc-nav .nav .login .info {
  display: flex;
  align-items: center;
  margin: 14px 0 6px 0;
}
.pc-nav .nav .login .info img {
  margin: 0 20px 0 0;
}
.pc-nav .nav .login .info .line {
  margin: 0 14px;
  width: 1px;
  height: 16px;
  background: #000;
}
.pc-nav .nav .menu {
  display: flex;
  align-items: center;
}
.pc-nav .nav .menu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 18px 0;
}
.pc-nav .nav .menu li a {
  display: block;
  padding: 0 22px;
  font-size: 18px;
  white-space: nowrap;
}
.pc-nav .nav .menu li .line {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 45px;
  height: 6px;
  border-radius: 6px 6px 0 0;
  background: #98d11e;
}
.pc-nav .nav .menu li.cur .line {
  display: block;
}
.pc-nav .nav .menu .cur a {
  color: #000000;
}
.pc-nav .nav .menu .menu-son {
  display: none;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 160px;
  font-size: 14px;
  background: #fff;
  animation: fromBottomFade 0.6s ease both;
  -webkit-animation: fromBottomFade 0.6s ease both;
}
.pc-nav .nav .menu .menu-son a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #222;
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
  line-height: 23px;
  text-align: center;
}
.pc-nav .nav .menu a:hover {
  color: #005f3b;
}
.pc-nav .nav .menu li:hover .line {
  display: block;
}
.pc-nav .nav .menu li:hover .menu-son {
  display: block;
}
.pc-nav.active {
  position: absolute;
  background: unset;
  box-shadow: unset;
}
.pc-nav.active .nav .menu li .line,
.pc-nav.active .nav .login .info .line {
  background: #fff;
}
.pc-nav.active .nav .menu .cur a,
.pc-nav.active .nav .menu li a {
  color: #fff;
}
.pc-nav.active .nav .menu .menu-son a {
  color: #000;
}
.pc-nav.active .nav .menu .menu-son a {
  color: #000;
}

.pc-nav.active .nav .login .info a {
  color: #fff;
}
.pc-nav .nav .menu .menu-son a {
  color: #000;
}
.pc-nav .nav .menu .menu-son a:hover {
  color: #005f3b !important;
}
.header .header-gap {
  height: 103px;
}

/* 内页导航 */
.sidenav {
  background-color: #f6fafc;
  box-shadow: 0 6px 12px 10px rgba(235, 241, 248, 0.975);
  /* border-bottom: 1px solid #e9e9e9; */
}
.sidenav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  height: 80px;
}
.sidenav .right ul {
  display: flex;
}
.sidenav .right ul li a {
  color: #666666;
  padding: 6px 15px;
}
.sidenav .right ul li.cur a {
  color: #191919;
  font-weight: bold;
}

/* 主体 */
.tit-box {
  display: flex;
  align-items: end;
  position: relative;
  width: inherit;
  height: 80px;
  position: relative;
  z-index: 10;
}
.tit-box .tit {
  font-size: 48px;
  color: #007e48;
}
.tit-box .tit-en {
  font-size: 109px;
  color: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
  text-transform: uppercase;
}
.tit-box .tit-des {
  margin: 0 0 0 20px;
  font-size: 18px;
  color: #686868;
}

/* 首页banner */
.index-banner {
}
/* 内页banner */
.inside-banner {
}

.iBanner-box {
  margin: 56px 0 0;
}
.iBanner {
  display: flex;
  position: relative;
}
.iBanner .banner {
  flex: 0 1 56.94%;
  height: 500px;
  overflow: hidden;
}
.iBanner .banner .mySwiper2 {
  position: relative;
}
.iBanner .banner .swiper-slide {
  position: relative;
}
.iBanner .banner .pic {
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
.iBanner .banner .pic img {
  transition: 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iBanner .banner .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 70px;
  background: rgba(0, 0, 0, 0.3);
  padding: 0px 20px;
  box-sizing: border-box;
}
.iBanner .banner .tt p {
  width: 70%;
  font-size: 16px;
  color: #ffffff;
}
.iBanner .banner:hover .pic img {
  transform: scale(1.1, 1.1);
}
.iBanner .banner .paginationb {
  position: absolute;
  text-align: center;
  z-index: 100;
  width: 20%;
  bottom: 30px;
  left: 80%;
}
.iBanner .banner .paginationb .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  transition: 0.6s;
  opacity: 0.6;
}
.iBanner .banner .paginationb .swiper-pagination-bullet-active {
  opacity: 1;
}

.iBanner .tab {
  flex: 1;
  padding: 32px 42px;
  background: #f8f8f8;
  box-sizing: border-box;
}
.indextab {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #e1dcdc;
}
.indextab ul {
  display: flex;
  align-items: baseline;
}
.indextab ul li a {
  display: flex;
  align-items: center;
}
.indextab ul li a p {
  font-size: 18px;
  color: #a9a9a9;
}
.indextab ul li.cur a p {
  font-size: 26px;
  color: #8acb00;
  font-weight: bold;
}
.indextab ul li.cur a p:last-child {
  color: #000000;
}
.indextab ul li {
  position: relative;
  border-right: 1px solid #dcdcdc;
}
.indextab ul li:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 1px;
  background: #8acb00;
}
.indextab ul li:first-child a {
  margin: 0;
}
.indextab ul li:last-child,
.indextab ul li:first-child {
  border-right: unset;
}
.indextab ul li a {
  margin: 0 20px;
}
.indextab .more {
  font-size: 14px;
  color: #666666;
}
.iBanner .detail li {
  padding: 10px 0;
}
.iBanner .detail li a {
  display: flex;
  align-items: center;
}
.iBanner .detail li a span {
  width: 10px;
  height: 10px;
  background: #dfdfdf;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.iBanner .detail li a .info {
  flex: 1 1 auto;
  margin-right: 16px;
  font-size: 16px;
}
.iBanner .detail li a .date {
  flex: 0 0 auto;
  display: flex;
  color: #999999;
  font-size: 16px;
}
.iBanner .detail li:first-child {
  padding: 20px 0;
  border-bottom: 1px solid #e1dcdc;
}
.iBanner .detail li:first-child a {
  align-items: start;
}
.iBanner .detail li:first-child .tt {
  font-size: 20px;
  line-height: 25px;
}
.iBanner .detail li:first-child .des {
  font-size: 16px;
  margin: 8px 0 0;
}
.iBanner .detail li:first-child .date {
  flex-direction: column-reverse;
}
.iBanner .detail li:first-child .date .day {
  font-size: 24px;
  color: #8acb00;
  font-weight: bold;
}
.iBanner .detail li:first-child .date .year {
  font-size: 16px;
  color: #8acb00;
  text-align: right;
}
.iBanner .detail li:hover .date {
  color: #8acb00;
}
.iBanner .detail li:hover span {
  background: #8acb00;
}

.iHytz-box {
  margin: 56px 0 0;
}
.iHytz {
  display: flex;
}
.iHytz .hy {
  flex: 0 0 530px;
  margin-left: 26px;
}
.iHytz .hy .detail ul {
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iHytz .hy .detail ul li {
  flex: 0 1 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f8f8f8;
  padding: 0 30px 20px 30px;
  border-radius: 15px;
  box-sizing: border-box;
}
.iHytz .hy .detail ul li:hover {
  background: #8acb00;
}
.iHytz .hy .detail ul li:hover .date,
.iHytz .hy .detail ul li:hover .title {
  color: #fff;
}
.iHytz .hy .detail .line {
  width: 44px;
  height: 6px;
  background: #8acb00;
}
.iHytz .hy .detail .date {
  font-size: 16px;
  margin: 15px 0;
  color: #333333;
}
.iHytz .hy .detail .title {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  color: #333333;
}
.iHytz .tz .detail ul {
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iHytz .tz .detail ul li {
  flex: 0 1 49%;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f8f8f8;
  padding: 0 30px 20px 30px;
  border-radius: 15px;
  box-sizing: border-box;
}
.iHytz .tz .detail ul li:hover {
  background: #8acb00;
}
.iHytz .tz .detail ul li:hover .date,
.iHytz .tz .detail ul li:hover .title {
  color: #fff;
}
.iHytz .tz .detail ul li:nth-child(2n) {
  margin-right: 0;
}
.iHytz .tz .detail .line {
  width: 44px;
  height: 6px;
  background: #8acb00;
}
.iHytz .tz .detail .date {
  font-size: 16px;
  margin: 15px 0;
  color: #333333;
}
.iHytz .tz .detail .title {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.iBanner4 {
  margin: 40px 0 50px;
}

.iXsjl-box {
}
.iXsjl {
  display: flex;
}
.iXsjl .xs {
  display: flex;
  flex-wrap: wrap;
  margin-right: 33px;
  flex: 0 0 930px;
  justify-content: space-between;
}
.iXsjl .xs .item {
  flex: 0 0 49%;
  margin: 0 0 30px 0;
  overflow: hidden;
}
.iXsjl .xs .item .detail li a {
  padding: 14px 0;
  display: flex;
  align-items: center;
}
.iXsjl .xs .item li:hover .date {
  color: #8acb00;
}
.iXsjl .xs .item li:hover span {
  background: #8acb00;
}
.iXsjl .xs .item li .title {
  margin-right: 10px;
}
.iXsjl .xs .item li .date {
  flex: 1 0 80px;
  text-align: right;
  color: #999;
}
.iXsjl .xs .item .detail span {
  flex: 0 0 10px;
  height: 10px;
  background: #dfdfdf;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.iXsjl .xs .item .title {
  font-size: 16px;
}
.iXsjl .zjxh {
}
.iXsjl .zjxh .detail {
  margin: 10px 0 0;
  padding: 25px 35px;
  background: #f8f8f8;
  border-radius: 15px;
}
.iXsjl .zjxh .detail ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.iXsjl .zjxh .detail ul li {
  flex: 0 1 49%;
  margin: 0 0 15px 0;
  border: 1px solid #8acb00;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
}
.iXsjl .zjxh .detail ul li .img_hide {
  display: none;
}
.iXsjl .zjxh .detail ul li a {
  display: flex;
  align-items: center;
}
.iXsjl .zjxh .detail ul li .title {
  margin: 0 0 0 8px;
  color: #8acb00;
  font-size: 18px;
}
.iXsjl .zjxh .detail ul li:hover .img_hide {
  display: block;
}
.iXsjl .zjxh .detail ul li:hover {
  background: #8acb00;
}
.iXsjl .zjxh .detail ul li:hover .img {
  display: none;
}
.iXsjl .zjxh .detail ul li:hover .title {
  color: #fff;
}
.iXsjl .tab {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
.iXsjl .tab p {
  font-size: 26px;
  color: #8acb00;
  font-weight: bold;
}
.iXsjl .tab p:last-child {
  color: #000000;
}

.iXhdj-box {
  background: #f8f8f8;
  padding: 56px 0 72px;
  margin: 20px 0 0;
}
.iXhdj .indextab {
  border-bottom: unset;
}
.iXhdj .indextab a p {
  color: #bc0101;
}
.iXhdj .indextab ul li:first-child::before {
  background: unset;
}
.iXhdj .indextab ul li {
  border-right-color: #bc0101;
}
.iXhdj .indextab ul li.cur a p,
.iXhdj .indextab .more {
  color: #bc0101;
}
.iXhdj .detail {
  display: flex;
  justify-content: space-between;
}
.iXhdj .djxw {
  flex: 0 0 49%;
  padding: 26px 40px 16px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}
.iXhdj .djxw .mt {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}
.iXhdj .djxw .mt .line {
  width: 30%;
  height: 1px;
  background: linear-gradient(to right, #fff, #bc0101);
}
.iXhdj .djxw .mt .line:last-child {
  background: linear-gradient(to right, #bc0101, #fff);
}
.iXhdj .djxw .mt .txt {
  font-size: 26px;
  font-weight: bold;
  color: #bc0101;
  margin: 0 35px;
}
.iXhdj .djxw .mc .top-li {
  padding-bottom: 17px;
  border-bottom: 1px solid #e1e1e1;
}
.iXhdj .djxw .mc .top-li a {
  display: flex;
  align-items: center;
}
.iXhdj .djxw .mc .top-li .pic {
  position: relative;
}
.iXhdj .djxw .mc .top-li .date {
  position: absolute;
  right: -64px;
  top: 50%;
  transform: translateY(-50%);
  background: #bc0101;
  padding: 8px 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iXhdj .djxw .mc .top-li .date .day {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.iXhdj .djxw .mc .top-li .date .year {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.iXhdj .djxw .mc .top-li .title {
  margin: 0 0 0 100px;
  font-size: 18px;
  line-height: 25px;
}
.iXhdj .djxw .mc li:first-child {
  margin-bottom: 10px;
}
.iXhdj .djxw .mc .li {
  line-height: 25px;
}
.iXhdj .djxw .mc .li a {
  display: flex;
  align-items: center;
}
.iXhdj .djxw .mc .li span {
  width: 10px;
  height: 10px;
  background: #dfdfdf;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.iXhdj .djxw .mc .li .title {
  flex: 1 0 auto;
  margin-right: 10px;
}
.iXhdj .djxw .mc a:hover .title,
.iXhdj .djxw .mc a:hover .date {
  color: #bc0101;
}
.iLink-box {
  padding: 50px 0 60px;
}
.iLink .marqueeleft {
  overflow: hidden;
}
.iLink .detail ul {
  float: left;
  margin-top: 20px;
}
.iLink .detail ul li {
  float: left;
  margin-right: 26px;
  overflow: hidden;
}
.iLink .detail ul li .pic {
  width: 230px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #e6e6e6;
}
.iLink .detail ul li p {
  margin: 10px 0 0;
  color: #000;
  text-align: center;
}
.iLink .detail ul li img {
  max-width: 100%;
}
.iLink .detail ul li .tt {
  line-height: 70px;
  text-align: center;
  color: #333333;
}

.main-inset {
  padding: 40px 0 0px;
  display: flex;
}
.main-inset .main-left {
  flex: 0 0 175px;
  overflow: hidden;
}
.main-inset .main-left .mt p {
  font-size: 33px;
}
.main-inset .main-left .mt .line1 {
  float: right;
  margin: 25px 0 0;
  width: calc(100% - 27px);
  height: 12px;
  background: linear-gradient(to right, #8acb00, #cce88f, #fbfdf6);
}
.main-inset .main-left .mt .line2 {
  float: left;
  margin: 5px 0 0;
  width: calc(100% - 27px);
  height: 6px;
  background: linear-gradient(to right, #8acb00, #cce88f, #fbfdf6);
}
.main-inset .main-left ul {
  margin: 32px 0 0;
}
.main-inset .main-left ul li {
  margin: 0 0 28px 0;
  padding-left: 27px;
  position: relative;
}
.main-inset .main-left ul li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background: #d3d3d3;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-inset .main-left ul li a {
  font-size: 16px;
  color: #000;
}
.main-inset .main-left ul li.cur a {
  color: #8acb00;
}
.main-inset .main-left ul li.cur::before {
  background: #8acb00;
}
.main-right {
  margin: 0 0 0 90px;
  flex: 1;
}
.main-right .main-right-nav {
  padding: 0 40px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  background: linear-gradient(to right, #8acb00, #cce88f, #fbfdf6);
}
.main-right .main-right-nav .mt {
  color: #fff;
  font-size: 24px;
}
.main-right .main-right-nav .mc {
  display: flex;
  align-items: center;
}
.main-right .main-right-nav .mc .fa-map-marker {
  color: #8acb00;
  margin: 0 15px 0 0;
  font-size: 18px;
}
.main-right .main-right-nav .crumb a {
  color: #666666;
}

.inset {
  padding: 30px 40px;
}

.article {
  padding: 0;
}
.article .detail {
  background: #f8f8f8;
  padding: 0 30px;
}
.article .detail li {
  border-bottom: 1px solid #ede6e6;
}
.article .detail li a {
  display: flex;
  align-items: center;
  padding: 25px 0px;
  font-size: 16px;
  overflow: hidden;
}
.article .detail li a span {
  margin: 0 25px 0 0;
  width: 13px;
  height: 13px;
  background-color: #c8def1;
  border-radius: 50%;
}
.article .detail li a .title {
  flex: 1 1 auto;
}
.article .detail li a .date {
  flex: 0 0 100px;
  text-align: right;
}
.article .detail li a:hover span {
  background-color: #8acb00;
}
.article .detail li a:hover {
  color: #8acb00;
}
.article-show .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-show .info .title {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.article-show .info .date {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.article-show .info .date p:last-child {
  margin: 0 0 0 20px;
}
.article-show .editor {
  margin: 20px 0 0;
}

.article-img {
  padding: 0;
}
.article-img .detail {
  background: #f8f8f8;
  padding: 0 30px;
}
.article-img .detail li {
  padding: 25px 0;
  border-bottom: 1px solid #ede6e6;
}
.article-img .detail li a {
  display: flex;
  align-items: center;
}
.article-img .detail li .img-full {
  flex: 0 0 200px;
  border-radius: 12px;
  height: 125px;
  overflow: hidden;
}
.article-img .detail li .info {
  margin: 0 0 0 20px;
}
.article-img .detail li .title {
  font-size: 20px;
}
.article-img .detail li .des {
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0;
}
.article-img .detail li .date {
  font-size: 18px;
  color: #8acb00;
}
.article-img .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.xhld .detail {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.xhld .detail li {
  flex: 0 1 calc(88% / 4);
  margin-top: 30px;
}
.xhld .detail li:not(:nth-child(4n)) {
  margin-right: calc(12% / 3);
}
.xhld .detail li a {
  display: flex;
  flex-direction: column;
}
.xhld .detail li .pic {
  height: 270px;
  overflow: hidden;
}
.xhld .detail li .pic img {
  max-width: 100%;
}
.xhld .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.xhld .detail li .tt {
  line-height: 40px;
  font-size: 22px;
  text-align: center;
  color: #0e050a;
}
.xhld_show .introduce .img {
  width: 225px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.xhld_show .introduce .img img {
  max-width: 100%;
}
.xhld_show .introduce .tt {
  font-size: 16px;
  margin: 10px 0;
}

.product .detail {
  display: flex;
  flex-wrap: wrap;
}
.product .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product .detail li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.product .detail li .img-full {
  border-radius: 12px;
  height: 240px;
  overflow: hidden;
}
.product .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.product .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.product-img .detail {
  display: flex;
  flex-wrap: wrap;
}
.product-img .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-img .detail li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.product-img .detail li .img-full {
  border-radius: 12px;
  height: 400px;
  overflow: hidden;
}
.product-img .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.product-img .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.page .editor {
  font-size: 16px;
}
.job {
  padding: 30px 0;
}
.job .job-title {
  font-size: 44px;
  margin: 0 0 40px 0;
}
.job .detail a {
  padding: 38px 48px;
  background-color: #f8f8f8;
  display: block;
  margin: 0 0 20px 0;
}
.job .detail .title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  padding: 0 0 22px 0;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.job .detail .des {
  margin: 26px 0 0;
  font-size: 18px;
}
.job .detail .ask {
  margin: 14px 0 0;
  font-size: 18px;
}
.job .detail .des span,
.job .detail .ask span {
  font-weight: bold;
}

.login-login {
  background: url("../images/register-bg.png") no-repeat center;
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.login-login .company {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 0;
}
.login-login .company .name {
  display: flex;
  margin: 30px 0 0;
  font-size: 40px;
  color: #fff;
}
.login-login .company .name {
  display: flex;
  margin: 30px 0 0;
  font-size: 40px;
  color: #fff;
}
.login-login .detail {
  max-width: 960px;
  margin: 40px auto 0;
  padding: 0 0 50px 0;
  border-radius: 10px;
  background: #fff;
}
.login-login .detail .tip-btn {
  display: flex;
  justify-content: flex-end;
  margin: 0 16px 0 0;
}
.login-login .detail .tip-btn a {
  display: flex;
  padding: 16px 12px;
  background: #e9f5e9;
  color: #077c4a;
  border-radius: 0 0 6px 6px;
}
.login-login .detail .tab {
  display: flex;
  justify-content: center;
  color: #077c4a;
  margin: 0 0 50px 0;
}
.login-login .detail .tab a {
  margin: 0 16px;
  position: relative;
  font-size: 24px;
  color: #000;
  padding: 0 0 16px 0;
}
.login-login .detail .tab a.cur {
  color: #077c4a;
}
.login-login .detail .tab a.cur::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 6px;
  border-radius: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #077c4a;
}
.login-login .detail form {
  max-width: 560px;
  margin: 0 auto;
}
.login-login .detail .login {
  max-width: 360px;
  margin: 0 auto;
}
.login-login .detail form .layui-input,
.login-login .detail form .layui-select,
.login-login .detail form .layui-textarea {
  border-radius: 10px;
  height: 60px;
  background: #f3f5f9;
}
.login-login .detail form .layui-form-label {
  width: 160px;
  text-align: left;
  font-size: 16px;
  color: #000;
  line-height: 40px;
}
.login-login .detail form .layui-input-block {
  margin-left: 190px;
}
.login-login .detail form .w220 {
  width: 220px;
}
.login-login .detail form .layui-btn {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border-radius: 10px;
}
.login-login .detail form .bg-077c4a {
  background: #077c4a;
}
.login-login .detail form #captchaPic {
  width: 130px;
  height: 60px;
}
.login-login .detail form .layui-form-mid {
  padding: 0 !important;
}
.login-login .detail form .submit {
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-login .detail form .submit .layui-btn {
  width: 400px;
  font-size: 20px;
}
.login-login .detail form .submit a {
  margin: 40px 0 0;
  font-size: 16px;
  color: #077c4a;
}
.login-login .detail form .city {
  display: flex;
  justify-content: space-between;
}
.login-login .detail form .city .layui-input-inline {
  width: 118px !important;
  margin: 0;
}

/* 登录 */
.login-login .j-tab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-login .j-tab-nav a {
  padding: 0 10px;
  color: #999999;
  font-size: 18px;
  border-right: 2px solid #999;
  display: flex;
}
.login-login .j-tab-nav a:last-child {
  border-right: unset;
}
.login-login .j-tab-nav a.current {
  color: #077c4a;
}
.login-login .j-tab-con {
  margin: 30px 0 0;
}
.login-login .j-tab-con .tab-item {
  display: none;
}
.login-login .j-tab-con .tab-item:first-child {
  display: block;
}
.login-login .j-tab-con .con-item {
  display: flex;
  flex-direction: column;
}
.login-login .j-tab-con .row {
  display: flex;
  align-items: center;
  flex: 1;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.login-login .j-tab-con .left {
  height: 60px;
  flex: 1 1 auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background: #f3f5f9;
}
.login-login .j-tab-con .left p {
  width: 65px;
  padding: 0 0 0 24px;
  color: #000;
  font-size: 16px;
}
.login-login .j-tab-con .left .line {
  height: 22px;
  width: 1px;
  background: #dadada;
  margin: 0 15px 0 0;
}
.login-login .j-tab-con .left .input,
.login-login .j-tab-con .left input {
  height: 100%;
  border: unset;
  background: #f3f5f9;
  font-size: 16px;
  border-radius: 0 10px 10px 0;
  width: 100%;
  flex: 1;
}

.login-login .j-tab-con .code {
  flex: 1 0 120px;
  margin: 0 0 0 20px;
}
.login-login .j-tab-con .code img {
  max-width: 100%;
  height: 60px;
  overflow: hidden;
}
.login-login .j-tab-con .code img {
  max-width: 100%;
  height: 60px;
  overflow: hidden;
}
.login-login .login .submit .action {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.login-login .login .submit .action a {
  margin: 20px 0 0;
}
.layui-form-label span {
  color: #eb3a3a;
}

/* 会员中心 */
.uWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.uHeader {
  background-color: #fff;
}
.uHeader .user-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
}
.uHeader .user-top .logo img {
  width: 190px;
}
.uHeader .user-top .user-news {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin: 0 0 0 80px;
}
.uHeader .user-top .user-news p {
  color: #000;
}
.uHeader .user-top .user-news p.tip,
.uHeader .user-top .user-news p.date {
  white-space: nowrap;
}
.uHeader .user-top .swiper-container {
  height: 65px;
  margin: 0 0 0 10px;
}
.uHeader .user-top .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
}
.uHeader .user-top .swiper-container .swiper-slide p.title {
  margin: 0 40px 0 0;
}
.uHeader .user-top .swiper-container .swiper-slide p {
  color: red;
}
.uHeader .user-top .login {
  flex: 0 0 300px;
  display: flex;
  align-items: center;
  justify-content: end;
  white-space: nowrap;
}
.uHeader .user-top .login span {
  color: #66c38b;
  margin: 0 10px;
}
.uHeader .user-top .login .nickname {
  color: #66c38b;
}
.uMian {
  flex: 1;
  background: #eef4f4;
}
.user-main {
  display: flex;
  margin: 40px auto 60px;
}
.user-main .member-left {
  flex: 0 0 240px;
  background-color: #fff;
  box-shadow: 0 3px 10px 7px rgba(80, 80, 80, 0.1);
  border-radius: 6px;
  margin: 0 24px 0 0;
}
.user-main .member-right {
  flex: 1 0 240px;
  padding: 50px 25px;
  background: #f7fbfc;
  box-shadow: 0 3px 10px 7px rgba(80, 80, 80, 0.1);
  border-radius: 6px;
}
.member-menu .tt {
  display: flex;
  align-items: center;
  height: 48px;
  background-color: #66c38b;
  color: #fff;
}
.member-menu .tt a {
  flex: 1;
  color: #fff;
}
.member-menu .icon,
.member-menu .item .icon {
  flex: 0 0 80px;
  display: flex;
  justify-content: center;
  font-size: 30px;
}
.member-menu .list .item {
  display: flex;
  align-items: center;
  height: 48px;
  color: #a5a5a5;
  padding: 0 20px 0 0;
}
.member-menu .list .item .title {
  flex: 1;
}
.member-menu .list .item .more {
  font-size: 24px;
  color: #ccdddd;
}
.member-menu .list ul {
  /* display: none; */
}
.member-right .user-info .mt {
  display: flex;
  align-items: baseline;
  padding-bottom: 32px;
  border-bottom: 1px solid #d3e0e3;
}
.member-right .user-info .mt p {
  font-size: 25px;
  color: #333;
}
.member-right .user-info .mt span {
  margin-left: 30px;
  color: #999;
}
.member-right .user-info .mt span a {
  color: #999;
}
.member-right .user-info .mc {
  margin-top: 30px;
}
.member-right .user-info .mc .bank p {
  line-height: 1.8;
  font-size: 16px;
}
.member-right .user-info label {
  color: #333;
}
.member-right .user-info label span {
  color: red;
}
.member-right .information {
  display: flex;
  flex-wrap: wrap;
}
.member-right .information .layui-form-label{
  width: 140px;
}
.member-right .information .layui-input-block{
  margin-left: 180px;
}
.member-right .information .layui-input-block input{
  width: 100%;
}
.member-right .information .submit{
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}
.member-right .information .row {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  height: 58px;
  margin-bottom: 4px;
}
.member-right .information .row .title {
  flex: 0 0 140px;
  padding-left: 30px;
  background: #66c38b;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
}
.member-right .information .row .info {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  padding-left: 30px;
  background: #fff;
  font-size: 16px;
}
.member-right .information .row .info img {
  max-width: 100%;
  max-height: 100%;
}
.member-right .information .pic{
  padding-left: 10px;
}
.member-right .information .layui-form-item .layui-input-inline .business_image{
  width: 200px;
  max-width: 100%;
}

/* 证书 */
.user_certificate_detail .con-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user_certificate_detail .detail {
  width: 700px;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.user_certificate_detail .download {
  width: 700px;
  display: flex;
  justify-content: center;
}
.user_certificate_detail .user_certificate_bg {
  width: 100%;
}
.user_certificate_detail .con {
  position: absolute;
  width: 100%;
  height: calc(100% - 20px);
  left: 0;
  top: 0;
  padding: 40px 60px;
  box-sizing: border-box;
}
.user_certificate_detail .con .logo img {
  max-width: 100%;
}
.user_certificate_detail .con .member_no {
  margin-top: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.user_certificate_detail .con .text {
  margin: 0 20px;
  color: #010101;
  font-weight: bold;
  font-size: 12px;
}
.user_certificate_detail .con .info-box {
  display: flex;
}
.user_certificate_detail .con .avatar {
  width: 70px;
  height: 90px;
  overflow: hidden;
  margin-right: 20px;
  margin-left: 50px;
}
.user_certificate_detail .con .avatar img {
  max-width: 100%;
}
.user_certificate_detail .con .infos .info-top {
  display: flex;
}
.user_certificate_detail .con .info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
}
.user_certificate_detail .con .info .row {
  display: inline-flex;
  align-items: center;
  margin-bottom: 6px;
}
.user_certificate_detail .con .info .row.column {
  flex-direction: column;
  align-items: flex-start;
}
.user_certificate_detail .con .info .row .label {
  width: 65px;
  white-space: nowrap;
  color: #000000;
}
.user_certificate_detail .con .qrcode_title {
  margin: 5px 0;
}
.user_certificate_detail .con .presenter-box {
  position: absolute;
  left: 100px;
  bottom: 95px;
  width: 90px;
  transform: rotate(209deg);
}
.user_certificate_detail .con .presenter-box img {
  max-width: 100%;
}
/* 证书end */

.mobileFixed {
  display: none;
}
.orientation {
  margin: 40px 0 0;
}
.orientation .next {
  margin: 10px 0 0;
}
/* 底部波纹 */
.footerWave-box {
  position: relative;
  z-index: 50;
  width: 100%;
  overflow: hidden;
  height: 80px;
}
.footerWave {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 80px;
}
.footerWave > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footerWave .wave-g > use {
  animation: move-forever 12s linear infinite;
}
.footerWave .wave-g > use:nth-child(1) {
  animation-delay: -2s;
  opacity: 0.5;
}
.footerWave .wave-g > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
  opacity: 0.7;
}
.footerWave .wave-g > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.iFixed {
  display: none;
  position: fixed;
  z-index: 999;
}
.iFixed .iFixed-box {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 50px;
  height: 52px;
  background-color: #d2ebd8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
}
/* 底部 */
.footer {
  background: url("../images/footer-bg.png") no-repeat center;
  background-size: cover;
}
.footer-top {
  background-size: 100% 100%;
  background-position: 50%;
}
.footer-top .container {
  display: flex;
  padding: 50px 0;
  justify-content: space-around;
  border-bottom: 1px solid #4c4c4c;
}
.footer-top .address-box {
  display: flex;
  align-items: center;
}
.footer-top .address-box .address {
  margin: 0 0 0 20px;
}
.footer-top .address-box .address p {
  margin: 14px 0 0;
  color: #fff;
}
.footer-top .menu {
  flex: 0 0 250px;
  display: flex;
  flex-wrap: wrap;
}
.footer-top .menu li {
  flex: 0 0 49%;
}
.footer-top .menu li a {
  color: #fff;
}
.footer-top .wechat p {
  text-align: center;
  color: #fff;
  margin: 20px 0 0;
}

.footer-bottom {
  padding: 35px 0;
}
.footer-bottom .copyright {
  display: flex;
  justify-content: center;
  color: #fff;
}
.footer-bottom .copyright * {
  color: #fff !important;
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 10px;
  margin: 5px;
}
.mypage li.active {
  background: #6eb50b;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
