/**** banner ****/
.banner {
  height: 76%;
}
.banner .swiper-pagination {
  bottom: 3.85rem !important;
}
.banner .swiper-pagination-bullet {
  margin: 0 0.25rem;
  position: relative;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  font-size: 1rem;
  font-weight: 200;
  color: #fff !important;
  background: none;
  opacity: 1;
  transition-timing-function: linear;
}
.banner .swiper-pagination-bullet::before {
  position: absolute;
  content: '';
  width: 6rem;
  height: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  left: 130%;
  background-color: #d4c19f;
  display: none;
  transition: all 0.6s ease;
}
.banner .swiper-pagination-bullet-active {
  color: #d4c19f !important;
  margin-right: 6.5rem !important;
}
.banner .swiper-pagination-bullet-active::before {
  display: block !important;
}
.banner .swiper-slide a {
  width: 100%;
}
.banner .active-b {
  margin-right: 6.5rem !important;
}
.banner .active-b::before {
  display: block !important;
}
.banner .c {
  margin-right: 0 !important;
}
.banner .c::before {
  display: none !important;
}
.banner .addwidth {
  width: 6rem;
}
.banner .subtractwidth {
  animation: lineback  5s;
}
.banner img {
  height: 100%;
}
/**** index-title ****/
.index-title {
  position: relative;
  padding-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 600;
  color: #d4c19f;
}
.index-title::before {
  position: absolute;
  content: attr(index-tit);
  font-size: 0.8rem;
  color: #999;
  bottom: 0;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
.index-more {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.index-more:hover a {
  border-color: transparent !important;
}
.index-more:hover a::before {
  width: 120%;
}
.index-more a {
  position: relative;
  z-index: 4;
  padding: 0.8rem 4.75rem;
  font-size: 0.8rem;
  color: inherit;
  border: 0.05rem solid #fff;
  transition: all 0.8s ease;
  overflow: hidden;
}
.index-more a::before {
  position: absolute;
  content: '';
  left: -5%;
  top: 0;
  background: #d4c19f;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.5s ease-out all;
  transition: 0.5s ease-out all;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
/**** main ****/
#index {
  /**** news ****/
  /**** store ****/
}
#index section {
  padding: 7rem 0;
}
#index .about {
  padding: 7rem 0 ;
}
#index .about .about-pic {
  margin-top: 2.4rem;
  width: 100%;
  height: 31.4rem;
}
#index .about .about-pic img {
  max-height: 100%;
}
#index .about .about-box {
  margin-top: 4rem;
  width: 100%;
}
#index .about .about-box .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#index .about .about-box .a-p {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.5rem;
  color: #333;
}
#index .about .about-box ul {
  margin-top: 4rem;
}
#index .about .about-box ul li {
  padding: 0 1.8rem;
  font-size: 1.1rem;
  color: #d4c19f;
  font-weight: 600;
  border-right: 0.05rem solid #f0f0f0;
}
#index .about .about-box ul li span {
  color: inherit;
  font-size: 1.1rem;
}
#index .about .about-box ul li:first-child {
  padding-left: 0;
}
#index .about .about-box ul li:last-child {
  border-right: none;
  padding-right: 0;
}
#index .about .about-box .about-secs {
  margin-top: 4rem;
}
#index .about .about-box .about-secs .a-sec {
  position: relative;
  padding: 0 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#index .about .about-box .about-secs .a-sec::before {
  position: absolute;
  content: '';
  width: 0.05rem;
  height: 2.5rem;
  background-color: #f0f0f0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#index .about .about-box .about-secs .a-sec:last-child::before {
  display: none;
}
#index .about .about-box .about-secs .a-sec img {
  width: 3rem;
}
#index .about .about-box .about-secs .a-sec p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  line-height: 1rem;
  color: #d4c19f;
  text-align: center;
}
#index .about .about-box .index-more {
  margin-top: 4rem;
}
#index .about .about-box .index-more:hover a {
  color: #Fff !important;
}
#index .about .about-box .index-more a {
  border-color: #333;
  color: #333;
}
#index .design {
  background: url(../images/design.jpg) no-repeat;
  background-size: cover;
}
#index .design .design-box {
  margin-top: 2.2rem;
  width: 100%;
}
#index .design .design-box .container {
  max-width: 100%;
  padding: 0 7%;
  width: 100%;
}
#index .design .design-box .design-nav {
  position: relative;
  margin-top: 4.5rem;
  width: 100%;
}
#index .design .design-box .design-nav .hk {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 5.5rem;
  height: 0.1rem;
  background-color: #d4c19f;
  transition: all 0.3s linear;
}
#index .design .design-box .design-nav ul {
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.2);
  justify-content: center;
}
#index .design .design-box .design-nav ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#index .design .design-box .design-nav ul li::before {
  position: absolute;
  content: '';
  width: 0.05rem;
  height: 3.5rem;
  background-color: #fff;
  opacity: 0.2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#index .design .design-box .design-nav ul li:first-child {
  padding-right: 4.3%;
  width: 11.1%;
}
#index .design .design-box .design-nav ul li:first-child p {
  padding: 1rem 0 1.6rem;
}
#index .design .design-box .design-nav ul li:nth-child(2) {
  width: 21%;
}
#index .design .design-box .design-nav ul li:nth-child(3) {
  width: 17.5%;
}
#index .design .design-box .design-nav ul li:nth-child(4) {
  width: 15.6%;
}
#index .design .design-box .design-nav ul li:nth-child(5) {
  width: 20.6%;
}
#index .design .design-box .design-nav ul li:last-child {
  padding-left: 4.3%;
  width: 11.6%;
}
#index .design .design-box .design-nav ul li:last-child p {
  padding: 1rem 0 1.6rem;
}
#index .design .design-box .design-nav ul li:last-child::before {
  display: none;
}
#index .design .design-box .design-nav ul li:hover p::after {
  opacity: 1;
}
#index .design .design-box .design-nav ul li:hover span {
  border-color: #d4c19f;
}
#index .design .design-box .design-nav ul li:hover span::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
#index .design .design-box .design-nav ul li span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border: 0.05rem solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
#index .design .design-box .design-nav ul li span::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #d4c19f;
  opacity: 0;
  z-index: -1;
  transition: 0.4s ease;
}
#index .design .design-box .design-nav ul li span i {
  font-size: 1.5rem;
  color: #fff;
}
#index .design .design-box .design-nav ul li p {
  padding: 1rem 4.2rem 1.6rem;
  font-size: 0.8rem;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
