.b2b_info .crumbs {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  height: 19px;
  text-overflow: ellipsis;
  margin-top: 20px;
  margin-bottom: 40px;
}

.b2b_info .enterprise_info {
  width: 100%;
  overflow: hidden;
}
.b2b_info .enterprise_info .title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
}
.b2b_info .enterprise_info .title span{
    width: max-content;
    font-size: 20px;
    display: block;
    color: #333333;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 2px solid #ff7300;
}
.b2b_info .enterprise_info .img_advertise {
    width: 480px;
	height: 335px;
    overflow: hidden;
    float: left;
    margin-top: 20px;
    margin-right: 27px;
    margin-bottom: 15px;
}
.b2b_info .enterprise_info p {
    float: revert;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin-top: 12px;
}
.b2b_info .information {
    width: 100%;
    overflow: hidden;
    margin-top: 74px;
}
.b2b_info .information .title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
}
.b2b_info .information .title span{
    width: max-content;
    font-size: 20px;
    display: block;
    color: #333333;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 2px solid #ff7300;
}
.b2b_info .information .info {
    width: 100%;
    overflow: hidden;
    margin-top: 31px;
}
.b2b_info .information .info li {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 43px;
    color: #333333;
}
.b2b_info .information .info li span {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    padding-left: 20px;
}
.b2b_info .information .info li span img{
    display: inline-block;
    margin-left: 8px;
}
.b2b_info .information .map {
    width: 100%;
    height: 508px;
    overflow: hidden;
    margin-bottom: 147px;
    border: solid 1px #e0e0e0;
}
.b2b_info .information .map img{
    margin: 20px;
}
.b2b_info .web_change {
    position: absolute;
    top: 104px;
    left: 0;
    width: 98px;
    overflow: hidden;
    border-radius: 5px;
	border: solid 1px #e0e0e0;
}
.b2b_info .web_change li {
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 52px;
    height: 52px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.b2b_info .web_change a:last-child li{
    border-bottom: none;
}
.b2b_info .web_change li:hover {
    background: #ff7300;
    color: #fff;
}

.web_change .active {
    background: #ff7300;
    color: #fff !important;
}

.disclaimers {
  width: 100%;
  margin-bottom: 30px;
}
.disclaimers p {
  color: #333;
  line-height: 22px;
}
.disclaimers p span {
  color: red;
}