.header {
  position: absolute;
  top: 0;
}

.banner {
  height: 840px;
}

.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%;
  padding-top: 3rem;
}

.banner .swiper .swiper-slide .main h6 {
  font-family: 'Montserrat_Black';
  font-size: 64px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 92px;
}

.banner .swiper .swiper-slide .main span {
  margin: 0.3rem 0;
  display: block;
  width: 0.44rem;
  height: 0.06rem;
  background: #FFFFFF;
  border-radius: 3px;
}

.banner .swiper .swiper-slide .main p {
  font-size: 20px;
  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: 5%;
}

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

.ind_a {
  margin: 0.58rem 0 0.56rem;
  position: relative;
}

.ind_a .img {
  position: absolute;
  right: 0;
  left: calc(50% + 0.6rem);
  top: 0;
  height: 100%;
}

.ind_a .text {
  width: 50%;
}

.ind_a .text .b1 {
  font-size: 38px;
  font-weight: bold;
  color: #050505;
  line-height: 1;
  padding-left: 22px;
  position: relative;
  margin-bottom: 0.3rem;
}

.ind_a .text .b1::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #CFB875;
  content: "";
}

.ind_a .text .b2 {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
  margin-bottom: 0.3rem;
}

.ind_a .text .b3 {
  height: 0.8rem;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ind_a .text .b3 a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ddd;
  height: 0.42rem;
  font-size: 20px;
  font-weight: 300;
  color: #333333;
  line-height: 0.42rem;
  transition: 0.6s;
}

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

.ind_a .text .b3 a span {
  position: relative;
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.15rem;
}

.ind_a .text .b3 a span img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}

.ind_a .text .b3 a span img:last-child {
  opacity: 0;
}

.ind_b {
  background-image: url(../images/ind_b1.jpg);
}

.ind_b .main {
  height: 182px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #FFFFFF;
}

.ind_b .main .item {
  display: flex;
  align-items: center;
  text-align: right;
}

.ind_b .main .item .b2 {
  font-size: 46px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.4;
}

.ind_b .main .item .b1 {
  margin-right: 0.2rem;
}

