锘?* 鑰冨煿搴曢儴 */
.dis_c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dis_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis_f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.kp {
  width: 100%;
  background-color: #ededed;
}

.kp .top {
  width: 100%;
  height: auto;
  background: url(/uploads/image/kpimages/kp_bg.jpg) no-repeat;
  background-size: 100%;
  padding: 1.08rem .5rem .5rem;
}

.kp .top h2 {
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 0.58rem;
}

.kp .top h2 img:first-child {
  width: 3.28rem;
  transform: rotatez(180deg);
  margin-right: .8rem;
}

.kp .top h2 img:last-child {
  margin-left: .8rem;
  width: 3.28rem;
}

.kp .top .content {
  margin: 35px auto 0;
}

.kp .top .kp_nav {
  height: 2.7rem;
  align-items: flex-start;
}

.kp .top .kp_nav li {
  width: 3.6rem;
  height: 2.5rem;
  line-height: .98rem;
  text-align: center;
  border: solid 0.03rem #ffffff;
  font-size: 0.75rem;
  color: #ffffff;
  cursor: pointer;
  padding-top: .28rem;
}

.kp .top .kp_nav li.active {
  background-color: #ff123f;
  border: solid 1px #ff123f;
  height: 2.7rem;
}

.kp .top .detail {
  height: auto;
  background-color: #ffffff;
}

.kp .item {
  display: none;
  height: 13.75rem;
}

.kp .item.active {
  display: block;
}

.kp .top .item .item_content {
  padding: .5rem;
}

.kp .top .item {
  align-items: flex-start;
}

.kp .top .item .time_line {
  width: 100%;
  height: 7rem;
  border: solid 0.03rem #000000;
  border-bottom-width: 4px;
}

.kp .item .time_line ul {
  height: 100%;
}

.kp .item .time_line li {
  width: 25%;
  height: 100%;
  border-right: 1px solid #f0f0f0;
  flex-direction: column;
  padding-top: .88rem;
}

.kp .item .time_line li:last-child {
  border: none;
}

.kp .item .time_line li b {
  font-size: .9rem;
  color: #ff123f;
  text-align: center;
}

.kp .item .time_line li i {
  font-size: 0.65rem;
}

.kp .item .time_line .line {
  width: 40px;
  height: 1px;
  background-color: #404040;
  margin: .6rem 0;
}

.kp .item .time_line p {
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #000000;
}

.kp .item .item_img {
  margin-top: .98rem;
}

.kp .item .item_img img {
  width: 6.5rem;
}

.kp .item2 {
  padding: .85rem .25rem .25rem;
  /* height: 100%; */
}

.kp .item2>div {
  flex-direction: column;
}

.kp .item2 .item2_title {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.88rem;
  color: #ff123f;
  text-align: center;
}

.kp .item2 .content {
  width: 100%;
  background-color: #4d4d4d;
  margin-top: .53rem;
}

.kp .item2 .content .list {
  padding: 0 .5rem .5rem;
}

.kp .item2 .content .list>span {
  width: 20%;
  font-size: 0.75rem;
  height: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #ffffff;
  text-align: center;
  border-right: 0.03rem solid #333333;
  margin-top: .25rem;
}

.kp .item2 .content .list>span:last-child {
  border: none;
}

.kp .item2 .content .item2_detail {
  font-size: 0.45rem;
  font-weight: 700;
  line-height: 0.75rem;
  color: #cccccc;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: .2rem;
  margin-bottom: .2rem;
  padding: 0  0 0 .5rem;
}

.kp .item2 .content .item2_detail p {
  margin-right: 0.3rem;
}

.kp .item2 .content .item2_detail .dis_f {
  align-items: flex-end;
  height: 1.43rem;
}
.kp .item2 .item2_mid {
  width: 100%;
  height: 7rem;
  background-color: #333333;
  padding: .5rem;
}

.kp .item2 .item2_mid h2 {
  font-size: 32px;
  line-height: 24px;
  color: #ff123f;
  text-align: center;
  margin-bottom: 20px;
}

