/* css document */
.zny_list {
  overflow: hidden;
  width: 100%;
}

.znyli_01 {
  width: 100%;
  overflow: hidden;
  min-height: 5.5rem;
  padding: 1rem 0.8rem;
  background:  center no-repeat;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.znyli_01::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background:  left center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.znyli_01 .fl {
  width: 4.7rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.znyli_01 .fl .z01l_c {
  width: 100%;
  overflow: visible;
}

.znyli_01 .fl .p {
  width: 100%;
  overflow: visible;
  line-height: 1.5;
}

.znyli_01 .fl .p1 {
  color: rgba(255, 255, 255, 0.5);
}

.znyli_01 .fl .p2 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06rem;
  line-height: 1.3;
  margin-top: 0.2rem;
  text-shadow: 0 0.1rem 0.3rem rgba(3, 83, 188, 0.5);
}

.znyli_01 .fl .p3 {
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

.znyli_01 .fr {
  width: calc(100% - 4.7rem - 0.5rem);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.znyli_01 .fr img {
  width: 100%;
  display: block;
}

.znyli_02 {
  width: 100%;
  overflow: hidden;
  min-height: 5.5rem;
  padding: 1rem 0.8rem;
  background:  center no-repeat;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.znyli_02::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background:  left center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.znyli_02 .fl {
  width: 4.7rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.znyli_02 .fl .z02l_c {
  width: 100%;
  overflow: visible;
}

.znyli_02 .fl .p {
  width: 100%;
  overflow: visible;
  line-height: 1.5;
}

.znyli_02 .fl .p1 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06rem;
  line-height: 1.3;
  text-shadow: 0 0.1rem 0.3rem rgba(3, 83, 188, 0.5);
}

.znyli_02 .fl .p2 {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 0.2rem;
}

.znyli_02 .fr {
  width: calc(100% - 4.7rem - 0.5rem);
  overflow: visible;
}

.znyli_02 .fr ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.3rem;
}

.znyli_02 .fr ul li {
  width: 100%;
  overflow: hidden;
  padding: 0.3rem 0.4rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.znyli_02 .fr ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: 1;
  background-color: #274b67;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.znyli_02 .fr ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.znyli_02 .fr ul li .znli2_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.znyli_02 .fr ul li .p {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.znyli_02 .fr ul li .p1 {
  line-height: 1.5;
}

.znyli_02 .fr ul li .p2 {
  line-height: 1.75;
  margin-top: 0.2rem;
}

.znyli_02 .fr ul li:hover::before {
  opacity: 1;
}

.znyli_02 .fr ul li:hover::after {
  opacity: 0;
}

.znyli_02 .fr ul li:hover {
  border: 0px;
  -moz-box-shadow: 0px 0.1rem 0.3rem rgba(181, 65, 60, 0.3);
  -webkit-box-shadow: 0px 0.1rem 0.3rem rgba(181, 65, 60, 0.3);
  box-shadow: 0px 0.1rem 0.3rem rgba(181, 65, 60, 0.3);
}

.znyli_03 {
  width: 100%;
  overflow: hidden;
  min-height: 5.5rem;
  padding: 1rem 0.8rem;
  background:  center no-repeat;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.znyli_03::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background:  left center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.znyli_03 .fl {
  width: 4.7rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.znyli_03 .fl .z03l_c {
  width: 100%;
  overflow: visible;
}

.znyli_03 .fl .p {
  width: 100%;
  overflow: visible;
  line-height: 1.5;
}

.znyli_03 .fl .p1 {
  color: rgba(255, 255, 255, 0.5);
}

.znyli_03 .fl .p2 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06rem;
  line-height: 1.3;
  margin-top: 0.4rem;
  text-shadow: 0 0.1rem 0.3rem rgba(3, 83, 188, 0.5);
}

.znyli_03 .fl .p3 {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
}

.znyli_03 .fr {
  width: calc(100% - 4.7rem - 0.5rem);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.znyli_03 .fr img {
  width: 100%;
  display: block;
}

.brandright {
  position: relative;
}

.zindex_01 {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 2rem;
}

.zindex_01 ul {
  width: calc(100% - 2rem);
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin: 0px auto;
  padding: 0px;
  position: relative;
}

.zindex_01 ul::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0px;
  top: 0.02rem;
}

.zindex_01 ul::after {
  content: "";
  width: 1rem;
  height: 0.05rem;
  display: block;
  overflow: hidden;
  background-color: #b5413c;
  position: absolute;
  left: 0px;
  top: 0px;
}

.zindex_01 ul li p {
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.zindex_01 ul li .p1 {
  line-height: 1;
  margin-top: 0.7rem;
}

.zindex_01 ul li .p1 i {
  font-style: normal;
  font-weight: bold;
}

.zindex_01 ul li .p1 span {
  margin-left: 0.1rem;
  color: rgba(255, 255, 255, 0.6);
}

.zindex_01 ul li .p2 {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin-top: 0.2rem;
}

@media screen and (max-width: 960px) {
  .znyli_01 {
    display: block;
    padding: 0.4rem;
  }
  .znyli_01 .fl {
    width: 100%;
  }
  .znyli_01 .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .znyli_02 {
    display: block;
    padding: 0.4rem;
  }
  .znyli_02 .fl {
    width: 100%;
  }
  .znyli_02 .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .znyli_03 {
    display: block;
    padding: 0.4rem;
  }
  .znyli_03 .fl {
    width: 100%;
  }
  .znyli_03 .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 750px) {
  .brandright {
    position: absolute;
  }
  .zindex_01 {
    position: relative;
    bottom: 0px;
  }
  .zindex_01 ul {
    width: 95%;
  }
}