body {
  background-color: #f4f4f4;
}
.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;
}
.pd_top {
  margin: 1.25rem 0;
}
.pd_top .inner_place {
  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;
}
.pd_top .inner_place div {
  float: left;
  color: #333;
}
.pd_top .inner_place div span,
.pd_top .inner_place div a {
  color: #333;
  margin-right: 0.625rem;
}
.pd_con {
  width: 68.75rem;
  height: 23.125rem;
  margin: 0 auto;
  padding: 1.25rem;
  border: 0.0625rem solid #E8E8E8;
  overflow: hidden;
  min-width: 56.25rem;
  box-sizing: border-box;
  background: #fff;
}
.pd_con .left {
  width: 26.875rem;
  height: auto;
  float: left;
  /* img{
            width: 100%;
        } */
}
.pd_con .left .one-img-box,
.pd_con .left .big-img-box {
  position: relative;
  width: 26.875rem;
  height: 18.75rem;
  box-shadow: 0 0 0.375rem 0.0625rem #cacaca;
  border-radius: 0.625rem;
  overflow: hidden;
}
.pd_con .left .one-img-box {
  display: inline-block;
  cursor: move;
}
.pd_con .left .one-img-box > img {
  width: 100%;
  height: 100%;
}
.pd_con .left .big-img-box {
  display: none;
  top: -19.0625rem;
  left: 28.125rem;
  z-index: 99;
}
.pd_con .left .big-img-box > img {
  width: 300%;
  height: 300%;
}
.pd_con .left .big-img {
  position: absolute;
  left: 0;
  top: 0;
}
.pd_con .left .mask {
  /* display: inline-block; */
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 6.25rem;
  height: 6.25rem;
  background-color: yellowgreen;
  opacity: 0.4;
}
.pd_con .right {
  float: right;
  margin-left: 3.75rem;
  width: 33.75rem;
}
.pd_con .right h1 {
  font-size: 1.5rem;
  color: #2e69de;
}
.pd_con .right .text1 {
  background: #eee;
  border: 0.0625rem dashed #ccc;
  padding: 0.625rem;
  margin-top: 0.9375rem;
}
.pd_con .right .text2 {
  margin-top: 1.25rem;
  overflow: hidden;
}
.pd_con .right .text2 li {
  float: left;
  height: 1.875rem;
  line-height: 1.875rem;
  width: 16.875rem;
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
}
.pd_con .right .text2 li span {
  padding: 0 1.25rem;
  background: #2e69de;
  float: left;
  margin-right: 0.625rem;
  color: #fff;
  font-size: 1rem;
}
.pd_con .right .text3 {
  margin-left: 0.625rem;
  font-size: 1rem;
  padding-top: 1.8125rem;
}
.pd_bottom {
  display: flex;
  justify-content: space-between;
}
.pd_bottom .title {
  background: #ececec;
  border-left: 0.1875rem solid #2e69de;
  line-height: 2.1875rem;
  padding-left: 0.625rem;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.pd_bottom .left {
  width: 51.25rem;
  margin-top: 1.25rem;
  background: #fff;
  padding: 0.625rem;
  height: 68.125rem;
}
.pd_bottom .left .details {
  margin-top: 1.25rem;
}
.pd_bottom .left .list_page {
  overflow: hidden;
  margin-top: 0.625rem;
}
.pd_bottom .left .list_page ul {
  margin-top: 0.625rem;
}
.pd_bottom .left .list_page li {
  margin-bottom: 0.625rem;
  background: #eee;
  padding: 0.625rem;
}
.pd_bottom .left .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;
}
.pd_bottom .left .dr_bottom .title strong {
  font-size: 0.875rem;
}
.pd_bottom .left .dr_bottom .title span {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}
.pd_bottom .left .dr_bottom .imgs {
  padding: 0.625rem;
  border-bottom: 0.0625rem dashed #94896B;
  padding-bottom: 1.25rem;
}
.pd_bottom .left .dr_bottom .imgs img {
  width: 11.25rem;
  height: 7.875rem;
  float: left;
  margin-right: 0.625rem;
  border: 0.0625rem solid #2e69de;
  padding: 0.125rem;
}
.pd_bottom .left .dr_bottom .imgs a {
  font-size: 1rem;
  color: #2e69de;
  padding-top: 1.25rem;
}
.pd_bottom .left .dr_bottom .imgs p {
  color: #666;
  margin-top: 0.625rem;
  font-size: 0.875rem;
}
.pd_bottom .left .dr_bottom .lists {
  margin-bottom: 3.125rem;
  padding: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pd_bottom .left .dr_bottom .lists li {
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 0.0625rem dashed #ccc;
  width: 47%;
  margin: 0 0.625rem;
}
.pd_bottom .left .dr_bottom .lists li a {
  color: #666;
  font-size: 0.875rem;
}
.pd_bottom .right {
  width: 16.875rem;
  float: right;
  margin-top: 1.25rem;
  background: #fff;
  padding: 0.625rem;
  height: 71.5rem;
}
.pd_bottom .right .pdr_nav {
  background: #fafafa;
}
.pd_bottom .right .pdr_nav li {
  text-align: center;
  height: 3.125rem;
  line-height: 3.125rem;
  border-bottom: 0.0625rem #b3b3b3 dashed;
}
.pd_bottom .right .anthor {
  margin-top: 1.25rem;
}
.pd_bottom .right .anthor li {
  margin-bottom: 1.25rem;
  padding: 0.625rem;
  border: 0.0625rem solid #ccc;
}
.pd_bottom .right .anthor li a {
  color: #000;
}
.pd_bottom .right .anthor li a div {
  overflow: hidden;
}
.pd_bottom .right .anthor li a img {
  width: 100%;
  transition: all 0.5s;
}
.pd_bottom .right .anthor li a p {
  text-align: center;
  padding: 0.625rem;
  transition: all 0.5s;
}
.pd_bottom .right .anthor li a:hover img {
  transform: scale(1.1);
}
.pd_bottom .right .anthor li a:hover p {
  background-color: #0069d8;
  color: #fff;
}