.kp .item2 .item2_mid .video_box {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.kp .item2 .item2_mid .video {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.kp .item2 .item2_mid .video video {
  width: 100%;
  height: 95%;
}

.kp .item2 .item2_mid .jmn-video-container {
  width: 100% !important;
  margin-top: 0;
  background: none;
}

.kp .item2 .item2_mid .jmn-video-panelinner {
  display: flex;
}

.kp .item3 {
  /* height: 100%; */
  width: 100%;
}

.kp .item3 .content {
  width: 95%;
  justify-content: center;
  height: 100%;
  box-sizing: content-box;
  align-items: center;
  margin-top: 0;
}

.kp .item3 .content img{
  width: 85%;
}
.kp .item3 .left {
  height: 100%;
  width: 620px;
  padding: 0 !important;
}

.kp .item3 .right {
  height: 14.3rem;
  width: 100%;
  /* background: #000000; */
  padding-top: 110px;
  /* box-sizing: border-box; */
  transform: scale(.85);
}

.kp .item3 .right .tit_box {
  width: 10rem;
  height: 10rem;
  border-radius: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatey(-50%) translatex(-50%);
  background: #ffffff;
  z-index: 100;
}

.kp .item3 .right .tit {
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatey(-50%) translatex(-50%);
  color: #595959;
  border: 16px solid #333333;
  padding-top: 27px;
}

.kp .item3 .left ul {
  position: relative;
  height: 100%;
  justify-content: space-between;
}

.kp .item3 .left ul:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ededed;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}

.kp .item3 .left li {
  width: 33%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0 20px;
  box-sizing: border-box;
  position: relative;
}

.kp .item3 .left li:after {
  content: '1';
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ededed;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  z-index: 2;
}

.kp .item3 .left li:nth-child(2)::after {
  content: '2';
}

.kp .item3 .left li:nth-child(3)::after {
  content: '3';
}

.kp .item3 .left li:nth-child(2) {
  border: 1px solid #ededed;
  border-top: none;
  border-bottom: none;
}

.kp .item3 .left li div {
  width: 180px;
  flex-direction: column;
}

.kp .item3 .left li h2 {
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}

.kp .item3 .left li p {
  width: 147px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  word-wrap: break-word;
}

.kp .item3 .right {
  position: relative;
  /* padding-top: 140px; */
  line-height: 24px;
}

.kp .item3 .right .tit {
  text-align: center;
}

.kp .item3 .right .text {
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  text-align: center;
  box-sizing: border-box;
  transition: all .2s;

}

.kp .item3 .right .text:hover {
  transition: all .2s;
  transform: scale(1.08);
}

.kp .item3 .text1 {
  width: 4.8rem;
  height: 3.9rem;
  top: 0;
  left: 51px;
  background:  no-repeat;
  background-size: 100%;
  line-height: 81px;
  padding-left: 10px;
}

.kp .item3 .text::after {
  content: '8';
  position: absolute;
  left: 69%;
  transform: translatex(-50%);
  bottom: 6px;
  height: 30px;
  line-height: 30px;
  z-index: 130;
}

.kp .item3 .text2 {
  width: 4.8rem;
  height: 3.9rem;
  top: 0;
  right: 51px;
  background:  no-repeat;
  background-size: 100%;
  line-height: 81px;
  padding-right: 15px;
}

.kp .item3 .text2::after {
  content: '1';
  left: 33%;
}

.kp .item3 .text3 {
  width:  3.9rem;
  height: 4.8rem;
  top: 51px;
  right: 0;
  background:  no-repeat;
  line-height: 4.8rem;
  background-size: 100%;
  padding-top: 10px;
  padding-left: 10px;
}

.kp .item3 .text3::after {
  content: '2';
  left: 25%;
  top: 55%;
}

.kp .item3 .text4 {
  width:  3.9rem;
  height: 4.8rem;
  bottom: 51px;
  right: 0;
  background:  no-repeat;
  background-size: 100%;
  padding-top: 20px;
  padding-left: 23px;
  box-sizing: border-box;
}

.kp .item3 .text4::after {
  content: '3';
  left: 23%;
  top: 20%;
}

.kp .item3 .text5 {
  width: 4.8rem;
  height: 3.9rem;
  bottom: 0;
  right: 51px;
  background:  no-repeat;
  background-size: 100%;
  line-height: 81px;
  padding-right: 10px;
  padding-top: 10px;
}

.kp .item3 .text5::after {
  content: '4';
  left: 32%;
  top: 10%;
}

.kp .item3 .text6 {
  width: 4.8rem;
  height: 3.9rem;
  bottom: 0;
  left: 51px;
  background:  no-repeat;
  background-size: 100%;
  line-height: 81px;
  padding-left: 20px;
  padding-top: 10px;
}

.kp .item3 .text6::after {
  content: '5';
  left: 69%;
  top: 10%;
}

.kp .item3 .text7 {
  bottom: 51px;
  width:  3.9rem;
  height: 4.8rem;
  left: 0;
  background:  no-repeat;
  background-size: 100%;
  padding-top: 20px;
  padding-right: 23px;
  box-sizing: border-box;
}

.kp .item3 .text7::after {
  content: '6';
  left: 72%;
  top: 10%;
}

.kp .item3 .text8 {
  width:  3.9rem;
  height: 4.8rem;
  top: 51px;
  left: 0;
  background:  no-repeat;
  background-size: 100%;
  line-height: 115px;
  padding-top: 10px;
  padding-right: 10px;
}

.kp .item3 .text8::after {
  content: '7';
  left: 83%;
  top: 50%;
}

.kp .item3 .text:hover::after {
  z-index: 120;
}

.kp .item3 .text1:hover {
  top: -2px;
  left: 49px;
}

.kp .item3 .text2:hover {
  top: 0px;
  right: 49px;
}

.kp .item3 .text3:hover {
  right: -2px;
}

.kp .item3 .text4:hover {
  right: -2px;
}

.kp .item3 .text5:hover {
  bottom: -2px;
  right: 49px;
}

.kp .item3 .text6:hover {
  bottom: -2px;
  left: 49px;
}

.kp .item3 .text7:hover {
  left: -2px;
}

.kp .item3 .text8:hover {
  left: -2px;
}

.kp .item4 {
  padding: 0.95rem .25rem 0.7rem;
}

.kp .item4 h2 {
  width: 100%;
  font-size: 22px;
  color: #000000;
}

.kp .item4 h2 span {
  color: #ff123f;
}

.kp .item4 .img img {
  height: 100%;
}
.kp .item4 .img {
  height: 4.53rem;
}

.kp .item4 p {
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 0.88rem;
  color: #ff123f;
  margin-bottom: .6rem;
}
.kp .item4 li {
  width: 2.75rem;
  height: 2.5rem;
  border: solid 1px #000000;
  font-weight: normal;
  font-size: 0.6rem;
  line-height: 0.75rem;
  color: #000000;
}
.kp .item4 li:nth-child(2){
  font-weight: 700;
  border: solid 2px #000000;

}
.kp .item4 div {
  text-align: center;
}

.kp .item4 p.remark {
  font-size: 0.55rem;
  line-height: 0.88rem;
  color: #0a0204;
  font-weight: 400;
  margin-top: .9rem;
  margin-bottom: 0;
}
