.top img {
  width: 100%;
  height: auto;
	object-fit: cover;
  min-height: 400px;
  background-position: center;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.top-about {
  position: relative;
}
.top-about .top-style {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 80px;
  box-sizing: border-box;
}
.top-about .top-style h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 58px;
  font-family: "Ping Fang SC";
  padding: 0;
  margin: 0;
  padding-bottom: 18px;
  letter-spacing: 2px;
}
.top-about .top-style .line {
  width: 154px;
  height: 6px;
  background-color: #cc2239;
  margin-top: 30px;
  border-radius: 2px;
}
.top-about .top-style h4 {
  margin-top: 20px;
  font-size: 31px;
  margin-bottom: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Ping Fang SC";
}
.top-about .top-style .p {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #ffffff;
}
.top-about .top-style p {
  font-size: 14px;
  color: #fefefe;
  font-family: "Ping Fang SC";
  padding-bottom: 10px;
}
.bottom-img {
  margin-top: 60px;
  position: relative;
}
.bottom-img .bottom-style {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.bottom-img .bottom-style .size {
  text-align: center;
}
.bottom-img .bottom-style .size h3 {
  font-size: 34px;
  line-height: 54px;
  color: #ffffff;
  font-family: "Ping Fang SC";
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.bottom-img .bottom-style .size .h3 {
  margin-bottom: 30px;
}
.bottom-img .bottom-style .size p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Ping Fang SC";
  text-align: center;
  margin: 0;
  padding: 0;
}
.barannksk h3 {
  padding: 50px 0 30px;
  font-size: 30px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  font-family: "Source Han Sans CN";
}
.paragarph p {
  text-indent: 32px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  font-family: "Source Han Sans CN";
  text-align: justify;
  font-weight: 300;
}
.paragarphss p {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-family: "Source Han Sans CN";
  text-align: left;
  font-weight: 300;
}
.paragarph h4 i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #cc2239;
  margin-right: 10px;
  margin-top: 1px;
}

.paragarph h4 {
  display: flex;
  align-items: center;
  height: 25px;
  line-height: 25px;
  font-size: 19px;
  color: #cc2239;
  font-weight: 500;
  font-family: "Source Han Sans CN";
  text-align: left;
}
.list ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.list ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
}
.list ul li img {
  margin-top: 60px;
}

.list ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  font-family: "Source Han Sans CN";
  text-align: justify;
  padding-top: 20px;
  font-weight: 300;
}
.paragarph-style p {
  padding-left: 14px;
}
.culture ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.culture ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
}
.culture ul li .li-content {
  cursor: pointer;
  width: 247px;
  height: 247px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #cc2239;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.culture ul li .li-content:hover {
  background: #cc2239;
}
.culture ul li .li-content:hover h3,
.culture ul li .li-content:hover span,
.culture ul li .li-content:hover p {
  color: #fff;
}
.culture ul li .li-content h3 {
  font-size: 24px;
  line-height: 24px;
  color: #cc2239;
  font-weight: 500;
  font-family: "Ping Fang SC";
  padding: 0 0 5px;
  margin: 0;
}
.culture ul li .li-content span {
  font-size: 14px;
  line-height: 24px;
  color: #cc2239;
  font-family: "Ping Fang SC";
}
.culture ul li .li-content .p {
  padding-top: 20px;
}
.culture ul li .li-content p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-family: "Ping Fang SC";
  text-align: center;
  font-weight: 300;
}

.div-Cooperation {
  overflow: hidden;
  margin: 10px 0 100px;
  display: flex;
  flex-direction: row;
}
.div-Cooperation .left {
  flex: 1;
  box-sizing: border-box;
  padding-right: 20px;
}