#index .design .design-box .d-imgs {
  margin: 4rem auto 3.8rem;
  transition: all 0.5s ease;
  width: 100%;
  height: 22rem;
  display: flex;
  justify-content: center;
  position: relative;
}
#index .design .design-box .d-imgs .d-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  transition: all 0.2s ease;
  opacity: 0;
}
#index .design .design-box .d-imgs .d-img img {
  width: auto;
  max-width: 100%;
}
#index .design .design-box .d-imgs .show {
  transform: translate(-50%, -50%);
  opacity: 1;
  white-space: nowrap;
}
#index .design .design-box .d-cont {
  margin-bottom: 5rem;
  padding: 0 5.9rem;
  width: 100%;
}
#index .design .design-box .d-cont .dc-item {
  width: 16rem;
}
#index .design .design-box .d-cont .dc-item h4 {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  color: #fff;
}
#index .design .design-box .d-cont .dc-item p {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.5rem;
  text-align: center;
}
#index .design .d-order {
  width: 100%;
}
#index .design .d-order .container {
  max-width: 100%;
  padding: 0 7%;
  width: 100%;
}
#index .design .d-order h1 {
  margin-right: 2%;
  position: relative;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #fff;
  white-space: nowrap;
}
#index .design .d-order h1::before {
  position: absolute;
  content: '';
  width: 1.6rem;
  height: 0.1rem;
  background-color: #d4c19f;
  left: 0;
  bottom: 0.9rem;
}
#index .design .d-order h1::after {
  position: absolute;
  content: "BOOKING FREE DESIGN";
  font-size: 0.75rem;
  color: #fff;
  left: 0;
  bottom: 0;
}
#index .design .d-order form {
  flex: 1;
}
#index .design .d-order form > div {
  margin-right: 1.5%;
  display: flex;
  align-items: center;
  padding: 1.1rem 1rem;
  border: 0.05rem solid #fff;
  width: 24.4%;
  height: 3rem;
}
#index .design .d-order form > div:focus {
  border-color: #e7c589;
}
#index .design .d-order form > div label {
  font-size: 0.8rem;
  color: #fff;
  white-space: nowrap;
}
#index .design .d-order form > div input {
  background-color: transparent;
  flex: 1;
  color: #fff;
  font: inherit;
}
#index .design .d-order form > div textarea {
  background-color: transparent;
  color: #fff;
}
#index .design .d-order form button {
  position: relative;
  width: 24.4%;
  background-color: #d4c19f;
  color: #fff;
  z-index: 11;
  transition: all 0.6s ease 0.4s;
  overflow: hidden;
}
#index .design .d-order form button:hover::before {
  width: 100%;
}
#index .design .d-order form button::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 0;
  background-color: #d3ad6d;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
