.center-box {
  width: 1400px;
  margin: 0 auto;
}
.brand-logo {
  width: 1400px;
  padding: 20px;
  background-color: #fff;
  display: flex;
  margin-bottom: 20px;
  border-radius: 8px;
}
.brand-logoBox{
  width: 120px;
  height: 120px;
  display: inline-block;
  border: 1px solid rgba(0, 62, 142, 0.3);
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  margin-right: 30px;
}
.brand-logoBox>img {
  position: absolute;
  /*width: 160px;*/
	vertical-align: middle;
    transform: translate(-50%,-50%);
    top: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    border-radius: 60px;
}
.bread-name {
	flex: 1;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 24px;
}
.bread-name div:first-child{
  font-weight: bold;
}


.box {
  width: 100%;
}
.box_main{
	margin-bottom: 20px;
	border-radius: 8px;
	background-color: #fff;
}
.circuit-protection{
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.circuit-protection::before{
	display: inline-block;
	content: "";
	width: 3px;
	height: 18px;
	background-color: #003E8E;
	position: absolute;
	top: 15px;
	left: 20px;
	border-radius: 3px;
}
.circuit-protection .c_9{
	font-size: 14px;
}
.circuit-protection-box{
  background: #fff;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.circuit-protection-box label,
.diodes-box a {
  text-decoration: none;
  font-size: 14px;
  color: #333!important;
  width: 33%;
  line-height: 24px;
  padding-right: 1%;
  margin-bottom: 15px;
}

.circuit-protection-box a:nth-child(2n) {
  padding-left: 10px;
}

.circuit-protection-box a:nth-child(2n + 1) {
  padding-right: 10px;
}

.diodes-box span {
  color: #999;
}