.ind_b .main .item .b1 h6 {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ind_b .main .item .b1 p {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.6;
  opacity: 0.5;
}

.ind_b .main .item .b1 p span {
  display: none;
}

.ind_c {
  padding: 0.4rem 0 0.3rem;
  background-color: #f8f8f8;
}

.ind_c .box {
  position: relative;
  min-height: 3.3rem;
  padding-left: 50%;
}

.ind_c .box_a {
  padding: 0 0.2rem 0 0.5rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ind_c .box_a .tit {
  font-size: 30px;
  font-weight: bold;
  color: #050505;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.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.4rem;
}

.ind_c .box_a .a1 span {
  line-height: 0.4rem;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  margin-right: 0.4rem;
  padding-left: 0.22rem;
  background-image: url(../images/icon/icon_13.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.12rem 0.12rem;
  cursor: pointer;
  transition: 0.6s;
  position: relative;
}

.ind_c .box_a .a1 span.select {
  color: #CFB875;
  background-image: url(../images/icon/icon_12.png);
}

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

.ind_c .box_a .a1 span:last-child {
  margin-right: 0;
}

.ind_c .box_a .a2 .b1 {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
  margin-bottom: 0.3rem;
}

.ind_c .box_a .a2 .b2 {
  text-align: center;
  display: block;
  width: 160px;
  line-height: 42px;
  background: url(../images/icon/btn_1.jpg) center center no-repeat;
  background-size: 100% 100%;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: uppercase;
}

.ind_c .box_b {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}

.ind_d {
  background-color: #FFFFFF;
  padding-top: 0.46rem;
}

.ind_d .tit {
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.ind_d .tit h6 {
  font-size: 38px;
  font-weight: bold;
  color: #222222;
  line-height: 1.2;
}

.ind_d .tit span {
  width: 0.36rem;
  height: 0.05rem;
  background: #CFB875;
  margin-bottom: 0.12rem;
  margin-top: 0.1rem;
}

.ind_d .tit p {
  font-size: 18px;
  font-weight: 300;
  color: #666;
  line-height: 2;
}

.ind_d ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ind_d ul li {
  width: calc(50% - 0.2rem);
  margin-bottom: 0.36rem;
}

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

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

.ind_d ul li .img .more span {
  width: 0.56rem;
  height: 0.56rem;
  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;
  align-items: center;
  justify-content: space-between;
}

.ind_d ul li .text h6 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #222222;
  line-height: 1.2;
}

.ind_d ul li .text p a {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
  margin-left: 0.4rem;
  padding-left: 0.12rem;
  position: relative;
  transition: 0.6s;
  text-transform: capitalize;
}

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

.ind_e {
  background: #F8F8F8;
  padding-top: 0.55rem;
  padding-bottom: 0.6rem;
}

.ind_e .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ind_e .a1 {
  width: 58%;
  max-width: 800px;
}

.ind_e .a1 .b1 {
  font-size: 38px;
  font-weight: bold;
  color: #222222;
  line-height: 1;
  padding-left: 0.17rem;
  border-left: 0.05rem solid #CFB875;
}

.ind_e .a1 .b2 {
  font-size: 18px;
  font-weight: 300;
  color: #999999;
  line-height: 2;
  margin: 0.3rem 0 0.4rem;
}

.ind_e .a1 .b3 {
  display: flex;
  justify-content: space-around;
}

.ind_e .a1 .b3 .item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0.2rem 0;
  padding-left: 0.84rem;
}

.ind_e .a1 .b3 .item img {
  position: absolute;
  left: 0;
  width: 0.8rem;
  height: 0.6rem;
  top: calc(50% - 0.3rem);
}

.ind_e .a1 .b3 .item h6 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}

.ind_e .a1 .b3 .item p {
  max-width: 130px;
  font-size: 12px;
  font-weight: 300;
  color: #999999;
  line-height: 24px;
}

.ind_e .a2 {
  width: 40%;
}

.ind_e .a2 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 1.44rem;
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  box-shadow: -3px 0px 0px 0px #CFB875;
  margin-bottom: 0.1rem;
  padding-left: 0.4rem;
}

.ind_e .a2 a img {
  width: 1.3rem;
  height: auto;
  position: absolute;
  right: 0.2rem;
}

.ind_e .a2 a:last-child {
  margin-bottom: 0;
}

.ind_e .a2 a h6 {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  line-height: 0.46rem;
  margin-bottom: 0.06rem;
  text-transform: uppercase;
}

.ind_e .a2 a p {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  line-height: 0.26rem;
  text-transform: uppercase;
  background: url(../images/icon/icon_1.png) left center no-repeat;
  background-size: 0.08rem auto;
  padding-left: 0.16rem;
}

.footer {
  /* background: url(../images/footer_1.jpg) center center no-repeat;
  background-size: cover; */
  background-color: #222222;
  position: relative;
  padding-top: 0.06rem;
}

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

.footer::before {
  width: 42%;
  height: 0.06rem;
  background: #AB8C4F;
  right: 0;
  top: 0;
  position: absolute;
  content: "";
}

.footer .main {
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
}

.footer .main .logo {
  display: block;
  width: 1.4rem;
  margin-right: 0.6rem;
}

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

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

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

.footer .main .desc dl dt {
  position: absolute;
  left: 0;
  top: 0.01rem;
  height: 0.3rem;
}

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

.lx_a {
  position: relative;
  background-color: #FFFFFF;
  padding-bottom: 1.2rem;
  padding-top: 0.5rem;
}

.lx_a::after {
  width: 58.6%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #F8F8F8;
  position: absolute;
  content: "";
}