#index .custom .custom-nav {
  margin: 2rem 0 2.25rem;
}
#index .custom .custom-nav ul li {
  padding: 0 1.5rem;
  position: relative;
}
#index .custom .custom-nav ul li::before {
  position: absolute;
  content: '';
  width: 0.05rem;
  height: 60%;
  background-color: #e6e6e6;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#index .custom .custom-nav ul li:last-child::before {
  display: none;
}
#index .custom .custom-nav ul li:hover a {
  color: #d4c19f;
}
#index .custom .custom-nav ul li:hover a::before {
  width: 100%;
}
#index .custom .custom-nav ul li a {
  position: relative;
  padding: 0.3rem 0;
  transition: all 0.5s ease;
}
#index .custom .custom-nav ul li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 0.05rem;
  background-color: #d4c19f;
  transition: all 0.5s ease;
}
#index .custom .custom-nav ul .ac a {
  color: #d4c19f;
}
#index .custom .custom-nav ul .ac a::before {
  width: 100%;
}
#index .custom .style {
  width: 100%;
}
#index .custom .style .swiper-slide {
  width: 84% !important;
  transition: 300ms;
  transform: scale(0.86);
  transition-timing-function: linear;
}
#index .custom .style .swiper-slide-active,
#index .custom .style .swiper-slide-duplicate-active {
  transform: scale(1);
}
#index .custom .style .swiper-button-next,
#index .custom .style .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.5);
}
#index .custom .style .swiper-button-next::after,
#index .custom .style .swiper-button-prev::after {
  font-size: 1rem;
}
#index .custom .style .swiper-button-next {
  right: 9%;
}
#index .custom .style .swiper-button-prev {
  left: 9%;
}
#index .custom .style .product-item {
  position: relative;
  width: 100%;
}
#index .custom .style .product-item:hover::before {
  opacity: 1;
}
#index .custom .style .product-item:hover h3 {
  top: 28%;
  opacity: 1;
}
#index .custom .style .product-item:hover h4 {
  top: 36%;
  opacity: 1;
}
#index .custom .style .product-item:hover h4::before {
  right: 120%;
  opacity: 1;
}
#index .custom .style .product-item:hover h4::after {
  left: 120%;
  opacity: 1;
}
#index .custom .style .product-item:hover hr {
  bottom: 28%;
  opacity: 1;
}
#index .custom .style .product-item:hover .p-icon {
  bottom: 22%;
  opacity: 1;
}
#index .custom .style .product-item::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(8, 42, 73, 0.5);
  opacity: 0;
  transition: all 0.5s ease;
}
#index .custom .style .product-item img {
  height: 100%;
}
#index .custom .style .product-item h3 {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  color: #fff;
  z-index: 10;
  opacity: 0;
  transition: all 0.5s ease;
}
#index .custom .style .product-item h4 {
  position: absolute;
  font-size: 1rem;
  color: #fff;
  z-index: 10;
  top: 33%;
  left: 50%;
  font-weight: 200;
  transform: translateX(-50%);
  transition: all 0.6s ease;
  opacity: 0;
}
#index .custom .style .product-item h4::before {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1.5rem;
  height: 0.05rem;
  background-color: #fff;
  transition: all 0.7s ease;
  animation: mover 2s linear infinite;
}
#index .custom .style .product-item h4::after {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1.5rem;
  height: 0.05rem;
  background-color: #fff;
  transition: all 0.7s ease;
  animation: movel 2s linear infinite;
}
#index .custom .style .product-item hr {
  position: absolute;
  width: 0.05rem;
  height: 6rem;
  background-color: #fff;
  z-index: 10;
  border: none;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24%;
  opacity: 0;
  transition: all 0.5s ease;
  animation: movey 2s linear infinite;
}
#index .custom .style .product-item .p-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 10;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}
#index .custom .style .product-item .p-icon i {
  font-size: 1.2rem;
  color: #fff;
}
#index .hot {
  background: url(../images/hot-bg.jpg) no-repeat;
  background-size: cover;
}
#index .hot .hot-nav {
  margin-top: 2rem;
}
#index .hot .hot-nav ul li {
  position: relative;
  padding: 0 1.5rem;
  cursor: pointer;
}
#index .hot .hot-nav ul li::before {
  position: absolute;
  content: '';
  width: 0.05rem;
  height: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #e6e6e6;
}
#index .hot .hot-nav ul li:last-child::before {
  display: none;
}
#index .hot .hot-nav ul li:hover span {
  color: #d4c19f;
}
#index .hot .hot-nav ul li:hover span::before {
  transform: scaleX(1);
  transform-origin: left;
}
#index .hot .hot-nav ul li span {
  position: relative;
  padding-bottom: 0.3rem;
  font-size: 0.8rem;
  color: #fff;
  transition: all 0.3s ease;
}
#index .hot .hot-nav ul li span::before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #d4c19f;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.5s;
  transform-origin: right;
}
#index .hot .hot-nav ul .hot-ac span {
  color: #d4c19f;
}
#index .hot .hot-nav ul .hot-ac span::before {
  transform: scaleX(1);
  transform-origin: left;
}
#index .hot .hot-p-box {
  width: 100%;
  margin-top: 3.6rem;
  margin-bottom: 4rem;
}
#index .hot .hot-p-box .hp-item {
  width: 100%;
  flex-wrap: wrap;
}
#index .hot .hot-p-box .hot-p {
  position: relative;
}
#index .hot .hot-p-box .hot-p::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(8, 42, 73, 0.2);
  z-index: 11;
  transition: all 0.5s ease;
}
#index .hot .hot-p-box .hot-p:hover::before {
  opacity: 0;
}
#index .hot .hot-p-box .hot-p:hover .hot-p-msg {
  bottom: 0;
  opacity: 1;
}
#index .hot .hot-p-box .hot-p:hover .hot-pic img {
  transform: scale(1.1);
  filter: none;
}
#index .hot .hot-p-box .hot-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
}
#index .hot .hot-p-box .hot-pic img {
  filter: grayscale(1);
  transition: transform 0.8s ease-out;
}
#index .hot .hot-p-box .hot-p-msg {
  padding: 1.05rem 3rem 1.05rem 1.5rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 3rem;
  background-color: rgba(5, 20, 41, 0.5);
  opacity: 0;
  transition: all 0.5s ease;
}
#index .hot .hot-p-box .hot-p-msg p {
  color: #fff;
}
#index .hot .hot-p-box .hot-p-msg i {
  position: absolute;
  font-size: 1rem;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
