body {
  font: 14px pxPingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
  background: #fff;
}
.phone {
  display: none;
}
.container {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main {
  flex: 1;
}
.footer,
.header {
  flex: 0;
}
a:hover {
  text-decoration: none;
  color: rgb(199 25 31);
  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;
  padding: 20px 0 0 0;
  /* box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%); */
}
.pc-nav .nav {
  display: flex;
  flex-direction: column;
}
.pc-nav .nav .logo {
  flex: 1;
  display: flex;
  align-items: center;
}
.pc-nav .nav .logo a {
  display: flex;
  align-items: center;
  width: 250px;
}
.pc-nav .nav .logo a img {
  max-width: 100%;
}
.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: rgb(199 25 31);
  text-align: center;
}
.pc-nav .nav .logo img {
  max-width: 100%;
}
.pc-nav .nav .menu {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.pc-nav .nav .menu li {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-right: 1px solid #eeeeee;
}
.pc-nav .nav .menu li:last-child {
  border-right: unset;
}
.pc-nav .nav .menu li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  font-size: 16px;
  white-space: nowrap;
}
.pc-nav .nav .menu li .line {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: rgb(199 25 31);
}
.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: 40px;
  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: rgb(199 25 31);
}
.pc-nav .nav .menu li:hover .line {
  display: block;
}
.pc-nav .nav .menu li:hover .menu-son {
  display: block;
}
.header-gap {
  height: 129px;
}

/* 内页导航 */
.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: 40px;
  border-bottom: 1px solid rgba(221, 221, 221, 1);
}
.sidenav .container .left {
  display: flex;
}
.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 {
}

.iNews {
  display: flex;
}
.iNews .index-banner {
  flex: 0 0 495px;
  height: 297px;
  overflow: hidden;
}
.iNews .index-banner .swiper-slide {
  height: 297px;
  overflow: hidden;
}
.iNews .index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iNews .swiper-pagination-bullet {
  border-radius: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  background: rgba(255, 255, 255, 0.35);
}
.iNews .swiper-pagination-bullet-active {
  color: #fff;
  background: rgba(251, 207, 51, 1);
}
.iNews .list {
  margin: 0 0 0 20px;
  flex: 1;
}
.iNews .list .item {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dotted #ccc;
}
.iNews .list .item .title {
  flex: 1;
  font-size: 14px;
  color: #fff;
}
.iNews .list .item .date {
  flex: 0 0 67px;
  margin-left: 8px;
  color: #fff;
  text-align: right;
  font-size: 12px;
}
.iNews .list .item:hover .title,.iNews .list .item:hover .date{
  color: #c7191f;
}
.iNews .detail {
  margin: 20px 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.iNews .detail .detail-item {
  flex: 0 0 326px;
  padding-bottom: 10px;
}
.iNews .detail .detail-item .top {
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 40px;
  background:rgb(52 116 173);;
  color: #fff;
}
.iNews .detail .detail-item .top span:nth-child(2) {
  margin: 0 0 0 15px;
}
.iNews .detail .detail-list {
}
.iNews .detail-list .item {
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  min-height: 88px;
  border-bottom-color: #ddd;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding: 0 0 10px 0;
}
.iNews .detail-list .pic {
  flex: 0 0 120px;
  height: 88px;
  overflow: hidden;
}
.iNews .detail-list .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iNews .detail-list .info {
    margin: 0 0 0 20px;
    flex: 1;
}
.iNews .detail-list .title {
  line-height: 24px;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  min-height: 48px;
}
.iNews .detail-list .date-box {
  display: flex;
}.iNews .detail-list .date {
  flex: 1;
  color:#fff;
}
.iNews .detail-list .hits {
  display: flex;
}
.iNews .detail-list .date-box {
  display: flex;
}
.iNews .detail-list .hits {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #bbb;
}
.iNews .detail li .hits i {
  margin: 0 5px 0 0;
}
.iNews .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.iNews .detail-list .item:hover .title{
  color: #c7191f;
}
.iNews .detail-list .item:hover img{
  transform: scale(1.1, 1.1);
}
.inset {
  padding: 30px 40px;
}

.article .detail li {
  margin: 0 0 13px 0;
  background-color: #f6fbfe;
}
.article .detail li a {
  display: flex;
  align-items: center;
  padding: 25px 40px;
  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: rgb(199 25 31);
}
.article .detail li a:hover {
  color: rgb(199 25 31);
}
.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-show .orientation{
  margin: 20px 0 0;
  line-height: 1.6;
}
.article-show .orientation .next{
  margin: 10px 0 0;
}

.article-img .detail {
}
.article-img .detail li a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom-color: #ddd;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
.article-img .detail li .img-full {
  width: 116px;
  height: 88px;
  overflow: hidden;
}
.article-img .detail li .info {
  flex: 1;
  padding-left: 12px;
}
.article-img .detail li .info .title {
  color: #222;
  font-weight: bold;
  line-height: 24px;
}
.article-img .detail li .info .des {
  margin-top: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #999;
}
.article-img .detail li .info .date {
  margin-top: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #999;
}
.article-img .detail li .hits {
  display: flex;
  flex: 0 0 1;
  font-size: 12px;
  color: #bbb;
}
.article-img .detail li .hits i {
  margin: 0 5px 0 0;
}
.article-img .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.article-img .detail li:hover .title,.article-img .detail li:hover .des,.article-img .detail li:hover .date{
  color: #c7191f;
}

.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 .pic {
  border-radius: 12px;
  height: 140px;
  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;
}

/* 底部波纹 */
.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 {
}
.footer-top {
  background-color: rgb(68, 68, 68);
}
.footer-top .container {
  display: flex;
  align-items: center;
  height: 128px;
}
.footer-top .address {
  flex: 1;
}
.footer-top .address-item {
  margin: 6px 0 0;
}
.footer-top .address-item {
  margin: 6px 0 0;
  flex: 1;
}
.footer-top .address-item i {
  color: #fff;
}
.footer-top .address-item span {
  color: #fff;
}
.footer-top .wechat img {
  width: 110px;
}

.footer-bottom {
  padding: 15px 0;
  background: #fff;
}
.footer-bottom .copyright {
  display: flex;
  justify-content: center;
  color: #000;
}
.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: rgb(199 25 31);
  color: #ffffff;
}
.mypage .rows {
  border: none;
}