@charset "UTF-8";
.c-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}

.com-breadnav {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  position: relative;
}
.com-breadnav.bgfff {
  background-color: #fff;
  box-shadow: 0 -1px 0 0 #f7f7f7 inset;
}
.com-breadnav.has_bn {
  box-shadow: 0 -1px 0px #e3e3e3 inset;
}
.com-breadnav .bn_box {
  display: flex;
  justify-content: space-between;
  font-size: 0;
}
.com-breadnav .ba {
  line-height: 60px;
  display: inline-block;
  color: #333;
  position: relative;
  font-size: 16px;
  transition: color 0.3s;
  margin: 0 0.5em;
}
.com-breadnav .ba:hover {
  color: #2941ce;
  transition: color 0.3s;
}
.com-breadnav .ba.on {
  color: #2941ce;
}
.com-breadnav .zone_nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 16px;
}
.com-breadnav .icon {
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
}
.com-breadnav .icon img {
  height: 1em;
}
.com-breadnav .z_a {
  color: #666;
  position: relative;
  transition: all 0.3s;
}
.com-breadnav .z_a.on, .com-breadnav .z_a:hover {
  color: #2941ce;
  transition: all 0.3s;
}
.pro-1 {
  padding: 70px 0;
}
.pro-1 .pitem {
  margin-bottom: 30px;
	position: relative;
}
.pro-1 .p-tit {
  color: #222;
  font-size: 35px;
  position: relative;
  padding-left: 10px;
}
.pro-1 .p-tit::before {
  content: "";
  width: 2px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 10%;
  background-color: #2941ce;
}
.pro-1 .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.pro-1 .li {
  width: 280px;
  margin-right: 26px;
  margin-bottom: 26px;
}
.pro-1 .li:nth-child(4n) {
  margin-right: 0;
}
.pro-1 .dd {
  height: 100%;
  display: block;
  background-color: #ededed;
  box-shadow: 0 0 0 1px #ccc;
}
.pro-1 .dd:hover .img img {
  transform: scale(1.1);
}
.pro-1 .img {
  position: relative;
  padding-top: 88.8888888889%;
  background-color: #fff;
  overflow: hidden;
}
.pro-1 .bot {
  padding: 20px;
}
.pro-1 .h3 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.pro-1 .sp2 {
  font-size: 15px;
}
.pro-1 .intro {
  line-height: 1.8;
  font-size: 16px;
  margin-top: 16px;
}
.pro-1 .intro p {
  position: relative;
  padding-left: 1em;
}
.pro-1 .intro p::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  left: 0;
  top: 0.9em;
  transform: translateY(-50%);
  background-color: #2941ce;
}

.pro-11 {
  padding: 40px 0;
}
.pro-11 .imgs {
  width: 445px;
  float: left;
}
.pro-11 .img {
  position: relative;
  padding-top: 84.4943820225%;
  box-shadow: 0 0 0 1px #ccc;
}
.pro-11 .text {
  width: 650px;
  float: right;
  padding-top: 15px;
}
.pro-11 .h1 {
  color: #333;
  font-size: 33px;
}
.pro-11 .h1 .sp2 {
  font-size: 20px;
}
.pro-11 .intro {
  font-size: 16px;
}
.pro-11 .intro p {
  padding-left: 20px;
  position: relative;
  margin: 10px 0;
}
.pro-11 .intro p:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0f57d3;
  position: absolute;
  left: 0px;
  top: 8px;
}

