.p {
  min-width: 1200px;
  overflow: hidden;
}

.p_main {
  padding: 148px 0 0;
  width: 100%;
}

.p_banner {
  width: 100%;
  height: 480px;
  min-width: 1200px;
}
.p_banner .swiper {
  width: 100%;
  height: 100%;
}
.p_banner .swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 100;
  display: block;
  width: 44px;
  height: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../../images/index/b-arrow-right.png") no-repeat center/100% 100%;
  right: 25px;
}
.p_banner .swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 100;
  display: block;
  width: 44px;
  height: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../../images/index/b-arrow-left.png") no-repeat center/100% 100%;
  left: 25px;
}
.p_banner .swiper:hover .swiper-button-next,
.p_banner .swiper:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}
.p_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_public_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}
.p_public_title::before, .p_public_title::after {
  background-color: #a40000;
  width: 24px;
  height: 5px;
  content: "";
  margin: 0 22.5px;
  display: inline-block;
}
.p_public_title .p_title_text {
  font-size: 32px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
  line-height: 1.038;
}
.p_public_title .p_public_more {
  font-size: 23px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(164, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.p_public_title .p_public_more img {
  width: 7.5px;
  height: 15px;
  margin-left: 9px;
  display: inline-block;
}

.p_tab_card {
  width: 100%;
  height: 47.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  letter-spacing: 0;
}
.p_tab_card.f2 {
  background: #f2f2f2;
}
.p_tab_card.ff {
  background: #fff;
}
@media screen and (min-width: 0\9 ) {
  .p_tab_card {
    text-align: center;
  }
}
.p_tab_card .p_tab_item {
  width: 200px;
  height: 100%;
  font-size: 23px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 0\9 ) {
  .p_tab_card .p_tab_item {
    height: 62px;
    display: inline-block;
    margin-top: -7.25px;
    line-height: 62px;
  }
}
.p_tab_card .p_tab_item.p_active, .p_tab_card .p_tab_item:hover {
  background-color: rgb(164, 0, 0);
  width: 200px;
  height: 62px;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.p_tab_card .p_tab_item.p_active::after, .p_tab_card .p_tab_item:hover::after {
  background-color: rgb(255, 255, 255);
  width: 63px;
  height: 2px;
  content: "";
  display: block;
}
@media screen and (min-width: 0\9 ) {
  .p_tab_card .p_tab_item.p_active::after, .p_tab_card .p_tab_item:hover::after {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -32.5px;
  }
}

.p_tab_group > div {
  display: none;
}
.p_tab_group > div:first-child {
  display: block;
}

.p_card_banner {
  margin: 45px auto 0;
  width: 100%;
  height: 419px;
  font-size: 0;
  letter-spacing: 0;
}
.p_card_banner > div,
.p_card_banner > a {
  display: inline-block;
  vertical-align: top;
}
.p_card_banner .p_class_info {
  width: 456px;
  height: 100%;
  padding: 33px 36px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.p_card_banner .p_class_info .p_class_info_tag {
  border: 1px solid #fff;
  font-size: 20px;
  font-family: inherit;
  color: rgb(255, 255, 255);
  height: 35px;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  position: relative;
}
.p_card_banner .p_class_info .p_class_info_tag::after {
  width: 20px;
  height: 20px;
  background: #a40000;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: -10px;
  content: "";
  display: block;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 17px;
  height: 9.5px;
  bottom: -9px;
  background: url("../../images/index/tag_bottom_red.png") no-repeat center/100% 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-clip-path: none;
          clip-path: none;
  border: none;
  margin-left: -8.5px;
}
.p_card_banner .p_class_info .p_class_info_title {
  font-size: 29px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin-top: 62px;
  line-height: 40px;
}
.p_card_banner .p_class_info .p_class_info_desc {
  font-size: 20px;
  font-family: inherit;
  color: rgb(255, 255, 255);
  margin-top: 62px;
  line-height: 35px;
  margin-top: 5px;
}
.p_card_banner .p_class_info .p_class_pointer {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 9px 0px rgb(155, 140, 123);
          box-shadow: 0px 0px 9px 0px rgb(155, 140, 123);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: 48px;
  right: 36px;
  cursor: pointer;
}
.p_card_banner .p_class_info .p_class_pointer img {
  width: 23px;
  height: 22px;
  margin: 12px auto;
}
.p_card_banner .p_class_play_area {
  width: calc(100% - 456px);
  height: 100%;
  position: relative;
  background: #fff;
}
.p_card_banner .p_class_play_area > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_card_banner .p_class_play_area .p_play_hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.p_card_banner .p_class_play_area .p_play_hover img {
  width: 122px;
  height: 122px;
  margin: 149px auto 0;
}

.p_tag_item {
  position: relative;
}
.p_tag_item .p_tag {
  position: absolute;
  top: 7px;
  right: -8px;
  width: auto;
  height: 27px;
  padding: 0 10px;
  min-width: 84px;
  background: #c5b29c;
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  line-height: 27px;
  text-align: center;
}
.p_tag_item .p_tag:after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background-color: #a18f7b;
  position: absolute;
  right: 0;
  bottom: -10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (min-width: 0\9 ) {
  .p_tag_item .p_tag:after {
    background: url("../../images/index/tag_slide.png") no-repeat center/100% 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.p_class {
  margin: 72.5px auto 70px;
}
.p_class .p_tab_card {
  margin-top: 54px;
}
.p_class .p_card_banner .p_class_info {
  background: #a40000;
}
.p_class .p_class_list {
  margin: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  width: 100%;
 position: relative;
}
.p_class .p_class_list .p_class_list_large {
  border-width: 0.5px;
  border-color: rgb(197, 178, 156);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
          box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
  width: 50%;
  height: 319px;
  padding: 12px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 0\9 ) {
  .p_class .p_class_list .p_class_list_large {
    float: left;
  }
}
.p_class .p_class_list .p_class_list_large .p_img_box {
  width: 100%;
  height: 240px;
}
.p_class .p_class_list .p_class_list_large .p_img_box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p_class .p_class_list .p_class_list_large .p_info_box {
  margin: 9px 0 0;
  display: block;
}
.p_class .p_class_list .p_class_list_large .p_info_box .p_title {
  font-size: 17px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p_class .p_class_list .p_class_list_large .p_info_box .p_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  line-height: 25px;
  font-size: 14px;
  font-family: inherit;
  color: rgb(156, 158, 177);
}
.p_class .p_class_list .p_class_list_large .p_info_box .p_desc .p_text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 60%;
}
@media screen and (min-width: 0\9 ) {
  .p_class .p_class_list .p_class_list_large .p_info_box .p_desc .p_text {
    float: left;
    width: 60%;
  }
}
.p_class .p_class_list .p_class_list_large .p_info_box .p_desc .p_date {
  margin-left: auto;
}
@media screen and (min-width: 0\9 ) {
  .p_class .p_class_list .p_class_list_large .p_info_box .p_desc .p_date {
    float: left;
  }
}
.p_class .p_class_list .p_class_list_large .p_info_box .p_desc .p_more {
  color: #a40000;
  margin-left: 50px;
}
@media screen and (min-width: 0\9 ) {
  .p_class .p_class_list .p_class_list_large .p_info_box .p_desc .p_more {
    float: right;
  }
}
.p_class .p_class_list .p_class_list_large .p_info_box .p_desc .p_more img {
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-left: 6px;
}
.p_class .p_class_list .p_class_list_nor {
  border-width: 0.5px;
  border-color: rgb(197, 178, 156);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
          box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
  width: 48%;
  height: 148px;
  padding: 12px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  
  
}


.p_class .p_class_list .p_class_list_nor:nth-child(2) {
	position: absolute;
    top: 0;
    right: 0;
}
.p_class .p_class_list .p_class_list_nor:nth-child(3) {
	position: absolute;
    bottom: 0;
    right: 0;
}



@media screen and (min-width: 0\9 ) {
  .p_class .p_class_list .p_class_list_nor {
    float: right;
  }
  .p_class .p_class_list .p_class_list_nor:last-child {
    margin-top: 24px;
  }
}
.p_class .p_class_list .p_class_list_nor .p_img_box {
  width: 216px;
  height: 122px;
  display: inline-block;
  vertical-align: top;
}
.p_class .p_class_list .p_class_list_nor .p_img_box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p_class .p_class_list .p_class_list_nor .p_info_box {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 236px);
}
.p_class .p_class_list .p_class_list_nor .p_info_box .p_title {
  font-size: 17px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
  line-height: 22.5px;
  margin-top: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p_class .p_class_list .p_class_list_nor .p_info_box .p_desc {
  line-height: 22.5px;
  font-size: 14px;
  font-family: inherit;
  color: rgb(156, 158, 177);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p_class .p_class_list .p_class_list_nor .p_info_box .p_desc .p_text {
  margin-top: 4px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 0\9 ) {
  .p_class .p_class_list .p_class_list_nor .p_info_box .p_desc .p_text {
    float: left;
  }
}
.p_class .p_class_list .p_class_list_nor .p_info_box .p_desc .p_date {
  margin-top: 17px;
}
@media screen and (min-width: 0\9 ) {
  .p_class .p_class_list .p_class_list_nor .p_info_box .p_desc .p_date {
    float: left;
  }
}
.p_class .p_class_list .p_class_list_nor .p_info_box .p_desc .p_more {
  margin-top: 17px;
  color: #a40000;
}
@media screen and (min-width: 0\9 ) {
  .p_class .p_class_list .p_class_list_nor .p_info_box .p_desc .p_more {
    float: right;
  }
}
.p_class .p_class_list .p_class_list_nor .p_info_box .p_desc .p_more img {
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-left: 6px;
}

.p_expert {
  padding: 44px 0 80px;
  background: url("../../images/index/expert-bg.jpg") no-repeat center/cover;
}
.p_expert .p_tab_card {
  margin-top: 50px;
}
.p_expert .p_card_banner {
  background: #c5b29c;
}
.p_expert .p_card_banner .p_class_info .p_class_info_tag::after {
  background: #c5b29c;
  width: 18.5px;
  height: 10.5px;
  bottom: -10px;
  background: url("../../images/index/tag_bottom_yellow.png") no-repeat center/100% 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-clip-path: none;
          clip-path: none;
  border: none;
  margin-left: -9.25px;
}
.p_expert .p_card_banner .p_class_info .p_class_info_title {
  margin-top: 28px;
}
.p_expert .p_card_banner .p_class_info .p_class_info_desc {
  margin-top: 20px;
}
.p_expert .p_card_banner .p_class_info .p_class_pointer {
  right: unset;
  left: 33px;
}
.p_expert .p_expert_cards {
  width: 100%;
  margin: 49px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden\9 ;
}
.p_expert .p_expert_cards .p_expert_card {
  -webkit-box-shadow: 0px 0px 24px 0px rgb(226, 226, 226);
          box-shadow: 0px 0px 24px 0px rgb(226, 226, 226);
  width: 31.3%;
  height: 473px;
  background: url("../../images/index/expert_card-bg.png") no-repeat center/100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0\9 ) {
  .p_expert .p_expert_cards .p_expert_card {
    float: left;
    margin-right: 36px;
  }
  .p_expert .p_expert_cards .p_expert_card:last-child {
    margin-right: 0;
  }
}
.p_expert .p_expert_cards .p_expert_card .main {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 24px 0px rgba(226, 226, 226, 0.004);
          box-shadow: 0px 0px 24px 0px rgba(226, 226, 226, 0.004);
  width: 92%;
  height: 446px;
}
@media screen and (min-width: 0\9 ) {
  .p_expert .p_expert_cards .p_expert_card .main {
    margin: 13.5px auto;
  }
}
.p_expert .p_expert_cards .p_expert_card .main > img {
  width: 100%;
  height: 310px;
}
.p_expert .p_expert_cards .p_expert_card .main .p_info {
  width: 100%;
  height: calc(100% - 310px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  padding: 0 20px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.p_expert .p_expert_cards .p_expert_card .main .p_info .p_title {
  font-size: 17px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
  line-height: 25px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p_expert .p_expert_cards .p_expert_card .main .p_info .line {
  background-color: rgb(197, 178, 156);
  width: 22px;
  height: 4px;
  margin: 5px 0;
}
.p_expert .p_expert_cards .p_expert_card .main .p_info .p_desc {
  font-size: 14px;
  color: rgb(156, 158, 177);
  line-height: 25px;
  font-family: inherit;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height:50px;
}
.p_expert .p_expert_cards .p_expert_card .main .p_info .p_more {
  position: absolute;
  right: 8px;
  bottom: 14px;
  font-size: 14px;
  font-family: inherit;
  color: rgb(164, 0, 0);
  line-height: 25px;
  background: #fff;
}
.p_expert .p_expert_cards .p_expert_card .main .p_info .p_more img {
  width: 7px;
  height: 11px;
  margin-left: 5px;
  display: inline-block;
}
.p_expert .p_expert_cards .p_expert_card .main .p_info .p_tag {
  top: 32px;
}
.p_expert .p_expert_cards .p_tag {
  top: 18px;
  height: 32px;
  line-height: 32px;
  right: -14px;
}
.p_expert .p_expert_cards .p_tag::after {
  width: 14px;
  height: 13px;
  bottom: -13px;
}

.p_theme {
  margin: 64px auto 65px;
}
.p_theme .p_theme_card {
  margin: 34px auto 0;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 24px 0px rgb(226, 226, 226);
          box-shadow: 0px 0px 24px 0px rgb(226, 226, 226);
  width: 100%;
  height: auto;
  padding: 83px 54px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_theme .p_theme_card .p_banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 509px;
  width: 100%;
}
.p_theme .p_theme_card .p_banners .p_theme_large, .p_theme .p_theme_card .p_banners .p_theme_nor {
  border-width: 0.5px;
  border-color: rgb(197, 178, 156);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
          box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
  width: 66%;
  height: 508px;
}
@media screen and (min-width: 0\9 ) {
  .p_theme .p_theme_card .p_banners .p_theme_large, .p_theme .p_theme_card .p_banners .p_theme_nor {
    float: left;
  }
}
.p_theme .p_theme_card .p_banners .p_theme_large .p_img_box, .p_theme .p_theme_card .p_banners .p_theme_nor .p_img_box {
  width: 100%;
  height: 402px;
}
.p_theme .p_theme_card .p_banners .p_theme_large .p_info, .p_theme .p_theme_card .p_banners .p_theme_nor .p_info {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 34px 0 36px;
  display: block;
}
.p_theme .p_theme_card .p_banners .p_theme_large .p_info .p_title, .p_theme .p_theme_card .p_banners .p_theme_nor .p_info .p_title {
  width: 100%;
  margin: 20px 0 18px;
  font-size: 23px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p_theme .p_theme_card .p_banners .p_theme_large .p_info .p_tags, .p_theme .p_theme_card .p_banners .p_theme_nor .p_info .p_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p_theme .p_theme_card .p_banners .p_theme_large .p_info .p_tags .p_tag, .p_theme .p_theme_card .p_banners .p_theme_nor .p_info .p_tags .p_tag {
  background-color: rgb(197, 178, 156);
  width: auto;
  height: 27px;
  line-height: 27px;
  padding: 0 15px;
  font-size: 14px;
  font-family: inherit;
  color: rgb(255, 255, 255);
  float: left;
}
.p_theme .p_theme_card .p_banners .p_theme_large .p_info .p_tags .p_more, .p_theme .p_theme_card .p_banners .p_theme_nor .p_info .p_tags .p_more {
  font-size: 14px;
  font-family: inherit;
  color: rgb(164, 0, 0);
  float: right;
  line-height: 27px;
}
.p_theme .p_theme_card .p_banners .p_theme_large .p_info .p_tags .p_more img, .p_theme .p_theme_card .p_banners .p_theme_nor .p_info .p_tags .p_more img {
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-left: 5px;
}
.p_theme .p_theme_card .p_banners .p_theme_nor {
  border-width: 0.5px;
  border-color: rgb(197, 178, 156);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
          box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
  width: 32%;
  height: 242px;
}
@media screen and (min-width: 0\9 ) {
  .p_theme .p_theme_card .p_banners .p_theme_nor {
    float: right;
  }
  .p_theme .p_theme_card .p_banners .p_theme_nor:last-child {
    margin-top: 22px;
  }
}
.p_theme .p_theme_card .p_banners .p_theme_nor .p_img_box {
  height: 170px;
}
.p_theme .p_theme_card .p_banners .p_theme_nor .p_info {
  padding: 0 18px;
  display: block;
}
.p_theme .p_theme_card .p_banners .p_theme_nor .p_info .p_title {
  font-size: 14px;
  margin: 7px 0 6px;
}
.p_theme .p_theme_card .p_list {
  margin: 80px auto 0;
  background-image: url("../../images/index/theme-list-slide-bg.png");
  background-size: 11px 226px;
  background-repeat: no-repeat repeat;
  background-position: 10px 0;
}
.p_theme .p_theme_card .p_list .p_list_item {
  border-width: 0.375px;
  border-color: rgb(197, 178, 156);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  background-image: url("../../images/index/theme-list-bg.png");
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
          box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
  width: 95%;
  height: 203px;
  margin-left: auto;
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_theme .p_theme_card .p_list .p_list_item:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 0\9 ) {
  .p_theme .p_theme_card .p_list .p_list_item {
    position: relative;
  }
}
.p_theme .p_theme_card .p_list .p_list_item .p_img_box {
  background-color: rgb(241, 241, 241);
  width: 254px;
  height: 155px;
  margin-left: 36px;
}
@media screen and (min-width: 0\9 ) {
  .p_theme .p_theme_card .p_list .p_list_item .p_img_box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p_theme .p_theme_card .p_list .p_list_item .p_info {
  margin-left: 75px;
  width: 640px;
  float: left\9 ;
}
@-moz-document url-prefix() {
  @media screen and (max-width: 1280px) {
    .p_theme .p_theme_card .p_list .p_list_item .p_info {
      margin-left: 35px;
      width: 62%;
    }
  }
}
@media screen and (min-width: 0\9 ) {
  .p_theme .p_theme_card .p_list .p_list_item .p_info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 290px;
  }
}
.p_theme .p_theme_card .p_list .p_list_item .p_info .p_title {
  font-size: 17px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p_theme .p_theme_card .p_list .p_list_item .p_info .p_desc {
  font-size: 17px;
  font-family: inherit;
  color: rgb(156, 158, 177);
  line-height: 30px;
  margin-top: 8px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p_theme .p_theme_card .p_list .p_list_item .p_info .p_more {
  font-size: 17px;
  font-family: inherit;
  color: rgb(164, 0, 0);
  line-height: 30px;
  margin-top: -15px;
  display: inline-block;
  float: right;
}
.p_theme .p_theme_card .p_list .p_list_item .p_info .p_more img {
  width: 7px;
  height: 11px;
  margin-left: 5px;
  display: inline-block;
}

.p_simulate {
  width: 100%;
  height: 335px;
  background: url("../../images/index/simulate-bg.png") no-repeat center/cover;
  overflow: hidden;
}
.p_simulate .p_public_title {
  margin-top: 50px;
}
.p_simulate .p_simulate_card {
  margin: 64px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p_simulate .p_simulate_card .p_simulate_card_item {
  width: 24%;
  height: 133px;
  position: relative;
  display: block;
  overflow: hidden;
}
.p_simulate .p_simulate_card .p_simulate_card_item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_simulate .p_simulate_card .p_simulate_card_item .main {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  width: 92%;
  height: 111px;
  margin: 11px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_simulate .p_simulate_card .p_simulate_card_item .main .p_text {
  font-size: 23px;
  font-family: inherit;
  font-weight: bold;
  color: #b43030;
}
.p_simulate .p_simulate_card .p_simulate_card_item .main .p_icon {
  width: 78px;
  height: 74px;
  margin-left: 20px;
}
.p_simulate .p_simulate_card .p_simulate_card_item .main .p_icon img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p_simulate .p_simulate_card .p_simulate_card_item:last-child {
  margin-right: 0;
}/*# sourceMappingURL=p_index.css.map */