#index .hot .hot-p-box .hot-p1,
#index .hot .hot-p-box .hot-p2,
#index .hot .hot-p-box .hot-p3 {
  margin-bottom: 1rem;
}
#index .hot .hot-p-box .hot-p1 {
  margin-right: 1%;
  width: 35%;
}
#index .hot .hot-p-box .hot-p2 {
  margin-right: 1%;
  width: 35%;
}
#index .hot .hot-p-box .hot-p3 {
  width: 28%;
}
#index .hot .hot-p-box .hot-p4,
#index .hot .hot-p-box .hot-p5 {
  width: 49.5%;
}
#index .hot .hot-p-box .hot-p4 {
  margin-right: 1%;
}
#index .soft {
  padding: 5.7rem 0 5.8rem;
}
#index .soft .soft-box {
  margin-top: 3.5rem;
  flex-wrap: wrap;
  width: 100%;
}
#index .soft .soft-box .s-item {
  position: relative;
  width: 48.5%;
  margin-bottom: 2%;
  margin-right: 2%;
  transform: translateZ(0);
  overflow: hidden;
}
#index .soft .soft-box .s-item:hover img {
  transform: scale(1);
}
#index .soft .soft-box .s-item:hover::before {
  border-color: #ccc;
  transform: scale(0.3);
}
#index .soft .soft-box .s-item:hover h4 {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
}
#index .soft .soft-box .s-item:nth-child(even) {
  margin-right: 0;
}
#index .soft .soft-box .s-item::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(8, 42, 73, 0.3);
  transition: all 0.6s ease-in-out 0.4s;
  border: 0.1rem solid transparent;
  z-index: 1;
}
#index .soft .soft-box .s-item img {
  height: 100%;
  transition: transform 0.6s ease-in 0.4s;
  transform: scale(1.05);
}
#index .soft .soft-box .s-item h4 {
  position: absolute;
  font-size: 1rem;
  color: #fff;
  left: 3%;
  bottom: 3%;
  z-index: 11;
  transition: all 0.6s ease;
}
#index .soft .soft-box .s-item h4 em {
  margin: 0 0.3rem 0 0.5rem;
  font-size: 0.8rem;
  color: inherit;
}
#index .soft .soft-box .s-item h4 span {
  font-size: 0.7rem;
  color: inherit;
}
#index .soft .index-more {
  margin-top: 2rem;
}
#index .soft .index-more:hover a {
  color: #fff;
}
#index .soft .index-more a {
  border-color: #253851;
  color: #253851;
}
#index .collocation .collcation-box {
  margin-top: 3.5rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
