﻿body {
  line-height: 1.5;
}

.tab {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(22, 33, 52, 0.9);
  transition: all 0.5s;
  z-index: 10;
}

.tab .w1600 {
  display: flex;
  justify-content: space-evenly;
  height: 80px;
  align-items: center;
}

.tab .w1600 div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex: 1;
  position: relative;
}

.tab .w1600 div:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #ebc8a7;
}

.tab .w1600 div:last-child:after {
  display: none;
}

.tab .w1600 .on {
  background: #e9010e;
}

.tab .w1600 div:hover {
  background: #e9010e;
}

.tab .w1600 a {
  /**font-family: 'regular';**/
  color: #ebc8a7;
  text-align: center;
  line-height: 1.3;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.tab .w1600 a.on {
  color: #ce0021;
}

.tab.on {
  top: 0;
  left: 0;
  bottom: auto;
}

.tab.on .w1600 {
  padding: 15px 0;
}

svg {
  margin: 0 !important;
}

.section {
  overflow: hidden;
  position: relative;
}

.page1 {
  width: 100%;
  overflow: hidden;
}

.page1 .banner {
  width: 100%;
}

.page1 .txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ebc8a7;
  width: 100%;
}

.page1 .txt p {
  display: flex;
  align-items: center;
  padding-left: 10%;
  position: relative;
  line-height: 1;
  padding-bottom: 14px;
  font-family: 'SourceHanSerifCN-Bold';
}

.page1 .txt p img {
  width: auto;
  margin-left: 5%;
}

.page1 .txt p::after {
  content: '';
  display: block;
  width: 27%;
  height: 1px;
  background: #ce0021;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.page1 .txt p::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #ce0021;
  position: absolute;
  left: 27%;
  bottom: -2px;
}

.page1 .txt span {
  display: block;
  padding-left: 10%;
  font-family: 'Arial';
}

.page1 .txt span.fnt_36 {
  font-family: 'SourceHanSerifCN-Bold';
}

.page1 .txt i {
  display: block;
  padding-left: 10%;
  font-style: normal;
  margin-top: 1.5%;
  font-family: 'regular';
}

.page2 * {
  box-sizing: content-box;
}

.page2 .itembox {
  height: 100%;
}

.page2 .bc_box {
  background: #fff;
  padding: 20px 0;
}

.page2 .w1600 {
  overflow: initial;
}

.page2 .bc {
  display: flex;
  align-items: center;
  width: 100%;
}

.page2 .bc svg {
  margin-right: 15px !important;
  width: 15px;
}

.page2 .bc a {
  display: flex;
  align-items: center;
  margin-left: 3px;
  color: #666;
}

.page2 .bc a svg {
  margin-left: 3px !important;
  margin-right: 0px !important;
}

.page2 .bc a.on {
  color: #ce0021;
}

.page2 .tit {
  width: 300px;
  margin: 3% auto 2%;
}

.page2 .tit p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'SourceHanSerifCN-Bold';
  color: #333;
  font-weight: 700;
}

.page2 .tit p img {
  width: auto;
  margin-left: 42px;
}

.page2 .tit .line {
  width: 100%;
  height: 2px;
  background: rgba(187, 39, 43, 1);
  position: relative;
  margin: 7px auto 6px;
}

.page2 .tit .line::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: rgba(187, 39, 43, 1);
  position: absolute;
  left: 0%;
  bottom: -2px;
}

.page2 .tit .line::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: rgba(187, 39, 43, 1);
  position: absolute;
  right: 0%;
  bottom: -2px;
}

.page2 .tit span {
  display: block;
  text-align: center;
  color: #333;
  font-family: 'Arial';
}

.page2 .contact {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin: 4% 0;
}

.page2 .contact li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  border-right: 1px dashed #c0c0c0;
}

.page2 .contact li i {
  display: inline-block;
  border-radius: 100%;
  background: #fae5e8;
}

.page2 .contact li svg {
  width: 40px;
  height: 40px;
  padding: 15px;
}

.page2 .contact li p {
  font-family: 'regular';
  color: #333333;
  margin-left: 15px;
}

.page2 .contact li:nth-last-child(1) {
  border: 0;
}

