/* 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";

/* 首页 */
/* 产品中心 */
.cpzx {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.cpzxTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 16px;
  color: #bdbdbd;
}
.cpzxTitle>span {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 24px;
  color: #004093;
  font-weight: bold;
}
.cpzxList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 10px;
}
.cpzxList li {
  width: calc(50% - 15px);
  float: left;
  margin-top: 35px;
}
.cpzxList li>a {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.cpzxList li>a::before {
  content: "";
  display: block;
  padding-top: 63.9317%;
}
.cpzxList li>a .cpzxHover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  background-color: rgba(79, 79, 79, 0.3);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.cpzxList li>a .cpzxHover .cpzxTit {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
}
.cpzxList li>a .cpzxHover .cpzxTit>div {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
	letter-spacing: 2pt;
}
.cpzxList li>a .cpzxHover .cpzxTit>div>span {
  display: block;
  overflow: hidden;
}
.cpzxList li>a .cpzxHover .cpzxTit::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(64, 119, 191, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.cpzxList li>a .cpzxHover .cpzxTit::after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 50%;
  background-color: #2f6cbb;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
	opacity: 0.7;
}
.cpzxList li>a .cpzxHover .cpzxSubTitle {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  margin-top: 8px;
  font-size: 20px;
  color: #fff;
}
.cpzxList li>a .cpzxHover .cpzxSubTxt {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 35px;
  margin-top: 25px;
  font-size: 16px;
  color: #fff;
	letter-spacing: 2pt;
}
.cpzxList li>a .cpzxTxt {
  width: calc(100% - 50px);
  float: left;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: rgba(0,64,147,0.6);
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
	letter-spacing: 2pt;
}
.cpzxList li>a:hover>img {
  transform: scale(1.1);
}
.cpzxList li>a:hover .cpzxHover {
  top: 0;
}
.cpzxList li>a:hover .cpzxTxt {
  bottom: -100%;
}

/* 品牌介绍 */
.brand {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 50px 0;
}
.brand::before {
  content: "";
  width: 100%;
  height: 690px;
  background-color: #f9fbfc;
  position: absolute;
  left: 0;
  top: 0;
}
.brand>.container {
  position: relative;
  z-index: 2;
}
.brandList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 40px;
}
.brandList li {
  width: 225px;
  float: left;
}
.brandList li .brandIcon {
  width: 138px;
  height: 138px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  border: 10px solid #ccd9e9;
  overflow: hidden;
  position: relative;
}
.brandList li .brandTit {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  color: #004093;
}
.brandList li .brandTxt {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.brandList li:hover .brandIcon {
  border-color: #004093;
}

.brandImg {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 50px;
}
.brandImg li {
  width: 385px;
  float: left;
  overflow: hidden;
  position: relative;
}
.brandImg li::before {
  content: "";
  display: block;
  padding-top: 128.8312%;
}
.brandContect {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 45px;
  font-size: 20px;
  color: #004093;
  line-height: 50px;
}
.brandContect>span {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  color: #004093;
  margin-bottom: 30px;
}
.brandMore {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.brandMore>a {
  width: 172px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  float: left;
  border: 2px solid #004093;
  background-color: #004093;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #fff;
}
.brandMore>a>span {
  position: relative;
  z-index: 2;
}
.brandMore>a::before {
  content: "";
  width: 0;
  height: 100%;
  float: left;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.brandMore>a:hover {
  color: #004093;
}
.brandMore>a:hover::before {
  width: 100%;
}

/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
  background-color: #f9fbfc;
  padding: 50px 0;
}
.newsList {
  display: block;
  width: 1224px;
  margin-top: 45px;
  overflow: hidden;
}
.newsList li {
  width: 384px;
  float: left;
  margin: 0 24px 5px 0;
}
.newsList li .newsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.newsList li .newsImg::before {
  content: "";
  display: block;
  padding-top: 66.49351%;
}
.newsList li .newsRight {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.newsList li .newsRight .newsTime {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 14px;
  color: #000;
}
.newsList li .newsRight .newsTime>span {
  float: left;
  margin-right: 15px;
  font-size: 40px;
}
.newsList li .newsRight .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList li .newsRight .newsTxt {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  margin-top: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsList li:hover .newsImg img {
  transform: scale(1.1);
}
.newsList li:hover .newsRight .newsTitle {
  color: #004093;
}
/* END-首页 */

/* 品牌介绍 */
.mainContect {
  width: 100%;
  float: left;
  padding: 45px 0;
}
.dqwzContect {
  display: block;
  overflow: hidden;
  margin-top: 45px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 20px;
  color: #004093;
  line-height: 50px;
  text-align: left;
}
.company img{max-width:100%;height:auto;}
.company>span {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  color: #004093;
  margin-bottom: 30px;
}

.contact{
  display: block;
  overflow: hidden;
  font-size: 20px;
  color: #004093;
  line-height: 50px;
  text-align: left;
}
/* END-品牌介绍 */

/* 产品中心 */
.mainTitle {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e6e6e6;
}
.menuList {
  display: block;
  overflow: hidden;
  border-left: 1px solid #e6e6e6;
}
.menuList li {
  width: 25%;
  float: left;
  border-right: 1px solid #e6e6e6;
}
.menuList li a {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menuList li:hover,
.menuList li.menuActive {
  background-color: #004093;
}
.menuList li:hover>a,
.menuList li.menuActive>a {
  color: #fff;
}

.cpList {
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
  width: 1263px;
  overflow: hidden;
}
.cpList li {
  width: 45%;
  float: left;
  margin: 0 63px 65px 0;
}
.cpList li>a {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.cpList li>a::before {
  content: "";
  display: block;
  padding-top: 63%;
}
.cpList li>a .cpzxHover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.cpList li>a .cpzxHover .cpzxTit {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
}
.cpList li>a .cpzxHover .cpzxTit>div {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
	letter-spacing: 2pt;
}
.cpList li>a .cpzxHover .cpzxTit>div>span {
  display: block;
  overflow: hidden;
}
.cpList li>a .cpzxHover .cpzxTit::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(64, 119, 191, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.cpList li>a .cpzxHover .cpzxTit::after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 50%;
  background-color: #359cdc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
	opacity: 0.7;
}
.cpList li>a .cpzxHover .cpzxSubTitle {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  margin-top: 8px;
  font-size: 20px;
  color: #333;
}
.cpList li>a .cpzxHover .cpzxSubTxt {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 35px;
  margin-top: 25px;
  font-size: 16px;
  color: #333;
	letter-spacing: 2pt;
}
.cpList li>a .cpzxTxt {
  width: 100%;
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: rgba(53, 156, 220, 0.75);
  position: absolute;
  left: 0;
  bottom: 0;
	letter-spacing: 2pt;
}
.cpList li>a:hover>img {
  transform: scale(1.1);
}
.cpList li>a:hover .cpzxHover {
  top: 0;
}
.cpList li>a:hover .cpzxTxt {
  bottom: -100%;
}

.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 img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* END-产品中心 */

/* 新闻资讯 */
.dqwzContect .newsList {
  margin-top: 0;
}
.dqwzContect .newsList li {
  margin: 0 24px 25px 0;
}

.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;
}
/* END-新闻资讯 */

/* 联系我们 */
.contactTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.contactMap {
  width: 100%;
  overflow: hidden;
  height: 500px;
  border: none;
}
/* END-联系我们 */

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; /*display: inline-block;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}