/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";



/* 核心样式 */
@import "core/bootstrap.min.css";

body{
	background:#FFFFFF;


}
/* main */
/* 产品中心 */
.cpzx {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.cpzxTitle {
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpzxEn {
  font-family: Arial;
  line-height: 46px;
  font-size: 48px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.1);
  text-transform: uppercase;
}
.cpzxCn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: -28px;
}
.cpzxCn>em {
  width: 5px;
  float: left;
  height: 5px;
  border-radius: 50%;
  background-color: #01704f;
  position: relative;
  margin-top: 5px;
}
.cpzxCn>em:first-child::before {
  content: "";
  width: 102px;
  float: left;
  height: 1px;
  background-color: #01704f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cpzxCn>em:last-child::before {
  content: "";
  width: 102px;
  float: left;
  height: 1px;
  background-color: #01704f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cpzxCn>span {
  float: left;
  line-height: 46px;
  padding: 0 25px;
  font-size: 36px;
  color: #01704f;
  font-weight: bold;
}
.cpzxNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
}
.cpzxNav>li {
  width: 120px;
  float: left;
  margin: 0 5px 10px 5px;
}
.cpzxNav>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  height: 36px;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  position: relative;
  border: 1px solid #007e37;
  border-radius: 18px;
  text-transform: uppercase;
}
.cpzxNav>li>a:hover,
.cpzxNav>li.cpzxActive>a {
  border-width: 2px;
}
.cpzxList {
  display: block;
  overflow: hidden;
  width: 1256px;
  padding-top: 20px;
}
.cpzxList>li {
  width: 258px;
  float: left;
  margin: 0 56px 26px 0;
}
.cpzxList>li>a {
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cpzxList>li>a .cpzxImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzxList>li>a .cpzxImg::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cpzxList>li>a .cpzxImg1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzxList>li>a .cpzxImg1::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.cpzxList>li>a .cpzxTxt {
  display: block;
  overflow: hidden;
  height: 66px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative; padding-top:10px;
}
.cpzxList>li>a .cpzxTxt::before {
  content: "";
  width: 25px;
  height: 25px;
  float: right;
  background: url(../images/cpzx_jiantou.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  top: 25%;
  transform: translateY(-50%);
  margin-left: 10px;
}
.cpzxList>li>a:hover .cpzxImg>img {
  transform: scale(0.95);
}
.cpzxList>li>a:hover .cpzxTxt {
  background-color: #01704f;
  color: #fff;
}

.cpzxList1 {
  display: block;
  overflow: hidden;
  width: 1256px;
  padding-top: 20px;
}
.cpzxList1>li {
  width: 258px;
  float: left;
  margin: 0 56px 26px 0;
}
.cpzxList1>li>a {
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cpzxList1>li>a .cpzxImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzxList1>li>a .cpzxImg::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.cpzxList1>li>a .cpzxTxt {
  display: block;
  overflow: hidden;
  height: 66px;
  line-height: 66px;
  padding: 0 15px;
  font-size: 13px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.cpzxList1>li>a .cpzxTxt::before {
  content: "";
  width: 25px;
  height: 25px;
  float: right;
  background: url(../images/cpzx_jiantou.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}
.cpzxList1>li>a:hover .cpzxImg>img {
  transform: scale(0.95);
}
.cpzxList1>li>a:hover .cpzxTxt {
  background-color: #01704f;
  color: #fff;
}
.cpzxList>li>a>video{height: 250px !important;}

@media (max-width: 1200px) {
  .cpzx {
    padding: 50px 0;
  }
  .cpzxList {
    width: 102%;
    margin-left: -1%;
  }
  .cpzxList>li {
    width: 23%;
    margin: 0 1% 26px 1%;
  }
}

@media (max-width: 991px) {
  .cpzx {
    padding: 30px 0;
  }
  .cpzxList>li {
    width: 31.3333%;
    margin: 0 1% 20px 1%;
  }
  .cpzxList>li>a .cpzxTxt {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .videoli li{ height: 200px;}
  .cpzx {
    padding: 15px 0;
  }
  .cpzxEn {
    line-height: 30px;
    font-size: 30px;
  }
  .cpzxCn {
    margin-top: -18px;
  }
  .cpzxCn>span {
    line-height: 30px;
    padding: 0 10px;
    font-size: 20px;
  }
  .cpzxNav {
    padding-top: 10px;
  }
  .cpzxNav>li {
    width: 48%;
    margin: 0 0.5% 5px 0.5%;
  }
  .cpzxList {
    padding-top: 10px;
  }
  .cpzxList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .cpzxList>li>a .cpzxTxt {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
  }
  .cpzxList>li>a .cpzxTxt::before {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
}

/* 横幅 */
.hf {
  width: 100%;
  float: left;
  background-color: #01704f;
  margin-top: 40px;
  position: relative;
}
.hfBj {
  width: 56.25%;
  height: calc(100% + 40px);
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hfBj>img {
  width: 100%;
  display: block;
  height: 100%;
}
.hf>.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.hfLeft {
  width: calc(50% - 10px);
  float: left;
  padding: 17px 0 55px 0;
}
.hfLeft .hfTitle {
  display: block;
  overflow: hidden;
  line-height: 58px;
  color: #fff;
}
.hfLeft .hfTitle>span {
  float: left;
  font-size: 50px;
  font-weight: bold;
  font-style: oblique;
  position: relative;
  background-color: #01704f;
  z-index: 2;
}
.hfLeft .hfTitle>span::before {
  content: "";
  width: 150px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: calc(100% + 18px);
  top: 50%;
  transform: translateY(-50%);
}
.hfLeft .hfSubTitle {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.hfLeft .hfSubTitle>span {
  float: right;
  padding-left: 10px;
  position: relative;
  background-color: #01704f;
  z-index: 2;
}
.hfLeft .hfSubTitle::before {
  content: "";
  width: 150px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hfRight {
  width: 50%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px 0 40px;
}
.hfImg {
  width: 194px;
  float: left;
  overflow: hidden;
  position: relative;
  border: 3px solid #fff;
}
.hfImg::before {
  content: "";
  display: block;
  padding-top: 72.16495%;
}
.hfDianhua {
  float: right;
  line-height: 32px;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  position: relative;
  padding: 0 17px 0 62px;
}
.hfDianhua>span {
  display: block;
  overflow: hidden;
  background-color: #01704f;
  position: relative;
  z-index: 2;
}
.hfDianhua::before {
  content: "";
  width: 110px;
  float: left;
  height: 34px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hfDianhua::after {
  content: "";
  width: 12px;
  float: left;
  height: 34px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1200px) {
  .hfRight {
    padding: 0 0 0 40px;
  }
}

@media (max-width: 991px) {
  .hfBj {
    width: 100%;
  }
  .hfLeft {
    padding: 30px 0;
  }
  .hfLeft .hfTitle {
    line-height: 38px;
  }
  .hfLeft .hfTitle>span {
    font-size: 30px;
  }
  .hfLeft .hfSubTitle {
    margin-top: 15px;
    font-size: 14px;
  }
  .hfRight {
    padding: 0 0 0 10px;
  }
  .hfImg {
    width: 160px;
  }
  .hfDianhua {
    line-height: 30px;
    font-size: 20px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .hf {
    margin: 0;
    padding: 15px 0;
  }
  .hfLeft {
    width: 100%;
    padding: 0;
  }
  .hfLeft .hfTitle {
    line-height: 28px;
    display: flex;
    justify-content: center;
  }
  .hfLeft .hfTitle>span {
    font-size: 20px;
  }
  .hfLeft .hfTitle>span::before {
    display: none;
  }
  .hfLeft .hfSubTitle {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    line-height: 20px;
  }
  .hfLeft .hfSubTitle::before {
    display: none;
  }
  .hfLeft .hfSubTitle>span {
    padding-left: 0;
  }
  .hfRight {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .hfImg {
    width: 120px;
  }
  .hfDianhua {
    line-height: 26px;
    font-size: 18px;
    padding: 0 15px 0 55px;
  }
  .hfDianhua::before {
    width: 90px;
  }
}

/* 关于我们 */
.about {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background-color: #ebebeb;
}
.aboutLeft {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.aboutLeft::before {
  content: "";
  display: block;
  padding-top: 60.41667%;
}
.aboutLeft>video{
	width: 100%;
	float: left;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.aboutRight {
  width: 50%;
  float: left;
  padding: 60px 0;
}
.aboutBox {
  width: 100%;
  float: right;
  max-width: 600px;
  padding-right: 40px;
}
.aboutTitle {
  display: block;
  overflow: hidden;
}
.aboutEn {
  display: block;
  overflow: hidden;
  line-height: 54px;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.1);
}
.aboutCn {
  display: block;
  overflow: hidden;
  line-height: 50px;
  font-size: 36px;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}
.aboutCn>span {
  float: left;
  position: relative;
  padding-right: 30px;
}
.aboutCn>span::before {
  content: "";
  width: 5px;
  float: left;
  height: 5px;
  background-color: #01704f;
  border-radius: 50%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.aboutCn>span::after {
  content: "";
  width: 122px;
  float: left;
  height: 1px;
  background-color: #01704f;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.aboutContect {
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.aboutTxtCn {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 13px;
  color: #333;
}
.aboutTxtEn {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 13px;
  color: #333;
  margin-top: 12px;
}
.aboutMore {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.aboutMore>a {
  width: 232px;
  float: left;
  height: 36px;
  border: 2px solid #01704f;
  border-radius: 5px;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  color: #333;
}
.aboutMore>a:hover {
  background-color: #01704f;
  color: #fff;
}

@media (max-width: 1200px) {
  .aboutRight {
    padding: 50px 0;
  }
  .aboutBox {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .aboutRight {
    padding: 30px 0;
  }
  .aboutBox {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .aboutLeft {
    width: 100%;
  }
  .aboutRight {
    width: 100%;
    padding: 15px 0;
  }
  .aboutBox {
    padding: 0 15px;
  }
  .aboutEn {
    line-height: 30px;
    font-size: 30px;
    text-align: center;
  }
  .aboutCn {
    line-height: 30px;
    font-size: 20px;
    margin-top: -18px;
    display: flex;
    justify-content: center;
  }
  .aboutCn>span {
    padding: 0 10px;
  }
  .aboutCn>span::after {
    width: 102px;
  }
  .aboutCn>span>em {
    width: 5px;
    float: left;
    height: 5px;
    border-radius: 50%;
    background-color: #01704f;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .aboutCn>span>em::before {
    content: "";
    width: 102px;
    float: left;
    height: 1px;
    background-color: #01704f;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .aboutContect {
    margin-top: 5px;
  }
  .aboutTxtCn {
    line-height: 24px;
  }
  .aboutTxtEn {
    line-height: 24px;
    margin-top: 5px;
  }
  .aboutMore {
    margin-top: 10px;
  }
  .aboutMore>a {
    width: 180px;
  }
}

/* 实力展示 */
.power {
  width: 100%;
  overflow: hidden;
  padding: 60px 0 50px 0;
}
#certify {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
#certify .swiper {
  padding-bottom: 33px;
}
#certify .swiper-slide {
  width: 640px;
}
#certify .swiper-slide>a {
  display: block;
  overflow: hidden;
  background-color: #ebebeb;
}
#certify .swiper-slide>a .powerImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#certify .swiper-slide>a .powerImg::before {
  content: "";
  display: block;
  padding-top: 65.3125%;
}
#certify .swiper-slide>a .powerTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 13px;
  color: #333;
}
#certify .swiper-slide-active>a {
  background-color: #01704f;
}
#certify .swiper-slide-active>a .powerTxt {
  color: #fff;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 0;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
  background-color: #7fbe9b;
  width: 40px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  height: 3px;
  background-color: #007e37;
}
#certify .power-prev,
#certify .power-next {
  width: 42px;
  float: left;
  height: 42px;
  border: 2px solid #01704f;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
#certify .power-next {
  left: initial;
  right: -70px;
}
#certify .power-prev::before,
#certify .power-next::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid #01704f;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
#certify .power-next::before {
  border-right: none;
  border-left: 8px solid #01704f;
}
#certify .power-prev:hover,
#certify .power-next:hover {
  background-color: #01704f;
}
#certify .power-prev:hover::before {
  border-right-color: #fff;
}
#certify .power-next:hover::before {
  border-left-color: #fff;
}

@media (max-width: 1200px) {
  .power {
    padding: 50px 0;
  }
  #certify .power-prev,
  #certify .power-next {
    left: 0;
  }
  #certify .power-next {
    left: initial;
    right: 0;
  }
}

@media (max-width: 991px) {
  .power {
    padding: 30px 0;
  }
  #certify .swiper-slide {
    width: 500px;
  }
  #certify .swiper-slide>a .powerTxt {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .power {
    padding: 15px 0;
  }
  #certify {
    margin-top: 10px;
  }
  #certify .swiper {
    padding-bottom: 15px;
  }
  #certify .swiper-slide {
    width: 100%;
  }
  #certify .swiper-slide>a .powerTxt {
    height: 40px;
    line-height: 40px;
  }
  #certify .power-prev, #certify .power-next {
    width: 34px;
    height: 34px;
  }
}