.lx_a .main {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.lx_a .a1 {
  width: 40%;
  position: relative;
  margin-top: -0.12rem;
}

.lx_a .a1 .b1 {
  font-size: 22px;
  font-weight: 500;
  color: #CFB875;
  line-height: 2;
}

.lx_a .a1 dl {
  position: relative;
  padding-left: 0.32rem;
}

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

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

.lx_a .a1 dl dd {
  margin-top: 0.4rem;
}

.lx_a .a1 dl dd h6 {
  font-size: 16px;
  color: #333333;
  line-height: 0.34rem;
}

.lx_a .a1 dl dd p {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
}

.lx_a .a2 {
  width: 56%;
  max-width: 810px;
  padding-right: 0.1rem;
}

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

.lx_a .a2 .b1 .item {
  width: calc(50% - 0.1rem);
  height: 0.44rem;
  margin-bottom: 0.2rem;
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}

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

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

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

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

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

.two_banner {
  height: 5.9rem;
}

.two_banner.select .main h6 {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 0.1rem;
}

.two_banner .main {
  padding-top: 1.4rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

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

.two_banner .main span {
  width: 44px;
  height: 0.06rem;
  background: #CFB875;
  border-radius: 0.03rem;
  margin: 0.06rem 0 0.2rem;
}

.two_banner .main p {
  max-width: 650px;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.gy_a {
  padding: 0.46rem 0;
  background-color: #FFFFFF;
}

.gy_a .main {
  padding-left: 3.78rem;
  position: relative;
  min-height: 2.6rem;
}

.gy_a .main .img {
  position: absolute;
  right: calc(100% - 3.6rem);
  top: 0.2rem;
}

.gy_a .main .img img {
  height: 2.1rem;
  width: auto;
  display: block;
}

.gy_a .main .text {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
}

.gy_b {
  padding-bottom: 0.3rem;
}

.gy_b .a1 {
  height: 3rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}

.gy_b .a1 div {
  height: 100%;
}

.gy_b .a1 div:first-child {
  width: 64.5%;
}

.gy_b .a1 div:last-child {
  width: 34%;
}

.gy_b .a2 {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
}

.gy_c {
  background: #F8F8F8;
  padding: 0.5rem 0;
}

.gy_c .tit {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: bold;
  color: #CFB875;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.gy_c .box {
  display: flex;
  align-items: center;
}

.gy_c .box .a1 {
  width: 2.8rem;
  display: flex;
  flex-direction: column;
}

.gy_c .box .a1 span {
  font-size: 26px;
  font-weight: 300;
  color: #CFB875;
  line-height: 2.4;
  opacity: 0.5;
  cursor: pointer;
}

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

.gy_c .box .a2 {
  width: calc(100% - 2.8rem);
}

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

.gy_c .box .tab .item {
  width: calc(25% - 0.2rem);
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  padding: 0.4rem 0.18rem 0.34rem;
  text-align: center;
}

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

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

.gy_c .box .tab .item .b2 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 2;
  margin: 0.14rem 0 0.08rem;
  text-transform: uppercase;
}

.gy_c .box .tab .item .b3 {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
}

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

.gy_c .box .tab .item_a::after {
  width: 0.4rem;
  height: 0.3rem;
  background: url(../images/icon/icon_17.png) center center no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0.26rem;
  top: -0.22rem;
}

.gy_c .box .tab .item_a::before {
  width: 0.4rem;
  height: 0.3rem;
  background: url(../images/icon/icon_18.png) center center no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0.26rem;
  bottom: -0.22rem;
}

.gy_c .box .tab .item_a h6 {
  font-size: 22px;
  font-weight: bold;
  color: #444444;
  line-height: 0.4rem;
  background: #F8F8F8;
  position: absolute;
  width: 1.2rem;
  text-align: center;
  right: 0.18rem;
  top: -0.2rem;
}

.gy_c .box .tab .item_a p {
  font-size: 16px;
  ;
  font-style: italic;
  color: #666666;
  line-height: 2;
}

.map {
  position: relative;
  overflow: hidden;
  max-width: 1140px;
  margin: 0 auto;
}

.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;
}

.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;
}

