/* 公共样式 */
header {
}
.headerPC .containers {
  padding-left: 150px;
  padding-right: 60px;
}
.logo {
  left: 0;
}

.logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo a img {
  margin-right: 10px;
}

.hPCNav {
  text-align: right;
}
.hPCNav li {
  position: relative;
  text-align: center;
  margin: 0px 20px;
}
.hPCNav li a {
  display: block;
  font-size: 16px;
}
.hPCNav li:hover .hPCNav1 a,
.hPCNav li.active .hPCNav1 a {
  color: rgb(170, 205, 6);
}
.hPCNav1 a {
  padding: 40px 0;
}
.hPCNav2 {
  /* display: none; */
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  background-color: white;
  text-align: left;
  padding: 10px 0;
  border-top: 2px solid rgb(170, 205, 6);
  transition: all 0.5s;
  opacity: 0;
  z-index: -100;
}
.hPCNav li:hover .hPCNav2 {
  top: 98px;
  opacity: 1;
  z-index: 1000;
}
.hPCNav2 a {
  padding: 10px 20px;
}
.hPCNav2 a:hover {
  background-color: rgb(170, 205, 6);
  color: white;
}
.hFontChange {
  right: 0;
  cursor: pointer;
}
.hFontChange,
.hFontChange a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(170, 205, 6);
  color: white;
  display: block;
  text-align: center;
  line-height: 30px;
}
.headerMB {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgb(218, 218, 218);
  display: none;
}
.headerMBTitle {
  position: relative;
  padding: 5px 16px;
}
.headerMBTitle a {
  display: block;
  max-width: 40%;
}
.headerMBTitle a img {
  max-height: 40px;
  display: block;
}
.headerMBTitle button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  border: none;
}
.headerMBTitle button img {
  width: 30px;
}
.mbFontChange {
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(170, 205, 6);
  color: white;
  display: block;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.headerMBList {
  border-top: 1px solid rgb(218, 218, 218);
  padding: 10px 0;
  display: none;
}
.headerMBList li a {
  display: block;
  padding: 6px 16px;
}
.headerMBList li.active a {
  color: rgb(170, 205, 6);
}
footer {
  background: url("../image/bg4.png") no-repeat right 30% bottom;
}
.footer1 {
  padding-top: 80px;
  padding-bottom: 200px;
}
.fInfo {
  position: relative;
  padding: 0px 10%;
  color: rgb(49, 49, 49);
}
.fInfo::after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  border-left: 1px solid rgb(238, 238, 238);
  border-right: 1px solid rgb(238, 238, 238);
}
.fInfo h4,
.fPhone h4 {
  font-size: 20px;
  font-weight: bold;
}
.fInfo p {
  margin-top: 10px;
}
.fPhone {
  padding-left: 30px;
  color: rgb(49, 49, 49);
  position: relative;
}

.fPhone p {
  margin-top: 10px;
}
.fPhone p:first-of-type {
  font-size: 30px;
}
.footer2 {
  background-color: rgb(77, 78, 86);
  color: white;
  text-align: center;
  padding: 40px 0;
  font-weight: bold;
}
.footer1 li:last-of-type {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  position: relative;
}
/* 公共样式 */