/* 优势 */
.ys {
  width: 100%;
  overflow: hidden;
}
.ysTitle {
  display: block;
  overflow: hidden;
  background: url(../images/ys_title_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
  line-height: 84px;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}
.ysTitle span {
  display: block;
  overflow: hidden;
  line-height: 72px;
  text-transform: uppercase;
}
.ysContect {
  display: block;
  overflow: hidden;
  padding: 70px 0;
}
.ysList {
  display: block;
  overflow: hidden;
}
.ysList li {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
.ysList li .ysLeft {
  width: 50%;
  float: right;
}
.ysList li .ysLeft>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ysList li .ysRight {
  width: 50%;
  float: left;
  padding-right: 25px;
}
.ysList li .ysRight .ysBox {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.ysList li .ysRight .ysBox .ysNub {
  width: 102px;
  height: 102px;
  float: left;
  border: 10px solid #80b7a7;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-right: 20px;
}
.ysList li .ysRight .ysBox .ysNub::before {
  content: "";
  width: 70%;
  float: left;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #01704f;
}
.ysList li .ysRight .ysBox .ysNub>span {
  position: relative;
  z-index: 2;
  font-size: 42px;
  color: #fff;
  font-weight: bold;
}
.ysList li .ysRight .ysBox .ysSubCn {
  display: block;
  overflow: hidden;
  margin-top: 22px;
  line-height: 40px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
}
.ysList li .ysRight .ysBox .ysSubEn {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #bababa;
  text-transform: uppercase;
  font-weight: bold;
}
.ysList li:nth-child(even) {
  flex-direction: row;
}
.ysList li:nth-child(even) .ysRight {
  padding: 0 0 0 40px;
}
.ysList li:last-child {
  margin: 0;
}
@media (max-width: 1200px) {
  .ysTitle {
    padding: 50px 0;
  }
  .ysContect {
    padding: 50px 0;
  }
  .ysList li {
    margin-bottom: 50px;
  }
  .ysList li .ysRight .ysBox .ysSubCn {
    margin-top: 15px;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .ysTitle {
    padding: 30px 0;
    line-height: 60px;
    font-size: 30px;
  }
  .ysTitle span {
    line-height: 42px;
  }
  .ysContect {
    padding: 30px 0;
  }
  .ysList li {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .ysTitle {
    padding: 15px 0;
    line-height: 30px;
    font-size: 20px;
  }
  .ysTitle span {
    line-height: 24px;
  }
  .ysContect {
    padding: 15px 0;
  }
  .ysList li {
    margin-bottom: 15px;
  }
  .ysList li .ysLeft {
    width: 100%;
  }
  .ysList li .ysRight {
    width: 100%;
    padding: 0;
  }
  .ysList li .ysRight .ysBox {
    margin: 5px 0;
  }
  .ysList li .ysRight .ysBox .ysNub {
    width: 60px;
    height: 60px;
    border: 3px solid #80b7a7;
    margin-right: 10px;
  }
  .ysList li .ysRight .ysBox .ysNub>span {
    font-size: 24px;
  }
  .ysList li .ysRight .ysBox .ysSubCn {
    margin-top: 0;
    font-size: 18px;
    line-height: 30px;
  }
  .ysList li .ysRight .ysBox .ysSubEn {
    line-height: 18px;
    font-size: 14px;
  }
  .ysList li:nth-child(even) .ysRight {
    padding: 0;
  }
}

/* 新闻中心 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.newsNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 15px;
}
.newsNav>li {
  width: 120px;
  float: left;
  margin: 0 5px 10px 5px;
}
.newsNav>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  height: 36px;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  position: relative;
  border: 1px solid #007e37;
  border-radius: 18px;
  text-transform: uppercase;
}
.newsNav>li>a:hover,
.newsNav>li.newsActive>a {
  border-width: 2px;
}
.newsContect {
  display: block;
  overflow: hidden;
  padding-top: 40px;
}
.newsLeft {
  width: 40%;
  float: left;
}
.newsLeft>a {
  display: block;
  overflow: hidden;
}
.newsLeft>a .newsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.newsLeft>a .newsImg::before {
  content: "";
  display: block;
  padding-top: 55.625%;
}
.newsLeft>a .newsBox {
  display: block;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-top: none;
  padding: 15px 25px 25px 25px;
}
.newsLeft>a .newsBox .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsLeft>a .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 13px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.newsLeft>a:hover .newsImg>img {
  transform: scale(1.04);
}
.newsLeft>a:hover .newsBox {
  border-color: #01704f;
  background-color: #01704f;
}
.newsLeft>a:hover .newsBox .newsTitle,
.newsLeft>a:hover .newsBox .newsTxt {
  color: #fff;
}

.newsRight {
  width: 56.75%;
  float: right;
}
.newsRight>li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.newsRight>li>a {
  display: flex;
  overflow: hidden;
  border: 1px solid #e0e6e0;
  padding: 9px;
}
.newsRight>li>a .newsNub {
  width: 110px;
  float: left;
  background-color: #e5e5e5;
  line-height: 16px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
}
.newsRight>li>a .newsNub>span {
  width: 100%;
  display: block;
  line-height: 44px;
  font-size: 48px;
}
.newsRight>li>a .newsSubBox {
  width: calc(100% - 110px);
  float: left;
  padding: 8px 16px 8px 30px;
}
.newsRight>li>a .newsSubBox .newsSubTitle {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsRight>li>a .newsSubBox .newsSubTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsRight>li>a:hover {
  border-color: #01704f;
  background-color: #01704f;
}
.newsRight>li>a:hover .newsSubBox .newsSubTitle,
.newsRight>li>a:hover .newsSubBox .newsSubTxt {
  color: #fff;
}

@media (max-width: 1200px) {
  .news {
    padding: 40px 0;
  }
  .newsContect {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .newsContect {
    padding-top: 20px;
  }
  .newsLeft>a .newsBox {
    padding: 15px;
  }
  .newsRight>li {
    margin-bottom: 20px;
  }
  .newsRight>li>a .newsSubBox {
    padding: 8px 8px 8px 15px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsNav>li {
    width: 32.3333%;
    margin: 0 0.5% 5px 0.5%;
  }
  .newsContect {
    padding-top: 10px;
  }
  .newsLeft {
    width: 100%;
  }
  .newsLeft>a {
    display: flex;
  }
  .newsLeft>a .newsImg {
    width: 30%;
    float: left;
  }
  .newsLeft>a .newsBox {
    width: 70%;
    padding: 10px;
    border: 1px solid #dcdcdc;
  }
  .newsLeft>a .newsBox .newsTitle {
    line-height: 24px;
  }
  .newsLeft>a .newsBox .newsTxt {
    height: 40px;
    line-height: 20px;
  }
  .newsRight {
    width: 100%;
  }
  .newsRight>li {
    margin: 10px 0 0 0;
  }
  .newsRight>li>a {
    padding: 4px;
  }
  .newsRight>li>a .newsNub {
    width: 80px;
  }
  .newsRight>li>a .newsNub>span {
    line-height: 40px;
    font-size: 30px;
  }
  .newsRight>li>a .newsSubBox {
    width: calc(100% - 80px);
    padding: 5px 5px 5px 15px;
  }
}
/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 65px 0;
}
.dqwzTitle {
  width: 100%;
  float: left;
}
.menuTitle {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 36px;
  color: #01704f;
  font-weight: bold;
  text-align: center;
}
.dqwzNav {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  margin-top: 10px;
}
.menuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  transition: initial;
}
.menuList>li {
  width: 120px;
  float: left;
  margin: 15px 5px 0 5px;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 34px;
  border: 1px solid #01704f;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 18px;
}
.menuList li:hover>a,
.menuList li.menuActive>a {
  background-color: #01704f;
  color: #fff;
}

.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.dqwzContect img{display: block;margin: auto;max-width: 100%; height: auto;}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333; min-height:400px;
}
.img_pro img{display: block;margin: auto;max-width: 500px; height: auto;}
.xwxqTxt img{display: block;margin: auto;max-width: 500px; height: auto;}
@media (max-width: 1200px) {
  .main {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .menuTitle {
    width: calc(100% + 30px);
    margin-left: -15px;
    font-size: 18px;
    background-color: #01704f;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
  }
  .menuTitleActive {
    text-align: left;
  }
  .menuTitleActive::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuList {
    display: block;
  }
  .menuList>li {
    width: 100%;
    margin: 3px 0 0 0;
    position: relative;
  }
  .dqwzContect {
    padding: 15px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品中心 */
.dqwzContect .cpzxList {
  padding-top: 0;
}
.dqwzContect .cpzxList>li>a:hover .cpzxImg>img {
  transform: scale(1.1);
}

.videoList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.videoList li{
	width: calc(33.333% - 10px);
	margin: 0 0 20px 0;
}
.videoList li .cpzxVideo{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.videoList li .cpzxVideo::before{
	content: '';
	display: block;
	padding-top:65%;}
.videoList li .cpzxVideo>video{
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}

.cpxq {
  display: block;
  overflow: hidden;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}

.cpxqContect table{width: 100% !important;word-break: break-all;word-wrap:break-word;}
.cpxqContect table tr td{border: 1px solid #000;}
.cpxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {

  .cpxqTitle {
    font-size: 16px;
  }
  .cpxqContect {
    line-height: 24px;
  }
}
/* END-产品中心 */

/* 视频展示 */
.video {
  display: block;
  overflow: hidden;
}
.videoTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
.videoContect {
  display: block;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.videoContect::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.videoContect>video {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .videoTitle {
    font-size: 16px;
  }
  .videoContect {
    margin-top: 10px;
  }
  .videoContect::before {
    padding-top: 75%;
  }
}
/* END-视频展示 */

/* 新闻动态 */
.newsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.newsList>li {
  width: calc(50% - 20px);
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
}
.newsList>li>a {
  display: flex;
}
.newsList>li>a .newsImg {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.newsList>li>a .newsBox {
  width: 70%;
  float: left;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  padding: 25px;
}
.newsList>li>a .newsBox .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList>li>a .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 13px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.newsList>li>a:hover .newsImg>img {
  transform: scale(1.1);
}
.newsList>li>a:hover .newsBox {
  border-color: #01704f;
  background-color: #01704f;
}
.newsList>li>a:hover .newsBox .newsTitle,
.newsList>li>a:hover .newsBox .newsTxt {
  color: #fff;
}

.xwxq {
  display: block;
  overflow: hidden;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 1.1;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.xwxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .newsList>li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .newsList>li>a .newsBox {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .newsList>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsList>li>a .newsBox {
    padding: 10px;
  }
  .newsList>li>a .newsBox .newsTitle {
    line-height: 24px;
    font-size: 14px;
  }
  .newsList>li>a .newsBox .newsTxt {
    height: 40px;
    line-height: 20px;
    margin-top: 5px;
  }

  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
}
/* END-新闻动态 */

/* 联系我们 */
.contactTxt {
  width: 39%;
  float: left;
  font-size: 16px;
  line-height: 30px;
}
.contactMap {
  width: 59%;
  float: right;
  overflow: hidden;
  height: 350px;
  border: none;
}

@media (max-width: 767px) {
.xwxqTxt img{display: block;margin: auto;max-width: 100%; height: auto;}
  .contactTxt {
    font-size: 14px;
    line-height: 24px;
    display: block;
    width: 100%;
  }
  .contactMap {
    width: 100%;
    margin-top: 10px;
    height: 300px;
  }
  .img_pro img{display: block;margin: auto;max-width: 100%; height: auto;}
}
/* END-联系我们 */

.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 13px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#F00;}  

/* 底部 */
footer {
  background: #000;
}
.footer {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 30px;
}
.footerLeft {
  width: 40%;
  float: left;
  border-right: 1px solid #CCC;
  padding: 20px 0;
}
.footerBox {
  width: 25%;
  float: left;
}
.footerTitle {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.footerTitle>a {
  color: #fff;
}
.footerTitle>a:hover {
  color: #fff;
  text-decoration: underline;
}
.footerList {
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.footerList>li {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 13px;
}
.footerList>li>a {
  color: #fff;
}
.footerList>li>a:hover {
  color: #fff;
  text-decoration: underline;
}

.footerRight {
  width: 60%;
  float: left;
  padding: 20px 0 20px 50px;
}
.footerWxBox {
  width: 240px;
  float: right;
  margin-top: -10px;
  display: flex;
  justify-content: space-between;
}
.footerWx {
  width: calc(50% - 8px);
  float: left;
}
.footerWx>img {
  width: 100%;
  display: block;
  height: auto;
}
.footerWx>span {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  margin-top: 10px;
}
.footerTxt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.footerTxt a{color: #fff;}
.footerTxt>span {
  display: block;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 5px;
}

.copyright {
  width: 100%;
  overflow: hidden;
  background-color: #181818;
  text-align: center;
  line-height: 20px;
  padding: 10px;
  color: #fff;
  font-size: 14px;
}
.copyright a {
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .footer {
    padding: 50px 0;
  }
  .footerRight {
    padding: 20px 0 20px 30px;
  }
}

@media (max-width: 991px) {
  .footer {
    padding: 30px 0;
  }
  .footerRight {
    padding: 15px 0 15px 15px;
  }
  .footerWxBox {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 15px 0;
  }
}
/* END-底部 */

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 56px;
  float: left;
  background-color: #fff;
  height: calc(56px + constant(safe-area-inset-bottom));
  height: calc(56px + env(safe-area-inset-bottom));
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 54px;
  background-color: #01704f;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  height: calc(54px + constant(safe-area-inset-bottom));
  height: calc(54px + env(safe-area-inset-bottom));
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.root>li {
  width: 25%;
  float: left;
  border-right: 1px solid #fff;
}
.root>li:last-child {
  border: none;
}
.root>li>a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
  color: #fff;
}
.root>li>a>div {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.root>li>a>div:first-child {
  font-size: 22px;
  margin-bottom: 6px;
}
.root>li>a:hover {
  background-color: #01704f;
  color: #fff;
}

/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background: #ddd;
}

/* 微信号 */
.wecht-box {
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.wecht-box .wecht {
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img {
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span {
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -38px;
  border: 1px solid #fff;
  transform: translateX(-50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* END-手机底部组件 */













  