﻿@charset "utf-8";
@import "public.css?v=1313144232343234";


/*#region 产品详情#*/

/*#endregion#*/

/*#region 产品列表#*/
.tagTitle {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 20px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.webapp .tagTitle {
  margin: 10px 10px 20px;
}

.Pro_tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 100px;
}

.Pro_tag_list li {
  width: 25%;
  margin: 0 0 40px;
  box-sizing: border-box;
  padding: 0 16px;
}

.Pro_tag_list li .box {
  border: 1px solid #f2f2f2;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s;
  border-radius: 4px;
  /* box-shadow: 0 2px 15px rgb(0 0 0 / 6%), 0 5px 15px rgb(0 0 0 / 10%); */
}

.Pro_tag_list li .pic {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.Pro_tag_list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Pro_tag_list li:hover .pic img {
  transform: scale(1.1);
}

.Pro_tag_list li:hover .box {
  border-color: #13508d;
}

.Pro_tag_list li .text {
  width: auto;
  margin: 10px auto;
  text-align: center;
  position: relative;
}

.Pro_tag_list li .text .bt {
  display: flex;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-size: 20px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
}

.Pro_tag_list li .text .bt:hover {
  color: #13508d;
}

.webapp .Pro_tag_list li .text .bt {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
}

.webapp .Pro_tag_list {
  width: 100%;
  box-sizing: border-box;
}

.webapp .Pro_tag_list li {
  width: 50%;
  margin: 0 0 20px;
  padding: 0;
  transition: 0s;
}

.webapp .Pro_tag_list li .box {
  margin: 0 5px;
}

.webapp .Pro_tag_list li .pic {
  /* height: calc((100vw / 2) - 50px); */
}

/*#endregion#*/


/*#region 内新闻列表#*/
.ny-tag-news {
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 300px;
}

.webapp .ny-tag-news {
  padding: 0 10px;
}

.ny-tag-news li {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 20px 0;
  margin-bottom: 40px;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
  box-shadow: 0 2px 15px rgb(0 0 0 / 6%), 0 5px 15px rgb(0 0 0 / 10%);
}

.ny-tag-news li:hover {
  z-index: 10;
  background: #1fa0a7;
}

.ny-tag-news li:hover .bt {
  border-color: rgba(255, 255, 255, 0.2);
}

.ny-tag-news li:hover .rq span {
  border-color: rgba(255, 255, 255, 0.1);
}

.ny-tag-news li:hover a,
.ny-tag-news li:hover .bt .text {
  color: #fff;
}

.ny-tag-news li .rq {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  font-size: 26px;
  line-height: 32px;
  color: #7a7a7a;
}

.ny-tag-news li .rq span {
  position: relative;
  display: block;
  font-size: 16px;
}

.ny-tag-news li .rq .img {
  margin: 0 20px;
  height: 102px;
}

.ny-tag-news li .rq .img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.ny-tag-news li.gcal .rq {
  width: 190px;
}

.ny-tag-news li.gcal .bt {
  margin-left: 190px;
}

.ny-tag-news li:hover .rq {
  color: #fff !important;
}

.ny-tag-news li:hover .bt strong {
  color: #fff !important;
}

.ny-tag-news li .bt {
  display: block;
  position: relative;
  margin-left: 130px;
  width: 78%;
  color: #333;
  transition: all 0.3s;
  padding-left: 30px;
  box-sizing: border-box;
  border-left: 1px solid #e8e8e8;
  overflow: hidden;
}

.ny-tag-news li .bt strong {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.ny-tag-news li .bt .text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ny-tag-news li .fotsh {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.ny-tag-news li:hover .fotsh {
  display: block;
}

.ny-tag-news li .fotsh .pare1 a.p_weixin {
  background: url("../images/share/sh01.png") left center no-repeat;
  padding-left: 25px;
}

.ny-tag-news li .fotsh .pare1 a.p_sqq {
  background: url("../images/share/sh03.png") left center no-repeat;
  padding-left: 25px;
}

.ny-tag-news li .fotsh .pare1 a.p_tsina {
  background: url("../images/share/sh02.png") left center no-repeat;
  padding-left: 25px;
}

.ny-tag-news li:hover>.text .bt {
  color: #1fa0a7;
}

.webapp .ny-tag-news li {
  padding: 15px;
  border-bottom: none;
  transition: 0s;
  margin-bottom: 20px;
}

.webapp .ny-tag-news li .text {
  height: auto;
  margin: 0;
  font-size: 12px;
}

.webapp .ny-tag-news li .bt {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.webapp .ny-tag-news li .bt strong {
  font-size: 16px;
  margin-top: 0;
}

.webapp .ny-tag-news li .rq,
.webapp .ny-tag-news li .fotsh {
  display: none;
}

/*#endregion#*/
/*#endregion #*/

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 800px) {}