/* 首页 */
.banner {
}
.banner .ban .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  border-radius: 8px;
  background-color: white;
  opacity: 1;
  margin: 0 10px;
}
.ban .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(170, 205, 6);
}
.mainTitle {
  text-align: center;
}
.mainTitle h4 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.mainTitle span {
  display: block;
  width: 60px;
  height: 6px;
  border-radius: 6px;
  background-color: rgb(170, 205, 6);
  margin: 0 auto;
}
.main1 {
  background-color: rgba(169, 205, 6, 0.034);
  position: relative;
  z-index: 10;
}
.m1Profile {
  position: relative;
}
.m1bg1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.m1bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.m1Profile .containers {
  z-index: 10;
}
.m1Profile {
  margin-top: 100px;
}
.m1ProText {
  display: inline-block;
  width: 45%;
  min-height: 400px;
  text-align: left;
}
.m1ProText h4 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 34px;
}
.m1ProText h4 span {
  display: inline-block;
  vertical-align: bottom;
}
.m1ProText h4 i {
  color: rgb(170, 205, 6);
  display: inline-block;
  vertical-align: bottom;
  margin-left: 14px;
  transform: translateY(4px);
}
.m1ProText p {
  font-size: 16px;
  line-height: 30px;
}
.m1Img {
  z-index: 3;
}
.m1Profile .m1Img {
  right: 0;
}
.m1Img img {
  width: 600px;
}
.m1Img video {
  width: 650px;
  position: relative;
  left: -40px;
}
.more a {
  display: inline-block;
  width: 300px;
  height: 58px;
  line-height: 58px;
  background-color: rgb(76, 77, 85);
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
}
.more a:hover {
  background-color: rgb(170, 205, 6);
}
.more a i {
  font-weight: normal;
  font-size: 14px;
  margin-left: 6px;
}
.m1ProText .more {
  margin-top: 60px;
}
.m2Profile {
  position: relative;
  text-align: right;
  margin-top: 200px;
  padding-bottom: 200px;
}
.m2Profile > img {
  z-index: 1;
  left: 0;
}
.m2Profile .m1Img {
  left: 40px;
}
.m2Profile .m1Img img {
  width: 590px;
}
.m2List li a {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.m2Title {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  /* height: 80%; */
  background: url("../image/bg3.png") no-repeat center center/100% 100%;
  padding: 30px 0.5em;
  width: 2em;
  font-size: 36px;
  color: white;
  text-align: center;
}
.m2List {
  margin-top: 30px;
}
.m2List li {
  margin-bottom: 20px;
}
.main3 {
  padding: 60px 0;
}
.m3List {
  margin-top: 30px;
  margin-bottom: 40px;
}
.m3Img {
  position: relative;
  overflow: hidden;
}
.m3Img img:first-of-type {
  transition: all 0.5s;
}
.m3Img .m3icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.m3List li a:hover .m3Img img:first-of-type {
  transform: scale(1.2);
}
.m3Cont {
  padding: 10px 0;
}
.m3Cont span {
  display: block;
  color: rgb(98, 98, 98);
  /* color: rgb(170, 205, 6); */
}
.m3Cont h4 {
  font-size: 18px;
  font-weight: bold;
  /* color: rgb(170, 205, 6); */
  color: rgb(49, 49, 49);
  margin: 6px 0px 10px;
}
.m3Cont p {
  color: rgb(98, 98, 98);
  line-height: 24px;
}
.m3List li a:hover span,
.m3List li a:hover h4 {
  color: rgb(170, 205, 6);
}
.main4 {
  padding: 60px 0;
  background-color: rgb(245, 247, 248);
}
.m4Banner {
  margin-top: 30px;
}
.m4Banner ul {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.m4Banner li {
  -webkit-box-flex: 0 0 18%;
  -webkit-flex: 0 0 18%;
  flex: 0 0 18%;
  margin-bottom: 20px;
}
.m4Banner li img {
  border-radius: 6px;
}
.m4Banner li:hover {
  box-shadow: 0px 0px 10px 0px rgb(204, 204, 204);
}
.m4ban {
  padding-bottom: 20px;
}
.m4ban .m4Pagin {
  bottom: 0;
}
.m4ban .m4Pagin .swiper-pagination-bullet {
  background-color: rgb(179, 179, 179);
  margin: 0 10px;
  opacity: 1;
}
.m4ban .m4Pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(170, 205, 6);
}
/* 首页 */
/* 关于我们 */
.about {
}
.aboutTitle {
  font-size: 40px;
  color: rgb(49, 49, 49);
  margin-bottom: 40px;
}
.aboutTitle p {
  color: rgb(204, 204, 204);
}
.about2 {
  background-color: rgb(242, 242, 242);
}
.about1Cont {
  font-size: 17px;
  line-height: 30px;
}
/* 关于我们 */
/* 企业文化 */
.cpctM11 li {
  position: relative;
}
.cpctM11Cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.377);
  padding: 30px;
}
.cpctM11CBox {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 30px;
  color: white;
  /* transition: all 0.5s; */
}
.cpctM11CBox > img {
  display: block;
  margin: 0 auto;
  width: 80px;
}
.cpctM11CBox h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.cpctM11CBox > p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.cpctM11CBox > div {
  font-size: 15px;
  line-height: 24px;
}
.cpctM11 ul {
  justify-content: space-between;
}
.cpctM11 li {
  -webkit-box-flex: 0 0 48%;
  -webkit-flex: 0 0 48%;
  flex: 0 0 48%;
  cursor: pointer;
}
/* .cpctM11 li:hover  */
.cpctM11 li:hover .cpctM11Cont {
  background-color: transparent;
}
.cpctM11 li:hover .cpctM11CBox {
  background-color: rgb(170, 205, 6, 0.9);
}
.cpctM12 {
  margin-top: 30px;
}
.cpctM12 li {
  -webkit-box-flex: 0 0 31.5%;
  -webkit-flex: 0 0 31.5%;
  flex: 0 0 31.5%;
}
.cpctM12Box {
  padding: 40px;
  padding-top: 70px;
  background-color: rgb(242, 242, 242);
  height: 100%;
  color: rgb(128, 128, 128);
  transition: all 0.5s;
}
.cpctM12Box:hover {
  background-color: rgb(170, 205, 6);
}
.cpctM12Img {
  text-align: center;
  margin-bottom: 30px;
}
.cpctM12Img img {
  display: none;
  margin: 0 auto;
}
.cpctM12Img img:first-of-type {
  display: block;
}
.cpctM12Box:hover .cpctM12Img img:first-of-type {
  display: none;
}
.cpctM12Box:hover .cpctM12Img img:nth-of-type(2) {
  display: block;
}
.cpctM12Box:hover {
  color: white;
}
.cpctM12Text h4 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.cpctM12Text > p {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.cpctM12Text > div {
  font-size: 15px;
  line-height: 30px;
}
.cpctM21 {
  position: relative;
}
.cpctM21Title {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}
.cpctM21 > img {
  display: block;
  width: 100%;
}
.cpctM22 {
  position: relative;
  padding: 60px 0;
}
.cpctM21Cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.cpctM21Cont::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 300px;
  z-index: -1;
}
.cpctM21Cont li {
  /* display: none; */
  width: 600px;
  margin: 0 auto;
  transition: all 0.5s;
  transform: translate(-50%, -100px);
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.cpctM21Cont li.active {
  /* display: block; */
  transform: translate(-50%, 0px);
  opacity: 1;
}
.cpctM21Cont li > h4 {
  font-size: 150px;
  text-align: center;
  color: white;
}
.cpctM21Ctext {
  width: 600px;
  height: 300px;
  background-color: rgb(170, 205, 6);
  color: white;
  padding: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
}
.cpctM21Ctext h4 {
  font-size: 30px;
  margin-bottom: 10px;
}
.cpctM21Ctext p {
  font-size: 15px;
  line-height: 30px;
}
/* .cpctM22::before{
        content:'';
        display: block;
        position: absolute;
        top: -200px;
        left: 0;
        width: 100%;
        height: 200px;
        background-color: rgba(0, 0, 0, 0.3);
    } */
.cpctM22::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: rgb(217, 223, 229);
  margin-top: -30px;
  z-index: -1;
}

