body {
  background-color: #eeeeee;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  float: left;
}
.p-box .p-right {
  width: 930px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 60px;
}
.p-box .p-right .pr-item {
  display: none;
}
.p-box .p-right .pr-item.show {
  display: block;
}
.p-box .p-right .pr-item .pr-title {
  font-size: 20px;
  color: #333;
  margin-top: 44px;
  line-height: 40px;
  border-bottom: 1px solid #cccccc;
}
.p-box .p-right .pr-item .pr-value {
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 30px;
  color: #333;
  text-align: center;
  letter-spacing: 3px;
}
.p-box .p-right .pr-item .pr-msg {
  margin-bottom: 20px;
}
.p-box .p-right .pr-item .pr-msg .pr-name {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 25px;
}
.p-box .p-right .pr-item .pr-msg .pr-text {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.p-box .p-right .pr-item .pr-msg .pr-text span {
  display: block;
}
.p-box .p-right .pr-item .pr-msg .pr-text .pr-p {
  width: 500px;
}
.p-box .p-right .pr-item .pr-type {
  margin-bottom: 36px;
}
.p-box .p-right .pr-item .pr-type p {
  line-height: 47px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #CCCCCC;
}
.p-box .p-right .pr-item .pr-type p span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #333;
  margin-left: 20px;
  margin-right: 10px;
}
.p-box .p-right .pr-item .pr-img {
  width: 100%;
}
.p-box .p-right .pr-item .pr-img img {
  width: 100%;
}