.gy_d {
  background-color: #FFFFFF;
  padding-top: 0.4rem;
  padding-bottom: 0.7rem;
}

.gy_d .main {
  display: flex;
  flex-direction: column;
}

.gy_d .tit {
  font-size: 0.38rem;
  font-weight: bold;
  color: #CFB875;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
}

.gy_d .a1 {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
  text-align: center;
  margin-bottom: 0.5rem;
}

.gy_d .a2 {
  display: flex;
  margin: 0 auto;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 0 0.3rem;
  margin-bottom: 0.4rem;
}

.gy_d .a2 span {
  line-height: 0.4rem;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  margin-right: 0.4rem;
  padding-left: 0.22rem;
  background-image: url(../images/icon/icon_13.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.12rem 0.12rem;
  cursor: pointer;
  transition: 0.6s;
  position: relative;
}

.gy_d .a2 span.select {
  color: #CFB875;
  background-image: url(../images/icon/icon_12.png);
}

.gy_d .a2 span.select::after {
  position: absolute;
  bottom: -0.1rem;
  width: 0.6rem;
  height: 0.1rem;
  background: url(../images/icon/icon_14.png) center center no-repeat;
  background-size: cover;
  content: "";
  left: calc(50% - 0.3rem);
}

.gy_d .a2 span:last-child {
  margin-right: 0;
}

.fw_a {
  padding-top: 0.2rem;
  background: #F8F8F8;
}

.fw_a .main {
  min-height: 2.7rem;
  padding-right: 5.2rem;
  position: relative;
}

.fw_a .text {
  max-width: 870px;
  padding-top: 0.2rem;
}

.fw_a .text h6 {
  font-size: 38px;
  font-weight: bold;
  color: #CFB875;
  line-height: 2;
  text-transform: uppercase;
}

.fw_a .text p {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
}

.fw_a .img {
  position: absolute;
  left: calc(100% - 5.2rem);
  top: 0;
  bottom: 0;
}

.fw_a .img::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.7rem 1.3rem 0 0;
  border-color: #F8F8F8 transparent transparent transparent;
  content: "";
  top: 0;
  left: 0;
}

.fw_a .img img {
  height: 100%;
  width: auto;
}

.fw_b {
  background-color: #FFFFFF;
}

.fw_b .a1 {
  padding: 0.4rem 0;
}

.fw_b .a1 .b1 {
  font-size: 38px;
  font-weight: bold;
  color: #CFB875;
  line-height: 2;
  text-transform: uppercase;
}

.fw_b .a1 .b2 {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
}

.fw_b .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fw_b .a2 {
  width: calc(100% - 640px);
  max-width: 810px;
}

.fw_b .a2 .item {
  padding: 0.15rem 8% 0.28rem;
  background: #F8F8F8;
  box-shadow: -3px 0px 0px 0px #CFB875;
  margin-bottom: 0.3rem;
}

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

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

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

.fw_b .a2 .item .b2 a {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
  padding-left: 0.1rem;
  position: relative;
  width: 33.333%;
}

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

.fw_b .a3 {
  height: 320px;
  width: 600px;
}

.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: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
}

.cp_a {
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  z-index: 10;
}

.cp_a .main {
  display: flex;
}

.cp_a .item {
  width: 3.14rem;
  position: relative;
}

.cp_a .item:hover span {
  background: url(../images/icon/icon_16.png) 2.73rem center no-repeat;
  background-size: 0.12rem auto;
}

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

.cp_a .item span {
  transition: 0.6s;
  display: block;
  line-height: 78px;
  font-size: 18px;
  font-weight: 300;
  color: #222222;
  padding-left: 0.25rem;
  background: url(../images/icon/icon_15.png) 2.73rem center no-repeat;
  background-size: 0.12rem auto;
  position: relative;
  text-transform: capitalize;
}

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

