.container {
  font-size: 16px;
  padding-top: 26px;
  width: 1300px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .container {
    width: 1100px;
  }
}
.container .bg-img {
  width: 1300px;
  position: absolute;
  z-index: -1;
}
.container .bg-img img {
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .container .bg-img {
    width: 1100px;
  }
}
.container .breadcrumb {
  width: 100%;
  margin: 52px 0 26px 50px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  vertical-align: middle;
}
.container .breadcrumb .po {
  width: 10px;
  vertical-align: middle;
}
.container .breadcrumb .rightroad:first-child {
  display: none;
}
.container .breadcrumb .node-wraper {
  display: inline-block;
  vertical-align: middle;
}
.container .breadcrumb .node-wraper span {
  vertical-align: middle;
}
.container .breadcrumb span {
  padding: 0 2px;
}
.container .breadcrumb span a {
  color: #666666;
}
.container .none {
  text-align: center;
  display: none;
  margin-bottom: 150px;
}
.left {
  width: 830px;
  margin-right: 50px;
  margin-left: 50px;
  display: inline-block;
}
@media screen and (max-width: 1366px) {
  .left {
    width: 730px;
  }
}
.left .detail {
  width: 800px;
  display: inline-block;
}
@media screen and (max-width: 1366px) {
  .left .detail {
    width: 700px;
  }
}
.left .detail .hotspot-detail-title {
  font-size: 23px;
  line-height: 36px;
  color: #1d1d1d;
  text-align: center;
}
.left .detail .hotspot-intr {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 4px;
}
.left .detail .hotspot-detail-content {
  margin-top: 20px;
}
.left .detail .hotspot-detail-content img {
  max-width: 100%;
}
.left .detail .hotspot-detail-content p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  background-color: #fff;
}
.left .detail .detail_video {
  text-align: center;
}
.left .detail .abi-images img {
  width: 100%;
}
.right {
  display: inline-block;
  vertical-align: top;
}
.download {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  color: #333333;
}
.download .download-tit {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.download .download-content {
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 20px;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  background: #eee;
  cursor: pointer;
}
.download .download-content .download-sign-active {
  display: none;
}
.download .download-content .download-item {
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
}
.download .download-content img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.download .download-content .downloadicon {
  width: 16px;
  height: 18px;
  float: right;
}
.isHidden {
  display: none !important;
}
.isinline {
  display: inline !important;
}
