.carousel-control-prev-icon {
  background: url(../img/index/b_arrow.png) no-repeat left bottom;
  width: 3.125rem;
  height: 3.125rem;
}
.carousel-control-next-icon {
  background: url(../img/index/b_arrow.png) no-repeat right bottom;
  width: 3.125rem;
  height: 3.125rem;
}
.carousel-indicators li {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #0069d8;
  margin: 0 0.1875rem;
  cursor: pointer;
  border: none;
}
.carousel-indicators .active {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 1.25rem;
  background: #fff;
}
.details .left_title {
  color: #ffffff;
  background: url(../img/details/inner-nav-bg.jpg) no-repeat center;
  text-align: center;
  line-height: 3.4375rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.details .details_left {
  width: 16.25rem;
  margin-top: 1.25rem;
}
.details .details_left .dl_pro {
  text-align: center;
  border: 0.0625rem solid #2e69de;
}
.details .details_left .dl_pro li {
  width: 15.625rem;
  margin: 0 auto;
  margin-top: 0.1875rem;
}
.details .details_left .dl_pro li div {
  width: 100%;
  overflow: hidden;
}
.details .details_left .dl_pro li div img {
  width: 100%;
  transition: all 0.5s;
}
.details .details_left .dl_pro li p {
  font-size: 0.875rem;
}
.details .details_left .dl_pro li:hover img {
  transform: scale(1.1);
}
.details .details_left .dl_pro li:hover p {
  color: #0069d8;
}
.details .details_left .dl_contact {
  border: 0.0625rem solid #2e69de;
  padding: 0.625rem;
}
.details .details_left .dl_contact img {
  width: 12.5rem;
  margin: 0.625rem auto;
  box-shadow: 0 0 0.3125rem #ccc;
  display: block;
}
.details .details_left .dl_contact div {
  font-weight: bold;
  font-size: 1rem;
}
.details .details_left .dl_contact p {
  margin-bottom: 0.625rem;
  color: #666;
}
.details .details_left .dl_contact p svg {
  margin-right: 0.625rem;
}
.details .details_right {
  width: 56.875rem;
  margin-top: 1.25rem;
  overflow: hidden;
}
.details .details_right .dr_top {
  height: 2.5rem;
  line-height: 2.5rem;
  overflow: hidden;
  background: #fafafa;
  padding: 0 1.25rem;
  margin-top: 0;
  border-bottom: 0.0625rem solid #e8e8e8;
  border-left: 0.1875rem solid #2e69de;
}
.details .details_right .dr_top .drt_con {
  float: left;
  color: #333;
}
.details .details_right .dr_top .drt_con a {
  color: #333;
  margin-right: 0.625rem;
}
.details .details_right .dr_show {
  background: #fff;
  padding: 1.875rem;
  margin-top: 0.375rem;
  width: 56.875rem;
}
.details .details_right .dr_show h1 {
  font-size: 1.5rem;
  text-align: center;
}
.details .details_right .dr_show .attr {
  margin-top: 1.25rem;
  overflow: hidden;
  text-align: center;
  border-bottom: 0.0625rem dashed #ccc;
  padding-bottom: 0.625rem;
}
.details .details_right .dr_show .attr span {
  margin-right: 0.625rem;
}
.details .details_right .dr_show .attr span svg {
  margin-right: 0.625rem;
}
.details .details_right .dr_show .cont {
  margin-top: 1.25rem;
}
.details .details_right .dr_show .cont p {
  margin-bottom: 1rem;
}
.details .details_right .dr_show .statement {
  margin-bottom: 1rem;
  margin-top: 1.25rem;
}
.details .details_right .dr_show .news_tag {
  overflow: hidden;
  margin-top: 0.625rem;
}
.details .details_right .dr_show .list_page {
  overflow: hidden;
  margin-top: 0.625rem;
}
.details .details_right .dr_show .list_page ul {
  margin-top: 0.625rem;
}
.details .details_right .dr_show .list_page li {
  margin-bottom: 0.625rem;
  background: #eee;
  padding: 0.625rem;
}
.details .details_right .dr_bottom .title {
  color: #fff;
  height: 2.5rem;
  line-height: 2.5rem;
  clear: both;
  overflow: hidden;
  background: #2e69de;
  padding: 0 1.25rem;
  border-top: 0.0625rem solid #ccc;
  text-align: center;
}
.details .details_right .dr_bottom .title strong {
  font-size: 0.875rem;
}
.details .details_right .dr_bottom .title span {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}
.details .details_right .dr_bottom ul {
  margin-bottom: 3.125rem;
  padding: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.details .details_right .dr_bottom ul li {
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 0.0625rem dashed #ccc;
  width: 47%;
  margin: 0 0.625rem;
}
.details .details_right .dr_bottom ul li a {
  color: #666;
  font-size: 0.875rem;
}
