/* 公共样式 */
.pcHeader {
  position: relative;
  text-align: right;
  padding: 40px 0;
}
.logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hLang,
.fLang {
  color: rgb(115, 115, 115);
}
.hLang span,
.fLang span {
  font-weight: bold;
}
.hLang img,
.fLang img,
.hLang span,
.fLang span,
.hLang i,
.fLang i {
  display: inline-block;
  vertical-align: middle;
}
.pcHNav {
  margin-top: 30px;
}
.pcHNav li {
  padding: 0px 20px;
  position: relative;
}
.pcHNav li a {
  color: rgb(153, 153, 153);
  font-weight: bold;
}
.pcHNav li::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgb(230, 230, 230);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.pcHNav li:last-of-type {
  padding-right: 0;
}
.pcHNav li:last-of-type::after {
  display: none;
}
.pcHNav li.active a,
.pcHNav li:hover a {
  /* color: rgb(277,99,99); */
  color: black;
}
footer {
  padding: 40px 0;
}
.fBanq {
  color: #808080;
}
.fShare,
.fLang {
  display: inline-block;
  vertical-align: middle;
}
.fShare a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.headerMB {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: white;
  box-shadow: 0px 0px 10px 0px #dadada;
  display: none;
}
.headerMBTitle {
  position: relative;
  padding: 5px 16px;
}
.headerMBTitle .mbLogo {
  display: block;
  max-width: 40%;
}