.div-Cooperation .right {
  width: 400px;
}
.paragarph h5 {
  margin-top: 30px;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-weight: 500;
  font-family: "Source Han Sans CN";
  text-align: left;
}
.div-Cooperation .paragarph h4 {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-family: "Source Han Sans CN";
  text-align: left;
  padding: 0;
  margin: 0;
  height: auto;
  font-weight: 300;
}
.div-Cooperation .paragarph .h4 {
  padding-left: 14px;
}
.bottom-szie {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: "Source Han Sans CN";
  text-align: left;
  font-weight: 300;
}
.bottom-szie span {
  color: #cc2239;
}


/* 品牌历程 */
.licheng-list {
  text-align: center;
}
.licheng-list .img-licheng {
  margin: 10px auto 0;
}
.licheng-list .title h3 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  color: #333333;
  font-weight: 500;
  font-family: "Source Han Sans CN";
  text-align: center;
}
.licheng-list .title h3:first-child {
  padding: 50px 0 0;
}
.licheng-list .title .h3 {
  padding: 0 0 40px;
}
.licheng-list p {
  text-indent: 32px;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-family: "Source Han Sans CN";
  text-align: left;
  margin-top: 30px;
  font-weight: 300;
}
.content .zuji-class {
  overflow: hidden;
  width: 100%;
  overflow-x: auto;
}