#index .collocation .collcation-box figure {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.5rem;
}
#index .collocation .collcation-box figure:nth-child(3n) {
  margin-right: 0;
}
#index .collocation .collcation-box figure:nth-child(7),
#index .collocation .collcation-box figure:nth-child(8),
#index .collocation .collcation-box figure:nth-child(9) {
  margin-bottom: 0;
}
#index .collocation .collcation-box figure .f-img {
  position: relative;
  height: 18rem;
  overflow: hidden;
  transform: translateZ(0);
}
#index .collocation .collcation-box figure .f-img img {
  transition: transform 0.8s ease-out;
}
#index .collocation .collcation-box figure .f-img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: rgba(8, 42, 73, 0.3);
  transition: all 0.7s ease-out;
  z-index: 12;
}
#index .collocation .collcation-box figure .f-img::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  height: 50%;
  width: 100%;
  background-color: rgba(8, 42, 73, 0.3);
  transition: all 0.7s ease-out;
  z-index: 12;
}
#index .collocation .collcation-box figure:hover .f-img img {
  transform: scale(1.1);
}
#index .collocation .collcation-box figure:hover .f-img::before,
#index .collocation .collcation-box figure:hover .f-img::after {
  width: 0;
  height: 0;
}
#index .collocation .collcation-box figure:hover figcaption h2 {
  color: #d4c19f;
  cursor: pointer;
}
#index .collocation .collcation-box figure:hover figcaption::before {
  width: 5.5rem;
  background-color: #d4c19f;
}
#index .collocation .collcation-box figure figcaption {
  padding-bottom: 0.7rem;
  position: relative;
}
#index .collocation .collcation-box figure figcaption::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 0.05rem;
  background-color: #ccc;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}
