.sj_header {
  box-shadow: 0 0.02rem 0.02rem rgba(0, 0, 0, 0.07);
  padding: 0 0.28rem;
  display: flex;
  position: fixed;
  justify-content: space-between;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  height: 1.12rem;
  z-index: 30;
  background-color: #ffffff;
}

.sj_header .logo {
  display: block;
  height: 0.94rem;
}

.sj_header .logo img {
  height: 100%;
  width: auto;
  display: block;
}

.sj_header .nav {
  height: 0.38rem;
  width: 0.42rem;
  position: relative;
  overflow: hidden;
}

.sj_header .nav em {
  position: absolute;
  height: 2px;
  border-radius: 0.03rem;
  right: 0.05rem;
  width: 0.42rem;
  background-color: #222222;
  transition: 0.5s;
}

.sj_header .nav em:nth-child(1) {
  top: 0;
}

.sj_header .nav em:nth-child(2) {
  top: calc(50% - 1px);
}

.sj_header .nav em:nth-child(3) {
  top: calc(100% - 2px);
}

.sj_header .nav.on em:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(405deg);
}

.sj_header .nav.on em:nth-child(2) {
  width: 0;
}

.sj_header .nav.on em:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotate(-405deg);
}

.zhanwei {
  height: 1.12rem;
  overflow: hidden;
}

.nav_list {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 28;
  padding: 1.12rem 0 0;
  padding-left: 37.34%;
  transition: 0.6s;
}

.nav_list.on {
  right: 0;
}

.nav_list .bj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.15);
}

.nav_list .list {
  position: relative;
  z-index: 2;
  height: calc(100% - 2.2rem);
  overflow: auto;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.9);
}

.nav_list .list dl {
  padding: 0.1rem 0;
  border-bottom: 1px solid #ffffff;
}

.nav_list .list dl:last-child {
  border-bottom: none;
}

.nav_list .list dl dt {
  display: flex;
  height: 0.8rem;
  padding-left: 0.5rem;
  padding-right: 0.4rem;
  justify-content: space-between;
  align-items: center;
}