.content .zuji h3 {
  padding: 0;
}
.content .zuji {
  position: relative;
  background: #fff;
  width: 100%;
  height: 1090px;
  background: url("../image/pinpai/licheng-5.png") no-repeat top center;
  /* background-size: 1920px 700px; */
  margin: 0 auto;
  min-width: 1000px;
  overflow: hidden;
  padding-top: 90px;
}
.content .zuji .container.public-window-none {
  position: relative;
  height: 500px;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.content .zuji .span-list .glyphicon {
  color: #cc2239;
  position: absolute;
}
.content .zuji .span-list .sapn1 {
  left: 100px;
}
.content .zuji .position-img ul li {
  width: 98px;
  position: absolute;
}
.content .zuji .position-img ul li img {
  width: 98px;
}
.content .zuji .position-img ul li p {
  text-align: center;
  padding-top: 8px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-family: "Source Han Sans CN";
}
.content .zuji .position-img ul .one {
  left: 138px;
  top: 185px;
}
.content .zuji .position-img ul .two {
  left: 281px;
  top: 293px;
}
.content .zuji .position-img ul .three {
  left: 389px;
  top: 80px;
}
.content .zuji .position-img ul .fore {
  left: 464px;
  top: 200px;
}
.content .zuji .position-img ul .five {
  left: 508px;
  top: 327px;
}
.content .zuji .position-img ul .six {
  left: 662px;
  top: 264px;
}
.content .zuji .position-img ul .seven {
  left: 735px;
  top: 101px;
}
.content .zuji .position-img ul .eight {
  left: 902px;
  top: 117px;
}
.content .zuji .position-img ul .night {
  left: 942px;
  top: 232px;
}
.content .zuji .position-img ul .ten {
  left: 859px;
  top: 354px;
}


.content .zuji .position-content {
  width: 100%;
  /* background-color: rgba( 0, 0, 0, 0.1); */
}
.content .zuji .position-content .fwwl {
  display: flex;
  flex-direction: row;
  height: 148px;
  align-items: center;
  padding-top: 50px;
}
.content .zuji .position-content h3 {
  margin: 0;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  font-family: "Source Han Sans CN";
}
.content .zuji .container .net-icons {
  text-align: center;
}
.content .zuji .container .net-icons img {
  margin: 0 auto;
	position:absolute;
}
.content .zuji .container .net-icons li{
	position:absolute;
}
.content .zuji .container .net-icons li i{
	margin-top:0;
	color:#c80e37;
	cursor: pointer;
}
.num-list ul {
  display: flex;
  flex-direction: row;
  padding-top: 30px;
}
.num-list ul li:last-child {
  width: 220px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.num-list ul .li {
  flex: 1;
  padding-right: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.num-list ul li p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-weight: 300;
  font-family: "Ping Fang";
}
.num-list ul li .num-line h3 {
  font-size: 30px;
  line-height: 24px;
  color: #cc2239;
  font-weight: bold;
  font-family: "Ping Fang";
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.num-list ul li .num-line h3 span {
  flex: 1;
  margin-left: 40px;
  height: 1px;
  background-color: #cc2239;
}
.num-list ul li .num-line p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-weight: 500;
  font-family: "Ping Fang";
}
.num-list ul li:last-child .num-line h3 span {
  height: 0;
}

.shiji-div {
  height: 131px;
  background-color: #f5f5f5;
  width: 100%;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  margin-bottom: 30px;
}
.shiji-div:hover .left {
  background-color: #cc2239;
}
.shiji-div:hover .left p {
  color: #fff;
}
.shiji-div:hover .left:after {
  border-left: 10px solid #cc2239;
}
.shiji-div .left {
  width: 242px;
  height: 132px;
  background-color: #ffffff;
  border: 2px solid #cc2239;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.shiji-div .left::before {
  content: " ";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50px;
  right: -12px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #cc2239;
}
.shiji-div .left:after {
  content: " ";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 52px;
  right: -9px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.shiji-div .left p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #cc2239;
  font-weight: 300;
  font-family: "Microsoft Ya Hei Light";
  text-align: center;
}
.shiji-div .right {
  flex: 1;
  box-sizing: border-box;
  padding: 0 100px 0 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.shiji-div .right p {
  font-size: 16px;
  text-align: justify;
  line-height: 24px;
  color: #2a2b2b;
  font-weight: 300;
  font-family: "Microsoft Ya Hei Light";
}
.brand-bottom-img {
  position: relative;
}
.brand-bottom-img .bottom-style {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.brand-bottom-img .bottom-style .size {
  text-align: center;
}
.brand-bottom-img .bottom-style .size h3 {
  font-size: 36px;
  line-height: 54px;
  color: #ffffff;
  font-family: "Ping Fang SC";
  text-align: center;
  margin: 0;
  padding: 0;
}
.brand-bottom-img .bottom-style .size .h3 {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  font-family: "Ping Fang SC";
  text-align: center;
  font-weight: 500;
  letter-spacing: 0px;
}
.brand-bottom-img .bottom-style .size p {
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Ping Fang SC";
  text-align: center;
  margin: 0;
  padding: 0;
  letter-spacing: 0px;
}
.shengyu {
  display: flex;
  flex-direction: row;
}
.shengyu .left {
  flex: 1;
}
.shengyu .right {
  width: 581px;
}
.shengyu ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.shengyu ul li i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #d51a1b;
  box-sizing: border-box;
  margin-right: 25px;
}
.shengyu ul li span {
  font-size: 16px;
  line-height: 32px;
  color: #262626;
  font-family: "Ping Fang SC";
  font-weight: 300;
}
.shengyu p {
  text-indent: 32px;
  width: 595px;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
  font-family: "Source Han Sans CN";
  text-align: left;
  margin-top: 50px;
  font-weight: 300;
}

@media screen and (max-width: 1280px) {
  .top-about .top-style h3 {
    font-size: 45px;
  }
  .top-about .top-style .line {
    width: 124px;
    margin-top: 10px;
  }
  .shiji-div {
    /* padding: 0 30px; */
    box-sizing: border-box;
  }
}

@media screen and (max-width: 500px) {
  .html-about .paragarph {
    box-sizing: border-box;
    padding: 0 2rem;
  }
  .top-about .top-style {
    box-sizing: border-box;
    padding: 0 2rem;
    align-items: flex-end;
    padding-bottom: 4rem;
  }
  .top-about .top-style h3 {
    font-size: 3.1rem;
    letter-spacing: 0px;
    padding-bottom: 1rem;
  }
  .top-about .top-style .line {
    height: .4rem;
    width: 7.3rem;
  }
  .div-Cooperation .right {
    box-sizing: border-box;
    padding: 0 2rem;
  }
  .barannksk h3 {
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.2rem;
    color: #333333;
    font-family: "Ping Fang";
  }
  .barannksk-about h3 {
    padding: 0 2rem;
  }
  .div-Cooperation .paragarph h4 {
    position: relative;
    display: block;
    height: auto;
    font-size: 1.3rem;
    color: #333333;
    font-family: "Source Han Sans CN";
    text-align: justify;
    padding-left: 1.5rem;
    font-weight: 500;
    line-height: 2.2rem;
    box-sizing: border-box;
  }
  .div-Cooperation .paragarph h4 i {
    position: absolute;
    left: 0;
    top: 1.2rem;
    margin-top: 0 !important;
  }
  .div-Cooperation {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .top-about .top-style h4 {
    font-size: 1.3rem;
    color: #ffffff;
    font-family: "Adobe Heiti Std";
  }
  .div-Cooperation .left {
    padding: 0;
  }
  .paragarph p {
    width: 100% !important;
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: #333333;
    font-family: "Source Han Sans CN";
    text-align: justify;
    padding-left: 0 !important;
    font-weight: normal;
  }
  .paragarph h5 {
    width: 100% !important;
    font-size: 1.3rem !important;
    letter-spacing: -1px !important;
    line-height: 1.8rem !important;
    color: #262626;
    font-weight: bold;
    font-family: "Ping Fang";
  }
  .div-Cooperation .right {
    position: relative !important;
    width: 100% !important;
  }
  .div-Cooperation .right img {
    width: 100% !important;
    height: auto !important;
    margin-top: 1rem;
  }
  .bottom-szie {
    font-size: 1.2rem;
    color: #333333;
    font-family: "Source Han Sans CN";
    text-align: justify;
  }
  .list ul {
    width: 100%;
  }
  .list ul li img:first-child{
    width: 4rem;
  }
  .list ul li img {
    width: 5.5rem;
    margin-top: 2rem;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  }
  .list ul li p {
    padding-top: .3rem;
    font-size: 1.3rem;
    color: #333333;
    font-family: "Source Han Sans CN";
  }
  .paragarph-style h4 {
    font-size: 1.4rem;
    color: #cc2239;
    font-weight: 500;
    font-family: "Source Han Sans CN";
    text-align: left;
    margin-bottom: 0;
  }
  .paragarph-style h4 i {
    display: none;
  }
  .paragarph-style p {
    line-height: 2.2rem;
  }
  .culture ul {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 2rem;
    text-align: center;
  }
  .culture ul li {
    display: inline-block;
    width: 48%;
    text-align: center;
  }
  .culture ul li:nth-child(1),
  .culture ul li:nth-child(3) {
    margin: 2rem 0 .5rem;
  }
  .culture ul li .li-content {
    width: 15.3rem;
    height: 15.3rem;
    margin: 0 auto;
  }
  .culture ul li .li-content h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .culture ul li .li-content span {
    font-size: 1.1rem !important;
  }
  .culture ul li .li-content .p {
    padding-top: .5rem !important;
  }
  .culture ul li .li-content p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .bottom-img {
    margin-top: 2rem;
  }
  .bottom-img .bottom-style .size h3 {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
  .bottom-img .bottom-style .size p {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .bottom-img .bottom-style .size .pc-english-bottom-size {
    font-size: 1.7rem !important;
    padding: 0rem !important;
    line-height: 3.2rem;
    font-weight: normal !important;
  }
  .bottom-img img {
    height: 19rem;
    min-height: 19rem;
  }
  .list ul li .pc-english-sizes {
    font-size: .9rem !important;
    white-space: nowrap;
    transform: scale(.9);
  }

  /* 品牌 */
  .html-about-brand {
    background: #fff;
  }
  .licheng-list .img-licheng {
    width: 100%;
    height: auto;
  }
  .licheng-list .title h3 {
    font-size: 1.3rem;
    color: #333333;
    font-family: "Source Han Sans CN";
    line-height:2.2rem;
  }
  .licheng-list .title h3:first-child {
    padding: 0;
  }
  .licheng-list .title .h3 {
    padding: 0;
  }
  .guoqi,
  .dashiji {
    box-sizing: border-box;
    padding: 0 2rem !important;
  }
  .licheng-list p {
    box-sizing: border-box;
    padding: 0 2rem;
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 2.2rem;
    text-align: justify;
    font-weight: normal;
  }
  .content .zuji {
    box-sizing: border-box;
    padding-top: 2rem;
    width: 100%;
    min-width: 100%;
    padding: 2rem 2rem 0;
    height: auto !important;
  }
  .num-list ul li .num-line h3 {
    font-size: 1.6rem;
    line-height: 1.3rem;
    color: #cc2239;
    font-weight: bold;
    font-family: "Ping Fang";
    padding: 0;
    margin-top:1rem;
  }
  .num-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    padding-top: 0;
    margin-bottom:0;
  }
  .num-list ul li {
    flex: none !important;
    width: 50%;
  }
  .num-list ul .li,
  .num-list ul li {
    padding-right: 1.5rem;
    padding-bottom: 1rem;
  }
  .num-list ul li .num-line h3 span {
    margin-left: 2.5rem;
  }
  .num-list ul li p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #333333;
    font-family: "Ping Fang";
    font-weight: normal;
  }
  .num-list ul li:last-child {
    width: 50% !important;
  }
  .num-list ul li:last-child .num-line h3 span {
    height: .1rem;
  }
  .shengyu {
    display: block;
  }
  .shengyu p,
  .shengyu .right,
  .shengyu .right img {
    width: 100% !important;
  }
  .shengyu p {
    font-size: 1.3rem;
  }
  .zshzsss h3,
  .shengyu h3 {
    padding: 0 2rem;
  }
  .shiji-div {
    height: 100%;
    align-items: center;
  }
  .shiji-div .left {
    width: 13.6rem;
    border: none;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .clear { clear:both; }
  .shiji-div .left .left-pc {
    width: 13.6rem;
    height: 10rem;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #cc2239;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .shiji-div .left p {
    letter-spacing: 0px;
    font-size: 1.1rem !important;
    line-height: 1.8rem;
    color: #2a2b2b;
    font-family: "Microsoft Ya Hei";
    text-align: center;
  }
  .shiji-div .left p:first-child {
    font-size: 1.3rem !important;
    line-height: 1.2rem;
    color: #cc2239;
    font-weight: bold;
    font-family: "Microsoft Ya Hei";
    text-align: center;
    padding-bottom: .6rem;
  }
  .shiji-div .left .left-pc::before {
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 35px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #cc2239;
    right: -10px;
  }
  .english-dashiji .shiji-div:nth-child(2n+1) .left .left-pc::before {
    left: -10px;
    border: none;
    border-right: 10px solid #cc2239;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    /* border-left: none; */
  }
  .english-dashiji .shiji-div:nth-child(2n+1) .left .left-pc:after {
    left: -9px;
    border: none;
    border-right: 9px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
  }
  .shiji-div .left::before,
  .shiji-div .left:after {
    border: none;
  }
  .shiji-div .left .left-pc:after {
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 36px;
    right: -9px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #fff;
  }
  .shiji-div:hover .left .left-pc{
    background: #cc2239;
  }
  
  .shiji-div:hover .left::before,
  .shiji-div:hover .left:after,
  .english-dashiji .shiji-div:nth-child(2n):hover .left .left-pc:after {
    border-left: 9px solid #cc2239 !important;
  }
  .english-dashiji .shiji-div:nth-child(2n+1):hover .left .left-pc:after {
    border-right: 9px solid #cc2239 !important;
  }
  .shiji-div:hover .left .left-pc p:first-child {
    color: #fff;
  }
  .dashiji h3 {
    margin-bottom: 2rem;
  }
  .shiji-div .left {
    border-width: 1px;
  }
  .shiji-div .right {
    padding: 0;
    overflow:hidden;
    margin: 0;
  }
  .shiji-div .right p {
    background-color: #fafafa;
    width: 100%;
    height: auto;
    font-size: 1.1rem;
    letter-spacing: 0px;
    line-height: 1.5rem;
    color: #2a2b2b;
    font-weight: 300;
    font-family: "Microsoft Ya Hei Light";
    text-align: justify;
    padding: 1rem;
    margin: 0;
    box-sizing: border-box;
  }
  .shiji-div {
    background: #fff;
    margin-bottom: 2rem;
  }
  
  .chinese-dashiji .shiji-div .left .left-pc {
    width: 8.8rem;
    height: 10.4rem;
  }
  .chinese-dashiji .shiji-div .left {
    width: 8.8rem;
  }
  .chinese-dashiji .shiji-div .right {
    height: 10.4rem;
  }
  .chinese-dashiji .shiji-div .right p {
    height: 10.4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size:1.2rem;
    line-height: 1.8rem;
    color: #2a2b2b;
    font-weight: normal;
    font-family: "Microsoft Ya Hei Light";
  }
  .chinese-dashiji .shiji-div .left p:first-child {
    color: #cc2239;
    font-weight: bold;
  }
  .chinese-dashiji .shiji-div .left p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #333333;
    font-family: "Microsoft Ya Hei";
    text-align: center;
    font-weight: normal;
  }
  .chinese-dashiji .shiji-div:hover .left p {
    color:#fff;
  }
  .chinese-dashiji .shiji-div:hover .left .left-pc:after {
    border-left: #cc2239;
  }
  .chinese-dashiji .shiji-div .left .left-pc:after {
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 37px;
    right: -6px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid #fff;
  }
  .chinese-dashiji .shiji-div .left .left-pc::before {
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 38px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 7px solid #cc2239;
    right: -7px;
  }
  .shengyu-pc {
    position: relative;
    background: url(/image/web/jiangbei.png) no-repeat right bottom;
    background-position-x: 200%;
    background-position-y: 124%;
    background-size: auto 25rem;
  }
  .shengyu-pc .right img {
    position: absolute;
    right: -37%;
    bottom: 0;
    height: 25rem;
    width: auto !important;
  }
  .shengyu ul li {
    box-sizing: border-box;
    padding: 0 2rem;
    align-items: flex-start;
  }
  .shengyu ul li span {
    font-size: 1.3rem !important;
    color: #262626;
    font-family: "Ping Fang";
    line-height: 2.2rem;
    flex: 1;
    font-weight: 500;
  }
  .shengyu ul li i {
    margin-right: .5rem;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #d72e41;
    border: none;
    margin-top: .8rem;
  }
  .shengyu p {
    box-sizing: border-box;
    padding: 0 2rem;
    margin: 2rem 0;
    font-size: 1.3rem;
    line-height: 2.2rem;
    font-weight: 500;
  }
  .brand-bottom-img .bottom-style .size h3 {
    font-size: 1.8rem !important;
    line-height: 2.1rem !important;
    width: 80%;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ping Fang";
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto .8rem;
  }
  .brand-bottom-img .bottom-style .size .h3 {
    font-size: 1.1rem !important;
    line-height: 1.8rem !important;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ping Fang";
    text-align: center;
    letter-spacing: 0px;
    padding: 0;
    margin-bottom:.8rem;
  }
  .brand-bottom-img .bottom-style .size p {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ping Fang";
    text-align: justify;
    box-sizing: border-box;
    padding: 0 2rem;
    text-indent: 3rem;
  }
  .brand-bottom-img,
  .brand-bottom-img img {
    height: 20rem;
    min-height: 20rem;
  }
}