.page2 .pagelist {
  width: 100%;
}

.page2 .pagelist .list_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3% 4%;
  background: url(../image/0700b922-98bb-47da-9388-edba036837c5.jpg) no-repeat center right;
  background-size: cover;
  margin-bottom: 10px;
}

.page2 .pagelist .list_item .txt_l {
  width: calc(100% - 140px);
}

.page2 .pagelist .list_item .txt_l .title {
  font-family: 'SourceHanSerifCN-Bold';
  color: #333333;
  width: 100%;
}

.page2 .pagelist .list_item .txt_l ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}

.page2 .pagelist .list_item .txt_l ul li {
  width: 23%;
  margin-bottom: 10px;
  font-family: 'regular';
  color: #6b6b6b;
}

.page2 .pagelist .list_item .txt_r {
  width: 140px;
}

.page2 .pagelist .list_item .txt_r a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c6ac93;
  text-align: center;
  border-radius: 5px;
  padding: 8px 0;
  color: #d7000f;
}

.page2 .pagelist .list_item .txt_r a svg {
  width: 0;
  transition: all 0.3s;
}

.page2 .pagelist .list_item:hover {
  background: url(../image/be76ba35-41e8-468b-89a1-433826550ca1.jpg) no-repeat center center;
  background-size: cover;
}

.page2 .pagelist .list_item:hover .txt_l .title {
  color: #fff;
}

.page2 .pagelist .list_item:hover .txt_l ul li {
  color: #fff;
}

.page2 .pagelist .list_item:hover .txt_r a {
  /**background: rgba(255, 255, 255, 0.6);**/
}

.page2 .pagelist .list_item:hover .txt_r a svg {
  width: 20px;
  margin-top: -2px !important;
}

.page3 {
  border-top: 6px solid #d7000f;
  height: auto !important;
  padding: 60px 0 30px;
}

.page3 img {
  width: auto;
}

.page3 .w1600 {
  position: relative;
  z-index: 2;
}

.page3 .fp-tableCell {
  height: auto !important;
  display: block !important;
}

.page3 .bg {
  background: url(../image/dea5cdb0-c424-4898-98a6-610461310cb5.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page3 .share {
  display: flex;
  margin: 40px 0 50px;
}

.page3 .share>div {
  height: 43px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  background: #454d5d;
  border-radius: 50%;
}

.page3 .share>div:nth-child(2) {
  margin: 0 30px;
}

.page3 .share>div:hover {
  transition: 0.5s;
  background: #d6000f;
}

.page3 .foot_contact div {
  display: flex;
  align-items: center;
  color: white;
  opacity: 0.5;
  margin-bottom: 8px;
}

.page3 .foot_contact div img {
  margin-right: 10px;
  width: 16px;
}

.page3 .colum_two a {
  transition: 0.5s;
  color: #80858f;
}

.page3 .colum_two a:hover {
  transition: 0.5s;
  color: #c29f82;
}

.page3 .colum_two div {
  margin-bottom: 15px;
}

.page3 .foot_nav_tit {
  color: #c29f82;
}

.page3 .foot_nav_tit::after {
  display: block;
  margin: 20px 0;
  content: "";
  width: 30px;
  height: 2px;
  background: #d6000f;
}

.page3 .foot_top {
  display: flex;
  justify-content: space-between;
}

.page3 .foot_nav {
  display: flex;
}

.page3 .foot_nav>div {
  margin-left: 4.42vw;
}

.page3 .foot_nav>div:first-child {
  margin-left: 0;
}

.page3 .foot_btm {
  display: flex;
  justify-content: space-between;
  color: white;
  opacity: 0.5;
  margin-top: 7.2%;
}

.page3 .friends_lk {
  display: flex;
  align-items: center;
}

.page3 .friends_lk>div {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  line-height: 1;
}

.page3 .friends_lk a {
  line-height: 1;
}

.page3 .friends_lk>div:first-child {
  padding-left: 0;
}

.page3 .friends_lk>div:last-child {
  border-right: none;
}

/* 125% */
.p_page {
  margin-top: 3%;
  padding-bottom: 5%;
}

.p_page a {
  width: 38px;
  height: 38px;
  border-radius: 100% !important;
  border: 1px solid #e7e7e7;
  color: #666666;
  text-align: center;
  line-height: 38px;
}

.p_page .page_a.current {
  background: #ec0000;
  border: 1px solid #ec0000;
  color: #fff;
}

.p_page a:hover {
  border: 1px solid #ec0000;
  color: #ec0000;
}

.page_a.page_next {
  border: 1px solid #e7e7e7;
  height: 38px;
  width: auto;
  padding: 0 20px;
  border-radius: 100px !important;
}

.page_a.page_prev {
  border: 1px solid #e7e7e7;
  height: 38px;
  width: auto;
  padding: 0 20px;
  border-radius: 100px !important;
}

#c_static_001-1689046038103 .e_loop-2 .p_filter_wrapper .list_screen {
  display: flex;
  background: #f7f7f7;
  padding: 0 3%;
  font-family: 'regular';
}

#c_static_001-1689046038103 .e_loop-2 .p_filter_wrapper .list_screen {
  justify-content: center;
}

