.w_1680 {
  max-width: 1680px;
  width: 90%;
  margin: auto;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: none;
  transition: 0.5s;
}
.index_header .box .boxTop {
  padding: 2.5rem 0;
}
.index_header .box .boxTop .boxLe .logo a img {
  height: 3rem;
}
.index_header .box .boxTop .boxLe .logoZ {
  margin-left: 4.375rem;
}
.index_header .box .boxTop .boxLe .logoZ > p {
  font-size: 0.875rem;
  color: #fff;
  margin-top: 0.3125rem;
}
.index_header .box .boxTop .boxLe .logoZ div {
  margin-top: 1px;
}
.index_header .box .boxTop .boxLe .logoZ div span {
  font-size: 1rem;
  color: #fff;
}
.index_header .box .boxTop .boxRi .search {
  width: 5rem;
  height: 2.875rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 1.5rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
.index_header .box .boxTop .boxRi .search form {
  height: 100%;
  transition: 0.5s;
}
.index_header .box .boxTop .boxRi .search div {
  height: 100%;
  width: 80%;
  transform: translateX(7rem);
  transition: 0.3s;
  opacity: 0;
}
.index_header .box .boxTop .boxRi .search div input {
  height: 100%;
  display: block;
  width: 100%;
  border: 0;
  background: none;
  box-sizing: border-box;
  padding: 0 1.25rem;
  color: #535353;
  font-size: 16px;
}
.index_header .box .boxTop .boxRi .search label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  right: 1.5rem;
}
.index_header .box .boxTop .boxRi .search label input {
  display: none;
}
.index_header .box .boxTop .boxRi .search:hover {
  width: 25rem;
  border: 1px solid #535353;
}
.index_header .box .boxTop .boxRi .search:hover div {
  opacity: 1;
  transform: translateX(0px);
}
.index_header .box .boxTop .boxRi .call {
  color: #d2b071;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 3rem;
  margin-left: 1.25rem;
}
.index_header .box .boxTop .boxRi .call img {
  transition: all 0.4s;
  -webkit-animation: bounce-up 1.5s linear infinite;
  animation: bounce-up 1.5s linear infinite;
  position: relative;
  top: -2px;
}
.index_header .box .boxTop .boxRi .qz {
  border: 0.125rem solid #d3b16c;
  height: 2.75rem;
  line-height: 2.75rem;
  margin-left: 3.125rem;
}
.index_header .box .boxTop .boxRi .qz a {
  display: block;
  font-size: 1rem;
  color: #fff;
  width: 9rem;
  text-align: center;
}
.index_header .box .boxTop .boxRi .qz a img {
  margin-right: 0.3125rem;
}
.index_header .box .boxTop .boxRi .qz:hover {
  border: 2px solid transparent;
}
.index_header .box .boxTop .boxRi .we {
  margin-left: 2.5rem;
  position: relative;
}
.index_header .box .boxTop .boxRi .we p {
  font-size: 1rem;
  color: #fff;
  line-height: 3rem;
  cursor: pointer;
}
.index_header .box .boxTop .boxRi .we p img {
  margin-right: 0.3125rem;
}
.index_header .box .boxTop .boxRi .we .ewm {
  background-color: #fff;
  padding: 0.4375rem;
  box-shadow: 0px 0px 45px 0px rgb(0 0 0%);
  border-radius: 0.3125rem;
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  padding-top: 0.625rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.index_header .box .boxTop .boxRi .we .ewm::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -0.1875rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index_header .box .boxTop .boxRi .we .ewm .ewmIcon img {
  width: 7.125rem;
}
.index_header .box .boxTop .boxRi .we .ewm .ewmTxt {
  font-size: 0.875rem;
  color: #404040;
  line-height: 1.25rem;
  margin-top: 0.3125rem;
}
.index_header .box .boxTop .boxRi .we:hover .ewm {
  visibility: inherit;
  opacity: 1;
  top: 110%;
}
.index_header .box .boxBot {
  padding-bottom: 1.25rem;
}
.index_header .box .boxBot .item a {
  font-size: 1.125rem;
  color: #fff;
  position: relative;
}
.index_header .box .boxBot .item a img {
  position: absolute;
  bottom: 100%;
  left: 90%;
  width: 1.625rem;
}
.index_header .box .boxBot .item a::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d3b16c;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.index_header .box .boxBot .item a:hover::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.head_act {
  top: -10.9375rem;
}
.head_act_ {
  background-color: #171616;
}
@-webkit-keyframes bounce-up {
  10% {
    transform: rotate(20deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes bounce-up {
  10% {
    transform: rotate(20deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,
  100% {
    transform: rotate(0deg);
  }
}
.index_banner {
  height: 100vh;
  background: url(../../images/banner.png) no-repeat;
  background-origin: 50% 50%;
  background-attachment: fixed;
  background-position: 0 0;
}
.index_banner .box {
  display: flex;
  align-items: center;
  height: 100%;
}
.index_banner .box div h5 {
  font-size: 4.75rem;
  color: #fff;
}
.index_banner .box div h6 {
  font-size: 2.5rem;
  color: #fff;
  margin-top: 1.25rem;
}
.index_banner .box1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  overflow: hidden;
}
.index_banner .box1 img {
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index_banner .box2 {
  position: absolute;
  bottom: 0;
  right: 7.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  width: 28.75rem;
}
.index_banner .box2 p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  text-align: justify;
  opacity: 0;
  position: relative;
  top: 0;
  transition: 0.5s;
}
.index_banner .box2_ p {
  top: -1rem;
  opacity: 1;
}
.p90 {
  padding-top: 5.625rem;
}
.p90_ {
  padding-bottom: 5.625rem;
}
.indexTitle {
  text-align: center;
}
.indexTitle h5 {
  font-size: 3rem;
  color: #000;
}
.indexTitle p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  margin-top: 1rem;
}
.index_advantage .box .item {
  width: 20%;
  box-sizing: border-box;
  text-align: center;
  padding: 3.7rem 3.2rem;
  border-right: 1px solid #eee;
  position: relative;
  top: 0;
  transition: 0.5s;
}
.index_advantage .box .item:last-child {
  border: 0;
}
.index_advantage .box .item .top img {
  filter: invert(100%);
}
.index_advantage .box .item .bot {
  margin-top: 2.8125rem;
}
.index_advantage .box .item .bot p {
  font-size: 1.0625rem;
  color: #333;
  line-height: 1.875rem;
}
.index_advantage .box .item:hover {
  top: -0.65rem;
}
.body {
  overflow: hidden;
}
.index_designer {
  background: #f5f5f5;
}
.index_designer .box {
  margin-top: 3.75rem;
}
.index_designer .box .boxLeft {
  width: 70%;
  position: relative;
}
.index_designer .box .boxLeft::after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  right: -24.125rem;
  border: 1px solid #e8e8e8;
  width: 50.25rem;
  border-radius: 50%;
  z-index: 10;
  box-sizing: border-box;
}
.index_designer .box .boxLeft .banner {
  position: relative;
}
.index_designer .box .boxLeft .gallery-top .swiper-slide {
  height: auto;
  overflow: hidden;
}
.index_designer .box .boxLeft .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_designer .box .boxLeft .gallery-top .swiper-slide-active img {
  animation: dash 10s linear forwards;
}
.index_designer .box .boxLeft .banner1 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2.5rem;
  box-sizing: border-box;
  padding: 0 2.5rem;
  z-index: 11;
}
.index_designer .box .boxLeft .gallery-thumbs .swiper-slide {
  height: auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.index_designer .box .boxLeft .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.index_designer .box .boxLeft .gallery-thumbs .swiper-slide:hover img {
  transform: scale(1.1);
}
.index_designer .box .boxLeft .gallery-thumbs .swiper-slide-thumb-active::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  border: 2px solid #fff;
}
.index_designer .box .boxRight {
  width: 30%;
  padding: 4.125rem 9rem 0;
  box-sizing: border-box;
  background: #fff;
}
.index_designer .box .boxRight .t_banner {
  width: 100%;
  position: relative;
  z-index: 15;
}
.index_designer .box .boxRight .t_banner .item {
  text-align: center;
  box-sizing: 2px 3px 0.625rem #f5f5f5;
}
.index_designer .box .boxRight .t_banner .item .main1 {
  font-size: 1.875rem;
}
.index_designer .box .boxRight .t_banner .item .main2 {
  font-size: 1.125rem;
  color: #999;
  margin-top: 0.625rem;
}
.index_designer .box .boxRight .t_banner .item .main3 {
  font-size: 1rem;
  margin-top: 1.375rem;
}
.index_designer .box .boxRight .t_banner .item .main4 {
  margin-top: 1.875rem;
}
.index_designer .box .boxRight .t_banner .item .main4 a {
  font-size: 1rem;
  display: inline-block;
  width: 9.75rem;
  line-height: 2.875rem;
  border: 1px solid #333;
  color: #333;
}
.index_designer .box .boxRight .t_banner .item .main4 a:hover {
  border: 1px solid #d2b071;
  color: #d2b071;
}
.index_designer .box .boxRight .t_banner .item .main5 {
  margin-top: 4rem;
  position: relative;
}
.index_designer .box .boxRight .t_banner .item .main5 img {
  width: 100%;
}
.index_designer .box .boxRight .t_banner .item .main5 > div {
  position: absolute;
  right: 1.25rem;
  bottom: 0.625rem;
  transition: 0.3s;
}
.index_designer .box .boxRight .t_banner .item .main5 > div .day {
  font-size: 4.5rem;
  color: rgba(0, 0, 0, 0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  font-family: "avant-bold";
  line-height: 5.75rem;
  text-align: left;
}
.index_designer .box .boxRight .t_banner .item .main5 > div .year {
  font-size: 1rem;
  color: #fff;
  text-align: left;
  position: relative;
  top: -0.625rem;
}
.index_designer .box .boxRight .t_banner .item .main5:hover > div {
  bottom: 1rem;
}
.index_designer .box .boxRight .t_banner .btn div {
  position: absolute;
  bottom: 30%;
}
.index_designer .box .boxRight .t_banner .btn div span {
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
}
.index_designer .box .boxRight .t_banner .btn div span:hover {
  color: #d2b071;
}
.index_designer .box .boxRight .t_banner .btn .btn_l {
  left: -4.875rem;
}
.index_designer .box .boxRight .t_banner .btn .btnR {
  right: -4.875rem;
}
@keyframes dash {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.index_system {
  background: #f5f5f5;
}
.index_system .box {
  margin-top: 3.75rem;
}
.index_system .box .item .boxLeft {
  width: 47%;
  background: #fff;
  box-sizing: border-box;
  padding: 0 7.5rem;
  display: flex;
  align-items: center;
}
.index_system .box .item .boxLeft .main h5 {
  font-size: 2.375rem;
  color: #000;
}
.index_system .box .item .boxLeft .main h6 {
  font-size: 1.25rem;
  color: #000;
  margin-top: 1.375rem;
}
.index_system .box .item .boxLeft .main p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #666;
  margin-top: 2.8125rem;
  text-align: justify;
}
.index_system .box .item .boxRight {
  width: 53%;
  position: relative;
}
.index_system .box .item .boxRight::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
.index_system .box .item .boxRight img {
  width: 100%;
}
.index_system .box .item .boxRight:hover img {
  animation: dash 10s linear forwards;
}
.index_system .box .item:nth-child(2) {
  flex-flow: row-reverse;
}
.index_system .box .item:nth-child(2) .boxRight::after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #fff);
}
.index_system .box .item .swiper-button-prev,
.index_system .box .item .swiper-button-next {
  z-index: 20;
  transform: scale(0.8);
  filter: grayscale(100%);
  opacity: 1;
}
.index_system .box .item .swiper-button-prev {
  left: 3.75rem;
}
.index_system .box .item .swiper-button-next {
  right: 3.75rem;
}
.index_system .box .item .swiper-pagination {
  bottom: 2.1875rem;
}
.index_system .box .item .swiper-pagination span {
  background: #c0c1cc;
  opacity: 1;
}
.index_system .box .item .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.index_process {
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.index_process .indexTitle {
  position: absolute;
  top: 5.625rem;
  left: 50%;
  transform: translateX(-50%);
}
.index_process .box .item {
  width: 13%;
  height: 100vh;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: relative;
}
.index_process .box .item .main {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.index_process .box .item .main .img {
  overflow: hidden;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}
.index_process .box .item .main .img img {
  filter: grayscale(100%);
  transition: 0.5s;
}
.index_process .box .item .main .img1 {
  height: 18.125rem;
}
.index_process .box .item .main .img2 {
  height: 23.75rem;
}
.index_process .box .item .main .img3 {
  height: 15.375rem;
}
.index_process .box .item .main .title {
  width: 1.375rem;
  text-align: center;
  position: absolute;
  right: 1rem;
  transition: 0.5s;
}
.index_process .box .item .main .title h5 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #000;
}
.index_process .box .item .main .title p {
  font-size: 1.25rem;
  color: #666;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-top: 0.375rem;
}
.index_process .box .item .main .title1 {
  bottom: 20rem;
}
.index_process .box .item .main .title2 {
  bottom: 25.625rem;
}
.index_process .box .item .main .title3 {
  bottom: 17.25rem;
}
.index_process .box .item .main .info {
  text-align: center;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: 21rem;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
}
.index_process .box .item .main .info .top1 {
  color: #fff;
  font-size: 1.5rem;
}
.index_process .box .item .main .info .top2 {
  margin-top: 1.375rem;
}
.index_process .box .item .main .info .top2 p {
  font-size: 1rem;
  color: #fff;
  line-height: 2rem;
}
.index_process .box .item .main .info .top3 {
  margin-top: 9.75rem;
  font-size: 1.25rem;
  color: #fff;
  font-family: "avant-bold";
}
.index_process .box .item .main:hover .img {
  height: 40rem;
}
.index_process .box .item .main:hover .img img {
  filter: grayscale(0%);
}
.index_process .box .item .main:hover .title {
  transform: translateY(-3rem);
}
.index_process .box .item .main:hover .info {
  opacity: 1;
  top: 10rem;
}
.index_service .box {
  margin-top: 3.75rem;
}
.index_service .box .boxLeft {
  width: 29.4%;
  position: relative;
}
.index_service .box .boxLeft > img {
  width: 100%;
}
.index_service .box .boxLeft .main {
  position: absolute;
  top: 4.75rem;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 4.375rem;
}
.index_service .box .boxLeft .main .top1 img {
  height: 3.5rem;
  transition: 0.3s;
  position: relative;
  top: 0;
}
.index_service .box .boxLeft .main .top2 {
  font-size: 1.5rem;
  color: #fff;
  margin-top: 4rem;
}
.index_service .box .boxLeft .main .top3 {
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  margin-top: 1.5rem;
  width: 78%;
  text-align: justify;
}
.index_service .box .boxLeft:hover .top1 img {
  top: -0.625rem;
}
.index_service .box .boxRight {
  width: 70.06%;
}
.index_service .box .boxRight .item {
  width: 33.333%;
  box-sizing: border-box;
  padding: 4.75rem 4rem;
  border: 1px solid #f5f5f5;
}
.index_service .box .boxRight .item .top1 img {
  filter: invert(100%);
  opacity: 0.5;
  height: 3.5rem;
  transition: 0.3s;
  position: relative;
  top: 0;
}
.index_service .box .boxRight .item .top2 {
  font-size: 1.5rem;
  color: #000;
  margin-top: 4rem;
}
.index_service .box .boxRight .item .top3 {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  margin-top: 1.5rem;
  text-align: justify;
}
.index_service .box .boxRight .item:hover .top1 img {
  top: -0.625rem;
}
.index_footer {
  background: url(../../images/bg-foot.jpg) navajowhite 50% 50%;
}
.index_footer .box .box_lef {
  width: 29%;
}
.index_footer .box .box_lef .box_t {
  margin-bottom: 2.1875rem;
}
.index_footer .box .box_lef .box_t .le img {
  width: 4.9375rem;
}
.index_footer .box .box_lef .box_t .ri {
  margin-left: 1.875rem;
}
.index_footer .box .box_lef .box_t .ri h6 {
  font-size: 1.25rem;
  color: #686767;
  margin-top: 1rem;
}
.index_footer .box .box_lef .box_t .ri .ctDan {
  font-size: 1.25rem;
  color: #fff;
  margin-top: 0.625rem;
}
.index_footer .box .box_lef .box_t .ri .ctDan .color {
  color: #d3b16c;
}
.index_footer .box .box_lef .ys h5 {
  font-size: 0.875rem;
  color: #8c8c8c;
}
.index_footer .box .box_lef .ys .radio_list {
  margin-top: 0.625rem;
}
.index_footer .box .box_lef .ys .radio_list .item {
  width: 33.333%;
  font-size: 1.125rem;
  color: #9c9c9c;
  line-height: 18px;
  padding: 10px 0;
  cursor: pointer;
}
.index_footer .box .box_lef .ys .radio_list .item input {
  appearance: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #9c9c9c;
  margin-right: 10px;
  position: relative;
}
.index_footer .box .box_lef .ys .radio_list .item input::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #d2b071;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.index_footer .box .box_lef .ys .radio_list .item label {
  cursor: pointer;
}
.index_footer .box .box_lef .ys .radio_list .act input {
  border: 1px solid #d2b071;
}
.index_footer .box .box_lef .ys .radio_list .act input::after {
  opacity: 1;
}
.index_footer .box .box_lef .biao {
  margin-top: 1.875rem;
}
.index_footer .box .box_lef .biao .item {
  width: 49%;
  margin-bottom: 1rem;
}
.index_footer .box .box_lef .biao .item select {
  display: block;
  width: 100%;
  height: 3.375rem;
  padding: 0 2.1875rem 0 2.5rem;
  font-size: 0.875rem;
  color: #fff;
  border: 0;
  background: url(../../images/foot_ico1.png) no-repeat center left 0.8125rem, url(../../images/foot_jian.png) no-repeat center right 1.25rem rgba(65, 65, 65, 0.5);
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box;
}
.index_footer .box .box_lef .biao .item input {
  width: 100%;
  height: 3.375rem;
  padding: 0 2.1875rem 0 2.5rem;
  font-size: 0.875rem;
  color: #fff;
  border: 0;
  box-sizing: border-box;
}
.index_footer .box .box_lef .biao .item .mianji {
  background: url(../../images/foot_ico3.png) no-repeat center left 13px rgba(65, 65, 65, 0.5);
}
.index_footer .box .box_lef .biao .item .name {
  background: url(../../images/foot_ico2.png) no-repeat center left 13px rgba(65, 65, 65, 0.5);
}
.index_footer .box .box_lef .biao .item .tel {
  background: url(../../images/foot_ico4.png) no-repeat center left 13px rgba(65, 65, 65, 0.5);
}
.index_footer .box .box_lef .btn {
  margin-top: 0.625rem;
}
.index_footer .box .box_lef .btn input {
  width: 9.375rem;
  height: 3.375rem;
  line-height: 3.375rem;
  text-align: center;
  border: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url(../../images/inp_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  box-shadow: 0px 0px 3.4375rem 0px rgb(0 0 0%), inset 0px 0px 1px 0px rgb(79 53 0%);
  text-shadow: 0px 2px 2px rgb(140 86 0%);
}
.index_footer .box .box_lef .btn input:hover {
  box-shadow: 0px 0px 1.5625rem 0px rgba(211, 177, 108, 0.8), inset 0px 0px 1px 0px #4f3500;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.index_footer .box .box_cen .footHd-ctel {
  padding-bottom: 3.4375rem;
  border-bottom: solid 1px #363636;
  margin-bottom: 2.5rem;
}
.index_footer .box .box_cen .footHd-ctel .txt {
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  color: #999999;
}
.index_footer .box .box_cen .footHd-ctel .txt img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 7px;
}
.index_footer .box .box_cen .footHd-ctel .telCut {
  font-size: 2.125rem;
  color: #d3b16c;
  font-family: "avant";
}
.index_footer .box .box_cen ul li {
  font-size: 1rem;
  padding: 0.75rem 0;
  color: #fff;
}
.index_footer .box .box_cen ul li .ico {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  font-size: 0;
  margin-right: 1rem;
}
.index_footer .box .box_rig {
  width: 22.5rem;
}
.index_footer .box .box_rig .date {
  text-align: right;
}
.index_footer .box .box_rig .date .txt {
  font-size: 2rem;
  color: #d2b071;
}
.index_footer .box .box_rig .date .year {
  font-size: 8rem;
  color: #d3b16c;
  font-family: "avant-bold";
}
.index_footer .box .box_rig .ewmDl dd {
  font-size: 1.125rem;
  color: #999999;
  margin-bottom: 2.5rem;
  text-align: right;
}
.index_footer .box .box_rig .ewmDl dt {
  padding: 0.5625rem;
  background-color: #fff;
  width: 8.25rem;
  display: inline-block;
}
.index_footer .box .box_rig .ewmDl dt img {
  width: 100%;
}
.index_footer .box1 .left {
  color: #797878;
  font-size: 1rem;
}
.index_footer .box1 .left a {
  display: inline-block;
  margin: 0 0.375rem;
  color: #797878;
}
.index_footer .box1 .right {
  position: relative;
  font-size: 1rem;
  color: #797878;
}
.index_footer .box1 .right .youLianYl > a {
  position: relative;
  padding-left: 1.5625rem;
}
.index_footer .box1 .right .youLianYl > a::after {
  content: "";
  width: 0.8125rem;
  height: 0.5rem;
  background: url(../../images/you-jiao.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_footer .box1 .right .youLianYl .youLianBox {
  position: absolute;
  top: 100%;
  right: 1.25rem;
  width: 100vw;
  text-align: right;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.index_footer .box1 .right .youLianYl .youLianBox ul {
  margin: 0 -1.5625rem;
  padding-top: 0.9375rem;
}
.index_footer .box1 .right .youLianYl .youLianBox ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  float: none;
}
.index_footer .box1 .right .youLianYl .youLianBox ul li a {
  color: #fff;
  font-size: 1rem;
}
.index_footer .box1 .right .youLianYl .youLianBox.vis {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.index_footer .box1 .right li a {
  color: #797878;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.index_footer .box1 .right li a:hover {
  color: #fff;
}
.index_footer .box1 .right .gang {
  margin: 0 1.25rem;
  font-size: 1rem;
  color: #797878;
  line-height: 1.5rem;
  position: relative;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1680px) {
  .index_banner .box div h5 {
    font-size: 4rem;
  }
  .index_banner .box div h6 {
    font-size: 2rem;
  }
  .indexTitle h5 {
    font-size: 2.8rem;
  }
  .index_process .box .item {
    width: 13.5%;
  }
  .index_service .box .boxRight .item {
    width: 33.333%;
    box-sizing: border-box;
    padding: 3rem 4rem;
    border: 1px solid #f5f5f5;
  }
}
@media screen and (max-width: 1366px) {
  .index_process .box .item {
    height: 108vh;
  }
}
.vipBan-txt .txt {
  color: #fff;
}
.lpk_one {
  position: relative;
}
.lpk_one > img {
  width: 100%;
}
.lpk_one .box {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.lpk_one .box .box_ {
  position: relative;
  width: 1120px;
  max-width: 1120px;
  margin: auto;
  height: 100%;
}
.lpk_one .box .vipPg2-rt {
  right: inherit;
  left: 0;
  text-align: left;
}
.lpk_one .box .vipPg2-rt .tit {
  color: #000;
}
.bigWt .vipPg3-head {
  text-align: center;
}
.bigWt .vipPg3-head .tit span:after {
  background: none;
}
.vipPgFour {
  background: none;
}
.vipPgFour .vipPg4-tit span {
  border: 0;
}
.vipPg4Dl .count {
  color: #fff;
}
.vipPg4-smlswp .imgDiv:after {
  background-color: #fff;
}
.lpk0 {
  position: absolute;
  z-index: 10;
  top: 52px;
  left: 0;
  width: 100%;
  text-align: center;
}
.flexBetween {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexStart {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flexCenter {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lpk2 {
  background: url(../../images/lpk2.png) no-repeat 50% 50%;
}
.lpk2 .box {
  margin-top: 100px;
  position: relative;

}
.lpk2 .box .main h5 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}
.lpk2 .box .main ul li {
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  padding: 5px 0;
}
.lpk2 .box .main ul li img {
  margin-right: 16px;
}
.lpk2 .box .main1 {
  text-align: right;
}
.lpk2 .box .main1 h5 {
  color: #000;
}
.lpk2 .box .main1 ul li {
  color: #000;
}
.lpk2 .box .main1 ul li img {
  margin-left: 16px;
}
.lpk2 .box1 {
  padding-bottom: 130px;
  margin-top: 94px;
}
.lpk2 .box1 div {
  text-align: center;
  color: #959494;
  font-size: 18px;
  line-height: 35px;
  width: 650px;
  margin: auto;
}
.lpk2 .box1 div b {
  color: #000;
}
.lpk3 {
  background: url(../../images/lpk3.png) no-repeat 50% 50%;
}
.lpk3 .vipPg4-tit p {
  color: #ccc;
  font-size: 20px;
  margin-top: 45px;
}
.lpk3 .box {
  margin-top: 40px;
  padding-bottom: 280px;
}
.lpk3 .box .item {
  width: 15.2%;
  position: relative;
}
.lpk3 .box .item img {
  width: 100%;
  transition: 0.5s;
}
.lpk3 .box .item .hei {
  display: none;
}
.lpk3 .box .item .main {
  min-height: 100%;
  width: calc(100% - 60px);
  position: absolute;
  left: 30px;
  top: -30px;
  box-sizing: border-box;
  border: 6px solid #fff;
  padding: 25px 20px;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.lpk3 .box .item .main h5 {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}
.lpk3 .box .item .main p {
  font-size: 16px;
  color: #ccc;
  line-height: 26px;
  margin-top: 50px;
}

.lpk3 .box .item_ .hui {
  display: none;
}
.lpk3 .box .item_ .hei {
  display: block;
}
.lpk3 .box .item_ .main {
  top: -60px;
  opacity: 1;
  visibility: visible;
}



/*.lpk3 .box .item:nth-child(1) .hui {
  display: none;
}
.lpk3 .box .item:nth-child(1) .hei {
  display: block;
}
.lpk3 .box .item:nth-child(1) .main {
  top: -60px;
  opacity: 1;
  visibility: visible;
}*/
.lpk4 {
  background: #f3f3f3;
  padding-bottom: 80px;
}
.lpk4 .vipPg4-tit div {
  font-size: 26px;
  color: #333;
  margin-top: 50px;
}
.lpk4 .vipPg4-tit p {
  font-size: 16px;
  color: #666;
  margin-top: 15px;
}
.lpk4 .box .item {
  width: 49%;
  margin-bottom: 85px;
}
.lpk4 .box .item a {
  position: relative;
}
.lpk4 .box .item a .left {
  width: 36.5%;
  font-size: 28px;
  color: #000;
  padding-left: 1.5%;
  position: relative;
  z-index: 5;
}
.lpk4 .box .item a .left img {
  width: 100%;
}
.lpk4 .box .item a .right {
  box-sizing: border-box;
  padding: 0 50px;
  width: 62%;
}
.lpk4 .box .item a .right h5 {
  font-size: 28px;
  color: #000;
  margin-top: 62px;
}
.lpk4 .box .item a .right p {
  font-size: 20px;
  color: #ccc;
  margin-top: 16px;
}
.lpk4 .box .item a::after {
  content: '';
  background: #000;
  position: absolute;
  top: 5%;
  width: 100%;
  height: 90%;
  z-index: 0;
  opacity: 0;
}
.lpk4 .box .item a .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}
.lpk4 .box .item a .posi .l {
  width: 36.5%;
}
.lpk4 .box .item a .posi .r {
  box-sizing: border-box;
  padding: 0 50px;
  width: 63.5%;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.lpk4 .box .item a .posi .r p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.lpk4 .box .item a:hover::after {
  opacity: 1;
}
.lpk4 .box .item a:hover .right {
  opacity: 0;
}
.lpk4 .box .item a:hover .posi {
  opacity: 1;
}
.vipPg5-rtxt .count {
  color: #000;
}
.vipPg5rDl dd .txt {
  color: #fff;
}
.vippg6-left img {
  /*filter: grayscale(1);*/
}
.vippg6-right .icon img {
  /*filter: grayscale(1);*/
}
.lpk5 .vipPg4-tit p {
  font-size: 16px;
  margin-top: 60px;
}
.lpk5 .box .item {
  width: 12.5%;
  background: #eeeeee;
  padding-bottom: 50px;
  overflow: hidden;
}
.lpk5 .box .item .left {
  text-align: center;
}
.lpk5 .box .item .left .top1 img {
  width: 100%;
}
.lpk5 .box .item .left .top2 {
  margin-top: 40px;
}
.lpk5 .box .item .left .top3 {
  font-size: 26px;
  margin-top: 30px;
}
.lpk5 .box .item .left .top4 {
  padding: 0 20px;
  margin-top: 30px;
}
.lpk5 .box .item .left .top4 p {
  font-size: 14px;
  line-height: 26px;
}
.lpk5 .box .item .right {
  box-sizing: border-box;
  padding: 50px;
  display: none;
  transition: 0.3s;
  width: 284%;
}
.lpk5 .box .item .right h5 {
  font-size: 26px;
  color: #000;
}
.lpk5 .box .item .right .lpktext {
  margin-top: 26px;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}
.lpk5 .box .item .right .list {
  margin-top: 125px;
}
.lpk5 .box .item .right .list .item_ {
  width: 32%;
  text-align: center;
}
.lpk5 .box .item .right .list .item_ p img {
  width: 100%;
}
.lpk5 .box .item .right .list .item_ div {
  margin-top: 25px;
  font-size: 15px;
  color: #000;
}
.lpk5 .box .active {
  width: 33%;
}
.lpk5 .box .active .left {
  display: none;
}
.lpk5 .box .active .right {
  width: 100%;
  display: block;
}
.vipPgBox .vipPg7-swp {
  margin-top: 0;
}
.footHd-rt .date .txt {
  color: #fff;
}
.footHd-rt .date .year {
  color: #fff;
}
.footHd-ctel .telCut {
  color: #fff;
}
.ylAa:after {
  background: url(../../images/lpk13.png) no-repeat center center;
}
.vipPg4Dt-page .swiper-pagination-bullet-active {
  border: solid 2px #fff;
}
@media screen and (max-width: 1680px) {
  .lpk3 .box .item .main h5 {
    font-size: 16px;
    line-height: 25px;
  }
  .lpk3 .box .item .main {
    width: calc(100% - 40px);
    left: 20px;
    top: -30px;
  }
  .lpk4 .box .item a .right h5 {
    font-size: 24px;
    margin-top: 25px;
  }
  .lpk5 .box .item .right {
    padding: 35px;
  }
  .lpk5 .box .item .left .top4 p {
    font-size: 13px;
    line-height: 22px;
  }
  .lpk3 .box .item .main p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1440px){
  .lpk5 .box .item .right .list .item_ div{
    font-size: 12px;
  }
  .lpk2 .box{
  	top: 50px;
  }
}
@media screen and (max-width: 1366px) {
 
  .lpk3 .box .item .main h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .lpk3 .box .item .main p {
    font-size: 14px;
    line-height: 22px;
  }
  .lpk4 .box .item a .right h5 {
    font-size: 20px;
    margin-top: 18px;
  }
  .lpk4 {
    padding-bottom: 20px;
  }
  .vipPg5-rtxt .txtDd {
    margin-top: 30px;
  }
  .lpk5 .box .item .left .top3 {
    font-size: 20px;
    margin-top: 26px;
  }
}
  .lpk_shou{
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.125rem;
    cursor: pointer;
  }