.header {
  min-width: 950px;
  height: 56px;
  background: #CBB486;
}
.header .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 90px;
  height: 100%;
}
.header .a1 {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1;
}
.header .a2 {
  height: 100%;
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.header .a2 a {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 17px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  padding: 0 3px;
  transition: 0.5s;
}
.header .a2 a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 6px;
  background-color: #FFFFFF;
  content: "";
  width: 0;
  transition: 0.5s;
}
.header .a2 a.select,
.header .a2 a:hover {
  font-weight: bold;
  font-size: 18px;
}
.header .a2 a.select::after,
.header .a2 a:hover::after {
  width: 100%;
  left: 0;
}
.header .a3 {
  margin-left: 20px;
  width: 69px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 5px 0;
}
.header .a3::after {
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #FFFFFF;
  content: "";
  left: 34px;
  top: calc(50% - 6px);
}
.header .a3 a {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
}
.banner {
  min-width: 950px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 390px;
}
.banner .main {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner h6 {
  font-size: 58px;
  color: #FFFFFF;
  line-height: 82px;
  margin-bottom: 8px;
}
.banner p {
  font-size: 21px;
  color: #FFFFFF;
  line-height: 29px;
}
.ind_a {
  margin-top: 37px;
  height: 105px;
  background: linear-gradient(90deg, #E4C995 0%, #DDBD86 100%);
  border-radius: 4px;
  padding: 20px 170px 20px 130px;
  position: relative;
  margin-bottom: 78px;
}
.ind_a .a1 {
  width: 66px;
  height: 76px;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 38px;
  position: absolute;
  left: 26px;
  top: calc(50% - 38px);
  text-align: center;
}
.ind_a .a2 {
  height: 100%;
}
.ind_a .a2 .swiper-container {
  height: 100%;
}
.ind_a .a2 .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
}
.ind_a .a2 .swiper-container .swiper-slide a {
  display: block;
  align-items: center;
  background: url(../images/icon/b2.png) 6px center no-repeat;
  padding-left: 38px;
  font-size: 16px;
  font-family: YuppySC-Regular, YuppySC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind_a .a3 {
  width: 100px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 17px;
  color: #000000;
  line-height: 34px;
  display: block;
  position: absolute;
  right: 37px;
  top: calc(50% - 17px);
  text-align: center;
}
.ind_b {
  width: 768px;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ind_b .item {
  margin-top: 38px;
  display: block;
  width: 229px;
  height: 182px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  padding-top: 28px;
  text-align: center;
  transition: 0.5s;
}
.ind_b .item:hover {
  z-index: 99;
  text-decoration: none;
  box-shadow: 0px 10px 17px rgba(0, 0, 0, 0.23);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.ind_b .item:nth-child(1),
.ind_b .item:nth-child(2),
.ind_b .item:nth-child(3) {
  margin-top: 0;
}
.ind_b .item img {
  width: 54px;
  height: 54px;
  display: block;
  margin: 0 auto 4px;
}
.ind_b .item h6 {
  font-size: 21px;
  color: #565656;
  line-height: 29px;
  margin-bottom: 12px;
}
.ind_b .item p {
  width: 11em;
  margin: 0 auto;
  font-size: 14px;
  color: #9A9A9A;
  line-height: 20px;
}
.title_a {
  font-size: 58px;
  line-height: 1;
  font-family: Arial-Black, Arial;
  font-weight: 900;
  color: #FFF8EB;
  text-transform: uppercase;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 82px;
  margin-bottom: 32px;
}
.title_a span {
  font-size: 24px;
  color: #000000;
  line-height: 1;
  display: block;
  position: absolute;
}
.ind_c {
  padding-bottom: 80px;
}
.ind_c .a1 {
  padding: 0 60px;
  height: 260px;
  margin-bottom: 40px;
  position: relative;
  background-color: #ffffff;
}
.ind_c .a1 .swiper-container {
  width: 100%;
  height: 100%;
}
.ind_c .a1 .swiper-container .img {
  width: 400px;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.ind_c .a1 .swiper-container .text {
  width: 400px;
  height: 100%;
  float: right;
  padding-top: 34px;
}
.ind_c .a1 .swiper-container .text h6 {
  line-height: 34px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #565656;
  margin-bottom: 26px;
}
.ind_c .a1 .swiper-container .text h6 span {
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind_c .a1 .swiper-container .text h6 span::after {
  height: 2px;
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 0;
  background-color: #DEBE87;
  content: "";
}
.ind_c .a1 .swiper-container .text p {
  height: 120px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #565656;
  line-height: 24px;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ind_c .a1 .swiper-container .text a {
  display: block;
  width: 86px;
  line-height: 28px;
  border-radius: 4px;
  border: 1px solid #DEC089;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #565656;
  margin: 0 8px 0 auto;
}
.ind_c .a1 .prev,
.ind_c .a1 .next {
  width: 25px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  cursor: pointer;
  outline: none;
}
.ind_c .a1 .prev {
  left: 0;
  background: url(../images/icon/prev.png) center center no-repeat;
}
.ind_c .a1 .next {
  right: 0;
  background: url(../images/icon/next.png) center center no-repeat;
}
.ind_c .a2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14px;
}
.ind_c .a2 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: block;
  outline: none;
  margin: 0 8px;
  background-color: #DDBC85;
  opacity: 1;
  border-radius: 7px;
  transition: 0.5s;
}
.ind_c .a2 .swiper-pagination-bullet-active {
  width: 63px;
}
.ind_d {
  padding-bottom: 80px;
}
.ind_d .a1 {
  height: 500px;
  display: flex;
  justify-content: space-between;
}
.ind_d .a1 .item {
  width: 440px;
  padding: 25px 38px 0;
  height: 100%;
}
.ind_d .a1 .item h6 {
  font-size: 20px;
  color: #7E3B0E;
  line-height: 50px;
  margin-bottom: 45px;
  font-weight: 600;
}
.ind_d .a1 .item h6 span {
  display: inline-block;
  position: relative;
}
.ind_d .a1 .item h6 span::after {
  position: absolute;
  width: 42px;
  height: 4px;
  background-color: #7E3B0E;
  content: "";
  bottom: 0;
  left: calc(50% - 21px);
  border-radius: 2px;
}
.ind_d .a1 .item p {
  color: #7e3b0e;
  font-size: 14px;
  line-height: 24px;
  height: 96px;
  margin-bottom: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ind_d .a1 .item a {
  display: block;
  width: 95px;
  height: 28px;
  background: linear-gradient(127deg, #EFA36F 0%, #D27E46 50%, #AF5B22 100%);
  border-radius: 20px;
  font-size: 14px;
  color: #FFFFFF;
}
.ind_d .a1 .item a span {
  display: block;
  line-height: 28px;
  height: 28px;
  padding-left: 9px;
  background: url(../images/icon/b1.png) 69px center no-repeat;
}
.ind_d .a1 .item:nth-child(1) {
  background: url(../images/ind_d1.png) center center no-repeat;
}
.ind_d .a1 .item:nth-child(2) {
  background: url(../images/ind_d2.png) center center no-repeat;
}
.ind_e {
  padding-bottom: 80px;
}
.ind_e .title_a {
  margin-bottom: 46px;
}
.ind_e .more {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.ind_e .more a {
  display: block;
  padding-right: 20px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CBB486;
  line-height: 26px;
  background: url(../images/icon/e5.png) right center no-repeat;
}
.lsit_a li {
  margin-top: 40px;
  height: 180px;
  padding-left: 400px;
  position: relative;
  overflow: hidden;
}
.lsit_a li:first-child {
  margin-top: 0;
}
.lsit_a li .box_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 340px;
  background: #1D4FA0;
}
.lsit_a li .p1 {
  display: flex;
}
.lsit_a li .p1 span {
  display: block;
  padding: 0 13px;
  border-radius: 2px;
  border: 1px solid #CBB486;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.66);
  line-height: 30px;
}
.lsit_a li .p2 {
  padding-top: 20px;
  height: 110px;
  overflow: hidden;
}
.lsit_a li .p2 a {
  display: block;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.66);
  line-height: 26px;
  padding: 2px 0;
  transition: 0.5s;
}
.lsit_a li .p2 a:hover {
  color: #CBB486;
}
.lsit_a li .p3 {
  display: flex;
  justify-content: flex-end;
  padding-top: 12px;
}
.lsit_a li .p3 a {
  display: block;
  padding-right: 20px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CBB486;
  line-height: 26px;
  background: url(../images/icon/e5.png) right center no-repeat;
}
.search_a {
  width: 950px;
  height: 66px;
  border-radius: 4px;
  border: 1px solid #CBB486;
  position: relative;
  padding: 13px 190px 13px 66px;
  margin: 55px 0 80px;
}
.search_a .img {
  position: absolute;
  width: 21px;
  height: 20px;
  left: 30px;
  top: calc(50% - 10px);
  display: block;
}
.search_a .a1 {
  height: 100%;
  width: 100%;
  padding: 0 10px;
  border: none;
  outline: none;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666;
}
.search_a .a2 {
  width: 183px;
  height: 66px;
  position: absolute;
  right: 0;
  background: url(../images/icon/b4.png) center center no-repeat;
  background-size: 100% 100%;
  border: none;
  top: -1px;
  outline: none;
  text-align: center;
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: #FFFFFF;
  cursor: pointer;
}
.title_b {
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.title_b .g1 {
  font-size: 58px;
  font-family: Arial-Black, Arial;
  font-weight: 900;
  color: #FFF8EB;
  position: relative;
  text-transform: uppercase;
}
.title_b .g1 span {
  padding-left: 12px;
  position: absolute;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.66);
  left: 10px;
  display: flex;
  height: 100%;
  top: 0;
  align-items: center;
}
.title_b .g2 {
  width: 100px;
  border-radius: 4px;
  border: 1px solid #CBB486;
}
.title_b .g2 span {
  background: url(../images/icon/b5.png) 76px center no-repeat;
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 15px;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  color: #504E4B;
}
.title_b .g3 {
  width: 132px;
  background: #F8F1E4;
  border-radius: 4px;
}
.title_b .g3 span {
  background: url(../images/icon/C7.png) 18px center no-repeat;
  display: flex;
  align-items: center;
  height: 48px;
  padding-left: 44px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CEB98E;
}
.ykt_a {
  padding-bottom: 70px;
}
.ykt_a .title_b {
  margin-bottom: 45px;
}
.ykt_a .a1 {
  padding: 0 12px;
  overflow: hidden;
}
.ykt_b {
  padding-bottom: 100px;
}
.ykt_b .title_b {
  margin-bottom: 24px;
}
.list_a {
  position: relative;
  margin: 0 -23px;
}
.list_a li {
  width: 50%;
  padding: 0 23px;
  float: left;
  margin-top: 20px;
}
.list_a li:nth-child(1),
.list_a li:nth-child(2) {
  margin-top: 0;
}
.list_a .item .video {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.list_a .item .video .img1 {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
  z-index: 1;
}
.list_a .item .video .img2 {
  width: 44px;
  height: 44px;
  position: absolute;
  left: calc(50% - 22px);
  top: calc(50% - 22px);
  display: block;
  transition: 0.5s;
  z-index: 3;
}
.list_a .item .video p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 26px;
  display: flex;
  padding: 0 36px 0 31px;
  align-items: center;
  justify-content: space-between;
  z-index: 4;
  color: #ffffff;
  font-size: 12px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
}
.list_a .item .video p span {
  background: url(../images/icon/b6.png) left center no-repeat;
  padding: 5px 0 5px 32px;
}
.list_a .item .video::after {
  /*width: 100%;*/
  /*height: 100%;*/
  /*position: absolute;*/
  /*background-color: rgba(0, 0, 0, 0.3);*/
  /*left: 0;*/
  /*top: 0;*/
  /*z-index: 2;*/
  /*content: "";*/
}
.list_a .item .text {
  padding: 14px 0 0;
  height: 114px;
  overflow: hidden;
}
.list_a .item .text h6 {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #565656;
  line-height: 26px;
  margin-bottom: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_a .item .text p {
  height: 48px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #565656;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list_a .item .text em {
  font-size: 12px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #BCBEC0;
  line-height: 18px;
  text-align: right;
  display: block;
}
.list_b li {
  margin-top: 35px;
}
.list_b li:nth-child(1) {
  margin-top: 0;
}
.list_b .item {
  display: block;
  height: 240px;
  padding-left: 475px;
  position: relative;
}
.list_b .item .img {
  width: 440px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background-color: #504E4B;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.list_b .item .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.list_b .item .text {
  height: 100%;
  overflow: hidden;
  padding-top: 21px;
}
.list_b .item .text .t1 {
  height: 30px;
  font-size: 22px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #565656;
  line-height: 30px;
  position: relative;
  margin-bottom: 32px;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_b .item .text .t1::after {
  width: 5px;
  height: 20px;
  border-radius: 2px;
  background-color: #c1a56e;
  content: "";
  left: 0;
  top: calc(50% - 10px);
  position: absolute;
}
.list_b .item .text .t2 {
  height: 120px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #616161;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.list_b .item .text .t3 {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #BCBEC0;
  line-height: 22px;
  text-align: right;
}
.list_b .item .text .t3 span {
  padding-left: 36px;
  margin-right: 28px;
  background: url(../images/icon/b7.png) left center no-repeat;
}
.list_b .item:hover .img {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.29);
}
.text_box {
  padding-top: 75px;
  padding-bottom: 80px;
}
.text_box .a1 {
  background: #F0F0F0;
  border: 1px solid #BCBEC0;
  border-radius: 2px 2px 0 0;
  line-height: 60px;
  padding-left: 30px;
  font-size: 20px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #6C6C6C;
}
.text_box .a1 span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  margin-left: 10px;
}
.text_box .a2 {
  border: 1px solid #BCBEC0;
  border-top: none;
  border-radius: 0 0 2px 2px;
  padding: 48px 30px 50px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6C6C6C;
  line-height: 20px;
  margin-bottom: 48px;
}
.text_box .a3 a {
  display: block;
  width: 140px;
  line-height: 40px;
  background: linear-gradient(135deg, #E4C895 0%, #BA926B 100%);
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 auto;
}
.news_a {
  padding-top: 66px;
  padding-bottom: 80px;
}
.news_a .a1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
  text-align: center;
}
.news_a .a1 h6 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #6C6C6C;
  line-height: 34px;
  margin-bottom: 5px;
}
.news_a .a1 p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 20px;
}
.news_a .a2 {
  padding: 27px 32px 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #828282;
  line-height: 30px;
}
.xgmm_a {
  margin: 75px 0 138px;
  height: 578px;
  border-radius: 2px;
  border: 1px solid #BCBEC0;
}
.xgmm_a .a1 {
  background: #F0F0F0;
  border-bottom: 1px solid #BCBEC0;
  line-height: 60px;
  padding-left: 32px;
  font-size: 20px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #565656;
  margin-bottom: 25px;
}
.xgmm_a .a2 {
  padding-left: 217px;
  position: relative;
  height: 48px;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.xgmm_a .a2 span {
  position: absolute;
  left: 79px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #616161;
  line-height: 1;
}
.xgmm_a .a2 span i {
  color: #CE3019;
  font-style: normal;
}
.xgmm_a .a2 div {
  width: 408px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #BCBEC0;
  display: flex;
  overflow: hidden;
}
.xgmm_a .a2 div .b1 {
  border: none;
  flex: 1;
  outline: none;
  padding-left: 32px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #616161;
}
.xgmm_a .a2 div em {
  width: 129px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F0F0;
  cursor: pointer;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #565656;
}
.xgmm_a .a3 {
  display: flex;
  justify-content: center;
  padding-top: 75px;
}
.xgmm_a .a3 a {
  display: block;
  width: 140px;
  height: 40px;
  background: linear-gradient(135deg, #E4C895 0%, #BA926B 100%);
  border-radius: 2px;
  margin: 0 50px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.grzx_a {
  margin-top: 48px;
  height: 105px;
  background: #F8F2E6;
  border-radius: 4px;
  padding: 20px 170px 20px 130px;
  position: relative;
  margin-bottom: 60px;
}
.grzx_a .a1 {
  width: 42px;
  height: 42px;
  background: url(../images/icon/b9.png) center center no-repeat;
  position: absolute;
  left: 30px;
  top: calc(50% - 21px);
  text-align: center;
}
.grzx_a .a2 {
  height: 100%;
}
.grzx_a .a2 .swiper-container {
  height: 100%;
}
.grzx_a .a2 .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
}
.grzx_a .a2 .swiper-container .swiper-slide a {
  display: block;
  align-items: center;
  background: url(../images/icon/b8.png) 5px center no-repeat;
  padding-left: 35px;
  font-size: 16px;
  font-family: YuppySC-Regular, YuppySC;
  font-weight: 400;
  color: #56534F;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grzx_a .a3 {
  width: 100px;
  background: #ECE2CD;
  border-radius: 4px;
  font-size: 17px;
  line-height: 34px;
  display: block;
  position: absolute;
  right: 37px;
  top: calc(50% - 17px);
  text-align: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CBB486;
}
.page_a {
  display: flex;
  justify-content: center;
}
.page_a span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #828282;
  line-height: 20px;
  margin-right: 15px;
}
.page_a a {
  width: 20px;
  text-align: center;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #BCBEC0;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #BCBEC0;
  margin: 0 4px;
}
.page_a a.select,
.page_a a:hover {
  background-color: #CBB486;
  border: 1px solid #CBB486;
  color: #ffffff;
}
.grzx_b {
  overflow: hidden;
  padding-bottom: 80px;
}
.grzx_b .left {
  width: 307px;
  height: 388px;
  background: linear-gradient(135deg, #E4C995 0%, #B9916A 100%, #B9916A 100%);
  border-radius: 4px;
  padding: 34px 32px;
  float: left;
}
.grzx_b .left .a1 {
  height: 56px;
  position: relative;
  padding-left: 68px;
  overflow: hidden;
}
.grzx_b .left .a1 img {
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.grzx_b .left .a1 span {
  display: block;
  font-size: 16px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.grzx_b .left .a1 em {
  width: 80px;
  border-radius: 11px;
  border: 1px solid #FFFFFF;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  display: block;
  text-align: center;
}
.grzx_b .left .a2 {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin: 14px 0 30px;
}
.grzx_b .left .a3 {
  height: 200px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 23px 28px 0;
}
.grzx_b .left .a3 .item {
  display: block;
  height: 74px;
  width: 50%;
  float: left;
  padding-top: 10px;
}
.grzx_b .left .a3 .item span {
  width: 28px;
  height: 28px;
  display: block;
  margin: 0 auto 2px;
}
.grzx_b .left .a3 .item span img {
  width: 100%;
  height: 100%;
  display: block;
}
.grzx_b .left .a3 .item em {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #56534F;
  line-height: 20px;
  display: block;
  text-align: center;
}
.grzx_b .right {
  width: 610px;
  float: right;
}
.grzx_b .right .a1 {
  height: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.grzx_b .right .a1 .b1 {
  display: flex;
}
.grzx_b .right .a1 .b1 span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  width: 100px;
  margin-right: 15px;
  justify-content: center;
  height: 28px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.grzx_b .right .a1 .b1 span::after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #CBB486;
  content: "";
}
.grzx_b .right .a1 .b1 span.select {
  font-size: 20px;
  font-weight: 500;
  color: #CBB486;
}
.grzx_b .right .a1 .b1 span.select::after {
  left: calc(50% - 27px);
  width: 54px;
}
.grzx_b .right .a1 .b1 span:hover {
  color: #CBB486;
  transition: 0.5s;
}
.grzx_b .right .a1 .b2 {
  line-height: 1;
  display: flex;
  align-items: center;
}
.grzx_b .right .a1 .b2 span {
  padding: 4px 9px;
  margin-left: 18px;
  border-radius: 2px;
  border: 1px solid #CBB486;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CBB486;
  cursor: pointer;
}
.grzx_b .right .a1 .b2 span.yd {
  color: #ffffff;
  background-color: #CBB486;
}
.grzx_b .right .a1 .b2 em,
.grzx_b .right .a1 .b2 i {
  font-style: normal;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CBB486;
  padding: 5px 23px 5px 0;
  margin-left: 30px;
  background: url(../images/icon/c4.png) right center no-repeat;
  cursor: pointer;
}
.grzx_b .right .a2 {
  height: 338px;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #CBB486;
  padding: 20px 30px 20px 20px;
  margin-bottom: 16px;
}
.grzx_b .right .a2 li {
  padding-left: 20px;
  position: relative;
}
.grzx_b .right .a2 li::after {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #CBB486;
  left: 0;
  border-radius: 50%;
  top: calc(50% - 4px);
  content: "";
}
.grzx_b .right .a2 li .b1 {
  display: none;
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
}
.grzx_b .right .a2 li input[type=checkbox] {
  cursor: pointer;
}
.grzx_b .right .a2 li input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #BCBEC0;
}
.grzx_b .right .a2 li input[type=checkbox]:checked::after {
  content: "";
  border-color: #cbb486;
  background-color: #cbb486;
}
.grzx_b .right .a2 li input[type=checkbox]:checked::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 4px;
  width: 2px;
  height: 4px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  z-index: 1;
}
.grzx_b .right .a2 li a {
  display: block;
  line-height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #56534F;
  padding-right: 120px;
  position: relative;
}
.grzx_b .right .a2 li a span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grzx_b .right .a2 li a em {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #BCBEC0;
}
.grzx_b .right .a2 li.on::after {
  display: none;
}
.grzx_b .right .a2 li.on .b1 {
  display: block;
}
.grzx_c {
  overflow: hidden;
  padding-bottom: 50px;
}
.grzx_c .left {
  width: 650px;
  float: left;
}
.grzx_c .left .title_b {
  margin-bottom: 10px;
}
.grzx_c .left .title_b .g1 span {
  padding-left: 0;
}
.grzx_c .left ul {
  padding-bottom: 25px;
}
.grzx_c .left ul li {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.grzx_c .left ul li a {
  display: block;
  line-height: 40px;
  position: relative;
  padding: 0 80px 0 11px;
}
.grzx_c .left ul li a::after {
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background: #CBB486;
  content: "";
  border-radius: 50%;
  top: calc(50% - 2px);
}
.grzx_c .left ul li a span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grzx_c .left ul li a em {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #BCBEC0;
}
.grzx_c .right {
  width: 220px;
  float: right;
  padding-top: 33px;
}
.grzx_c .right .a1 {
  font-size: 18px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.8);
  line-height: 26px;
  margin-bottom: 19px;
}
.grzx_c .right .a2 {
  width: 216px;
  height: 38px;
  border-radius: 2px;
  border: 1px solid #BCBEC0;
  overflow: hidden;
  margin-bottom: 164px;
}
.grzx_c .right .a2 input {
  width: 100%;
  border: none;
  outline: none;
  height: 100%;
  padding-left: 10px;
}
.grzx_c .right .a3 {
  width: 100%;
  line-height: 40px;
  background: linear-gradient(135deg, #E4C895 0%, #BA926B 100%);
  border-radius: 2px;
  border: none;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  outline: none;
  cursor: pointer;
}
.zlts_a {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
.zlts_a a {
  width: 308px;
  height: 72px;
  border-radius: 4px;
  border: 1px solid #CBB486;
  background-color: #ffffff;
  font-size: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CBB486;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
  transition: 0.5s;
}
.zlts_a a.on,
.zlts_a a:hover {
  border: 1px solid #CBB486;
  background-color: #CBB486;
  color: #ffffff;
}
.zlts_b {
  padding-bottom: 100px;
}
.zlts_b .title_b {
  margin-bottom: 26px;
}
.zlts_b .title_b .g1 span {
  padding-left: 0;
}
.zlts_b .a2 {
  padding: 35px 32px 40px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 28px;
}
.zlts_b .a3 button {
  width: 216px;
  height: 48px;
  background: #CBB486;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  border: none;
  outline: none;
  font-size: 22px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
}
.table_a table {
  width: 100%;
  border: 1px solid #BCBEC0;
  border-right: none;
  border-bottom: none;
}
.table_a table tr th {
  border-bottom: 1px solid #BCBEC0;
  height: 68px;
  text-align: left;
  padding: 10px 15px;
  border-right: 1px solid #BCBEC0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #565656;
}
.table_a table tr th:nth-child(1) {
  border-right: none;
  color: #000000;
}
.table_a table td {
  border-right: 1px solid #BCBEC0;
  border-bottom: 1px solid #BCBEC0;
}
.table_a table td .label_a:last-child {
  border-bottom: 0 !important;
}
.fc_000000.bc_F2F2F2 {
  padding: 10px 15px;
}
.label_a {
  display: flex;
  padding: 5px 10px;
  border-bottom: 1px solid #BCBEC0;
}
.label_a dt {
  line-height: 34px;
  width: auto;
  margin-right: 10px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.66);
}
.label_a dd {
  flex: 1;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.66);
}
.label_a dd label {
  height: 34px;
  display: inline-block;
  line-height: 34px;
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
}
.label_a dd label i {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #CBB486;
  margin-left: 10px;
  font-style: normal;
}
.label_a dd label input[type=radio] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  background-color: #504E4B;
}
.label_a dd label input[type=checkbox] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.label_a dd label input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #CBB486;
}
.label_a dd label input[type=checkbox]:checked::after {
  content: "";
  border-color: #cbb486;
  background-color: #cbb486;
}
.label_a dd label input[type=checkbox]:checked::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}
.label_a dd .text_a1 {
  display: inline-block;
  height: 34px;
  width: 209px;
  border-bottom: 1px solid #BCBEC0;
  padding: 0 10px;
}
.label_a dd .text_a1 input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.66);
}
.label_a dd input[type="radio"] {
  display: none;
}
.label_a dd input[type="radio"] + label::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid #CBB486;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.label_a dd input[type="radio"]:checked + label::after {
  top: calc(50% - 6px);
  left: 4px;
  content: "";
  background-color: #cbb486;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
  vertical-align: middle;
}
.label_a dd .text_b {
  min-height: 34px;
  line-height: 1.7;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.label_a dd .text_b span {
  margin-left: 25px;
}
.label_a dd .text_b input {
  margin: 7px 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  outline: none;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.66);
  border: 1px solid #CBB486;
}
.textarea_a {
  height: 80px;
}
.textarea_a textarea {
  height: 100%;
  resize: none;
  width: 100%;
  border: none;
  outline: none;
}
.ydj_a {
  padding: 60px 0;
}
.ydj_a .a1 {
  line-height: 34px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
.ydj_a .a1 span {
  position: relative;
  height: 100%;
  display: inline-block;
}
.ydj_a .a1 span::after {
  position: absolute;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: #CBB486;
  bottom: 0;
  content: "";
}
.ydj_a .a2 {
  width: 440px;
  float: left;
}
.ydj_a .a2 ul {
  padding: 0 0 30px;
}
.ydj_a .a2 ul li {
  line-height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 0 100px 0 20px;
}
.ydj_a .a2 ul li::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #CBB486;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
}
.ydj_a .a2 ul li span {
  display: block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ydj_a .a2 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 72px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #CBB486;
  right: 0;
  top: calc(50% - 14px);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5A5855;
}
.ydj_a .a3 {
  width: 480px;
  height: 410px;
  background: #F0F0F0;
  border-radius: 2px;
  border: 1px solid #CBB486;
  float: right;
  margin-top: 15px;
}
.yly_a {
  padding: 60px 0 100px;
}
.yly_a .title_a {
  margin-bottom: 6px;
}
.yly_a .a1 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #565656;
  line-height: 20px;
  text-align: center;
  margin-bottom: 60px;
}
.yly_a .a2 {
  width: 590px;
  float: left;
}
.yly_a .a2 .b1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yly_a .a2 .b1 .item {
  width: 280px;
  margin-bottom: 32px;
}
.yly_a .a2 .b1 .item:last-child {
  margin-bottom: 15px;
}
.yly_a .a2 .b1 .item span {
  display: block;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  margin-bottom: 12px;
}
.yly_a .a2 .b1 .item input {
  width: 100%;
  padding: 0 10px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  outline: none;
}
.yly_a .a2 .b1 .item textarea {
  width: 584px;
  height: 126px;
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  resize: none;
  outline: none;
  padding: 10px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}