.headerMBTitle .mbLogo img {
  max-height: 40px;
  display: block;
}
.headerMBLang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.headerMBLang a:nth-of-type(2) {
  margin-left: 10px;
}
.headerMBLang a img,
.headerMBLang a span {
  display: inline-block;
  vertical-align: middle;
}
.headerMBTitle button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  border: none;
}
.headerMBTitle button img {
  width: 24px;
}
.headerMBList {
  border-top: 1px solid #dadada;
  padding: 10px 0;
  display: none;
}
.headerMBList li a {
  display: block;
  padding: 6px 16px;
}
.headerMBList li.active a {
  color: rgb(217, 71, 71);
  /* color: black; */
}
/* 公共样式 */
/* 首页 */
.main {
  padding: 50px 0px 80px;
}
.main1 {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* flex-wrap: wrap; */
}
.m1Img {
  -webkit-box-flex: 0 0 46%;
  -webkit-flex: 0 0 46%;
  flex: 0 0 46%;
  /* float: left; */
}
.m1Img img {
  width: 100%;
  display: block;
}
.m1Cont {
  -webkit-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: rgb(247, 247, 247);
  padding: 0px 46px;
  /* float: right; */
}
.m1CBox {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.m1CTitle {
  margin-bottom: 20px;
}
.m1CTitle h4 {
  font-size: 22px;
  color: rgb(51, 51, 51);
  margin-bottom: 10px;
}
.m1CTitle p {
  font-size: 16px;
  color: rgb(153, 153, 153);
}
.m1CText {
  color: #777777;
  line-height: 26px;
}
.main2 {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid rgb(230, 230, 230);
  color: #777777;
  line-height: 26px;
}
/* 首页 */
/* 服务 */
.service {
  padding: 0px 0px 80px;
}
.serviceText {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 16px;
  /* color: rgb(102, 102, 102); */
  line-height: 30px;
}
.service li {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.service li:last-of-type {
  margin-bottom: 0;
}
.service li > div {
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}
.service li > div > img {
  width: 100%;
  display: block;
  position: relative;
  /* z-index: -1; */
  /* transition: all 0.5s; */
}
.service li > div > div {
  /* position: absolute; */
  /* bottom: 0px; */
  /* left: 0px; */
  /* padding: 0px 40px 30px; */
  padding: 20px 0;
  /* z-index: 10; */
}
.service li > div > div h4 {
  font-size: 20px;
  /* color: white; */
}
.service li > div > div h4 img {
  display: inline-block;
  transform: translateY(4px);
  margin-right: 6px;
}
.service li > div > div p {
  /* color: white; */
  font-size: 15px;
  line-height: 26px;
  /* display: none; */
  margin-top: 10px;
}
.service li > div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.service li > div:hover > img {
  /* transform: scale(1.2); */
}
.service li > div:hover > div p {
  display: block;
}
/* .service li:first-of-type {
  margin-bottom: 30px;
} */
.service1,
.service4,
.service5 {
  -webkit-box-flex: 0 0 65%;
  -webkit-flex: 0 0 65%;
  flex: 0 0 65%;
}
.service2,
.service3,
.service6 {
  -webkit-box-flex: 0 0 32%;
  -webkit-flex: 0 0 32%;
  flex: 0 0 32%;
}
/* .service1 {
  background-color: rgba(217, 79, 79, 0.5);
}
.service1:hover {
  background-color: rgba(217, 79, 79, 0.9);
}
.service2 {
  background-color: rgba(99, 160, 0, 0.5);
}
.service2:hover {
  background-color: rgba(99, 160, 0, 0.9);
}
.service3 {
  background-color: rgba(231, 176, 88, 0.5);
}
.service3:hover {
  background-color: rgba(231, 176, 88, 0.9);
}
.service4 {
  background-color: rgba(0, 136, 136, 0.5);
}
.service4:hover {
  background-color: rgba(0, 136, 136, 0.9);
}
.service5 {
  background-color: rgba(99, 160, 0, 0.5);
}
.service5:hover {
  background-color: rgba(99, 160, 0, 0.9);
}
.service6 {
  background-color: rgba(217, 79, 79, 0.5);
}
.service6:hover {
  background-color: rgba(217, 79, 79, 0.9);
}
.service7 {
  background-color: rgba(0, 136, 136, 0.5);
}
.service7:hover {
  background-color: rgba(0, 136, 136, 0.9);
} */
/* 服务 */
/* 产品 */
.product {
  padding: 50px 0px 80px;
}
.product li {
  -webkit-box-flex: 0 0 31.5%;
  -webkit-flex: 0 0 31.5%;
  flex: 0 0 31.5%;
  margin-right: 2.6%;
  margin-bottom: 30px;
}
.product li:nth-of-type(3n) {
  margin-right: 0;
}
.product li a {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #b3b3b3;
}
.product li a .prodImgs > img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.product li a:hover .prodImgs > img {
  transform: scale(1.2);
}
/* .product li:first-of-type .productCont {
  background-color: rgba(217, 71, 71, 0.6);
}
.product li:first-of-type:hover .productCont {
  background-color: rgba(217, 71, 71, 0.9);
}
.product li:nth-of-type(2) .productCont {
  background-color: rgba(0, 136, 136, 0.6);
}
.product li:nth-of-type(2):hover .productCont {
  background-color: rgba(0, 136, 136, 0.9);
}
.product li:nth-of-type(3) .productCont {
  background-color: rgba(99, 160, 0, 0.6);
}
.product li:nth-of-type(3):hover .productCont {
  background-color: rgba(99, 160, 0, 0.9);
}
.product li:nth-of-type(4) .productCont {
  background-color: rgba(42, 136, 181, 0.6);
}
.product li:nth-of-type(4):hover .productCont {
  background-color: rgba(42, 136, 181, 0.9);
}
.product li:nth-of-type(5) .productCont {
  background-color: rgba(231, 176, 88, 0.6);
}
.product li:nth-of-type(5):hover .productCont {
  background-color: rgba(231, 176, 88, 0.9);
}
.product li:nth-of-type(6) .productCont {
  background-color: rgba(0, 124, 186, 0.6);
}
.product li:nth-of-type(6):hover .productCont {
  background-color: rgba(0, 124, 186, 0.9);
} */
.prodImgs {
  overflow: hidden;
}
.productCont {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  padding: 10px 0;
}
.productCont h4 {
  /* position: absolute; */
  /* bottom: 30px; */
  /* left: 0; */
  width: 100%;
  color: white;
  font-size: 22px;
  padding-left: 30px;
}
.productCont h4 img {
  display: none;
}
.productCont h4 span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/* 产品 */
/* 产品列表 */
.productList {
  padding: 50px 0px 80px;
}
.prodListNav li {
  -webkit-box-flex: 0 0 31.5%;
  -webkit-flex: 0 0 31.5%;
  flex: 0 0 31.5%;
  margin-right: 2.6%;
  margin-bottom: 30px;
}
.prodListNav li:nth-of-type(3n) {
  margin-right: 0;
}
.prodListNav li a {
  display: block;
  background-color: #b3b3b3;
  color: white;
  padding: 20px 30px;
  font-size: 18px;
}
.prodListNav li a img {
  display: none;
}
.prodListNav li a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.prodListNav li.active a,
.prodListNav li a:hover {
  /* background-color: #008888; */
  background-color: black;
}
.prodLists {
  margin-top: 10px;
  margin-bottom: 50px;
}
.prodLists li {
  -webkit-box-flex: 0 0 31.5%;
  -webkit-flex: 0 0 31.5%;
  flex: 0 0 31.5%;
  margin-right: 2.6%;
  margin-bottom: 30px;
}
.prodLists li:nth-of-type(3n) {
  margin-right: 0;
}
.prodLists li a {
  display: block;
}
.prodLists li a:hover .prodLisImg > img {
  transform: scale(1.2);
}
.prodLists li a:hover .proLisText {
  color: #d94747;
}
.prodLisImg {
  position: relative;
  overflow: hidden;
}
.prodLisImg > img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.prodLisImg > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 71, 71, 0.6);
  transition: all 0.5s;
  opacity: 0;
}
.prodLisImg > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30px;
}
.prodLisImg > div::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid white;
}
.prodLisImg:hover > div {
  opacity: 1;
}
.proLisText {
  text-align: center;
  margin-top: 10px;
}
.proLisText h4 {
  font-size: 18px;
}
/* 产品列表 */
/* 产品详情 */
.prodDtBan img {
  display: block;
  width: 100%;
}
.prodDtBan .prodImgs {
  pointer-events: auto;
  cursor: default;
}
.prodDtBan.swiper-container .prodDtPrev,
.prodDtBan.swiper-container .prodDtNext {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.prodDtBan.swiper-container .prodDtPrev::after,
.prodDtBan.swiper-container .prodDtNext::after {
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.prodDtBan.swiper-container .prodDtPrev::after {
  transform: translateX(-2px);
}
.prodDtBan.swiper-container .prodDtNext::after {
  transform: translateX(2px);
}
.prodDtBImgs {
  text-align: center;
  margin-top: 30px;
}
.prodDtBImgs li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 6px;
  border: 2px solid transparent;
}
.prodDtBImgs li img {
  width: 100px;
  display: block;
}
.prodDtBImgs li.active {
  border-color: rgb(217, 71, 71);
}
.prodDtCont {
  /* margin-top: 80px; */
  font-size: 16px;
  line-height: 30px;
}
.prodMain1 {
  margin-top: 40px;
}
.prodMain1 > div {
  overflow: hidden;
}
.prodM1L {
  padding-right: 20px;
}
.prodM1R {
  padding-left: 20px;
}
.prodM1L1 li {
  display: none;
}
.prodM1L1 li.active {
  display: block;
}
.prodM1L1 li a {
  display: block;
}
.prodM1L1 li img {
  width: 100%;
}
.prodM1L2 {
  position: relative;
  padding: 0px 50px;
  margin-top: 20px;
}
.prodM1L2 .prodDtPrev::after,
.prodM1L2 .prodDtNext::after {
  font-size: 24px;
}
.prodM1L2 .prodDtPrev {
  left: 0;
}
.prodM1L2 .prodDtNext {
  right: 0;
}
.prodDtBan img {
  display: block;
}
.prodDtBan .swiper-slide.active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid red;
}
/* 产品详情 */
/* 联系我们 */
.contactUs {
  padding: 50px 0px 80px;
}
.contactMap {
  height: 500px;
}
.contUsList ul {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.contUsList li {
  /* -webkit-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%; */

  -webkit-box-flex: 0 0 47%;
  -webkit-flex: 0 0 47%;
  flex: 0 0 47%;
  padding: 50px 0;
  border-bottom: 1px solid rgb(230, 230, 230);
}
.contUsList li h4 {
  font-size: 16px;
  cursor: pointer;
}
.contUsList li h4 img,
.contUsList li h4 span {
  display: inline-block;
  vertical-align: middle;
}
.contUsList li h4 img {
  margin-right: 10px;
}
.contUsList li > span {
  display: block;
  width: 24px;
  height: 1px;
  background-color: rgb(153, 153, 153);
  margin: 16px 0;
}
.contUsList li p {
  color: rgb(136, 136, 136);
  margin-bottom: 10px;
}
/* 联系我们 */

.showImg {
  display: none;
}
.showModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
.showImgBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  max-width: 80%;
  max-height: 80%;
  margin: 0 auto;
}
.showImgBox > img {
  display: block;
}
button.closeImgs {
  position: absolute;
  top: -20px;
  right: -20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
button.closeImgs > img {
  width: 24px;
  display: block;
}

@media (max-width: 768px) {
  body {
    padding-top: 50px;
  }
  header .containers {
    display: none;
  }
  .headerMB {
    display: block;
  }
  .main {
    padding: 40px 0;
  }
  .main1 {
    display: block;
  }
  .m1Cont {
    padding: 16px;
    margin-top: 20px;
  }
  .m1CBox {
    transform: none;
  }
  .m1CTitle h4 {
    font-size: 20px;
  }
  footer {
    padding: 16px 0;
  }
  footer li:nth-of-type(2) {
    text-align: right;
  }
  .fShare,
  .fLang {
    float: none;
    display: block;
  }
  .fShare a {
    margin-left: 10px;
  }
  .fLang {
    font-size: 12px;
  }
  .fBanq {
    font-size: 12px;
  }
  .service {
    padding: 40px 0;
  }
  .service li {
    display: block;
    margin: 0;
  }
  .service li > div {
    margin-bottom: 20px;
    background-color: transparent;
  }
  .service li > div::after {
    display: none;
  }
  .service li > div > div {
    position: static;
    padding: 16px;
  }
  .service li > div > div h4 {
    font-size: 18px;
    /* color: white; */
  }
  .service li > div > div p {
    display: block;
    /* color: white; */
  }
  .service li:first-of-type {
    margin: 0;
  }
  .service1 > div {
    /* background-color: #d94f4f; */
  }
  .service1:hover {
    background-color: transparent;
  }
  .service2 > div {
    /* background-color: #63a000; */
  }
  .service2:hover {
    background-color: transparent;
  }
  .service3 > div {
    /* background-color: #e7b058; */
  }
  .service3:hover {
    background-color: transparent;
  }
  .service4 > div {
    /* background-color: #008888; */
  }
  .service4:hover {
    background-color: transparent;
  }
  .service5 > div {
    /* background-color: #63a000; */
  }
  .service5:hover {
    background-color: transparent;
  }
  .service6 > div {
    /* background-color: #d94f4f; */
  }
  .service6:hover {
    background-color: transparent;
  }
  .service7 > div {
    /* background-color: #008888; */
  }
  .service7:hover {
    background-color: transparent;
  }
  .prodLisImg > div::after {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .product {
    padding: 40px 0;
  }
  .product li {
    -webkit-box-flex: 0 0 47%;
    -webkit-flex: 0 0 47%;
    flex: 0 0 47%;
    margin-bottom: 20px;
  }
  .product li:nth-of-type(2n-1) {
    margin-right: 6%;
  }
  .product li:nth-of-type(2n) {
    margin-right: 0;
  }
  .productCont h4 {
    font-size: 16px;
    padding-left: 16px;
    bottom: 16px;
  }
  .prodListNav ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .prodListNav li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .prodListNav li:last-of-type {
    margin-right: 0;
  }
  .prodListNav li a {
    padding: 10px 20px;
  }
  .prodListNav li a img {
    width: 24px;
  }
  .prodListNav li a span {
    margin: 0;
    font-size: 16px;
  }
  .prodLists {
    margin-top: 20px;
  }
  .prodLists li {
    -webkit-box-flex: 0 0 47%;
    -webkit-flex: 0 0 47%;
    flex: 0 0 47%;
    margin-bottom: 20px;
  }
  .prodLists li:nth-of-type(2n-1) {
    margin-right: 6%;
  }
  .prodLists li:nth-of-type(2n) {
    margin-right: 0;
  }
  .proLisText h4 {
    font-size: 14px;
  }
  .prodDtBanner {
    margin-top: 20px;
  }
  .prodDtBan.swiper-container .prodDtPrev,
  .prodDtBan.swiper-container .prodDtNext {
    width: 30px;
    height: 30px;
  }
  .prodDtBan.swiper-container .prodDtPrev::after,
  .prodDtBan.swiper-container .prodDtNext::after {
    font-size: 16px;
  }
  .prodDtBan.swiper-container .prodDtPrev::after,
  .prodDtBan.swiper-container .prodDtNext::after {
    transform: translateX(0);
  }
  .prodDtBImgs ul {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .prodDtBImgs li img {
    width: 60px;
  }
  .prodDtCont {
    /* margin-top: 30px; */
  }
  .productList {
    padding: 40px 0;
  }
  .anli.product li {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .anli.product li:nth-of-type(2n-1),
  .anli.product li:nth-of-type(2n) {
    margin: 0;
    margin-bottom: 20px;
  }
  .contactMap {
    height: 300px;
  }
  .contUsList ul {
    display: block;
  }
  .contUsList li {
    padding: 20px 0;
  }
  .contactUs {
    padding: 40px 0;
  }
  .serviceText {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .prodMain1 {
    display: block;
  }
  .prodM1L,
  .prodM1R {
    padding: 0;
  }
  .prodM1L {
    margin-bottom: 20px;
  }
}