.nav_list .list dl dt.on em {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.nav_list .list dl dt a {
  font-size: 0.24rem;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
}

.nav_list .list dl dt em {
  transition: 0.6s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.08rem 0.12rem 0.08rem;
  border-color: transparent transparent #fff transparent;
  display: block;
}

.nav_list .list dl dd {
  padding-left: 0.65rem;
  display: none;
}

.nav_list .list dl dd a {
  display: block;
  font-size: 0.24rem;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 0.8rem;
}

.nav_list .a1 {
  position: relative;
  z-index: 2;
  background-color: rgba(34, 34, 34, 0.9);
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav_list .a1 a {
  margin: 0 0.3rem;
  width: 0.6rem;
  height: 0.6rem;
}

.nav_list .a1 a img {
  width: 100%;
  height: 100%;
}

.banner {
  height: 5rem;
}

.banner .swiper {
  height: 100%;
}

.banner .swiper .swiper-slide {
  overflow: hidden;
}

.banner .swiper .swiper-slide .main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 0.28rem;
  padding-right: 0.28rem;
  justify-content: center;
}

.banner .swiper .swiper-slide .main h6 {
  font-family: 'Montserrat_Black';
  font-size: 0.72rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.26;
}

.banner .swiper .swiper-slide .main span {
  margin: 0.6rem 0;
  display: block;
  width: 0.88rem;
  height: 0.12rem;
  background: #FFFFFF;
  border-radius: 6px;
}

.banner .swiper .swiper-slide .main .text {
  width: 200%;
  transform: scale(0.5);
  transform-origin: 0 50%;
}

.banner .swiper .swiper-slide .main p {
  font-size: 0.4rem;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.7;
}

.banner .swiper .swiper-slide .pc_img,
.banner .swiper .swiper-slide .sj_img {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .swiper .swiper-slide .sj_img {
  display: none;
}

.banner .swiper .swiper-pagination {
  bottom: 0.42rem !important;
  display: flex;
  justify-content: center;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.05rem;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 0;
  transition: 0.6s;
  margin: 0 0.07rem !important;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.63rem;
  opacity: 1;
}

.banner .swiper .swiper-button-next {
  color: #FFFFFF;
  outline: none;
  right: 6%;
}

.banner .swiper .swiper-button-prev {
  color: #FFFFFF;
  outline: none;
  left: 6%;
}

.ind_a {
  padding: 0.53rem 0.28rem 0;
  background-color: #fff;
}

.ind_a .text .b1 {
  font-size: 0.35rem;
  font-weight: bold;
  color: #050505;
  line-height: 0.6rem;
  padding-left: 0.22rem;
  position: relative;
  margin-bottom: 0.2rem;
}

.ind_a .text .b1::after {
  position: absolute;
  left: 0;
  top: calc(50% - 0.14rem);
  width: 0.04rem;
  height: 0.28rem;
  background: #CFB875;
  content: "";
}

.ind_a .text .b2 {
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.84;
}

.ind_a .text .b3 {
  margin: 0.56rem 0 0.46rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ind_a .text .b3 i {
  width: 1px;
  height: 0.48rem;
  background: #c1c1c1;
  display: block;
}

.ind_a .text .b3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.24rem;
  font-weight: 300;
  color: #333333;
  line-height: 0.5rem;
}

.ind_a .text .b3 a:last-child {
  border-right: none;
}

.ind_a .text .b3 a span {
  position: relative;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin-bottom: 0.13rem;
}

.ind_a .text .b3 a span img {
  width: 100%;
  height: 100%;
}

.ind_a .text .b3 a em {
  transform: scale(0.8);
  transform-origin: 50% 50%;
}

.ind_b {
  background-color: #ffffff;
  padding: 0.3rem 0.28rem 0.5rem;
  flex-wrap: wrap;
  display: flex;
}

.ind_b .item {
  display: flex;
  height: 1.08rem;
  flex-direction: column;
  width: 50%;
  justify-content: center;
}

.ind_b .item .b1 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.42rem;
  margin-bottom: 0.07rem;
  text-transform: uppercase;
}

.ind_b .item .b2 {
  line-height: 0.42rem;
  height: 0.6rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #CFB875;
}

.ind_b .item .b2 span {
  font-size: 0.24rem;
  font-weight: 300;
  color: #444444;
  opacity: 0.5;
  margin-left: 0.15rem;
}

.ind_c {
  padding: 0.34rem 0.28rem 0.4rem;
  background-color: #f8f8f8;
}

.ind_c .box_a {
  display: flex;
  flex-direction: column;
}

.ind_c .box_a .tit {
  font-size: 0.35rem;
  font-weight: bold;
  color: #050505;
  line-height: 0.5rem;
  text-transform: uppercase;
  margin-bottom: 0.37rem;
  padding-left: 0.22rem;
  position: relative;
}

.ind_c .box_a .tit::after {
  width: 0.04rem;
  height: 0.28rem;
  position: absolute;
  left: 0;
  top: calc(50% - 0.14rem);
  background: #CFB875;
  content: "";
}

.ind_c .box_a .a1 {
  display: flex;
  margin: 0 auto 0 0;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 0 0.3rem;
  margin-bottom: 0.5rem;
  justify-content: space-between;
  width: 100%;
}

.ind_c .box_a .a1 span {
  line-height: 0.8rem;
  font-size: 0.25rem;
  font-weight: 300;
  color: #333333;
  cursor: pointer;
  transition: 0.6s;
  position: relative;
}

.ind_c .box_a .a1 span.select {
  color: #CFB875;
}

.ind_c .box_a .a1 span.select::after {
  position: absolute;
  bottom: -0.22rem;
  width: 1.1rem;
  height: 0.22rem;
  background: url(../images/icon/icon_14.png) center center no-repeat;
  background-size: cover;
  content: "";
  left: calc(50% - 0.55rem);
}

.ind_c .box_a .a2 .b1 {
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.84;
  margin-bottom: 0.38rem;
}

.ind_d {
  background-color: #FFFFFF;
  padding: 0.55rem 0.28rem 0;
}

.ind_d .tit {
  margin-bottom: 0.46rem;
}

.ind_d .tit .b1 {
  font-size: 0.35rem;
  font-weight: bold;
  color: #050505;
  line-height: 0.5rem;
  position: relative;
  margin-bottom: 0.17rem;
  padding-left: 0.22rem;
}

.ind_d .tit .b1::after {
  width: 0.04rem;
  height: 0.28rem;
  background: #CFB875;
  position: absolute;
  left: 0;
  top: calc(50% - 0.14rem);
  content: "";
}

.ind_d .tit .b2 {
  font-size: 0.25rem;
  font-weight: 300;
  color: #666;
  line-height: 1.84;
}

.ind_d ul {
  padding-bottom: 0.44rem;
}

.ind_d ul li {
  margin-bottom: 0.33rem;
}

.ind_d ul li:last-child {
  margin-bottom: 0;
}

.ind_d ul li .img {
  position: relative;
  height: 3.36rem;
  background-color: #000000;
}

.ind_d ul li .img img {
  opacity: 1;
}

.ind_d ul li .img .more {
  opacity: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2.6;
  text-transform: uppercase;
  transition: 0.6s;
  margin-top: 0.1rem;
}

.ind_d ul li .img .more span {
  width: 0.78rem;
  height: 0.78rem;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  position: relative;
}

.ind_d ul li .img .more span::before {
  height: 2px;
  width: 0.24rem;
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 0.12rem);
}

