.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;
  position: relative;
}
.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;
}
.p900 {
  padding-top: 5.625rem;
}
.p900_ {
  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 rgba(0,0,0,0.1);
  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;*/
   bottom: 0rem;
  box-sizing: border-box;
  padding: 0 2.5rem;
  z-index: 11;
}
.index_designer .box .boxLeft .banner1 .lpk_lpk{
	display: none;
}
.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: #919191;
  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 .swiper-slide{
	overflow: hidden;
}
.index_system .box .item .boxRight img {
  width: 100%;
}
.index_system .box .item .boxRight:hover img {
  animation: dash 10s linear forwards;
}

.index_system .box .item .boxRight .lpkBtn {
  position: absolute;
  z-index: 1;
  bottom: 1.1875rem;
  left: 0;
  width: 100%;
  z-index: 15;
}
.index_system .box .item .boxRight .lpkBtn .btn_1 {
  cursor: pointer;
}
.index_system .box .item .boxRight .lpkBtn .btn_1 svg {
  transform: rotate(180deg);
}
.index_system .box .item .boxRight .lpkBtn .btn_2 {
  cursor: pointer;
}
.index_system .box .item .boxRight .lpkBtn div:hover svg path {
  fill: #fff;
}
.index_system .box .item .boxRight .lpkBtn p {
  margin: 0 15px;
  line-height: 32px;
}
.index_system .box .item .boxRight .lpkBtn p span {
  background: #c0c1cc;
  opacity: 1;
  margin: 0 5px;
}
.index_system .box .item .boxRight .lpkBtn p .swiper-pagination-bullet-active{
    background: #fff;
}
.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: 0;
}
.index_system .box .item:hover .swiper-button-prev{
	opacity: 0.5;
}
.index_system .box .item:hover .swiper-button-next{
	opacity:0.5;
}

.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%);
  z-index: 1;
}
.index_process .box .item {
  width: 13%;
  height: 100vh;
  box-sizing: border-box;
  border-left: 1px solid rgba(0,0,0,0.06);
  border-right: 1px solid rgba(0,0,0,0.06);
  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;
  font-family: "avant-bold";
}
.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:nth-child(1) .main .img{
	height: 18.125rem;
}
.index_process .box .item:nth-child(2) .main .img{
	height: 23.75rem;
}
.index_process .box .item:nth-child(3) .main .img{
	height: 15.375rem;
}
.index_process .box .item:nth-child(4) .main .img{
	height: 23.75rem;
}
.index_process .box .item:nth-child(5) .main .img{
	height: 15.375rem;
}
.index_process .box .item:nth-child(6) .main .img{
	height: 23.75rem;
}
.index_process .box .item:nth-child(7) .main .img{
	height: 18.125rem;
}



.index_process .box .item:nth-child(1) .main .title {
	bottom: 20rem;
}
.index_process .box .item:nth-child(2) .main .title {
	bottom: 25.625rem;
}
.index_process .box .item:nth-child(3) .main .title {
	bottom: 17.25rem;
}
.index_process .box .item:nth-child(4) .main .title {
	bottom: 25.625rem;
}
.index_process .box .item:nth-child(5) .main .title {
	bottom: 17.25rem;
}
.index_process .box .item:nth-child(6) .main .title {
	bottom: 25.625rem;
}
.index_process .box .item:nth-child(7) .main .title {
	bottom: 20rem;
}

.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: 1440px){
	.index_designer .box .boxLeft::after{
		width: 44rem;
	}
}
@media screen and (max-width: 1366px) {
  .index_process .box .item {
    height: 108vh;
  }
}