.cp_a .item div {
  z-index: 100;
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-top: 1px solid #fff;
  background-color: #fff;
  padding: 0 0.2rem;
}

.cp_a .item div a {
  border-bottom: 1px solid #DDDDDD;
  display: block;
  line-height: 54px;
  font-size: 18px;
  color: #999999;
}

.cp_a .item div a:last-child {
  border-bottom: none;
}

.cp_b {
  padding-top: 0.34rem;
  margin-bottom: 0.6rem;
}

.cp_b .a1 {
  font-size: 38px;
  font-weight: bold;
  color: #CFB875;
  line-height: 2;
  margin-bottom: 0.12rem;
  text-transform: uppercase;
}

.cp_b .a2 {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
}

.cp_b .a2 .b1 {
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #F8F8F8;
  border-right: 1px solid #DDDDDD;
  position: relative;
  color: #CFB875;
  line-height: 1.4;
}

.cp_b .a2 .b1 span {
  position: absolute;
  font-size: 30px;
  line-height: 1.2;
  left: 0.2rem;
  top: 0.2rem;
}

.cp_b .a2 .b1 h6 {
  font-size: 82px;
  line-height: 1;
}

.cp_b .a2 .b1 h5 {
  font-size: 22px;
}

.cp_b .a2 .b1 p {
  font-size: 18px;
}

.cp_b .a2 .b2 {
  width: 77%;
  padding-left: 0.3rem;
  padding-right: 2.5rem;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.6rem;
}

.cp_b .a2 .b2 .text {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
  max-height: 2.2rem;
  overflow: auto;
}

.cp_b .a2 .b2 .img {
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  right: 0.2rem;
}

.cp_b .a2 .b2 .img img {
  width: 100%;
  height: 100%;
}

.cp_c {
  padding-bottom: 1rem;
}

.cp_c .a1 {
  display: flex;
  background: #e6e6e6;
  box-shadow: 0px 1px 0px 0px #DDDDDD;
  margin-bottom: 0.56rem;
}

.cp_c .a1 a {
  flex: 1;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #333333;
  position: relative;
}

.cp_c .a1 a.select {
  background: #FFFFFF;
  color: #CFB875;
}

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

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

.cp_c .box_a {
  width: calc(100% - 3.7rem);
  max-width: 1040px;
}

.cp_c .box_a .b1 {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
  margin-bottom: 0.5rem;
}

.cp_c .box_a .b2 {
  line-height: 0.46rem;
  background: #CFB875;
  font-size: 20px;
  color: #FFFFFF;
  padding: 0 0.28rem;
  margin-bottom: 0.22rem;
  position: relative;
}

.cp_c .box_a .b2 span {
  cursor: pointer;
  width: 0.12rem;
  height: 0.09rem;
  background: url(../images/icon/jiantou_1.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.045rem);
  transition: 0.6s;
}

.cp_c .box_a .b2 span.select {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}

.cp_c .box_a .b3 {
  display: flex;
  border-bottom: 1px solid #DDDDDD;
}

.cp_c .box_a .b3 .item:first-child {
  min-width: auto;
}

.cp_c .box_a .b3 .item {
  min-width: 7.5%;
  flex: auto;
  display: flex;
  flex-direction: column;
}

.cp_c .box_a .b3 .item:first-child span,
.cp_c .box_a .b3 .item:first-child i,
.cp_c .box_a .b3 .item:first-child em {
  padding-left: 0.3rem;
  font-size: 18px;
  font-weight: bold;
  color: #CFB875;
}

.cp_c .box_a .b3 .item span {
  padding-top: 0.08rem;
  background: #F8F8F8;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 0.66rem;
}

.cp_c .box_a .b3 .item em {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 0.5rem;
}