.ind_d ul li .img .more span::after {
  width: 2px;
  height: 0.24rem;
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 0.12rem);
}

.ind_d ul li .text {
  min-height: 0.68rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.ind_d ul li .text h6 {
  font-weight: bold;
  color: #222222;
  font-size: 0.3rem;
  line-height: 0.62rem;
  padding-top: 0.17rem;
  text-transform: capitalize;
}

.ind_d ul li .text p a {
  font-size: 0.24rem;
  font-weight: 300;
  color: #666666;
  line-height: 0.6rem;
  margin-right: 0.4rem;
  padding-left: 0.2rem;
  position: relative;
  text-transform: capitalize;
}

.ind_d ul li .text p a:last-child {
  margin-right: 0;
}

.ind_d ul li .text p a::after {
  transition: 0.6s;
  width: 0.1rem;
  height: 0.1rem;
  background: #666666;
  opacity: 0.8;
  position: absolute;
  left: 0;
  content: "";
  top: calc(50% - 0.05rem);
}

.ind_e {
  background: #f8f8f8;
  padding: 0.32rem 0.28rem 0.78rem;
}

.ind_e .a1 {
  padding-bottom: 0.4rem;
}

.ind_e .a1 .b1 {
  font-size: 0.35rem;
  font-weight: bold;
  color: #222222;
  line-height: 0.6rem;
  padding-left: 0.22rem;
  position: relative;
  margin-bottom: 0.13rem;
}

.ind_e .a1 .b1::after {
  width: 0.04rem;
  height: 0.28rem;
  background: #CFB875;
  position: absolute;
  left: 0;
  top: calc(50% - 0.14rem);
  content: "";
}

.ind_e .a1 .b2 {
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.84;
}

.ind_e .a2 {
  display: flex;
  justify-content: space-between;
}

.ind_e .a2 a {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 48.7%;
  height: 2.87rem;
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  box-shadow: 0px -2px 0px 0px #CFB875;
  padding: 0.28rem 0.3rem 0;
}

.ind_e .a2 a h6 {
  font-size: 0.25rem;
  font-weight: bold;
  color: #222222;
  line-height: 2;
  margin-bottom: 0.06rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.ind_e .a2 a p {
  font-size: 0.24rem;
  font-weight: 300;
  color: #999999;
  line-height: 0.48rem;
  text-transform: uppercase;
  background: url(../images/icon/icon_1.png) left center no-repeat;
  background-size: 0.1rem auto;
  padding-left: 0.22rem;
  margin-bottom: 0.2rem;
}

.ind_e .a2 a img {
  display: block;
  width: 1.5rem;
  height: auto;
  margin: 0 auto;
}

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

.map .bj {
  width: 100%;
  height: auto;
  display: block;
}

.map span {
  position: absolute;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
  background: url(../images/map_3.png) left center no-repeat;
  background-size: 12px auto;
  padding-left: 14px;
  cursor: pointer;
  transform: scale(0.5);
  transform-origin: 0% 50%;
}

.map span i {
  z-index: 2;
  position: relative;
}

.map span img {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: calc(50% - 0.3rem);
  z-index: 1;
  left: calc(50% - 0.3rem);
  transition: 0.6s;
  opacity: 0;
}

.footer {
  background-image: url(../images/footer_1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #222222;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.72rem 0.3rem 0.62rem;
}

.footer::after {
  width: 58%;
  height: 0.06rem;
  background: #050505;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
}

.footer::before {
  width: 42%;
  height: 0.06rem;
  background: url(../images/icon/bj_1.jpg) center center no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: 0;
  position: absolute;
  content: "";
}

.footer .logo {
  display: block;
  width: 0.92rem;
  margin-right: 0.35rem;
}

.footer .desc {
  width: calc(100% - 1.27rem);
  padding-left: 0.34rem;
  position: relative;
  overflow: hidden;
}

.footer .desc::after {
  width: 1px;
  height: 1.1rem;
  background: #FFFFFF;
  opacity: 0.13;
  left: 0;
  top: calc(50% - 0.55rem);
  content: "";
  position: absolute;
}

.footer .desc dl {
  padding-left: 0.36rem;
  position: relative;
}

.footer .desc dl dt {
  position: absolute;
  left: 0;
  top: 0.04rem;
  height: 0.4rem;
}

.footer .desc dl dt img {
  height: 100%;
  width: auto;
}

.footer .desc dl dd {
  font-size: 0.24rem;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2;
  opacity: 0.7;
}

.two_banner {
  height: 3.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.28rem;
}

.two_banner h6 {
  font-family: 'Montserrat_Black';
  font-size: 0.36rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.4;
  text-transform: uppercase;
}

.two_banner span {
  width: 0.2rem;
  height: 0.04rem;
  background: #CFB875;
  border-radius: 0.03rem;
  margin: 0.16rem 0 0.2rem;
}

.cp_a {
  z-index: 10;
}

.cp_a .a1 {
  display: flex;
  justify-content: space-between;
  background-color: #f8f8f8;
}

.cp_a .a1 span {
  width: 50%;
  transition: 0.6s;
  display: block;
  font-weight: 300;
  color: #222222;
  background-size: 0.12rem auto;
  position: relative;
  text-transform: capitalize;
  line-height: 1rem;
  font-size: 0.28rem;
  padding: 0 0.28rem;
  background: url(../images/icon/icon_15.png) calc(100% - 0.3rem) center no-repeat;
  background-size: 0.16rem auto;
}

.cp_a .a1 span:last-child::after {
  display: none;
}

.cp_a .a1 span::after {
  width: 1px;
  height: 0.42rem;
  background: #DDDDDD;
  position: absolute;
  right: 0;
  top: calc(50% - 0.21rem);
  content: "";
}

.cp_a .a1 span.select {
  background: url(../images/icon/icon_16.png) calc(100% - 0.3rem) center no-repeat;
  background-size: 0.16rem auto;
}

.cp_a .a2 .item {
  background: #FFFFFF;
  box-shadow: 0px 3px 5px 0px rgba(118, 118, 118, 0.07);
  padding: 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
}

.cp_a .a2 .item a {
  margin-right: 0.7rem;
  line-height: 0.82rem;
  padding-left: 0.2rem;
  position: relative;
  font-size: 0.25rem;
  color: #999999;
}

.cp_a .a2 .item a::after {
  width: 0.1rem;
  height: 0.1rem;
  background: #8F8F8F;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.05rem);
}

.cp_b {
  padding: 0 0.28rem;
}

.cp_b .tit {
  font-size: 0.36rem;
  font-weight: bold;
  color: #CFB875;
  line-height: 1.28rem;
}

.cp_b .box {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
}

.cp_b .box .a1 {
  background: #f8f4ea;
  padding: 0.46rem 0.3rem 0.36rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cp_b .box .a1 .b1 {
  width: calc(100% - 2.67rem);
}

.cp_b .box .a1 .b1 h6 {
  line-height: 0.84rem;
  height: 0.84rem;
  font-size: 0.84rem;
  font-weight: bold;
  color: #CFB875;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 0.42rem;
}

.cp_b .box .a1 .b1 h6 span {
  position: absolute;
  font-size: 0.42rem;
  font-weight: bold;
  color: #CFB875;
  line-height: 0.68rem;
  top: 0;
  right: 0;
}

.cp_b .box .a1 .b1 h5 {
  line-height: 0.44rem;
  height: 0.44rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #CFB875;
  display: flex;
  justify-content: space-between;
}

.cp_b .box .a1 .b1 h5 span {
  font-size: 0.25rem;
}

.cp_b .box .a1 .b2 {
  padding-left: 0.5rem;
  position: relative;
}

.cp_b .box .a1 .b2::after {
  width: 1px;
  height: 1.48rem;
  position: absolute;
  left: 0;
  top: calc(50% - 0.74rem);
  background: #CFB875;
  content: "";
}

.cp_b .box .a1 .b2 img {
  width: 1.66rem;
}

.cp_b .box .a2 {
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.84;
  padding: 0.34rem 0.3rem;
}

.cp_c {
  padding: 0.76rem 0.28rem 0.7rem;
}

.cp_c .a1 {
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}

.cp_c .a1 a {
  width: 49%;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.24rem;
  color: #333333;
  position: relative;
  border: 1px solid #DDDDDD;
  border-radius: 0.4rem;
}
.cp_c .a1 a:nth-child(2){
  margin-left: 2%;
}
.cp_c .a1 a.select {
  color: #CFB875;
  border: 1px solid #CFB875;
}

.cp_c .a1 a.select::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.09rem 0.07rem 0 0.07rem;
  border-color: #CFB875 transparent transparent transparent;
  position: absolute;
  bottom: 0.08rem;
  left: calc(50% - 0.09rem);
  content: "";
}

.cp_c .a2 {
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.84;
}

.cp_c .box_a {
  padding-top: 0.36rem;
}

.cp_c .box_a .b2 {
  line-height: 0.82rem;
  background: #CFB875;
  font-size: 0.25rem;
  color: #FFFFFF;
  text-align: center;
}

.cp_c .box_a .b3 {
  display: flex;
  flex-direction: column;
  border-bottom: none;
}

.cp_c .box_a .b3 .item {
  flex: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #ffffff;
}

.cp_c .box_a .b3 .item:first-child span,
.cp_c .box_a .b3 .item:first-child em {
  padding-left: 0;
  font-size: 0.25rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.9rem;
}

.cp_c .box_a .b3 .item:nth-child(2n) {
  background: #F8F8F8;
}

.cp_c .box_a .b3 .item span {
  text-align: center;
  width: 30%;
  padding-top: 0;
  font-size: 0.25rem;
  line-height: 0.6rem;
}

.cp_c .box_a .b3 .item em {
  text-align: center;
  width: 30%;
  font-size: 0.25rem;
  line-height: 0.6rem;
}

.cp_c .box_b .b1 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  line-height: 1.24rem;
  text-align: center;
}

.cp_c .box_b .b2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cp_c .box_b .b2 .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
  margin-bottom: 0.32rem;
  overflow: hidden;
}

.cp_c .box_b .b2 .img img {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  border: 0;
  display: block;
  width: auto;
  height: 100%;
}

.fw_a {
  padding: 0.3rem 0.28rem 0.4rem;
  background: #ffffff;
}

.fw_a .tit {
  font-size: 0.36rem;
  font-weight: bold;
  color: #CFB875;
  line-height: 1.04rem;
  text-transform: uppercase;
}

.fw_a .box {
  margin-bottom: 0.56rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.fw_a .box::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #DDDDDD;
  content: "";
  left: 66%;
}

.fw_a .box .text {
  width: 60%;
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.84;
}

.fw_a .box .a1 {
  width: 28%;
}

.fw_a .box .a1 .item {
  position: relative;
  margin-bottom: 0.28rem;
}

.fw_a .box .a1 .item:last-child {
  margin-bottom: 0;
}

.fw_a .box .a1 .item img {
  position: absolute;
  height: 0.6rem;
  width: auto;
  right: 0;
  top: calc(0.23rem - 0.3rem);
}

.fw_a .box .a1 .item h6 {
  font-size: 0.32rem;
  font-weight: bold;
  color: rgba(102, 102, 102, 0.75);
  line-height: 0.46rem;
}

.fw_a .box .a1 .item p {
  position: relative;
  margin-top: -0.2rem;
  width: 170%;
  transform: scale(0.6);
  transform-origin: 0 50%;
  font-size: 0.3rem;
  font-weight: 300;
  color: #999999;
  line-height: 2;
}

.fw_b {
  background-color: #FFFFFF;
  padding: 0.15rem 0.28rem 0;
}

.fw_b .a1 {
  margin-bottom: 0.6rem;
}

.fw_b .a1 .b1 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #CFB875;
  line-height: 0.58rem;
  text-transform: uppercase;
  margin-bottom: 0.23rem;
}