.cpctM2Time {
  text-align: center;
  cursor: pointer;
}
.cpctM2Time span {
  padding: 10px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgb(179, 179, 179);
  display: block;
  margin: 0 auto;
  background-color: white;
}
.cpctM2Time span i {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../image/cp41.png") no-repeat center center/contain;
}
.cpctM2Time p {
  font-size: 28px;
  color: rgb(166, 166, 166);
  margin-top: 20px;
}
.cpctM22ban .swiper-slide.active .cpctM2Time span i,
    /* .cpctM2Time.active span i, */
    .cpctM2Time:hover span i {
  background: url("../image/cp42.png") no-repeat center center/contain;
}
.cpctM22ban .swiper-slide.active .cpctM2Time span,
    /* .cpctM2Time.active span, */
    .cpctM2Time:hover span {
  border-color: rgb(170, 205, 6);
  background-color: rgb(170, 205, 6);
}
/* .cpctM2Time.active p, */
.cpctM2Time:hover p {
  color: rgb(49, 49, 49);
}

.cpctM22ban .swiper-slide.active p {
  color: rgb(49, 49, 49);
}
.cpctM22_next {
  transform: translateY(-30px);
}
.cpctM22_prev {
  transform: translateY(-30px);
}
.cpctM22_next::after,
.cpctM22_prev::after {
  font-size: 24px;
  color: rgb(170, 205, 6);
  font-weight: bold;
}