.pro-12 {
  padding-top: 20px;
  padding-bottom: 80px;
}
.pro-12 .tit {
  color: #333;
  line-height: 2;
  font-size: 30px;
}
.pro-12 .flex_tab {
  color: #333;
}
.pro-12 .row {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.pro-12 .row:nth-child(2n-1) {
  background-color: #e3e3e3;
}
.pro-12 .thead {
  font-weight: bold;
  background-color: #e3e3e3;
  font-size: 18px;
  color: #000;
}
.pro-12 .thead .ti {
  padding: 15px 5px;
}
.pro-12 .ti {
  padding: 10px;
  text-align: center;
}
.pro-12 .aa1 {
  color: #2941ce;
}
.pro-12 .aa2 {
  display: inline-block;
  margin-left: 32px;
  width: 98px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #2941ce;
  color: #2941ce;
  transition: all 0.3s;
}
.pro-12 .aa2:hover {
  background-color: #2941ce;
  color: #fff;
}
.pro-12 .w1 {
  width: 300px;
}
.pro-12 .w2 {
  width: 200px;
}
.pro-12 .w3 {
  width: 200px;
}
.pro-12 .w4 {
  width: 200px;
}
.pro-12 .w5 {
  width: 300px;
}

.pro-20 .pro_row_tit {
  width: 100%;
  color: #333333;
  font-size: 30px;
  position: relative;
}
.pro-20 .pro_row_tit .unit {
  font-size: 16px; /* 设置文字大小 */
  margin-left: 10px; /* 根据需要设置间距 */
  color: #333333; /* 可调整颜色 */
}

.pro-20 .pro_row_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro-20 .pro_row_top .doa {
  font-size: 16px;
  white-space: nowrap;
  color: #666;
  display: inline-flex;
  align-items: center;
	position: relative;
}
.pro-20 .pro_row_top img {
  margin-left: 0.5em;
  height: 3em;
}

.p20-1 {
  padding: 40px 0;
}
.p20-1 .box {
  display: flex;
}
.p20-1 .imgs {
  width: 450px;
  flex-shrink: 0;
}
.p20-1 .img {
  position: relative;
  padding-top: 86.6666666667%;
  box-shadow: 0 0 0 1px #ccc;
}
.p20-1 .text {
  padding-left: 30px;
  padding-top: 15px;
}
.p20-1 .h1 {
  color: #333;
  font-size: 33px;
}
.p20-1 .h1 .sp2 {
  font-size: 20px;
}
.p20-1 .intro {
  font-size: 16px;
  color: #666;
}
.p20-1 .intro p {
  padding-left: 20px;
  position: relative;
  margin: 10px 0;
}
.p20-1 .intro p:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0f57d3;
  position: absolute;
  left: 0px;
  top: 8px;
}

.p20-2 {
  padding: 40px 0;
}
.p20-2 .img {
  position: relative;
  border: 1px solid #ccc;
  margin-top: 30px;
}

.p20-3 {
  padding: 40px 0;
}
.p20-3 .text {
  padding: 25px;
  width: 100%;
  line-height: 36px;
  border: 1px solid #cccccc;
  position: relative;
  margin-top: 20px;
}

.p20-4 {
  padding: 40px 0;
}
.p20-4 .tab {
  margin-top: 30px;
}
.p20-4 .tab table {
  width: 100%;
}
.p20-4 .tab tr:first-child {
  background-color: #2941ce !important;
}
.p20-4 .tab tr:first-child td {
  color: #fff !important;
}
.p20-4 .tab tr:nth-child(2n-1) {
  background-color: #ededed;
}
.p20-4 .tab td {
  height: 52px;
  width: 15%;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ccc;
  color: #333;
}
.p20-4 .tab td:last-child {
  width: 10%;
}
.p20-4 .tips {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.p20-4 .titem {
  width: 580px;
}
.p20-4 .text {
  min-height: 300px;
  margin-top: 25px;
  padding: 25px;
  border: 1px solid #cccccc;
}

.p20-5 {
  padding: 40px 0;
}
.p20-5 .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.p20-5 .li {
  width: 280px;
  margin-right: 26px;
  margin-bottom: 26px;
}
.p20-5 .li:nth-child(4n) {
  margin-right: 0;
}
.p20-5 .dd {
  height: 100%;
  display: block;
  background-color: #ededed;
  box-shadow: 0 0 0 1px #ccc;
}
.p20-5 .dd:hover .img img {
  transform: scale(1.1);
}
.p20-5 .img {
  position: relative;
  padding-top: 88.8888888889%;
  background-color: #fff;
  overflow: hidden;
}
.p20-5 .bot {
  padding: 20px;
}
.p20-5 .h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
.p20-5 .intro {
  line-height: 1.8;
  font-size: 16px;
  margin-top: 16px;
  color: #333;
}
.p20-5 .intro p {
  position: relative;
  padding-left: 1em;
}
.p20-5 .intro p::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  left: 0;
  top: 0.9em;
  transform: translateY(-50%);
  background-color: #2941ce;
}

.md-md{
	position: absolute;
top: -80px;
}