.fw_b .a1 .b2 {
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.84;
}

.fw_b .a2 {
  margin-bottom: 0.7rem;
}

.fw_b .a2 .item {
  padding: 0 0.28rem 0.24rem;
  background: #F8F8F8;
  box-shadow: -2px 0px 0px 0px #CFB875;
  margin-bottom: 0.42rem;
}

.fw_b .a2 .item:last-child {
  margin-bottom: 0;
}

.fw_b .a2 .item .b1 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #444444;
  line-height: 0.92rem;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 0.2rem;
}

.fw_b .a2 .item .b2 {
  display: flex;
  flex-wrap: wrap;
}

.fw_b .a2 .item .b2 a {
  font-size: 0.24rem;
  width: 50%;
  font-weight: 300;
  color: #666666;
  line-height: 0.52rem;
  padding-left: 0.16rem;
  position: relative;
}

.fw_b .a2 .item .b2 a::after {
  position: absolute;
  width: 2px;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
  content: "";
  background: #CFB875;
  opacity: 0.8;
}

.fw_b .a3 {
  height: 3.71rem;
  width: 100%;
}

.fw_b .a3 .swiper {
  width: 100%;
  height: 100%;
}

.fw_b .a3 .swiper .swiper-slide {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fw_b .a3 .swiper .swiper-slide img {
  height: 100%;
  width: auto;
  display: block;
}

.fw_b .a3 .swiper .swiper-button-next,
.fw_b .a3 .swiper .swiper-button-prev {
  color: #FFFFFF;
  outline: none;
}

.fw_b .a3 .swiper .swiper-button-next::after,
.fw_b .a3 .swiper .swiper-button-prev::after {
  font-size: 0.3rem;
}

.fw_b .a4 {
  padding: 0.5rem 0;
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.84;
}

.gy_a {
  padding: 0.55rem 0.28rem 0.33rem;
  background-color: #FFFFFF;
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.84;
}

.gy_b {
  padding: 0 0.28rem 0.6rem;
}

.gy_b .a1 {
  margin-bottom: 0.4rem;
}

.gy_b .a2 {
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.84;
}

.gy_c {
  background: #F8F8F8;
  padding: 0.53rem 0.28rem 0.4rem;
}

.gy_c .tit {
  text-transform: uppercase;
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.6rem;
  margin-bottom: 0.2rem;
  text-align: center;
}

.gy_c .a1 {
  display: flex;
  margin-bottom: 0.36rem;
}

.gy_c .a1 span {
  text-align: center;
  width: 50%;
  font-size: 0.28rem;
  font-weight: 300;
  color: #CFB875;
  line-height: 2.4;
  opacity: 0.5;
  cursor: pointer;
  background-color: #e8e8e8;
}

.gy_c .a1 span.select {
  opacity: 1;
}

.gy_c .tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gy_c .tab .item {
  width: calc(50% - 0.15rem);
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  padding: 0.32rem 0.16rem 0.32rem;
  text-align: center;
  margin-bottom: 0.3rem;
}

.gy_c .tab .item .b1 {
  width: 0.54rem;
  height: 0.54rem;
  margin: 0 auto;
}

.gy_c .tab .item .b1 img {
  width: 100%;
  height: 100%;
  display: block;
}

.gy_c .tab .item .b2 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.5rem;
  margin: 0.1rem 0;
  text-transform: uppercase;
}

