.breadcrumbs {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #e2e2e2;
  color: #0e0e0e;
  font-size: 12px;
}
.breadcrumbs .content {
  width: 1220px;
  margin: 0 auto;
}
.breadcrumbs p {
  float: left;
}
.current,
.bdArrow {
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(https://image.bao315.com/Public/Home/images/xgt/meitu/ico_list.png) no-repeat 0 0;
}
.bdArrow {
  background-position: -12px 2px;
}
.breadcrumbs a:hover {
  color: #e30113;
}

.sub_list {
  width: 1200px;
  margin: 5px auto;
}
.sub_list_nav {
  border: 2px solid #c30817;
  height: 104px;
  text-align: center;
  margin: 20px 0;
  background: #fff;
  z-index: 100;
}
.sub_list li {
  float: left;
}
.sub_list_nav li:last-child {
  background: #fff;
  width: 60px;
}
.sub_list_first {
  width: 110px;
  height: 100px;
  background: url(https://image.bao315.com/Public/Home/images/xgt/meitu//icon_bg_01.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  box-sizing: border-box;
}
.sub_list_first a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  display: table-cell;
  width: 100px;
  height: 100px;
  cursor: default;
}
.sub_list_first img {
  width: 35px;
}
.sub_list_first * {
  vertical-align: middle;
}
.sub_list_nav div {
  width: 1086px;
  display: inline-block;
  float: left;
}
.sub_list_li {
  float: left;
  width: 78px;
  height: 100px;
  box-sizing: border-box;
  background: url(https://image.bao315.com/Public/Home/images/xgt/meitu/icon_bg.png) no-repeat;
  background-position: right center;
  transition: all 0.5s ease;
}
.sub_list_li a {
  vertical-align: middle;
  display: table-cell;
  height: 100px;
  width: 65px;
  color: #666;
  font-size: 13px;
  line-height: 24px;
}
.sub_list_li span {
  height: 40px;
  margin-bottom: 6px;
}
.sub_list_li img {
  transition: all 0.2s ease;
}
.sub_list_li:hover img {
  transform: translateY(-6px);
}
.sub_list_li p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.sub_list_li:hover p {
  color: #c30817;
  transform: translateY(-6px);
}

.sub-meitu {
  width: 1200px;
  margin: 0 auto;
}
.sub-meitu-col {
  position: relative;
  display: block;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.sub-meitu-col:hover .sub-meitu-hover {
  opacity: 1;
  box-shadow: 4px 4px 6px rgb(0 0 0 / 20%);
}
.sub-meitu-img {
  width: 100%;
}
.sub-meitu-col * {
  transition: all 0.3s ease;
}
.sub-meitu-hover {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 40%;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 2px;
  opacity: 0;
}
.sub-meitu-hover-left {
  color: #fff !important;
  background: #e30113;
  border-radius: 4px;
  display: inline-block;
  float: left;
  width: 35%;
  text-align: center;
  padding: 10px 0;
}
.sub-meitu-hover-left p:first-child {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
  position: relative;
}
.sub-meitu-hover-left p:first-child::after {
  position: absolute;
  width: 30%;
  content: "";
  height: 1px;
  background: #fff;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.sub-meitu-hover-left p:last-child {
  font-size: 14px;
  line-height: 30px;
}
.sub-meitu-hover-right {
  color: #999;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  display: inline-block;
  float: left;
  width: 60%;
  margin-left: 5%;
}
.sub-meitu-hover-p {
  float: left;
  font-size: 20px;
  line-height: 40px;
  color: #333 !important;
  border-top: 1px solid #e2e2e2;
  width: 100%;
  margin-top: 10px;
}
.tcdPageCode {
  margin-top: 0 !important;
  margin-bottom: 100px;
}