#index .collocation .collcation-box figure figcaption h2 {
  padding: 1.15rem 0 0.75rem;
  font-size: 0.9rem;
  color: #1a1a1a;
  transition: all 0.5s ease;
}
#index .collocation .collcation-box figure figcaption p {
  font-size: 0.7rem;
}
#index .collocation .index-more {
  color: #1a1a1a;
}
#index .collocation .index-more:hover a {
  color: #fff !important;
}
#index .collocation .index-more a {
  border-color: #1a1a1a;
}
#index .case {
  background: url(../images/case-bg.jpg) no-repeat;
  background-size: cover;
}
#index .case .container {
  max-width: 100%;
}
#index .case .case-box {
  margin-top: 4rem;
  width: 100%;
}
#index .case .case-box .case-item {
  margin-bottom: 4rem;
  padding-left: 7rem;
  height: 30rem;
}
#index .case .case-box .case-item:hover .c-item-l {
  color: #d4c19f;
}
#index .case .case-box .case-item:hover .c-item-l h1::before {
  width: 17.7rem;
  background-color: #d4c19f;
}
#index .case .case-box .case-item:hover .c-item-l a {
  border-color: #d4c19f;
}
#index .case .case-box .case-item:hover .c-item-r img {
  filter: none;
}
#index .case .case-box .case-item:hover .c-item-r::before {
  left: 100%;
}
#index .case .case-box .case-item:nth-child(even) {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 13rem;
}
#index .case .case-box .case-item .c-item-l {
  width: 17.7rem;
  padding: 4.5rem 0 6.25rem;
  color: #fff;
}
#index .case .case-box .case-item .c-item-l h1 {
  padding-bottom: 3rem;
  position: relative;
  font-size: 3rem;
  line-height: 1;
  color: inherit;
  font-style: italic;
  transition: all 0.5s ease;
}
#index .case .case-box .case-item .c-item-l h1::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 10rem;
  height: 0.1rem;
  background-color: #fff;
  transition: all 0.5s ease;
}
#index .case .case-box .case-item .c-item-l h4 {
  padding: 1.5rem 0;
  font-size: 1rem;
  line-height: 1;
  color: inherit;
  transition: all 0.5s ease;
}
#index .case .case-box .case-item .c-item-l p {
  font-size: 0.75rem;
  line-height: 1.2rem;
  color: inherit;
  text-align: justify;
  transition: all 0.5s ease;
}
#index .case .case-box .case-item .c-item-l a {
  margin-top: 4.5rem;
  padding: 0.9rem 2.15rem;
  border: 0.05rem solid #fff;
  transition: all 0.5s ease;
}
#index .case .case-box .case-item .c-item-r {
  position: relative;
  width: 55rem;
  transform: translateZ(0);
}
#index .case .case-box .case-item .c-item-r img {
  filter: grayscale(1);
  transition: transform 0.8s ease-out;
}
#index .case .case-box .case-item .c-item-r::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  background-color: rgba(8, 42, 73, 0.4);
  transition: all 0.6s ease;
}
#index .news {
  background: url(../images/news-bg.jpg) no-repeat;
  background-size: cover;
}
#index .news .news-nav {
  margin-top: 0.5rem;
}
#index .news .news-nav ul li:first-child {
  border-right: 0.05rem solid #fff;
}
#index .news .news-nav ul li:hover a {
  color: #d4c19f;
}
#index .news .news-nav ul li a {
  padding: 0 1.5rem;
  font-size: 0.8rem;
  color: #fff;
  transition: all 0.4s ease;
}
#index .news .news-nav ul .ac a {
  color: #d4c19f;
}
#index .news .news-cont {
  margin-top: 3rem;
  width: 100%;
}
#index .news .news-cont .news-box {
  width: 100%;
}
#index .news .news-cont .news-box .swiper-wrapper {
  padding-bottom: 2rem;
}
#index .news .news-cont .news-box .swiper-pagination-bullet {
  background: #ccc;
}
#index .news .news-cont .news-box .news-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22.5rem;
  cursor: pointer;
}
#index .news .news-cont .news-box .news-item:hover .n-img::before {
  bottom: 100%;
}
#index .news .news-cont .news-box .news-item:hover h4 {
  color: #fff;
}
#index .news .news-cont .news-box .news-item:hover h5 {
  color: #d4c19f;
}
#index .news .news-cont .news-box .news-item:hover h5::before {
  bottom: 0;
  width: 0.05rem;
  height: 1.5rem;
  transform: translateX(-50%) rotate3d(90deg);
  background-color: #d4c19f;
}
#index .news .news-cont .news-box .news-item:hover span {
  border-color: #d4c19f;
}
#index .news .news-cont .news-box .news-item:hover span::before {
  background-color: #d4c19f;
}
#index .news .news-cont .news-box .news-item:hover p {
  color: #ccc;
}
#index .news .news-cont .news-box .news-item .n-img {
  position: relative;
  width: 100%;
  height: 11.5rem;
}
#index .news .news-cont .news-box .news-item .n-img img {
  height: 100%;
}
#index .news .news-cont .news-box .news-item .n-img::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(8, 42, 73, 0.3);
  transition: all 0.5s ease-in-out;
}
#index .news .news-cont .news-box .news-item h4 {
  padding: 2rem 0 1.3rem;
  font-size: 1.5rem;
  color: #999;
  transition: all 0.4s ease;
}
#index .news .news-cont .news-box .news-item span {
  display: block;
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.05rem solid #fff;
  border-radius: 50%;
  transition: all 0.4s ease;
}
#index .news .news-cont .news-box .news-item span::before {
  position: absolute;
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s ease;
}
#index .news .news-cont .news-box .news-item span::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1);
  height: 0.05rem;
  width: 31rem;
}
#index .news .news-cont .news-box .news-item h5 {
  position: relative;
  padding: 1.2rem 0 2.2rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.2rem;
  transition: all 0.4s ease;
}
#index .news .news-cont .news-box .news-item h5::before {
  position: absolute;
  content: '';
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 0.05rem;
  background-color: #ccc;
  transition: all 0.4s ease;
}
#index .news .news-cont .news-box .news-item p {
  padding: 0 1rem;
  margin-top: 0.6rem;
  margin-bottom: 3rem;
  font-size: 0.75rem;
  line-height: 1.3rem;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index .news .index-more {
  margin-top: 3rem;
}
#index .store .store-box {
  width: 100%;
  margin-top: 2.5rem;
}
#index .store .store-box .swiper-wrapper {
  padding-bottom: 2rem;
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
#index .store .store-box .swiper-pagination-bullet {
  background: #999;
}
#index .store .store-box .store-item {
  width: 27rem;
}
#index .store .store-box .store-item .s-img {
  position: relative;
  overflow: hidden;
}
#index .store .store-box .store-item .s-img img {
  height: 100%;
  transform: scale(1);
  transition: all 0.5s ease 0s;
  -webkit-transform-style: preserve-3d;
}
#index .store .store-box .store-item .s-img::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(8, 42, 73, 0.2);
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.45s ease-out 0s;
  transform: rotate(180deg) scale(1, 1);
  z-index: 1;
}
#index .store .store-box .store-item .s-msg {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
}
#index .store .store-box .store-item .s-msg h4 {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  transition: all 0.5s ease;
}
#index .store .store-box .store-item .s-msg p {
  font-size: 0.7rem;
  color: #666;
}
#index .store .store-box .store-item .s-msg i {
  position: absolute;
  top: 18%;
  right: 5%;
  color: #ccc;
  font-size: 1.2rem;
  transition: all 0.5s ease;
}
#index .store .store-box .store-item:hover h4,
#index .store .store-box .store-item:hover i {
  right: 4% !important;
  color: #d4c19f !important;
}
#index .store .store-box .store-item:hover .s-img::before {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: rotateY(0deg) scale(0, 0);
}
#index .store .store-box .store-item:hover .s-img img {
  transform: scale(1.1);
}
#index .store .index-more {
  margin-top: 3rem;
  color: #333;
}
#index .store .index-more:hover {
  color: #fff !important;
}
#index .store .index-more a {
  border-color: #333;
}