.gy_c .tab .item .b3 {
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.84;
}

.gy_c .tab .item_a {
  width: 100%;
  padding: 0.36rem 0.16rem 0.27rem 0.3rem;
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  position: relative;
  margin: 0.3rem 0 0.4rem;
}

.gy_c .tab .item_a::after {
  width: 0.56rem;
  height: 0.41rem;
  background: url(../images/icon/icon_17.png) center center no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0.2rem;
  top: -0.32rem;
}

.gy_c .tab .item_a::before {
  width: 0.56rem;
  height: 0.41rem;
  background: url(../images/icon/icon_18.png) center center no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0.2rem;
  bottom: -0.32rem;
}

.gy_c .tab .item_a h6 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #444444;
  line-height: 0.4rem;
  background: #F8F8F8;
  position: absolute;
  padding: 0 0.16rem;
  text-align: center;
  right: 0.2rem;
  top: -0.2rem;
}

.gy_c .tab .item_a p {
  font-size: 0.25rem;
  font-weight: 300;
  font-style: italic;
  color: #666666;
  line-height: 1.84;
}

.gy_d {
  background-color: #FFFFFF;
  padding: 0.56rem 0.28rem 0.4rem;
}

.gy_d .tit {
  font-size: 0.36rem;
  font-weight: bold;
  color: #CFB875;
  line-height: 0.6rem;
  text-transform: uppercase;
  margin-bottom: 0.22rem;
}