.yly_a .a2 .b2 {
  text-align: right;
  line-height: 26px;
  margin-bottom: 17px;
  position: relative;
}
.yly_a .a2 .b2 span {
  padding-left: 28px;
  background: url(../images/icon/c8.png) left center no-repeat;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CBB486;
  cursor: pointer;
}
.yly_a .a2 .b2 input {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  opacity: 0;
  width: 100px;
}
.yly_a .a2 .b3 button {
  width: 200px;
  height: 40px;
  background: #CBB486;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  outline: none;
  border: none;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.yly_a .a3 {
  width: 320px;
  float: right;
}
.yly_a .a3 .tit {
  line-height: 26px;
}
.yly_a .a3 .tit span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #CBB486;
}
.yly_a .a3 .tit span::after {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #CBB486;
  left: 0;
  bottom: 0;
  content: "";
}
.yly_a .a3 .b1 {
  padding-bottom: 30px;
}
.yly_a .a3 .b1 .tit {
  margin-bottom: 30px;
}
.yly_a .a3 .b1 p {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #565656;
  line-height: 22px;
  padding: 6px 0 6px 40px;
}
.yly_a .a3 .b1 .c1 {
  background: url(../images/icon/d1.png) left center no-repeat;
}
.yly_a .a3 .b1 .c2 {
  background: url(../images/icon/d2.png) left center no-repeat;
}
.yly_a .a3 .b1 .c3 {
  background: url(../images/icon/d3.png) left center no-repeat;
}
.yly_a .a3 .b1 .c4 {
  background: url(../images/icon/d4.png) left center no-repeat;
}
.yly_a .a3 .b2 .c1 {
  width: 200px;
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}
.yly_a .a3 .b2 .c1 .img {
  width: 74px;
  text-align: center;
}
.yly_a .a3 .b2 .c1 .img img {
  width: 74px;
  height: 74px;
  display: block;
  margin-bottom: 12px;
}
.yly_a .a3 .b2 .c1 .img p {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #565656;
  line-height: 20px;
}
.menu {
  position: fixed;
  width: 110px;
  right: calc(50% + 520px);
  top: 200px;
  height: 276px;
  border-right: 1px solid #504E4B;
  padding-top: 20px;
}
.menu .item {
  line-height: 50px;
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  text-align: right;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #BCBEC0;
}
.menu .item::after {
  width: 14px;
  height: 14px;
  background: #BCBEC0;
  content: "";
  border-radius: 50%;
  position: absolute;
  right: -7px;
  top: calc(50% - 7px);
}
.menu .item.active {
  font-size: 16px;
  font-weight: 500;
  color: #CBB486;
}
.menu .item.active::after {
  width: 26px;
  height: 20px;
  background: url(../images/icon/d5.png) center center no-repeat;
  border-radius: 0;
  right: -13px;
  top: calc(50% - 10px);
}
.fxpg_a {
  padding-bottom: 70px;
}
.fxpg_a .title_b {
  margin-bottom: 25px;
}
.fxpg_a .title_b .g1 span {
  padding-left: 0;
}
.fxpg_a .a1 {
  margin-bottom: 12px;
}
.fxpg_a .a1 table tr th {
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  border: 0;
}
.fxpg_a .a2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fxpg_a .a2 span {
  position: relative;
  padding: 5px 15px 5px 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CBB486;
  line-height: 22px;
  cursor: pointer;
}
.fxpg_a .a2 span::after {
  position: absolute;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #CBB486;
  right: 0;
  top: calc(50% - 4px);
  content: "";
}
.fxpg_b .title_b {
  margin-bottom: 50px;
}
.fxpg_b .title_b .g1 span {
  padding-left: 0;
}
.fxpg_b .a1 table tr th {
  text-align: center;
  border-right: 1px solid #BCBEC0 !important;
  color: #565656 !important;
}
.fxpg_b .a1 table tr td {
  height: 50px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.66);
  padding: 10px 15px;
}
.fxpg_b .a2 {
  margin-bottom: 32px;
  display: flex;
}
.fxpg_b .a2 .c1 {
  display: flex;
  height: 32px;
  align-items: center;
}
.fxpg_b .a2 .c1 a {
  display: block;
  width: 72px;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #56534F;
  line-height: 32px;
  margin-right: 10px;
}
.fxpg_b .a2 .c1 a.on,
.fxpg_b .a2 .c1 a:hover {
  background: #CBB486;
  color: #ffffff;
}
.fxpg_b .a2 .c2 {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.fxpg_b .a2 .c2 a {
  width: 62px;
  line-height: 24px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #CBB486;
  margin: 0 15px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #CBB486;
}
.fxpg_c {
  padding-bottom: 80px;
  text-align: center;
  padding-top: 25px;
}
.fxpg_c button {
  width: 216px;
  height: 48px;
  background: rgb(207 186 144);
  border-radius: 4px;
  outline: none;
  border: none;
  font-size: 22px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
}
.fxpg_d {
  padding-bottom: 100px;
}
.fxpg_d .title_b {
  margin-bottom: 50px;
}
.fxpg_d .title_b .g1 span {
  padding-left: 0;
}
.fxpg_d .a1 {
  height: 594px;
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #CBB486;
  padding: 60px 32px 0;
}
.fxpg_d .a1 .b1 {
  text-align: center;
  font-size: 26px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.66);
  line-height: 38px;
  margin-bottom: 55px;
}
.fxpg_d .a1 .b2 {
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.66);
  line-height: 40px;
}
.fxpg_d .a1 .b3 {
  margin-top: 100px;
  text-align: right;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.66);
  line-height: 26px;
}
.fxpg_d .a1 .b3 p {
  display: inline-block;
  text-align: left;
}
.fxpg_d .a2 {
  position: relative;
  padding-left: 143px;
  margin-top: 50px;
}
.fxpg_d .a2 dt {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 44px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.fxpg_d .a2 dt i {
  font-style: normal;
  color: #CE2700;
}
.fxpg_d .a2 .b1 {
  width: 600px;
  height: 44px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.fxpg_d .a2 .b1 span {
  width: 146px;
  line-height: 44px;
  background: #EFEFEF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  text-align: center;
  display: block;
  color: rgba(0, 0, 0, 0.8);
}
.fxpg_d .a2 .b1 .c1 {
  height: 100%;
  padding-left: 10px;
  flex: 1;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  border: none;
}
.fxpg_d .a2 .b1 .c2 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.fxpg_d .a2 .b2 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CE2700;
  line-height: 24px;
}
.fxpg_d .a2 .b2 span {
  color: rgba(0, 0, 0, 0.6);
}
.fxpg_d .a3 {
  padding: 80px 0 0;
  text-align: center;
}
.fxpg_d .a3 button {
  width: 216px;
  height: 48px;
  background: rgb(207 186 144);
  border-radius: 4px;
  outline: none;
  border: none;
  font-size: 22px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
}
.zljc_a {
  padding: 70px 0 100px;
}
.zljc_a .title_a {
  margin-bottom: 60px;
}
.alert_a {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.alert_a .bj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}
.alert_a .a1 {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 10px 40px 20px;
  border: 2px solid #CBB486;
}
.alert_a .a1 h6 {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 50px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px;
}
.alert_a .a1 h6::after {
  position: absolute;
  left: 0;
  width: 4px;
  height: 20px;
  top: calc(50% - 10px);
  content: "";
  background: #CBB486;
}
.alert_a .a1 ul li {
  padding: 5px 0;
}
.alert_a .a1 ul a {
  display: block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #565656;
  line-height: 20px;
  padding-left: 20px;
  position: relative;
}
.alert_a .a1 ul a::after {
  width: 6px;
  height: 6px;
  background: #CBB486;
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  border-radius: 50%;
}
.ywt_a {
  margin: 30px auto;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ywt_a .a1,
.ywt_a .a2 {
  width: 292px;
  height: 286px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  margin-right: 28px;
  float: left;
}
.ywt_a .a1 .img,
.ywt_a .a2 .img {
  width: 100%;
  height: 218px;
  position: relative;
  overflow: hidden;
}
.ywt_a .a1 .img .img1,
.ywt_a .a2 .img .img1 {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
  z-index: 1;
}
.ywt_a .a1 .img .img2,
.ywt_a .a2 .img .img2 {
  width: 44px;
  height: 44px;
  position: absolute;
  left: calc(50% - 22px);
  top: calc(50% - 22px);
  display: block;
  z-index: 3;
}
.ywt_a .a1 .img::after,
.ywt_a .a2 .img::after {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
}
.ywt_a .a1 p,
.ywt_a .a2 p {
  margin-top: 13px;
  text-align: center;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  padding: 0 16px;
  line-height: 26px;
}
.ywt_a .a1:hover .img .img1,
.ywt_a .a2:hover .img .img1 {
  transform: translate(-50%, -50%) scale(1.03);
}
.ywt_a .a1:hover .img .img2,
.ywt_a .a2:hover .img .img2 {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.ywt_a .a1.a2 .img::after,
.ywt_a .a2.a2 .img::after {
  display: none;
}
.ywt_a .a3 {
  width: 220px;
  height: 286px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 22px 0;
}
.ywt_a .a3 a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 30px 0 60px;
  position: relative;
  line-height: 60px;
  text-align: center;
}
.ywt_a .a3 a span {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: calc(50% - 20px);
}
.ywt_a .a3 a span img {
  width: 100%;
  height: 100%;
  display: block;
}
.ywt_a .a3 a span img:nth-child(1) {
  display: block;
}
.ywt_a .a3 a span img:nth-child(2) {
  display: none;
}
.ywt_a .a3 a em {
  display: block;
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
}
.ywt_a .a3 a:hover {
  background-color: #CBB486;
  border: 1px solid #CBB486;
}
.ywt_a .a3 a:hover span img:nth-child(1) {
  display: none;
}
.ywt_a .a3 a:hover span img:nth-child(2) {
  display: block;
}
.ywt_a .a3 a:hover em {
  color: #fff;
}