.cp_c .box_a .b3 .item i {
  background: #F8F8F8;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 0.5rem;
}

.cp_c .box_b {
  width: 3.23rem;
}

.cp_c .box_b .b1 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  line-height: 1.8;
  margin-bottom: 0.2rem;
}

.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: 1.54rem;
  height: 1.54rem;
  margin-bottom: 0.15rem;
  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%;
}

.pc_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding-top: 0.07rem;
  transition: 0.6s;
}

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

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

.pc_header .main {
  padding: 0.12rem;
  display: flex;
  justify-content: space-between;
}

.pc_header .logo {
  height: 1rem;
  position: relative;
  width: auto;
  display: block;
  width: 1.4rem;
}

.pc_header .logo img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.6s;
}

.pc_header .logo img:last-child {
  opacity: 0;
}

.pc_header .box {
  padding-top: 0.05rem;
}

.pc_header .box .a1 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.2rem;
}

.pc_header .box .a1 a {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  position: relative;
  margin-left: 0.1rem;
}

.pc_header .box .a1 a:hover img {
  opacity: 0 !important;
}

.pc_header .box .a1 a:hover img:nth-child(3) {
  opacity: 1 !important;
}

.pc_header .box .a1 a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.6s;
  opacity: 0;
}

.pc_header .box .a1 a img:first-child {
  opacity: 1;
}

.pc_header .box .a2 {
  display: flex;
  justify-content: flex-end;
}

.pc_header .box .a2 .item {
  padding: 0 22px;
  position: relative;
}

.pc_header .box .a2 .item.select .b1::after {
  opacity: 1;
}

.pc_header .box .a2 .item:hover .b1 {
  color: #cfb875 !important;
}

.pc_header .box .a2 .item:hover .b1::after {
  opacity: 1;
}

.pc_header .box .a2 .item::after {
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  content: "";
  background-color: #dddddd;
  top: calc(50% - 10px);
}

.pc_header .box .a2 .item:last-child {
  padding-right: 0;
}

.pc_header .box .a2 .item:last-child::after {
  display: none;
}

.pc_header .box .a2 .item:first-child {
  padding-left: 0;
}

.pc_header .box .a2 .item .b1 {
  line-height: 0.5rem;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  position: relative;
  text-transform: uppercase;
  transition: 0.6s;
}

.pc_header .box .a2 .item .b1::after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #fff transparent;
  left: calc(50% - 5px);
  content: "";
  opacity: 0;
  transition: 0.6s;
}

.pc_header .box .a2 .item .b2 {
  z-index: 100;
  display: none;
  padding-top: 14px;
  position: absolute;
  width: max-content;
  min-width: calc(100% - 30px);
  left: 50%;
  transform: translate(-50%, 0%);
}

.pc_header .box .a2 .item .b2 a {
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  line-height: 40px;
  color: #666666;
}

.pc_header .box .a2 .item .b2 a:hover {
  color: #CFB875;
}

.pc_header:hover {
  background-color: #FFFFFF;
}

.pc_header:hover .logo img:first-child {
  opacity: 0;
}

.pc_header:hover .logo img:last-child {
  opacity: 1;
}

.pc_header:hover .box .a1 a img {
  opacity: 0;
}

.pc_header:hover .box .a1 a img:nth-child(2) {
  opacity: 1;
}

.pc_header:hover .box .a2 .item.select .b1 {
  color: #cfb875;
}

.pc_header:hover .box .a2 .item .b1 {
  color: #242424;
}

.pc_header:hover .box .a2 .item .b1::after {
  border-color: transparent transparent #cfb875 transparent;
}

.nav_list {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 28;
  padding: 1.36rem 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%;
}

.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.2rem 0;
  border-bottom: 1px solid #ffffff;
}

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

.nav_list .list dl dt {
  display: flex;
  height: 1.2rem;
  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.28rem;
  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.28rem;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1rem;
}

.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%;
}