.gy_d .a1 {
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.84;
  margin-bottom: 0.4rem;
}

.lx_a .a1 {
  background-color: #fff;
  padding: 0.48rem 0.28rem 0.5rem;
}

.lx_a .a1 .b1 {
  font-size: 0.28rem;
  font-weight: 500;
  color: #CFB875;
  line-height: 0.6rem;
}

.lx_a .a1 dl {
  position: relative;
  padding-left: 0.44rem;
  margin-top: 0.43rem;
}

.lx_a .a1 dl dt {
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: auto;
  height: 0.36rem;
}

.lx_a .a1 dl dt img {
  height: 100%;
  width: auto;
  display: block;
}

.lx_a .a1 dl dd {
  font-size: 0.25rem;
  line-height: 1.84;
}

.lx_a .a1 dl dd h6 {
  color: #333333;
}

.lx_a .a1 dl dd p {
  font-weight: 300;
  color: #666666;
}

.lx_a .a2 {
  padding: 0.5rem 0.28rem 0.6rem;
  background-color: #F8F8F8;
}

.lx_a .a2 .b1 .item {
  height: 0.82rem;
  margin-bottom: 0.2rem;
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}

.lx_a .a2 .b1 .item input {
  width: 100%;
  height: 100%;
  font-weight: 300;
  color: #666666;
  background: #f8f8f8;
  outline: none;
  padding: 0 0.2rem;
  font-size: 0.26rem;
}

.lx_a .a2 .b1 .item select {
  width: 100%;
  height: 100%;
  font-weight: 300;
  color: #666666;
  outline: none;
  border: none;
  padding: 0 0.2rem;
  font-size: 0.26rem;
  background: #f8f8f8;
}

.lx_a .a2 .b2 {
  margin-bottom: 0.36rem;
}

.lx_a .a2 .b2 textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  outline: none;
  border-radius: 3px;
  font-weight: 300;
  color: #666666;
  resize: none;
  height: 2.6rem;
  background: #f8f8f8;
  padding: 0.1rem 0.2rem;
  font-size: 0.26rem;
}

.lx_a .a2 .b3 button {
  font-family: Montserrat_Light, "Microsoft YaHei";
  width: 2.12rem;
  height: 0.58rem;
  background: url(../images/icon/btn_1.jpg) center center no-repeat;
  background-size: cover;
  border: none;
  outline: none;
  font-size: 0.24rem;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: uppercase;
}