/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* main */
/* 产品展示 */
.cpzs {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 30px;
  margin-top: 20px;
}
.cpzsTitle {
  display: block;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.cpzsCn {
  position: relative;
  line-height: 42px;
  padding: 0 25px;
  font-size: 24px;
  color: #2b97d9;
}
.cpzsCn>.cpzsCnL,
.cpzsCn>.cpzsCnR {
  float: left;
  height: 12px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.cpzsCn>.cpzsCnR {
  right: initial;
  left: 100%;
}
.cpzsCn>div.cpzsCnL::before,
.cpzsCn>div.cpzsCnL::after,
.cpzsCn>div.cpzsCnR::before,
.cpzsCn>div.cpzsCnR::after {
  content: "";
  width: 130px;
  float: left;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 0;
}
.cpzsCn>div.cpzsCnL::after {
  width: 310px;
  top: initial;
  bottom: 0;
}
.cpzsCn>div.cpzsCnR::before,
.cpzsCn>div.cpzsCnR::after {
  right: initial;
  left: 0;
}
.cpzsCn>div.cpzsCnR::after {
  width: 310px;
  top: initial;
  bottom: 0;
}
.cpzsEn {
  width: 100%;
  line-height: 26px;
  overflow: hidden;
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
}
.cpzsNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.cpzsNav li {
  min-width: 125px;
  float: left;
  margin: 0 10px 25px 10px;
}
.cpzsNav li>a {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 48px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  color: #999;
  padding: 0 30px;
}
.cpzsNav li.cpzsActive>a {
  background-color: #2b97d9;
  border-color: #2b97d9;
  color: #fff;
}
.cpzsContect {
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.cpzsContect>div {
  display: none;
}
.cpzsContect>div:first-child {
  display: block;
}
.cpzsList {
  display: block;
  overflow: hidden;
  width: 1440px;
}
.cpzsList li {
  width: 320px;
  float: left;
  margin: 0 20px 20px 0;
}
.cpzsList li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cpzsList li .cpzsHover {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.cpzsList li .cpzsHover .cpzsIcon {
  float: left;
  padding: 8px 0;
}
.cpzsList li .cpzsHover .cpzsIcon>img {
  width: auto;
  float: left;
  height: 20px;
  opacity: 0.9;
}
.cpzsList li .cpzsHover .cpzsDianhua {
  float: right;
  background: url(../images/iconfont_dianhua.png) no-repeat left center;
	background-size: contain;
  padding-left: 25px;
  font-size: 16px;
  color: #2b97d9;
  font-weight: bold;
}
.cpzsList li .cpzsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
.cpzsList li .cpzsImg::before {
  content: "";
  display: block;
  padding-top: 79.4953%;
}
.cpzsList li>a .cpzsTxt {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 42px;
  margin-top: 1px;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  color: #999;
  border: 1px solid #ccc;
}
.cpzsList li>a:hover .cpzsHover {
  top: 0;
}
.cpzsList li>a:hover .cpzsImg>img {
  transform: scale(1.1);
}
.cpzsList li>a:hover .cpzsTxt {
  background-color: #2b97d9;
  border-color: #2b97d9;
  color: #fff;
}
.cpzsMore {
  display: flex;
  justify-content: center;
}
.cpzsMore>a {
  width: 154px;
  float: left;
  height: 42px;
  line-height: 40px;
  border: 1px solid #2b97d9;
  background-color: #2b97d9;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.cpzsMore>a:hover {
  transform: scale(1.1);
}

@media (max-width: 1400px) {
  .cpzsList {
    width: 102%;
    margin-left: -1%;
  }
  .cpzsList li {
    width: 23%;
    margin: 0 1% 30px 1%;
  }
	.cpzsList li .cpzsHover {
	  justify-content: center;
	}
}

@media (max-width: 1200px) {
  .cpzsNav li {
    min-width: 120px;
    margin: 0 5px 15px 5px;
  }
	.cpzsList li .cpzsHover {
	  padding: 10px;
	}
}

@media (max-width: 991px) {
  .cpzs {
    padding: 30px 15px;
  }
  .cpzsNav {
    margin-top: 20px;
    width: 102%;
    margin-left: -1%;
  }
  .cpzsNav li {
    min-width: 14.6666%;
    margin: 0 1% 10px 1%;
  }
  .cpzsNav li>a {
    padding: 0 15px;
  }
  .cpzsList li {
    width: 31.3333%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 767px) {
  .cpzs {
    padding: 15px 5px;
  }
  .cpzsCn>div.cpzsCnL::before,
  .cpzsCn>div.cpzsCnL::after,
  .cpzsCn>div.cpzsCnR::before,
  .cpzsCn>div.cpzsCnR::after {
    width: 80px;
  }
  .cpzsCn>div.cpzsCnL::after,
  .cpzsCn>div.cpzsCnR::after {
    width: 310px;
  }
  .cpzsCn {
    line-height: 30px;
    padding: 0 15px;
    font-size: 18px;
  }
  .cpzsEn {
    line-height: 20px;
    font-size: 14px;
  }
  .cpzsNav {
    margin-top: 10px;
  }
  .cpzsNav li {
    min-width: 23%;
    margin: 0 1% 2% 1%;
  }
  .cpzsNav li>a {
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
  }
  .cpzsContect {
    padding-top: 10px;
  }
  .cpzsList li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .cpzsList li>a .cpzsTxt {
    height: 40px;
    line-height: 38px;
  }
  .cpzsMore>a {
    width: 120px;
    height: 32px;
    line-height: 30px;
  }
}

/* 关于我们 */
.about {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-top: 20px;
  padding: 40px 30px;
}
.aboutContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.aboutLeft {
  width: 33%;
  float: left;
  display: flex;
  overflow: hidden;
  position: relative;
  padding-right: 25px;
}
.aboutLeft::before {
  content: "";
  width: 7px;
  float: left;
  height: 100%;
  background-color: #95cbec;
  position: absolute;
  right: 0;
  top: 0%;
}
.aboutLeft::after {
  content: "";
  width: 7px;
  float: left;
  height: 100%;
  background-color: #2b97d9;
  position: absolute;
  right: 13px;
  top: 0%;
}
.aboutLeft .aboutImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.aboutRight {
  width: 64%;
  float: right;
  padding: 10px 0;
}
.aboutRight .aboutTxt {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.aboutRight .cpzsMore {
  justify-content: flex-start;
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .aboutRight .cpzsMore {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 30px 15px;
  }
  .aboutContect {
    margin-top: 20px;
  }
  .aboutRight .aboutTxt {
    line-height: 24px;
  }
  .aboutRight .cpzsMore {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px 5px;
  }
  .aboutContect {
    margin-top: 15px;
  }
  .aboutLeft {
    width: 100%;
  }
  .aboutLeft .aboutImg::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .aboutRight {
    width: 100%;
    padding: 10px 0 0 0;
  }
}

.bigBox {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* 新闻中心 */
.news {
  width: calc(50% - 10px);
  float: left;
  background-color: #fff;
  padding: 40px 30px;
}
.newsTitle {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 20px;
}
.newsTitle::before {
  content: "";
  width: 8px;
  float: left;
  height: calc(100% - 10px);
  background-color: #2c97dc;
  position: absolute;
  left: 0;
  top: 6px;
}
.newsCn {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 24px;
  color: #2b97d9;
}
.newsEn {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 18px;
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
}
.newsEn>span {
  float: left;
  background-color: #fff;
  padding-right: 10px;
}
.newsEn::after {
  content: "";
  display: block;
  overflow: hidden;
  height: 1px;
  background-color: #ccc;
  margin-top: 15px;
}
.newsMore {
  float: right;
  line-height: 26px;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.newsMore>a {
  font-size: 12px;
  color: #2c97dc;
}
.newsMore>a:hover {
  text-decoration: underline;
}
.newsList {
  display: block;
  overflow: hidden;
}
.newsList>li {
	
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.newsList>li>a {
  width: 100%;
  float: left;
  display: flex;
  background-color: #f7f7f7;
}
.newsList>li>a .newsImg {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.newsList>li>a .newsRight {
  width: 70%;
  float: left;
  padding: 15px 25px;
}
.newsList>li>a .newsRight .newsTit {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList>li>a .newsRight .newsTit>span {
  float: right;
  font-size: 12px;
  color: #999;
}
.newsList>li>a .newsRight .newsTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.newsList>li>a:hover {
  background-color: #2c97dc;
}
.newsList>li>a:hover .newsRight .newsTit,
.newsList>li>a:hover .newsRight .newsTit>span,
.newsList>li>a:hover .newsRight .newsTxt {
  color: #fff;
}

@media (max-width: 991px) {
  .news {
    padding: 30px 15px;
  }
  .newsList>li>a .newsRight {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .news {
    width: 100%;
    padding: 15px 5px;
  }
  .newsCn {
    line-height: 30px;
    font-size: 18px;
  }
  .newsEn {
    margin-top: 5px;
    line-height: 16px;
    font-size: 14px;
  }
  .newsMore {
    line-height: 24px;
    top: 10px;
  }
  .newsList>li {
    margin-top: 10px;
  }
  .newsList>li>a .newsRight {
    padding: 10px;
  }
  .newsList>li>a .newsRight .newsTit {
    line-height: 24px;
  }
  .newsList>li>a .newsRight .newsTxt {
    height: 44px;
    line-height: 22px;
    margin-top: 5px;
  }
}

/* 技术创新 */
.tec {
  width: calc(50% - 10px);
  float: left;
  background-color: #fff;
  padding: 40px 30px;
}
.tecContect {
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.tecImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tecImg::before {
  content: "";
  display: block;
  padding-top: 30.0633%;
}
.tecList {
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.tecList li {
  display: block;
  overflow: hidden;
  padding-bottom: 2px;
  background: url(../images/dian.png) repeat-x left bottom;
}
.tecList li>a {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
.tecList li>a>span {
  float: right;
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}
.tecList li>a:hover {
  color: #2c97dc;
}

@media (max-width: 991px) {
  .tec {
    padding: 30px 15px;
  }
  .tecImg::before {
    padding-top: 50.0633%;
  }
}

@media (max-width: 767px) {
  .tec {
    width: 100%;
    padding: 15px 5px;
    margin-top: 20px;
  }
  .tecContect {
    padding-top: 10px;
  }
  .tecImg::before {
    padding-top: 30.0633%;
  }
  .tecList li>a {
    height: 34px;
    line-height: 34px;
  }
}
/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.mainLeft {
  width: 24.5%;
  float: left;
  background-color: #eee;
}
.leftMenu {
  width: 100%;
  float: left;
}
.menuTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100px;
  text-align: center;
  background-color: #272727;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.menuTitle>span {
  float: left;
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
  padding: 10px 0;
}
.menuList li {
  display: block;
  overflow: hidden;
  margin-top: 2px;
}
.menuList li a {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menuList li:hover,
.menuList li.menuActive {
  background-color: #2b97dc;
}
.menuList li:hover>a,
.menuList li.menuActive>a {
  color: #fff;
}

.menuBox {
  display: block;
  overflow: hidden;
}
.menuBox>img {
  display: block;
  width: 100%;
  height: auto;
}
.menuTxt {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  padding: 30px;
}

.mainRight {
  width: 75.5%;
  float: right;
  background-color: #fff;
  padding: 25px 30px;
}
.dqwzTitle {
  width: 100%;
  float: left;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
.dqwzTitle>span {
  color: #2b97dc;
}
.dqwzTitle>a {
  float: right;
  color: #666;
}
.dqwzTitle>a:hover {
  color: #2b97dc;
  text-decoration: underline;
}

.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

@media (max-width: 1200px) {
  .mainLeft {
    width: 24%;
  }
  .menuTitle {
    height: 80px;
    font-size: 14px;
  }
  .menuTitle>span {
    font-size: 20px;
    margin-right: 5px;
  }
  .menuTxt {
    line-height: 24px;
    font-size: 14px;
    padding: 15px;
  }
  .mainRight {
    width: 74%;
    padding: 15px 20px;
  }
  .dqwzContect {
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .mainLeft {
    width: 33%;
  }
  .mainRight {
    width: 67%;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .mainLeft {
    width: 100%;
  }
  .leftMenu {
    margin: 0;
  }
  .menuTitle {
    width: calc(100% + 30px);
    text-align: left;
    margin-left: -15px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    justify-content: flex-start;
  }
  .menuTitle::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuList {
    display: none;
    padding: 0;
  }
  .menuList li {
    margin-top: 2px;
    position: relative;
	  width: 48%;
	  margin-left: 5px;
      float: left;
  }
  .menuList li a {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
  .mainRight {
    width: 100%;
    margin-top: 15px;
  }
  .dqwzContect {
    padding: 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品展示 */
.dqwzContect .cpzsList {
  width: 102%;
  margin-left: -1%;
}
.dqwzContect .cpzsList li {
  width: 23%;
  margin: 0 1% 3% 1%;
}

.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{
	max-width: 100%;
	height: auto;
	border-collapse:collapse;
}
.cpxqContect table td{
	border: 1px #ccc solid;
}
.cpxqContect img {
  display: block;
  max-width: 46%;
  height: auto;
  margin: 10px auto;
}

@media (max-width: 991px) {
  .dqwzContect .cpzsList li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
}

@media (max-width: 767px) {
  .cpxqTitle {
    font-size: 16px;
  }
  .cpxqContect {
    line-height: 24px;
  }
.cpxqContect img {
  max-width: 100%;
}
}
/* END-产品展示 */

/* 新闻中心 */
.dqwzContect .newsList>li {
	display: block;
	overflow: hidden;
  margin: 0 0 20px 0;
}
.dqwzContect .newsList>li>a{
	padding: 2px;
}
.newsList > li > a .newsImg {
	width: 15%;
}
.dqwzContect .newsList>li>a .newsRight {
	width: 85%;
  padding: 15px;
}
.dqwzContect .newsList>li>a .newsRight .newsTxt {
  height: 60px;
	line-height: 30px;
  -webkit-line-clamp: 2;
	margin-top: 5px;
}

.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: 10px auto;
}

@media (max-width: 991px) {
  .dqwzContect .newsList>li>a .newsRight {
    padding: 15px;
  }
  .dqwzContect .newsList>li>a .newsRight .newsTxt {
    height: 72px;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 767px) {
  .dqwzContect .newsList>li {
    margin: 0 0 10px 0;
  }
  .dqwzContect .newsList>li>a .newsRight {
    padding: 10px;
  }
  .dqwzContect .newsList>li>a .newsRight .newsTxt {
    height: 44px;
    -webkit-line-clamp: 2;
  }

  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
	.cpxqContect table{
	width: 100%;
	height: auto;
	border-collapse:collapse;
}
}
/* END-新闻中心 */

/* 技术创新 */
.dqwzContect .tecList {
  margin: 0;
}
/* END-技术创新 */

/* 在线留言 */
.message {
  display: block;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
}
.messageBox {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
.messageBox>label {
  width: 60px;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: right;
}
.messageBox>input {
  width: calc(100% - 60px);
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  padding: 0 10px;
}
.messageBox>textarea {
  width: calc(100% - 60px);
  float: left;
  height: 140px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  padding: 5px 10px;
  font-family: "Microsoft YaHei";
}
.messageBtn {
  width: 100%;
  float: left;
  margin-top: 10px;
  height: 50px;
  background-color: #2b97dc;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 767px) {
  .messageBox {
    margin-bottom: 10px;
  }
  .messageBox>label {
    width: 50px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .messageBox>input {
    width: calc(100% - 50px);
    height: 36px;
    line-height: 36px;
  }
  .messageBox>textarea {
    width: calc(100% - 50px);
    height: 120px;
    line-height: 24px;
    line-height: 36px;
    padding: 6px 10px;
  }
  .messageBtn {
    height: 40px;
    margin-top: 5px;
  }
}
/* END-在线留言 */

/* 联系我们 */
.contactTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.contactMap {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contactTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .contactMap {
    margin-top: 10px;
  }
}
/* END-联系我们 */