#c_static_001-1689046038103 .e_loop-2 .p_kv_wrapper {
  align-items: center;
  margin: 25px 0;
  margin-left: 3%;
}

#c_static_001-1689046038103 .e_loop-2 .p_kv_wrapper:nth-child(1) {
  margin-left: 0%;
}

#c_static_001-1689046038103 .e_loop-2 .p_filter_wrapper .list_screen {
  box-sizing: border-box;
}

#c_static_001-1689046038103 .e_loop-2 .p_filter_wrapper .list_screen * {
  box-sizing: border-box;
}

#c_static_001-1689046038103 .e_loop-2 .p_filter_wrapper .list_screen .p_filter_key {
  width: auto;
  white-space: nowrap;
  font-size: 14px;
}

#c_static_001-1689046038103 .e_loop-2 .p_filter_wrapper .list_screen .select-picker-search {
  width: auto
}

#c_static_001-1689046038103 .e_loop-2 .p_filter_wrapper .list_screen .select-picker-search-checked {
  width: 150px
}


@media screen and (max-width:1600px) {
  .page1 .banner {
    height: 100%;
  }

  .banner img {
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width:1200px) {
  #c_static_001-1689046038103 .e_loop-2 .p_filter_wrapper .list_screen {
    justify-content: space-around;
  }
}



/* 手机端 */
@media screen and (max-width:768px) {
  .page1 {
    /**height: 600px !important;**/
  }

  .page1 .banner {
    height: 100%;
  }

  .page2 .tit p img {
    width: 28px;
    margin-left: 20px;
  }

  .banner img {
    height: 100%;
    object-fit: cover;
  }

  .page2 .pagelist .list_item {
    flex-wrap: wrap;
  }

  .page2 .pagelist .list_item .txt_l {
    width: 100%;
  }

  .page2 .pagelist .list_item .txt_l ul {
    width: 100%;
  }

  .page2 .pagelist .list_item .txt_l ul li {
    width: 50%;
  }

  .page2 .contact {
    flex-wrap: wrap;
  }

  .page2 .contact li svg {
    width: 25px;
    height: 25px;
    padding: 10px;
  }

  .page2 .contact li {
    justify-content: flex-start;
    flex: 0 0 100%;
    margin: 2vw 0;
  }

  #c_static_001-1689046038103 .e_loop-2 .p_filter_wrapper .list_screen .select-picker-search-checked {
    width: 100px;
  }

  .select-picker-options-wrp {
    width: 120px;
  }

  #c_static_001-1689046038103 .e_loop-2 .p_filter_wrapper .list_screen {
    flex-wrap: wrap;
  }

  #c_static_001-1689046038103 .e_loop-2 .p_kv_wrapper {
    margin: 15px 0;
    flex-wrap: wrap;
    justify-content: center;
    flex: 25%;
    line-height: 30px;
  }

  .tab .w1600 {
    height: 40px;
  }

  .page2 .tit {
    width: 100%;
    margin: 20px auto;
  }

  .page2 .tit .line {
    width: 172px;
    margin: 6px auto 4px;
  }
}