@charset "utf8";
@import url("./common.css");
#index-banner {
  margin-bottom: .8rem;
}

#index-brand {
  display: flex;
  /* height: 9.29rem; */
  margin-bottom: .8rem;
  padding: 0.24rem 1.29rem 0.24rem 1.53rem;
  background-color: #ccc097;
}

#index-brand .brand-left {
  width: 6.66rem;
  background-color: #a09046;
  margin-right: 0.27rem;
}

#index-brand .brand-right {
  position: relative;
  flex: 1;
}
#index-brand .brand-right .pic-layer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
#index-brand .pic-layer img {
  width: 4.5rem;
  vertical-align: middle;
  height: 50%;
}

#index-brand .brand-right:hover .jump-layer {
  display: block;
  transition: all 0.5s;
}
#index-brand .jump-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.6);
}
#index-brand .jump-layer .btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  letter-spacing: 0.04rem;
}

.common-button{
  border: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.common-button .button-arrow{

  background-image: url(../img/common/r.png);
}
.common-button:hover{
  background-color: #fff;
  color: #949494;
  box-shadow: 0 0 0 0.02rem #9e9d9a;
}
.common-button:hover .button-arrow {

  background-image: url(../img/common/r_active.png);
}
#index-brand .brand-box {
  padding: 0.36rem 0.71rem 0.2rem 0.56rem;
  color: #ffffff;
}
#index-brand .brand-title {
  font-size: 0.43rem;
  opacity: 1;
}

#index-brand .brand-content {
  margin-top: 0.3rem;
  line-height: 0.43rem;
  font-size: 0.21rem;
}

/*****************index-series*********************/
#index-series {
  display: flex;
  justify-content: space-between;
  /* height: 9.29rem; */
  margin-bottom: .8rem;
}

.series-left {
  display: flex;
  flex-wrap: wrap;
  width: 8.82rem;
}
.seriec-item {
  position: relative;
  width: 50%;
}
.series .seriec-item .icon {
  position: absolute;
  right: 10%;
  bottom: 10%;
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  font-size: 0.3rem;
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 0.5rem;
  text-align: center;
}
.series-right .right-arrow,
.series-left .right-arrow {
  position: absolute;
  bottom: 0.26rem;
  right: 0.32rem;
  width: 0.52rem;
  bottom: 0.26rem;
  right: 0.18rem;
}

.seriec-item > img {
  height: 100%;
  vertical-align: middle;
}
.seriec-item:hover a {
  height: 100%;
}

.seriec-item > a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.65);
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
  transition: height 0.5s;
  font-size: 0.45rem;
}
.seriec-item > a:hover {
  color: #fff !important;
}
/* 居中对齐 */
.seriec-item > a::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.series-right {
  width: 50%;
  flex: 1;
}
.series-right > .seriec-item {
  width: 100%;
}

/***************************************/

#index-banner2 {
  position: relative;
  margin-bottom: .8rem;
}
#index-banner2 .btn{
  position: absolute;
  bottom: 1.68rem;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: .04rem;
}



/*************************index-news***********************/

#index-news {
  position: relative;
  margin-bottom: .8rem;
}

.bg-container{
  position: relative;
  margin-top: .34rem;
}

.news-container {
  width: 100%;
  display: flex;
}

.left-text {
  width: 3.6rem;
  margin-left: 2.21rem;
  text-align: right;
  padding-top: 3.09rem;
  margin-right: 1.16rem;
}

.left-text .title {
  font-size: .45rem;
  margin-bottom: .5rem;
}

.left-text p {
  font-size: .22rem;
  line-height: .45rem;
}
.bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -2.21rem;
  width: 16.36rem;
  height: 2.44rem;
  background-color: #ccc097;
}

.left-text .btn {
  margin-top: .9rem;
  margin-right: 0;
  margin-left: auto;
  letter-spacing: .04rem;
  text-align: left;
}

.news-container > a {
  display: block;
  width: 7.42rem;
}
.news-container > a img {
  width: 100%;
  height: 100%;
}
.news-container > a:nth-of-type(2) {
  width: 4.25rem;
  margin-left: .57rem;
  margin-top: 1.15rem;
}