/* 企业文化 */
/* 荣誉资质 */
.honorBan {
  padding-top: 40px;
}
.honorBox {
  padding: 30px;
  background-color: rgb(242, 242, 242);
  transition: all 0.5s;
  border-bottom: 4px solid transparent;
}
.honorBox:hover {
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgb(204, 204, 204);
  transform: translateY(-10px);
  border-color: rgb(170, 205, 6);
}
.honorImg {
}
.honorImg img {
  width: 100%;
  display: block;
}
.honorCont {
  padding: 10px 0 0;
}
.honorCont p {
  text-align: right;
  padding: 4px 0;
  border-bottom: 1px solid rgb(223, 223, 223);
  margin-bottom: 10px;
}
.honorCont p img {
  width: 24px;
}
.honorCont h4 {
  color: rgb(68, 68, 68);
}
.honorBtn {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.honorBtn .honor_next,
.honorBtn .honor_prev {
  position: static;
  margin: 0;
  display: inline-block;
  background-color: rgb(204, 204, 204);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 20px;
  opacity: 1;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.honorBtn .honor_next:hover,
.honorBtn .honor_prev:hover {
  background-color: rgb(170, 205, 6);
}
.honorBtn .honor_next:hover::after,
.honorBtn .honor_prev:hover::after {
  color: white;
}
.honorBtn .swiper-button-next.swiper-button-disabled,
.honorBtn .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.honorBtn .honor_next::after,
.honorBtn .honor_prev::after {
  font-size: 20px;
  color: black;
  font-weight: bold;
}
.showBigImg {
  display: none;
}
.showBigImg.active {
  display: block;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}
.showImgBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  height: 70%;
}
.showImgBox img {
  /* width: 100%; */
  height: 100%;
}
/* 荣誉资质 */
/* 产品中心 */
.product > h4 {
  font-size: 40px;
  text-align: center;
}
.productNav {
  margin-top: 30px;
  margin-bottom: 40px;
}
.productNav li {
  margin: 0px 5px;
}
.productNav li a {
  padding: 6px 12px;
  border: 1px solid rgb(238, 238, 238);
  color: rgb(119, 119, 119);
}
.productNav li a:hover,
.productNav li.active a {
  border-color: rgb(170, 205, 6);
  color: white;
  background-color: rgb(170, 205, 6);
}
.productList li a {
  position: relative;
}
.productList ul {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.productList li {
  -webkit-box-flex: 0 0 23%;
  -webkit-flex: 0 0 23%;
  flex: 0 0 23%;
  margin-bottom: 20px;
}
.productList i {
  flex: 0 0 23%;
  margin-bottom: 20px;
}
.productImg {
  position: relative;
}
.productImg > div {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.5s;
}
.productList li a:hover .productImg > div {
  opacity: 1;
}
.productCont {
  padding: 30px 16px;
}
.productCont h4 {
  font-size: 16px;
  color: rgb(68, 68, 68);
  margin-bottom: 10px;
}
.productCont p {
  color: rgb(179, 179, 179);
}
.productPageNav li {
  margin: 0 10px;
}
.productPageNav li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgb(242, 242, 242);
  border-radius: 50%;
  text-align: center;
  color: rgb(153, 153, 153);
}
.productPageNav li a:hover {
  background-color: rgb(170, 205, 6);
  color: white;
}
.productTipsText {
  text-align: center;
  font-size: 16px;
  color: rgb(102, 102, 102);
  line-height: 24px;
  margin-bottom: 60px;
  padding: 60px 80px;
  background-color: rgb(242, 242, 242);
}
/* 产品中心 */
/* 新闻中心 */
.newsList {
}
.newsList li {
  margin-bottom: 20px;
  cursor: pointer;
}
.newsList li:hover h4 {
  color: rgb(170, 205, 6);
}
.newsList li:hover .newsCont {
  border-color: rgb(170, 205, 6);
}
.newsList li:hover .newsTime span {
  color: rgb(170, 205, 6);
}
.newsList li:hover .newsTime i {
  background: url("../image/right_1.png") no-repeat center center/cover;
}
.newsCont {
  padding: 30px 0;
  border-bottom: 1px solid rgb(226, 228, 230);
}
.newsCont h4 {
  font-size: 17px;
  margin-bottom: 10px;
}
.newsCont p {
  color: rgb(153, 153, 153);
}
.newsTime {
  padding: 20px 0;
  position: relative;
}
.newsTime span {
  color: rgb(136, 136, 136);
}
.newsTime i {
  display: block;
  width: 30px;
  height: 8px;
  background: url("../image/right.png") no-repeat center center/cover;
  right: 0;
}
/* 新闻中心 */
/* 新闻详情 */
.newsDetail {
}
.newsDtLeft {
  padding-right: 90px;
}
.newsDtTitle {
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(235, 235, 235);
  margin-bottom: 30px;
}
.newsDtTitle h4 {
  font-size: 28px;
  margin-bottom: 10px;
}
.newsDtTitle p {
  color: rgb(166, 166, 166);
}
.newsDtCont {
  font-size: 15px;
  line-height: 30px;
}
.newsDtRight {
  width: 370px;
}
.newsDtRBox h4 {
  font-size: 16px;
  margin-bottom: 16px;
}
.newsDtRBox li {
  border-top: 1px solid rgb(235, 235, 235);
}
.newsDtRBox li a {
  padding: 14px 0px;
}
.newsDtRBox li a:hover {
  color: rgb(170, 205, 6);
}
.newdtOther {
  border-top: 1px solid rgb(234, 234, 234);
  margin-top: 30px;
}
.newdtOther li a {
  display: block;
  padding: 40px 20px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgb(102, 102, 102);
}
.newdtOther li a span {
  display: block;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newdtOther li a span::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: rgb(218, 218, 218);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.newdtOther li:first-of-type a span {
  padding-left: 10px;
}
.newdtOther li:last-of-type a span {
  padding-right: 10px;
}
.newdtOther li:first-of-type a span::after {
  left: 0;
}
.newdtOther li:last-of-type a span::after {
  right: 0;
}
.newdtOther li:first-of-type a {
  padding-left: 40px;
  padding-right: 110px;
}
.newdtOther li:first-of-type i {
  left: 20px;
}
.newdtOther li:last-of-type a {
  padding-right: 40px;
  padding-left: 110px;
}
.newdtOther li:last-of-type a i {
  right: 20px;
}
.newdtOther a:hover {
  background-color: rgb(170, 205, 6);
  color: white;
}
.newdtOther img {
  width: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.newdtOther a:hover img {
  display: block;
}
.newdtOther li:first-of-type a img {
  right: 20px;
}
.newdtOther li:last-of-type a img {
  left: 20px;
}
/* 新闻详情 */
/* 人力资源 */
.renliTitle {
}
.renliTitle h4 {
  font-size: 40px;
  margin-bottom: 10px;
}
.renliTitle p {
  color: rgb(153, 153, 153);
  font-size: 15px;
}
.renliList {
  margin-top: 50px;
}
.renliList li {
  margin-bottom: 30px;
  border: 1px solid rgb(219, 231, 237);
  padding: 30px 30px 10px;
  transition: all 0.5s;
}
/* .renliList li:hover {
        background-color: rgb(170, 205, 6);
    } */
.renliList li:hover {
  border-color: rgb(170, 205, 6);
  color: white;
}
.renliList li:hover .renli1 {
  border-color: white;
}
.renliList li:hover .renli1Title i {
  background-image: url("../image/user1.png");
}
.renliList li:hover .renli1 button {
  color: white;
}
.renliList li:hover .renli1 button i {
  background-image: url("../image/down1.png");
}
.renliList li.active:hover .renli1Title i {
  background-image: url("../image/user.png");
}
.renliList li.active:hover .renli1 button i {
  background-image: url("../image/down.png");
}
.renliList li:hover .renli2,
.renliList li:hover .renli3 {
  color: white;
}
.renliList li.active:hover {
  color: black;
}
.renliList li.active:hover .renli1 {
  border-color: rgb(219, 231, 237);
}
.renliList li.active:hover .renli1 button {
  color: rgb(136, 136, 136);
}
.renliList li.active:hover .renli2,
.renliList li.active:hover .renli3 {
  color: rgb(136, 136, 136);
}
.renliList li:nth-of-type(2n-1):hover {
  background-color: rgb(170, 205, 6);
}
.renliList li:nth-of-type(2n):hover {
  background-color: rgb(170, 205, 6);
}
.renliList li:nth-of-type(2n-1) {
  background-color: white;
}
.renliList li:nth-of-type(2n) {
  background-color: rgb(249, 249, 249);
}
.renliList li:nth-of-type(2n-1).active:hover {
  background-color: white;
}
.renliList li:nth-of-type(2n).active:hover {
  background-color: rgb(249, 249, 249);
}
.renliList li.active:hover {
  border-color: rgb(219, 231, 237);
}
.renliList li.active .renli1 button i {
  transform: rotateZ(180deg);
}
.renli1 {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(219, 231, 237);
  margin-bottom: 20px;
  cursor: pointer;
}
.renli1Title span,
.renli1Title i,
.renli1 button span,
.renli1 button i {
  display: inline-block;
  vertical-align: middle;
}
.renli1Title {
  font-size: 20px;
}
.renli1Title i {
  width: 24px;
  height: 24px;
  background-image: url("../image/user.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.renli1 button {
  right: 0;
  color: rgb(136, 136, 136);
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.renli1 button i {
  width: 18px;
  height: 18px;
  background-image: url("../image/down.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.renli2 {
  justify-content: space-between;
  color: rgb(136, 136, 136);
}
.renli2 > div {
  -webkit-box-flex: 0 0 23%;
  -webkit-flex: 0 0 23%;
  flex: 0 0 23%;
  margin-bottom: 20px;
}
.renli3 {
  color: rgb(136, 136, 136);
  line-height: 30px;
  display: none;
}
.renli3 div {
  margin-top: 40px;
}
.renli3 div:first-of-type {
  margin-top: 20px;
}
.renli3 div h4 {
  font-weight: bold;
}

/* 人力资源 */
/* 联系我们 */
.contactus {
}
.inTitles {
  font-size: 40px;
  text-align: center;
  margin-bottom: 80px;
}
.ctusInfo h4 {
  font-size: 24px;
}
.ctusInfo div {
  margin: 20px 0;
}
.ctusInfo img {
  display: inline-block;
  vertical-align: middle;
}
.ctusInfo span {
  display: inline-block;
  vertical-align: middle;
  color: rgb(102, 102, 102);
  margin-left: 20px;
}
.ctusInfo p {
  font-size: 30px;
}
.ctusInfo li:last-of-type p {
  font-size: 25px;
}
.ctusMap {
  height: 500px;
  margin-top: 50px;
}
.ctusCode {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgb(240, 240, 240);
}
.ctusCode ul {
  justify-content: space-between;
}
.ctusCode li {
  /* -webkit-flex-basis: 170px;
        flex-basis: 170px;
        -webkit-flex-shrink: 0;
        -webkit-flex-grow: 0;
        flex-shrink: 0;
        flex-grow: 0; */
  -webkit-box-flex: 0 0 170px;
  -webkit-flex: 0 0 170px;
  flex: 0 0 170px;
  text-align: center;
}
.ctusCodeImg {
  display: inline-block;
  /* padding: 10px; */
  box-shadow: 0px 0px 10px 0px rgb(223, 223, 223);
}
.ctusCodeImg img {
  width: 100%;
}
.ctusCodeBox p {
  font-size: 16px;
  margin-top: 10px;
}
/* 联系我们 */
/* 线上商城 */
.onsBox {
}
.onsImg {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid rgb(170, 205, 6);
  transition: all 0.5s;
  display: block;
}
.onsImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.onsImg img:nth-of-type(2) {
  display: none;
}
.onsBox p {
  font-size: 18px;
  color: rgb(170, 205, 6);
  margin-top: 16px;
}
.onsBox:hover .onsImg {
  background-color: rgb(170, 205, 6);
}
.onsBox:hover .onsImg img:first-of-type {
  display: none;
}
.onsBox:hover .onsImg img:nth-of-type(2) {
  display: block;
}
/* 线上商城 */
/* 产品详情 */
.productDetail {
  /* margin-top: 70px; */
}
.proDtBanner {
  margin-bottom: 30px;
}
.proDtCont {
  font-size: 17px;
  line-height: 30px;
  background-color: rgb(250, 245, 241);
  padding: 60px;
  color: rgb(49, 49, 49);
}
.proDtCont img {
  display: block;
  margin: 0 auto;
}
.proDtNext,
.proDtPrev {
  background-color: rgb(170, 205, 6);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.proDtNext::after,
.proDtPrev::after {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.proDtNext {
  right: 0;
}
.proDtPrev {
  left: 0;
}
/* 产品详情 */

@media (max-width: 1600px) {
  /* .m4Banner li{
        -webkit-box-flex: 0 0 16%;
        -webkit-flex: 0 0 16%;
        flex: 0 0 16%;
    } */
}

@media (max-width: 1300px) {
  body {
    padding-top: 50px;
    max-width: 800px;
    margin: 0 auto;
  }
  .headerPC {
    display: none;
  }
  .headerMB {
    display: block;
  }
  .banner .ban .swiper-pagination-bullet {
    width: 18px;
    height: 4px;
    margin: 0px 5px;
  }
  .mainTitle h4 {
    font-size: 20px;
  }
  .m1bg1,
  .m1bg2,
  .m1ProText,
  .m1Img img,
  .m1Img video,
  .m2Profile .m1Img img {
    width: 100%;
    left: unset;
  }
  .m1Profile {
    margin-top: 30px;
  }
  .m1ProText {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }
  .m1Img {
    position: static;
    transform: none;
  }
  .m1ProText h4 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .m1ProText h4 span {
    display: block;
  }
  .m1ProText h4 i {
    margin: 0;
  }
  .m1ProText p {
    font-size: 14px;
    line-height: 24px;
  }
  .m1ProText .more {
    margin-top: 30px;
    text-align: center;
  }
  .more a {
    height: 40px;
    line-height: 40px;
  }
  .m2Profile {
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .m2List li a {
    border-radius: 0;
    overflow: visible;
  }
  .m2Title {
    position: static;
    transform: none;
    background: url("../image/bg31.png") no-repeat center center/contain;
    width: 100%;
    font-size: 14px;
    padding: 14px 10px;
    margin-top: 10px;
  }
  .m2List li a:hover img {
    transform: none;
  }
  .list2 li {
    -webkit-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
  }
  .m3List ul {
    display: block;
  }
  .m3List li {
    margin-bottom: 20px;
  }
  .m3Cont h4 {
    font-size: 16px;
  }
  .m4Banner li {
    -webkit-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
  }
  .newdtOther img {
    display: none;
  }
  .newdtOther li a {
    padding: 10px 20px;
  }
  .newdtOther li:first-of-type i {
    left: 10px;
  }
  .newdtOther li:last-of-type a i {
    right: 10px;
  }
  .newdtOther li:first-of-type a {
    padding-left: 30px;
    padding-right: 10px;
  }
  .newdtOther li:last-of-type a {
    padding-right: 30px;
    padding-left: 10px;
  }
  .fLogo {
    text-align: center;
    margin-bottom: 20px;
  }
  .fLogo img {
    width: 200px;
  }
  .footer1 {
    padding-top: 40px;
    padding-bottom: 130px;
  }
  .footer1 ul {
    display: block;
  }
  .fInfo {
    margin-bottom: 20px;
    padding: 0px 10px;
  }
  .fInfo::after {
    display: none;
  }
  .fInfo h4,
  .fPhone h4 {
    font-size: 16px;
  }
  .fPhone {
    padding-left: 10px;
  }
  .footer2 {
    padding: 10px 16px;
    font-size: 12px;
    font-weight: normal;
  }
  footer {
    background: url("../image/bg4.png") no-repeat left bottom/contain;
  }
  .fPhone p:first-of-type {
    font-size: 24px;
  }
  .aboutTitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ptb80 {
    padding: 40px 0;
  }
  .about1Cont {
    font-size: 14px;
    line-height: 24px;
  }
  .cpctM11 ul {
    display: block;
  }
  .cpctM11Cont {
    padding: 14px;
    position: static;
  }
  .cpctM11CBox {
    padding: 14px;
  }
  .cpctM11CBox > img {
    width: 30px;
  }
  .cpctM11CBox h4 {
    font-size: 16px;
    margin: 10px 0;
  }
  .cpctM11CBox > p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .cpctM11CBox > div {
    font-size: 12px;
  }
  .cpctM12 ul {
    display: block;
  }
  .cpctM12 li {
    margin-bottom: 20px;
  }
  .cpctM12Box {
    padding-top: 30px;
  }
  .cpctM12Text h4 {
    font-size: 22px;
  }
  .cpctM12Text > p {
    font-size: 18px;
  }
  .cpctM12Text > div {
    font-size: 14px;
  }
  .cpctM21 > img {
    display: none;
  }
  .cpctM21Cont {
    position: static;
  }
  .cpctM21Cont li {
    display: none;
    position: static;
    transform: none;
    width: 100%;
  }
  .cpctM21Cont li.active {
    display: block;
    transform: none;
    /* width: 100%; */
  }
  .cpctM21Ctext {
    width: 100%;
  }
  .cpctM21 {
    background: url("../image/bg5.png") no-repeat center center/cover;
    padding-top: 30px;
  }
  .cpctM21Title {
    position: static;
  }
  .cpctM21Cont li > h4 {
    display: none;
  }
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev {
    left: 0;
  }
  .cpctM2Time p {
    font-size: 22px;
  }
  .productList li,
  .newsList li {
    -webkit-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
  }
  .productPageNav li {
    margin: 0 5px;
  }
  .productPageNav li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .productNav li {
    margin-bottom: 10px;
  }
  .proDtCont {
    font-size: 16px;
    padding: 20px;
    line-height: 30px;
  }
  .newsCont {
    padding: 10px 0;
  }
  .newsCont h4 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .newsCont p {
    font-size: 12px;
  }
  .newsTime {
    padding: 10px 0;
  }
  .newsDtLeft {
    padding: 0;
  }
  .newsDtTitle h4 {
    font-size: 20px;
  }
  .newsDtRight {
    width: 100%;
    margin-top: 30px;
  }
  .renliTitle h4 {
    font-size: 24px;
  }
  .renliList li {
    padding: 16px;
  }
  .renli1Title {
    font-size: 14px;
  }
  .renli1Title i {
    width: 18px;
    height: 18px;
  }
  .renli1 button {
    top: 0;
    transform: none;
  }
  .renli2 {
    display: block;
  }
  .renli2 > div {
    margin-bottom: 10px;
  }
  .renli1 {
    padding-right: 80px;
  }
  .renli3 {
    line-height: 24px;
  }
  .renli3 div {
    margin-top: 20px;
  }
  .ctusInfo ul {
    display: block;
  }
  .ctusInfo li {
    margin-bottom: 20px;
  }
  .inTitles {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .ctusInfo h4 {
    font-size: 20px;
  }
  .ctusInfo p {
    font-size: 18px;
  }
  .ctusInfo div {
    margin: 10px 0;
  }
  .ctusInfo li:last-of-type p {
    font-size: 16px;
  }
  .ctusCode li {
    -webkit-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
  .ctusMap {
    height: 200px;
  }
  .onshopBox ul {
    justify-content: space-between;
  }
  .onshopBox li {
    -webkit-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
  .onsImg {
    width: 130px;
    height: 130px;
  }
  .onsImg img {
    max-width: 80px;
  }
  .onsBox p {
    font-size: 16px;
  }
  .productTipsText {
    padding: 16px;
  }
  .cpctM11Img img,
  .m3Img img:first-of-type {
    width: 100%;
  }
  .footer1 li:last-of-type::after {
    display: none;
  }
}

.ab3BanBox {
  /* width: 330px; */
  height: 440px;
  background: rgba(169, 205, 6, 0.048);
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
}
.ab3Ban {
  padding: 20px;
}
.ab3Ban .swiper-slide {
  position: relative;
}
.ab3Ban .swiper-slide::after {
  content: "";
  display: block;
  width: 94%;
  height: 96%;
  /* background-color: rgb(170, 205, 6); */
  border-right: 7px solid rgb(170, 205, 6);
  border-bottom: 7px solid rgb(170, 205, 6);
  position: absolute;
  bottom: -7px;
  right: -7px;
  z-index: -1;
  opacity: 0;
}
.ab3BanTag {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgb(170, 205, 6);
  color: white;
  font-size: 16px;
  width: 100px;
  padding: 20px 0 10px;
  transform: translateY(-10px) translateX(34px) rotateZ(45deg);
  text-align: center;
}
.ab3BanCont h4 {
  font-size: 24px;
  color: rgb(170, 205, 6);
  font-weight: bold;
  margin-bottom: 20px;
  opacity: 0;
}
.ab3BanCont p {
  font-size: 16px;
  line-height: 30px;
}
.ab3BanBox:hover h4 {
  opacity: 1;
}
.ab3Ban .swiper-slide:hover::after {
  opacity: 1;
}
.ab3Banbtn {
  position: relative;
}
.ab3Banbtn {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.ab3Banbtn .ab3BanNext,
.ab3Banbtn .ab3BanPrev {
  position: static;
  margin: 0;
  display: inline-block;
  background-color: rgb(204, 204, 204);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 20px;
  opacity: 1;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.ab3Banbtn .ab3BanNext:hover,
.ab3Banbtn .ab3BanPrev:hover {
  background-color: rgb(170, 205, 6);
}
.ab3Banbtn .ab3BanNext:hover::after,
.ab3Banbtn .ab3BanPrev:hover::after {
  color: white;
}
.ab3Banbtn .swiper-button-next.swiper-button-disabled,
.ab3Banbtn .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.ab3Banbtn .ab3BanNext::after,
.ab3Banbtn .ab3BanPrev::after {
  font-size: 20px;
  color: black;
  font-weight: bold;
}
