.w1760 {
  width: 17.6rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  z-index: 2;
}

@media (max-width: 1780px) {
  .w1760 {
    width: 94%;
  }
}

.w1440 {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  z-index: 2;
}

@media (max-width: 1460px) {
  .w1440 {
    width: 94%;
  }
}

header {
  width: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: all ease 0.3s;
}

header .w1760 {
  display: flex;
  align-items: center;
  z-index: 10;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
  width: 3.84rem;
}

header .logo a, header .logo img {
  width: 100%;
  display: block;
}

header .logo img:first-child {
  display: none;
}

header .logo img:last-child {
  display: block;
}

header .rights {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: right;
}

header .rights .rox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

header .rights .ss {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
}

header .rights .ss img {
  width: 100%;
  display: block;
}

header .rights .languages {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0 0.1rem;
  text-align: left;
}

header .rights .languages .lauges {
  width: 100%;
  width: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

header .rights .languages .lauges .lashow {
  width: 100%;
  color: #222;
  line-height: 0.4rem;
  position: relative;
  cursor: pointer;
  padding: 0 0.1rem;
}

header .rights .languages .lauges .lashow:after {
  content: " ";
  position: absolute;
  z-index: 3;
  right: 0.05rem;
  top: calc(50% + 0.01rem);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: solid 0.05rem;
  border-color: #222 transparent transparent transparent;
}

header .rights .languages .lauges .language {
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 100%;
  display: none;
}

header .rights .languages .lauges .language .latem {
  width: 100%;
}

header .rights .languages .lauges .language .latem a {
  width: 100%;
  display: block;
  color: #df211c;
  padding: 0 0.1rem;
  line-height: 3;
  background: #f7f7f7;
}

header .rights .languages .lauges .language .latem:hover a {
  background: #df211c;
  color: #fff;
}

header .rights .menu {
  display: none;
}

header nav {
  flex: 1;
  padding: 0 0.2rem;
  text-align: center;
}

header nav .natem {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0.2rem;
}

header nav .natem .nas {
  width: auto;
  display: inline-block;
}

header nav .natem .nas a {
  display: inline-block;
  line-height: 3.5;
  line-height: .9rem;
  color: #333;
  position: relative;
}

header nav .natem .nas a:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #df211c;
  transition: all ease 0.4s;
  width: 100%;
  display: none;
}

header nav .natem .navuls {
  width: 2rem;
  position: absolute;
  z-index: 101;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
}

header nav .natem .navuls ul {
  width: 100%;
}

header nav .natem .navuls ul li {
  width: 100%;
}

header nav .natem .navuls ul li .ns {
  width: 100%;
  display: block;
  line-height: 3;
  color: #df211c;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.2rem;
  position: relative;
  text-align: center;
}

header nav .natem .navuls ul li .ns span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 2.2;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

header nav .natem .navuls ul li .ns b {
  display: inline-block;
  vertical-align: middle;
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.06rem;
}

header nav .natem .navuls ul li .ns b img {
  width: 100%;
  display: block;
}

header nav .natem .navuls ul li .theul {
  position: absolute;
  left: 100.5%;
  top: 0;
  width: 100%;
  display: none;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
}

header nav .natem .navuls ul li .theul li {
  width: 100%;
}

header nav .natem .navuls ul li .theul li a {
  width: 100%;
  display: block;
  line-height: 3;
  color: #555;
  color: #000;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.2rem;
  background: white;
}

header nav .natem .navuls ul li .theul li a:hover {
  color: #df211c;
}

header nav .natem .navuls ul li.has-the .ns:after {
  content: ' ';
  position: absolute;
  right: 0.14rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background-image: url("../images/r.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

header nav .natem .navuls ul li:hover .ns {
  background: #df211c;
  color: #fff;
}

header nav .natem .navuls ul li:hover .ns span {
  color: #df211c;
}

header nav .natem .navuls ul li.has-the:hover .ns:after {
  background-image: url("../images/r2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

header nav .natem.on .nas a {
  color: #df211c;
}

header nav .natem.on .nas a:after {
  width: 100%;
  display: block;
  left: 0;
  right: 0;
}

header nav .natem.on .navuls {
  background-color: #f7f7f7;
}

header nav .natem:hover .nas a {
  color: #df211c;
}

header nav .natem:hover .nas a:after {
  display: block;
  width: 100%;
  left: 0;
  right: 0;
}

header .sear {
  width: 100%;
  width: 3.5rem;
  font-size: 0;
  padding: 0.1rem 0.2rem;
  border-top: solid 1px #f6f6f6;
  display: none;
  position: absolute;
  right: 3%;
  z-index: 1111;
  background: #fff;
}

header .sear form {
  width: 100%;
  font-size: 0;
  margin: 0 auto;
  max-width: 10rem;
  display: block;
}

header .sear .input {
  width: calc(100% - 1rem);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: #f6f6f6;
}

header .sear .input input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  background: #f6f6f6;
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  height: 2.5em;
  padding: 0 0.2rem;
  border: none;
}

header .sear .submxt {
  width: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .sear .submxt input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #df211c;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  padding: 0 0.2rem;
  border: none;
  text-align: center;
  cursor: pointer;
}

header .black {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8;
  cursor: pointer;
}

@media (max-width: 950px) {
  header {
    padding: 0.15rem 0;
  }
  header nav {
    width: 60%;
    width: 5rem;
    position: fixed;
    max-width: 90%;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 500;
    transform: translate(100%, 0);
    transition: transform .3s;
    padding-left: 0.1rem;
    padding: 0.1rem;
  }
  header nav .natem {
    width: 100%;
    position: relative;
    margin: 0;
    text-align: left;
    padding: 0 0.2rem;
  }
  header nav .natem .nas {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
  header nav .natem .nas a {
    color: #333;
    line-height: 3;
  }
  header nav .natem .nas a:after {
    left: 0;
    right: auto !important;
  }
  header nav .natem .nas .nem {
    color: #333;
  }
  header nav .natem .nas .nem .xm {
    display: none;
  }
  header nav .natem .navuls {
    width: 100%;
    padding: 0.1rem 0;
    position: relative;
    height: auto;
    text-align: left;
  }
  header nav .natem .navuls ul li .ns {
    text-align: left;
  }
  header nav .natem.on .nas .nem {
    color: #df211c;
  }
  header nav .natem:hover .nas a {
    color: #df211c;
    background-color: #fff;
  }
  header nav .natem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.05rem;
    font-size: 20px;
    color: #333;
    border: none;
  }
  header nav .natem.has-nav.show:after {
    content: "-";
  }
  header .rights {
    width: calc(100% - 3.8rem);
  }
  header .rights .rox {
    justify-content: flex-end;
  }
  header .rights .rox .ss {
    width: 0.5rem;
    height: 0.5rem;
  }
  header .rights .rox .menu {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.1rem;
  }
  header .rights .rox .menu img {
    width: 100%;
    display: block;
  }
  header .rights .rox .languages .lauges {
    width: 1.5rem;
  }
  header .rights .rox .languages .lauges .lashow {
    line-height: 0.6rem;
    padding: 0 0.2rem;
  }
  header .sear {
    width: 5rem;
    top: 1rem;
  }
  header.menu-state {
    z-index: 10000;
  }
  header.menu-state nav {
    transform: translate(0, 0);
  }
  header.menu-state .black {
    display: block;
  }
}

@media (max-width: 450px) {
  header .logo {
    width: 3rem;
  }
  header .rights {
    width: calc(100% - 3rem);
  }
}

.banner {
  width: 100%;
  position: relative;
}

.banner .swiper-slide {
  width: 100%;
}

.banner .swiper-slide .img {
  width: 100%;
  padding-top: 44.27%;
  position: relative;
}

.banner .swiper-slide .bom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  max-width: 90%;
}

.banner .swiper-slide .bom .bix {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.banner .swiper-slide .bom .bim {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0.2rem 0 0.4rem;
}

.banner .swiper-slide .bom .more {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.banner .swiper-slide .bom .more a {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #fff;
  color: #fff;
  line-height: 2.5;
  border-radius: 1.25em;
  padding: 0 0.3rem;
  transition: all ease 0.3s;
}

.banner .swiper-slide .bom .more a span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  position: relative;
  top: -0.02rem;
  margin-left: 0.1rem;
}

.banner .swiper-slide .bom .more a span img {
  width: 100%;
  display: block;
}

.banner .swiper-slide .bom .more a:hover {
  transform: scale(1.05);
}

.banner .swiper-pagination {
  bottom: 0.5rem;
  left: calc((80 / 1920) * 100%);
  color: #a7a7a7;
  text-align: left;
  width: auto;
  font-size: 18px;
}

.banner .swiper-pagination-current {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}

.banner .pagination {
  position: absolute;
  z-index: 5;
  right: calc((80 / 1920) * 100%);
  bottom: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.banner .pagination span {
  display: inline-block;
  vertical-align: middle;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #a7a7a7;
  cursor: pointer;
  margin: 0 0.1rem;
}

.banner .pagination span.on {
  background-color: transparent;
  border: solid 2px #fff;
  width: 0.14rem;
  height: 0.14rem;
}

.banner .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  margin: 0 0.2rem !important;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
  width: 0.24rem;
  height: 0.24rem;
}

@media (max-width: 900px) {
  .banner .swiper-slide .img {
    padding-top: 80%;
  }
  .banner .swiper-slide .bom .binp {
    font-size: 20px;
  }
}

footer {
  width: 100%;
  background-color: #161616;
}

footer .ftop {
  width: 100%;
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

footer .ftop .fogo {
  display: inline-block;
  vertical-align: middle;
  width: 4.1rem;
}

footer .ftop .fogo a, footer .ftop .fogo img {
  width: 100%;
  display: block;
}

footer .ftop .share {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

footer .ftop .share .am {
  display: inline-block;
  vertical-align: middle;
  width: 0.42rem;
  height: 0.42rem;
  margin: 0 0.1rem;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.5);
  opacity: 0.8;
  position: relative;
  transition: all ease 0.3s;
}

footer .ftop .share .am a, footer .ftop .share .am img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .ftop .share .am .codm {
  position: absolute;
  bottom: calc(100% + 0.14rem);
  left: 50%;
  transform: translateX(-50%);
  width: 1.3rem;
  height: 1.3rem;
  padding: 0.1rem;
  display: none;
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
}

footer .ftop .share .am .codm img {
  width: 100%;
  display: block;
}

footer .ftop .share .am:hover {
  opacity: 1;
  border: solid 1px #d5221a;
  background-color: #d5221a;
}

footer .ftop .share .am:hover .codm {
  display: block;
}

footer .fmid {
  width: 100%;
  padding: 0.5rem 0 0.8rem;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

footer .fmid .fml {
  display: inline-block;
  vertical-align: top;
  width: calc((310 / 1760) * 100%);
}

footer .fmid .fml .filis {
  width: 100%;
}

footer .fmid .fml .filis .row {
  width: 100%;
  font-size: 0;
  padding: 0.05rem 0;
}

footer .fmid .fml .filis .row .ic {
  display: inline-block;
  vertical-align: top;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.2rem;
}

footer .fmid .fml .filis .row .ic img {
  width: 100%;
  display: block;
}

footer .fmid .fml .filis .row .cm {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.24rem - 0.2rem);
  color: #a7a7a7;
  line-height: 1.5;
}

footer .fmid .fmr {
  display: inline-block;
  vertical-align: top;
  width: calc((1360 / 1760) * 100%);
  font-size: 0;
}

footer .fmid .fmr .flist {
  display: inline-block;
  vertical-align: top;
  width: calc((170 / 1360) * 100%);
}

footer .fmid .fmr .flist .fit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

footer .fmid .fmr .flist .ful {
  width: 100%;
}

footer .fmid .fmr .flist .ful a {
  width: 100%;
  display: block;
  color: #a7a7a7;
  line-height: 2;
  transition: all ease 0.3s;
}

footer .fmid .fmr .flist .ful a:hover {
  color: #fff;
}

footer .fbot {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.2rem 0;
}

footer .fbot .fma {
  display: inline-block;
  vertical-align: middle;
  color: #a7a7a7;
  line-height: 1.5;
}

@media (max-width: 900px) {
  footer .fmid {
    padding: 0.4rem 0;
  }
  footer .fmid .fml {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  footer .fmid .fmr {
    width: 100%;
  }
  footer .fmid .fmr .flist {
    margin-bottom: 0.25rem;
    width: 100%;
  }
  footer .fmid .fmr .flist .fit {
    margin-bottom: 0.1rem;
  }
  footer .fmid .fmr .flist .ful {
    width: 100%;
    font-size: 0;
  }
  footer .fmid .fmr .flist .ful a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
  }
  footer .fmid .fmr .flist:last-child {
    margin-bottom: 0;
  }
}

.products {
  width: 100%;
  padding: 0.8rem 0;
}

.products .procont {
  width: 100%;
  font-size: 0;
}

.products .procont .prl {
  display: inline-block;
  vertical-align: middle;
  width: calc((865 / 1760) * 100%);
  position: relative;
}

.products .procont .prl a {
  width: 100%;
  display: block;
}

.products .procont .prl .imgs {
  width: 100%;
  overflow: hidden;
}

.products .procont .prl .imgs .img {
  width: 100%;
  padding-top: 90.17%;
  transition: all ease 0.3s;
}

.products .procont .prl .pom {
  position: absolute;
  bottom: 5%;
  width: 100%;
  left: 0;
  right: 0;
}

.products .procont .prl .pom .morx {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.products .procont .prl .pom .morx span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 2.5;
  padding: 0 0.3rem;
}

.products .procont .prl .pom .morx span i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.products .procont .prl .pom .morx span i img {
  width: 100%;
  display: block;
}

.products .procont .prl .pom .morx span i img:first-child {
  display: block;
}

.products .procont .prl .pom .morx span i img:last-child {
  display: none;
}

.products .procont .prl .pom .pi {
  width: 100%;
  text-align: center;
  color: #555;
  line-height: 1.5;
}

.products .procont .prl .pom .pm {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  margin: 0.1rem 0 0.3rem;
}

.products .procont .prl:hover .imgs .img {
  transform: scale(1.1);
}

.products .procont .prl:hover .pom .morx span {
  background-color: #df211c;
  color: #fff;
}

.products .procont .prl:hover .pom .morx span i img:first-child {
  display: none;
}

.products .procont .prl:hover .pom .morx span i img:last-child {
  display: block;
}

.products .procont .prr {
  display: inline-block;
  vertical-align: middle;
  width: calc((865 / 1760) * 100%);
  position: relative;
  margin-left: calc((29 / 1760) * 100%);
}

.products .procont .prr a {
  width: 100%;
  display: block;
}

.products .procont .prr .prem {
  width: 100%;
  position: relative;
}

.products .procont .prr .prem .imgs {
  width: 100%;
  overflow: hidden;
}

.products .procont .prr .prem .imgs .img {
  width: 100%;
  padding-top: 43.35%;
  transition: all ease 0.3s;
}

.products .procont .prr .prem .pom {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: auto;
  text-align: left;
}

.products .procont .prr .prem .pom .morx {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.products .procont .prr .prem .pom .morx span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 2.5;
  padding: 0 0rem;
  transition: all ease 0.3s;
}

.products .procont .prr .prem .pom .morx span i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.products .procont .prr .prem .pom .morx span i img {
  width: 100%;
  display: block;
}

.products .procont .prr .prem .pom .morx span i img:first-child {
  display: block;
}

.products .procont .prr .prem .pom .morx span i img:last-child {
  display: none;
}

.products .procont .prr .prem .pom .pi {
  width: 100%;
  text-align: left;
  color: #555;
  line-height: 1.5;
}

.products .procont .prr .prem .pom .pm {
  width: 100%;
  text-align: left;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  margin: 0.1rem 0 0.3rem;
}

.products .procont .prr .prem + .prem {
  margin-top: 0.3rem;
}

.products .procont .prr .prem:hover .imgs .img {
  transform: scale(1.1);
}

.products .procont .prr .prem:hover .pom .morx span {
  padding: 0 0.3rem;
  background-color: #df211c;
  color: #fff;
}

.products .procont .prr .prem:hover .pom .morx span i img:first-child {
  display: none;
}

.products .procont .prr .prem:hover .pom .morx span i img:last-child {
  display: block;
}

.display {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background-color: #f4f4f4;
}

.display .dsl {
  display: inline-block;
  vertical-align: middle;
  width: calc((1140 / 1920) * 100%);
}

.display .dsl .img {
  width: 100%;
  padding-top: 82.45%;
}

.display .dsr {
  display: inline-block;
  vertical-align: middle;
  width: calc((779 / 1920) * 100%);
  padding: 0 0.8rem 0 calc((80 / 1920) * 100%);
}

.display .dsr .dit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.display .dsr .line {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #c3c3c3;
  margin: 0.45rem 0;
}

.display .dsr .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 2px;
  background-color: #df211c;
}

.display .dsr .dinp {
  width: 100%;
  color: #555;
  line-height: 1.8;
  margin: 0.7rem 0;
}

.display .dsr .dinp p {
  color: #555;
  line-height: 1.8;
}

.display .dsr .morx {
  width: 100%;
  font-size: 0;
}

.display .dsr .morx a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 2.5;
  padding: 0 0rem;
  transition: all ease 0.3s;
}

.display .dsr .morx a i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.display .dsr .morx a i img {
  width: 100%;
  display: block;
}

.display .dsr .morx a i img:first-child {
  display: block;
}

.display .dsr .morx a i img:last-child {
  display: none;
}

.display .dsr .morx a:hover {
  background-color: #df211c;
  color: #fff;
  padding: 0 0.3rem;
}

.display .dsr .morx a:hover i img:first-child {
  display: none;
}

.display .dsr .morx a:hover i img:last-child {
  display: block;
}

.brands {
  width: 100%;
  padding: 0.8rem 0;
}

.brands .bracont {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.brands .bracont .bracm {
  flex: 1;
  width: 33.3%;
}

.brands .bracont .bracm a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.brands .bracont .bracm .imgs {
  width: 100%;
  overflow: hidden;
}

.brands .bracont .bracm .imgs .img {
  width: 100%;
  padding-top: 66.89%;
  transition: all ease 0.3s;
}

.brands .bracont .bracm .bom {
  width: 100%;
  padding-top: 66.89%;
  position: relative;
}

.brands .bracont .bracm .bom .btm {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0.4rem 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.brands .bracont .bracm .bom .icon {
  display: block;
  width: 3.2rem;
  max-width: 90%;
  margin: 0 auto 0.2rem;
}

.brands .bracont .bracm .bom .icon img {
  width: 100%;
  display: block;
}

.brands .bracont .bracm .bom .bim {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.8;
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

.brands .bracont .bracm .bom .bim p {
  color: #333;
  line-height: 1.8;
}

.brands .bracont .bracm:nth-child(3n+2) a {
  flex-direction: column-reverse;
}

.brands .bracont .bracm:hover .imgs .img {
  transform: scale(1.1);
}

@media (max-width: 900px) {
  .brands .bracont .bracm {
    width: 100%;
    flex: none;
  }
  .brands .bracont .bracm .bom {
    padding-top: 0;
  }
  .brands .bracont .bracm .bom .btm {
    position: relative;
  }
  .brands .bracont .bracm + .bracm {
    margin-top: 30px;
  }
  .brands .bracont .bracm:nth-child(3n+2) a {
    flex-direction: column;
  }
}

.enterprise {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #f2f4f8;
}

.enterprise .enl {
  display: inline-block;
  vertical-align: middle;
  width: calc((600 / 1760) * 100%);
  margin-right: calc((29 / 1760) * 100%);
  position: relative;
}

.enterprise .enl a {
  width: 100%;
  display: block;
}

.enterprise .enl .imgs {
  width: 100%;
  overflow: hidden;
}

.enterprise .enl .imgs .img {
  width: 100%;
  padding-top: 130%;
  transition: all ease 0.3s;
}

.enterprise .enl .botm {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0.4rem;
}

.enterprise .enl .botm .bit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.enterprise .enl .botm .binp {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin: 0.1rem 0 0.2rem;
}

.enterprise .enl .botm .morx {
  width: 100%;
  font-size: 0;
}

.enterprise .enl .botm .morx span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2.5;
}

.enterprise .enl .botm .morx span i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.enterprise .enl .botm .morx span i img {
  width: 100%;
  display: block;
}

.enterprise .enr {
  display: inline-block;
  vertical-align: middle;
  width: calc((1130 / 1760) * 100%);
}

.enterprise .enr .enrop {
  width: 100%;
  position: relative;
  margin-bottom: 0.3rem;
}

.enterprise .enr .enrop a {
  width: 100%;
  display: block;
}

.enterprise .enr .enrop .imgs {
  width: 100%;
  overflow: hidden;
}

.enterprise .enr .enrop .imgs .img {
  width: 100%;
  padding-top: 39.82%;
  transition: all ease 0.3s;
}

.enterprise .enr .enrop .botm {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0.4rem;
}

.enterprise .enr .enrop .botm .bit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.enterprise .enr .enrop .botm .binp {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin: 0.1rem 0 0.2rem;
}

.enterprise .enr .enrop .botm .morx {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.enterprise .enr .enrop .botm .morx span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2.5;
  padding: 0 0.3rem;
}

.enterprise .enr .enrop .botm .morx span i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.enterprise .enr .enrop .botm .morx span i img {
  width: 100%;
  display: block;
}

.enterprise .enr .enbot {
  width: 100%;
  font-size: 0;
}

.enterprise .enr .enbot .enbm {
  display: inline-block;
  vertical-align: middle;
  width: calc((550 / 1130) * 100%);
  margin-right: calc((29 / 1130) * 100%);
  position: relative;
}

.enterprise .enr .enbot .enbm a {
  width: 100%;
  display: block;
}

.enterprise .enr .enbot .enbm .imgs {
  width: 100%;
  overflow: hidden;
}

.enterprise .enr .enbot .enbm .imgs .img {
  width: 100%;
  padding-top: 54.54%;
  transition: all ease 0.3s;
}

.enterprise .enr .enbot .enbm .botm {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0.4rem;
}

.enterprise .enr .enbot .enbm .botm .bit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.enterprise .enr .enbot .enbm .botm .binp {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin: 0.1rem 0 0.2rem;
}

.enterprise .enr .enbot .enbm .botm .morx {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.enterprise .enr .enbot .enbm .botm .morx span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2.5;
  padding: 0 0.3rem;
}

.enterprise .enr .enbot .enbm .botm .morx span i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  margin-left: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.enterprise .enr .enbot .enbm .botm .morx span i img {
  width: 100%;
  display: block;
}

.enterprise .enr .enbot .enbm:nth-child(2n) {
  margin-right: 0;
}

.enterprise .eom:hover .imgs .img {
  transform: scale(1.1);
}

@media (max-width: 900px) {
  .enterprise .enl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .enterprise .enr {
    width: 100%;
  }
  .enterprise .enr .enrop {
    margin-bottom: 10px;
  }
  .enterprise .enr .enbot .enbm {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .enterprise .eom .imgs .img {
    padding-top: 50% !important;
  }
}

.partners {
  width: 100%;
  padding: 0.8rem 0;
}

.partners .patop {
  width: 100%;
  margin-bottom: 0.6rem;
  text-align: center;
}

.partners .patop .pit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.partners .patop .pim {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.partners .partper {
  width: 100%;
}

.partners .partper .parm {
  display: inline-block;
  vertical-align: top;
  width: calc((268 / 1760) * 100%);
  margin-right: calc((30 / 1760) * 100%);
  overflow: hidden;
  margin-bottom: 0.3rem;
  border: solid 1px #eee;
}

.partners .partper .parm a {
  width: 100%;
  display: block;
}

.partners .partper .parm .img {
  width: 100%;
  padding-top: 37.31%;
  transition: all ease 0.3s;
}

.partners .partper .parm:hover .img {
  transform: scale(1.1);
}

.partners .partper .parm:nth-child(6n) {
  margin-right: 0;
}

.partners .partper .parm:nth-child(6n+1) {
  transition-delay: 0.2s;
}

.partners .partper .parm:nth-child(6n+2) {
  transition-delay: 0.3s;
}

.partners .partper .parm:nth-child(6n+3) {
  transition-delay: 0.4s;
}

.partners .partper .parm:nth-child(6n+4) {
  transition-delay: 0.5s;
}

.partners .partper .parm:nth-child(6n+5) {
  transition-delay: 0.6s;
}

.partners .partper .parm:nth-child(6n+6) {
  transition-delay: 0.7s;
}

.nanner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nanner .imgs {
  width: 100%;
  position: relative;
}

.nanner .imgs .img {
  width: 100%;
  padding-top: 26.61%;
}

.nanner .imgs .vox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((240 / 1920) * 100%);
}

.nanner .imgs .vox .vt {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.nanner .imgs .vox .vx {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.nanner .imgs .vox.mid {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 900px) {
  .nanner .imgs .img {
    padding-top: 50%;
  }
  .nanner .imgs .vox {
    left: 5%;
  }
}

.nanbar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.nanbar .nar {
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 0px 0px rgba(197, 197, 197, 0.16);
}

.nanbar .swiper-slide {
  width: 100%;
}

.nanbar .swiper-slide a {
  width: 100%;
  display: block;
  color: #555;
  line-height: 3.5;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
}

.nanbar .swiper-slide.on a {
  color: #fff;
  background-color: #df211c;
}

@media (max-width: 900px) {
  .nanbar {
    position: relative;
  }
  .nanbar .swiper-slide {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .nanbar .swiper-slide a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.3rem;
  }
}

.breads {
  width: 100%;
  background-color: transparent;
}

.breads .bread {
  width: 100%;
  font-size: 0;
  text-align: right;
}

.breads .bread .home {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

.breads .bread .home img {
  width: 100%;
  display: block;
}

.breads .bread .nts {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #888;
  line-height: 4;
  margin-right: 0.12rem;
}

.breads .bread .nts span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.12rem;
  color: #888;
  position: relative;
  top: -0.02rem;
}

.breads .bread .nts span img {
  width: 100%;
  display: block;
}

.breads .bread .nts:hover {
  color: #d8242b;
}

.breads .bread .nts:hover span {
  color: #888;
}

.breads .bread .nts:last-child span {
  display: none;
}

.breads.white {
  background-color: #fff;
}

.pages {
  width: 100%;
  padding: 0.3rem 0 0.2rem;
  font-size: 0;
  text-align: center;
}

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #666;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  margin: 0 0.1rem 0.1rem;
  transition: all ease 0.3s;
}

.pages .page.auto {
  width: auto;
  padding: 0 0.2rem;
}

.pages .page:hover {
  color: #fff;
  background-color: #d8242b;
  border: solid 1px #d8242b;
}

.pages .page.on {
  color: #fff;
  background-color: #d8242b;
  border: solid 1px #d8242b;
}

@media (max-width: 900px) {
  .pages .page {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .pages .page.auto {
    width: auto;
    padding: 0 0.2rem;
  }
}

.customer {
  width: 100%;
  padding: 0.3rem 0 0.3rem;
}

.customer .custop {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}

.customer .custop .cit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.1rem;
}

.customer .custop .cit .cm {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  position: relative;
}

.customer .custop .cit .cm:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  right: -14px;
  top: -2px;
  width: 16px;
  height: 16px;
  background-image: url("../images/i1.png");
  background-size: 100% 100%;
}

.customer .custop .cip {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.customer .custlis {
  width: 100%;
  font-size: 0;
}

.customer .custlis .cusem {
  display: inline-block;
  vertical-align: top;
  width: calc((215 / 1440) * 100%);
  margin-right: calc((29 / 1440) * 100%);
  margin-bottom: 0.3rem;
  border: solid 1px #e5e5e5;
}

.customer .custlis .cusem a {
  width: 100%;
  display: block;
}

.customer .custlis .cusem .img {
  width: 100%;
  padding-top: 51.16%;
  transition: all ease 0.3s;
}

.customer .custlis .cusem:nth-child(6n) {
  margin-right: 0;
}

.customer .custlis .cusem:nth-child(6n+1) {
  transition-delay: 0.2s;
}

.customer .custlis .cusem:nth-child(6n+2) {
  transition-delay: 0.3s;
}

.customer .custlis .cusem:nth-child(6n+3) {
  transition-delay: 0.4s;
}

.customer .custlis .cusem:nth-child(6n+4) {
  transition-delay: 0.5s;
}

.customer .custlis .cusem:nth-child(6n+5) {
  transition-delay: 0.6s;
}

.customer .custlis .cusem:nth-child(6n+6) {
  transition-delay: 0.7s;
}

.customer .custlis .cusem:hover .img {
  transform: scale(1.1);
}

.mitop {
  width: 100%;
  margin-bottom: 0.55rem;
}

.mitop .mit {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.mitop .mit .mx {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
}

.mitop .mit .mx:after {
  content: ' ';
  position: absolute;
  background-image: url("../images/i1.png");
  width: 0.16rem;
  height: 0.16rem;
  right: -0.1rem;
  top: -0.1rem;
  background-size: 100% 100%;
}

.mitop .mips {
  width: 100%;
  color: #333;
  line-height: 1.6;
  text-align: center;
  margin-top: 0.4rem;
}

.mitop .mips p {
  color: #333;
  line-height: 1.6;
}

.moves {
  width: 100%;
  padding: 0.7rem 0;
}

.moves .movem {
  width: 100%;
  font-size: 0;
}

.moves .movem .mol {
  display: inline-block;
  vertical-align: middle;
  width: calc((880 / 1440) * 100%);
}

.moves .movem .mol .img {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.moves .movem .mol .img .play {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  bottom: 0.5rem;
  left: 0.5rem;
}

.moves .movem .mol .img .play img {
  width: 100%;
  display: block;
}

.moves .movem .mor {
  display: inline-block;
  vertical-align: middle;
  width: calc((559 / 1440) * 100%);
  text-align: center;
  padding: 0 0.4rem;
}

.moves .movem .mor .ci {
  display: block;
  margin: 0 auto 0.2rem;
  width: 3.2rem;
  max-width: 100%;
}

.moves .movem .mor .ci img {
  width: 100%;
  display: block;
}

.moves .movem .mor .cinp {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.8;
}

.moves .movem .mor .cinp p {
  color: #333;
  line-height: 1.8;
}

.products {
  width: 100%;
  padding: 0.7rem 0;
}

.products .pix {
  width: 100%;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.55rem;
}

.products .pix p {
  color: #333;
  line-height: 1.8;
}

.products .proshow {
  width: 100%;
  font-size: 0;
}

.products .proshow .plrm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.products .proshow .plrm .prom {
  width: 100%;
  margin-bottom: 0.1rem;
  overflow: hidden;
}

.products .proshow .plrm .prom a {
  width: 100%;
  display: block;
}

.products .proshow .plrm .prom .img {
  width: 100%;
  padding-top: 55.94%;
  transition: all ease 0.3s;
}

.products .proshow .plrm .prom:hover .img {
  transform: scale(1.1);
}

.products .proshow .plrm .pbom {
  width: 100%;
  font-size: 0;
}

.products .proshow .plrm .pbom .bom {
  display: inline-block;
  vertical-align: top;
  width: calc((352 / 715) * 100%);
  margin-right: calc((10 / 715) * 100%);
  overflow: hidden;
}

.products .proshow .plrm .pbom .bom .img {
  width: 100%;
  padding-top: 71.02%;
  transition: all ease 0.3s;
}

.products .proshow .plrm .pbom .bom:nth-child(2n) {
  margin-right: 0;
}

.products .proshow .plrm .pbom .bom:hover .img {
  transform: scale(1.1);
}

.products .proshow .prl {
  display: inline-block;
  vertical-align: middle;
  width: calc((715 / 1440) * 100%);
  margin-right: calc((9 / 1440) * 100%);
}

.products .proshow .prr {
  display: inline-block;
  vertical-align: middle;
  width: calc((715 / 1440) * 100%);
}

.products .proshow .prr .plrm {
  flex-direction: column-reverse;
}

.products .proshow .prr .plrm .prom {
  margin-bottom: 0;
  margin-top: 0.1rem;
}

.application {
  width: 100%;
  padding: 0.7rem 0;
}

.application .applm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.application .applm .apl {
  display: inline-block;
  vertical-align: middle;
  width: calc((820 / 1440) * 100%);
}

.application .applm .apl .swiper-slide {
  width: 100%;
}

.application .applm .apl .swiper-slide .img {
  width: 100%;
  padding-top: 60.36%;
}

.application .applm .apl .swiper-pagination {
  bottom: 0.4rem;
  left: 0.4rem;
  text-align: left;
}

.application .applm .apl .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem;
  cursor: pointer;
}

.application .applm .apl .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  border: solid 2px #fff;
  background-color: transparent;
}

.application .applm .apr {
  display: inline-block;
  vertical-align: middle;
  width: calc((500 / 1440) * 100%);
}

.application .applm .apr .ait {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.application .applm .apr .line {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #dadada;
  margin: 0.2rem 0;
}

.application .applm .apr .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.35rem;
  height: 2px;
  background-color: #df211c;
}

.application .applm .apr .ainp {
  width: 100%;
  color: #333;
  line-height: 1.6;
}

.application .applm .apr .ainp p {
  color: #333;
  line-height: 1.6;
}

.relevants {
  width: 100%;
  padding: 0.7rem 0;
}

.relevants .retop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.relevants .retop .rel {
  display: inline-block;
  vertical-align: middle;
}

.relevants .retop .rel .mx {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #333;
  line-height: 1.5;
}

.relevants .retop .rel .mx:after {
  content: ' ';
  position: absolute;
  background-image: url("../images/i1.png");
  width: 0.16rem;
  height: 0.16rem;
  right: -0.1rem;
  top: -0.1rem;
  background-size: 100% 100%;
}

.relevants .retop .rer {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.relevants .retop .rer a {
  display: inline-block;
  vertical-align: middle;
}

.relevants .retop .rer a .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
}

.relevants .retop .rer a .ic img {
  width: 100%;
  display: block;
}

.relevants .retop .rer a span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.relevants .relelist {
  width: 100%;
  font-size: 0;
}

.relevants .relelist .relem {
  display: inline-block;
  vertical-align: top;
  width: calc((446 / 1440 ) * 100%);
  margin-right: calc((50 / 1440 ) * 100%);
  background-color: #f6f6f6;
  padding: 0.6rem 0rem;
  border-top: solid 3px transparent;
  transition: all ease 0.3s;
}

.relevants .relelist .relem a {
  width: 100%;
  display: block;
}

.relevants .relelist .relem .imgs {
  width: calc((340 / 446) * 100%);
  display: block;
  margin: 0 auto 0.2rem;
  overflow: hidden;
}

.relevants .relelist .relem .imgs .img {
  width: 100%;
  padding-top: 70.58%;
  transition: all ease 0.3s;
}

.relevants .relelist .relem .relm {
  width: 100%;
  text-align: center;
  padding: 0 0.2rem;
}

.relevants .relelist .relem .relm .ret {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.relevants .relelist .relem .relm .rex {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.relevants .relelist .relem:nth-child(3n) {
  margin-right: 0;
}

.relevants .relelist .relem:hover {
  transform: scale(1.05);
  border-top: solid 3px #e02722;
}

.relevants .relelist .relem:hover .imgs .img {
  transform: scale(1.1);
}

.relevants .relelist .relem:hover .relm .ret {
  color: #d5221a;
}

.recruits {
  width: 100%;
  padding: 0.7rem 0;
}

.recruits .retop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.recruits .retop .rel {
  display: inline-block;
  vertical-align: middle;
}

.recruits .retop .rel .mx {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #333;
  line-height: 1.5;
}

.recruits .retop .rel .mx:after {
  content: ' ';
  position: absolute;
  background-image: url("../images/i1.png");
  width: 0.16rem;
  height: 0.16rem;
  right: -0.1rem;
  top: -0.1rem;
  background-size: 100% 100%;
}

.recruits .retop .rer {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.recruits .retop .rer .select {
  width: 3.2rem;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #dcdcdc;
  margin-right: 0.2rem;
}

.recruits .retop .rer .select .select-con {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  text-align: left;
}

.recruits .retop .rer .select .select-con .select-value {
  display: block;
  width: 100%;
  line-height: 3;
  height: 3em;
  color: #666;
  padding: 0 0.2rem;
}

.recruits .retop .rer .select .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.recruits .retop .rer .select .select-con select option {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.8;
  background: #fff;
}

.recruits .retop .rer .select .select-con:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 14px;
  height: 8px;
  background-image: url("../images/x.png");
  background-size: 100%;
}

.recruits .retop .rer .inputc {
  width: 3.2rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  border: solid 1px #dcdcdc;
  padding-right: 0.2rem;
}

.recruits .retop .rer .inputc .int {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.3rem);
  line-height: 3;
  height: 3em;
  border: none;
  padding: 0 0.2rem;
  background-color: transparent;
}

.recruits .retop .rer .inputc .stn {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-image: url("../images/ss.png");
  background-size: 100% 100%;
}

.recruits .retop .rer .inputc .stn img {
  width: 100%;
  display: block;
}

.recruits .recrus {
  width: 100%;
}

.recruits .recrus .con-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  margin-bottom: 0.3rem;
}

.recruits .recrus .con-item .title {
  width: 100%;
  line-height: 3;
  position: relative;
  font-size: 0;
  cursor: pointer;
  background-color: #f7f7f7;
}

.recruits .recrus .con-item .title .icon {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 3;
  padding: 0.1rem 0;
  text-align: center;
}

.recruits .recrus .con-item .title .name {
  padding-left: 0.3rem;
  text-align: left;
  width: calc(100% - 100px - 1rem);
  display: inline-block;
  vertical-align: middle;
}

.recruits .recrus .con-item .title .nm {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  position: relative;
}

.recruits .recrus .con-item .title .tip {
  position: absolute;
  right: -0.2rem;
  top: 0;
  background-color: #fabf13;
  border-radius: 3px;
  padding: 0 0.07rem;
  line-height: 2;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  white-space: nowrap;
}

.recruits .recrus .con-item .title .coop {
  padding-right: 0.3rem;
  position: relative;
  text-align: center;
  width: 1rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.recruits .recrus .con-item .title .coop span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all ease 0.3s;
}

.recruits .recrus .con-item .title .coop .op {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border: solid 0.1rem;
  border-color: #cbcbcb transparent transparent transparent;
  position: absolute;
  top: calc(50% - 0.15rem);
  transition: all ease 0.3s;
  transform: translateY(50%) rotate(0deg);
}

.recruits .recrus .con-item .title .coop .op img {
  width: 100%;
  display: block;
}

.recruits .recrus .con-item .title .coop .op img:first-child {
  display: block;
}

.recruits .recrus .con-item .title .coop .op img:last-child {
  display: none;
}

.recruits .recrus .con-item .title .coop .cl {
  display: none;
  color: #fff;
}

.recruits .recrus .con-item .contents {
  display: none;
  width: 100%;
  padding: 0.4rem 0.4rem;
  height: auto;
  background: #f7f7f7;
}

.recruits .recrus .con-item .contents .conc {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.recruits .recrus .con-item .contents .conc span {
  display: inline-block;
  vertical-align: top;
  color: #666;
  line-height: 1.5;
  margin-right: 0.4rem;
  margin-bottom: 0.15rem;
}

.recruits .recrus .con-item .contents .column {
  width: 100%;
  height: auto;
  font-size: 0;
}

.recruits .recrus .con-item .contents .column .column-item {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  height: auto;
  margin-bottom: 0.15rem;
  margin-right: 4%;
}

.recruits .recrus .con-item .contents .column .column-item .column-name {
  width: 100%;
  text-align: left;
  display: block;
  line-height: 1.5;
  margin-bottom: 0.22rem;
  color: #000;
}

.recruits .recrus .con-item .contents .column .column-item .column-list {
  width: 100%;
  padding: 0rem 0 0.15rem;
  color: #666;
  line-height: 2;
}

.recruits .recrus .con-item .contents .column .column-item .column-list p {
  color: #666;
  line-height: 2;
}

.recruits .recrus .con-item .contents .column .column-item:nth-child(2n) {
  margin-right: 0;
}

.recruits .recrus .con-item .contents .column .column-item.w100 {
  width: 100%;
  margin-right: 0;
}

.recruits .recrus .con-item .contents .row {
  width: 100%;
}

.recruits .recrus .con-item .contents .sub {
  width: 100%;
  font-size: 0;
}

.recruits .recrus .con-item .contents .sub a {
  display: inline-block;
  vertical-align: middle;
  background-color: #df211c;
  color: #fff;
  line-height: 3.5;
  padding: 0 0.8rem 0 0.6rem;
}

.recruits .recrus .con-item .contents .sub a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.1rem;
  height: 0.16rem;
  position: relative;
  margin-left: 0.2rem;
  transition: all ease 0.3s;
  top: -0.02rem;
  left: 0;
}

.recruits .recrus .con-item .contents .sub a span img {
  width: 100%;
  display: block;
}

.recruits .recrus .con-item .contents .sub a:hover span {
  left: 0.2rem;
}

.recruits .recrus .con-item.show .title {
  background-color: #df211c;
}

.recruits .recrus .con-item.show .title div {
  color: #fff;
}

.recruits .recrus .con-item.show .title .coop .op {
  border-color: #fff transparent transparent transparent;
  transform: rotate(180deg);
}

.recruits .recrus .con-item.show .title .coop .op img:first-child {
  display: none;
}

.recruits .recrus .con-item.show .title .coop .op img:last-child {
  display: block;
}

.recruits .recrus .con-item.show .title .coop .cl {
  display: inline-block;
  color: #fff;
}

.pages {
  width: 100%;
  padding: 0.3rem 0 0.2rem;
  font-size: 0;
  text-align: center;
}

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #666;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  margin: 0 0.1rem 0.1rem;
  transition: all ease 0.3s;
}

.pages .page.auto {
  width: auto;
  padding: 0 0.2rem;
}

.pages .page:hover {
  color: #fff;
  background-color: #d8242b;
  border: solid 1px #d8242b;
}

.pages .page.on {
  color: #fff;
  background-color: #d8242b;
  border: solid 1px #d8242b;
}

@media (max-width: 900px) {
  .pages .page {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .pages .page.auto {
    width: auto;
    padding: 0 0.2rem;
  }
}

.companys {
  width: 100%;
  padding: 0.7rem 0;
}

.companys .copam {
  width: 100%;
  font-size: 0;
  background-color: #f7f7f7;
}

.companys .copam .col {
  display: inline-block;
  vertical-align: middle;
  width: calc((780 / 1440) * 100%);
}

.companys .copam .col .img {
  width: 100%;
  padding-top: 58.97%;
}

.companys .copam .cor {
  display: inline-block;
  vertical-align: middle;
  width: calc((659 / 1440) * 100%);
  padding: 0.2rem 0.6rem;
}

.companys .copam .cor .cit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.companys .copam .cor .line {
  width: 100%;
  font-size: 0;
  margin: 0.3rem 0;
}

.companys .copam .cor .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.44rem;
  height: 2px;
  background-color: #d5221a;
}

.companys .copam .cor .cinps {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.companys .copam .cor .cinps p {
  color: #555;
  line-height: 1.8;
}

.fives {
  width: 100%;
  padding: 0.7rem 0 0;
  background-color: #f7f7f7;
  position: relative;
}

.fives .bmg {
  position: absolute;
  content: ' ';
  z-index: 1;
  background-color: #df211c;
  width: calc((927 / 1920) * 100%);
  height: 1.5rem;
  left: 0;
  bottom: 0;
}

.fives .fivem {
  width: 100%;
  font-size: 0;
  z-index: 4;
}

.fives .fivem .fol {
  display: inline-block;
  vertical-align: middle;
  width: calc((810 / 1440) * 100%);
}

.fives .fivem .fol .swiper-slide {
  width: 100%;
}

.fives .fivem .fol .swiper-slide .img {
  width: 100%;
  padding-top: 76.54%;
  transition: all ease 0.3s;
}

.fives .fivem .for {
  display: inline-block;
  vertical-align: middle;
  margin-left: calc((129 / 1440) * 100%);
  width: calc((500 / 1440) * 100%);
}

.fives .fivem .for .fit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.7rem;
}

.fives .fivem .for .fit .fm {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  position: relative;
}

.fives .fivem .for .fit .fm:after {
  content: ' ';
  position: absolute;
  background-image: url("../images/i1.png");
  width: 0.16rem;
  height: 0.16rem;
  right: -0.1rem;
  top: -0.1rem;
  background-size: 100% 100%;
}

.fives .fivem .for .formlis {
  width: 100%;
}

.fives .fivem .for .formlis .forem {
  width: 100%;
  display: none;
}

.fives .fivem .for .formlis .forem.on {
  display: block;
}

.fives .fivem .for .formlis .fix {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fives .fivem .for .formlis .fix span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
}

.fives .fivem .for .formlis .fix .num {
  display: inline-block;
  vertical-align: middle;
  color: #df211c;
  line-height: 1.5;
}

.fives .fivem .for .formlis .line {
  width: 100%;
  border-bottom: solid 1px #dadada;
  font-size: 0;
  margin: 0.2rem 0;
}

.fives .fivem .for .formlis .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 2px;
  background-color: #df211c;
}

.fives .fivem .for .formlis .finp {
  width: 100%;
  color: #333;
  line-height: 1.8;
}

.fives .fivem .for .formlis .finp p {
  color: #333;
  line-height: 1.8;
}

.fives .fivem .for .btns {
  width: 100%;
  font-size: 0;
  margin-top: 0.5rem;
}

.fives .fivem .for .btns .btn {
  display: inline-block;
  vertical-align: middle;
  width: 0.44rem;
  height: 0.44rem;
  cursor: pointer;
}

.fives .fivem .for .btns .btn img {
  width: 100%;
  display: block;
}

.fives .fivem .for .btns .btn img:first-child {
  display: block;
}

.fives .fivem .for .btns .btn img:last-child {
  display: none;
}

.fives .fivem .for .btns .btn + .btn {
  margin-left: 0.28rem;
}

.fives .fivem .for .btns .btn:hover img:first-child {
  display: none;
}

.fives .fivem .for .btns .btn:hover img:last-child {
  display: block;
}

.fives.reversal {
  margin-bottom: 0.5rem;
}

.fives.reversal .bmg {
  left: auto;
  right: 0;
  bottom: 0;
}

.fives.reversal .fivem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.fives.reversal .fivem .for {
  margin-left: 0;
  margin-right: calc((129 / 1440) * 100%);
}

.eights {
  width: 100%;
  padding: 0.7rem 0;
}

.eights .eightlis {
  width: 100%;
  font-size: 0;
  overflow: hidden;
  display: flex;
}

.eights .eightlis .eigtm {
  display: inline-block;
  vertical-align: middle;
  width: calc((180 / 1440) * 100%);
  transition: width ease 0.3s;
  position: relative;
  overflow: hidden;
}

.eights .eightlis .eigtm .img {
  width: 100%;
  height: 350px;
  position: relative;
}

.eights .eightlis .eigtm .img .tix {
  width: 1.5em;
  position: absolute;
  text-align: center;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.5;
  transition: all ease 0.3s;
  opacity: 1;
}

.eights .eightlis .eigtm .img .bock {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.eights .eightlis .eigtm .bkm {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  transition: all ease 0.3s;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  justify-content: center;
  left: 0;
  top: 0;
  background-color: rgba(223, 35, 30, 0.5);
  opacity: 0;
}

.eights .eightlis .eigtm .bkm .icon {
  width: 100%;
  display: block;
  margin: 0 auto 0.1rem;
  text-align: center;
}

.eights .eightlis .eigtm .bkm .icon img {
  width: 0.64rem;
  height: 0.64rem;
  display: inline-block;
  vertical-align: middle;
}

.eights .eightlis .eigtm .bkm .bix {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.eights .eightlis .eigtm .bkm .binp {
  width: 100%;
  color: #fff;
  line-height: 1.8;
}

.eights .eightlis .eigtm .bkm .binp p {
  color: #fff;
  line-height: 1.8;
}

.eights .eightlis .eigtm.on {
  width: calc((474 / 1440) * 100%);
  width: 30%;
}

.eights .eightlis .eigtm.on .img .tix {
  opacity: 0;
}

.eights .eightlis .eigtm.on .img .bock {
  opacity: 0;
}

.eights .eightlis .eigtm.on .bkm {
  opacity: 1;
}

.eights .eightlis .eigtm.small {
  width: calc((138 / 1440) * 100%);
  width: 10%;
}

.eights .eightlis .eigtm.small .img .tix {
  opacity: 1;
}

.eights .eightlis .eigtm.small .bkm {
  opacity: 0;
}

@media (max-width: 900px) {
  .eights .eightlis {
    flex-wrap: wrap;
  }
  .eights .eightlis .eigtm {
    width: 50% !important;
  }
  .eights .eightlis .eigtm .img {
    padding-top: 0;
    height: 120px;
  }
}

.contacts {
  width: 100%;
  padding: 0.7rem 0;
}

.contacts .contac {
  width: 100%;
  font-size: 0;
}

.contacts .contac .conl {
  display: inline-block;
  vertical-align: middle;
  width: calc((720 / 1440) * 100%);
  padding-right: 1rem;
}

.contacts .contac .conl .fit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.7rem;
}

.contacts .contac .conl .fit .fm {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  position: relative;
}

.contacts .contac .conl .fit .fm:after {
  content: ' ';
  position: absolute;
  background-image: url("../images/i1.png");
  width: 0.16rem;
  height: 0.16rem;
  right: -0.1rem;
  top: -0.1rem;
  background-size: 100% 100%;
}

.contacts .contac .conl .finps {
  width: 100%;
  margin: 0.5rem 0 0.7rem;
  color: #555;
  line-height: 1.8;
}

.contacts .contac .conl .finps p {
  color: #555;
  line-height: 1.8;
}

.contacts .contac .conl .share {
  width: 100%;
  font-size: 0;
}

.contacts .contac .conl .share .am {
  display: inline-block;
  vertical-align: middle;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  margin-right: 0.2rem;
  background-color: #eee;
  position: relative;
}

.contacts .contac .conl .share .am img {
  width: 100%;
  display: block;
}

.contacts .contac .conl .share .am .a1 {
  display: block;
}

.contacts .contac .conl .share .am .a2 {
  display: none;
}

.contacts .contac .conl .share .am .codm {
  position: absolute;
  bottom: calc(100% + 0.14rem);
  left: 50%;
  transform: translateX(-50%);
  width: 1.3rem;
  height: 1.3rem;
  padding: 0.1rem;
  display: none;
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
}

.contacts .contac .conl .share .am .codm img {
  width: 100%;
  display: block;
}

.contacts .contac .conl .share .am:hover {
  background-color: #d5221a;
}

.contacts .contac .conl .share .am:hover .codm {
  display: block;
}

.contacts .contac .conl .share .am:hover .a1 {
  display: none;
}

.contacts .contac .conl .share .am:hover .a2 {
  display: block;
}

.contacts .contac .conr {
  display: inline-block;
  vertical-align: middle;
  width: calc((720 / 1440) * 100%);
  padding-left: 1rem;
}

.contacts .contac .conr .corpm {
  width: 100%;
  font-size: 0;
  padding: 0.06rem 0;
}

.contacts .contac .conr .corpm .ic {
  display: inline-block;
  vertical-align: top;
  width: 0.3rem;
  height: 0.3rem;
  width: 30px;
  height: 30px;
  margin-right: 0.3rem;
  margin-top: 0.05rem;
}

.contacts .contac .conr .corpm .ic img {
  width: 100%;
  display: block;
}

.contacts .contac .conr .corpm .cm {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px - 0.3rem);
  color: #555;
  font-weight: bold;
  line-height: 2.2;
}

.contacts .contac .conr .corpm .cm p {
  color: #555;
  line-height: 2.2;
}

.contacts .map {
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: solid 1px #eee;
}

.contacts .map .img {
  width: 100%;
}

.contacts .map .img img {
  width: 100%;
  display: block;
}

.contacts .forms {
  width: 100%;
  padding: 0.5rem 0;
}

.contacts .forms form {
  width: 100%;
  display: block;
}

.contacts .forms .fit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.7rem;
}

.contacts .forms .fit .fm {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  position: relative;
}

.contacts .forms .fit .fm:after {
  content: ' ';
  position: absolute;
  background-image: url("../images/i1.png");
  width: 0.16rem;
  height: 0.16rem;
  right: -0.1rem;
  top: -0.1rem;
  background-size: 100% 100%;
}

.contacts .forms .fomr {
  width: 100%;
}

.contacts .forms .row {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.24rem;
}

.contacts .forms .row .inputs {
  width: calc((453 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((40 / 1440) * 100%);
}

.contacts .forms .row .inputs .name {
  width: 100%;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0.08rem;
}

.contacts .forms .row .inputs .inp {
  width: 100%;
  font-size: 0;
  border: solid 1px #e5e5e5;
  padding: 0 0.2rem;
}

.contacts .forms .row .inputs .inp .ic {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.16rem;
  display: inline-block;
  vertical-align: middle;
}

.contacts .forms .row .inputs .inp .ic img {
  width: 100%;
  display: block;
}

.contacts .forms .row .inputs .inp .ptm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.4rem);
  border: none;
  background-color: transparent;
  color: #555;
  line-height: 3;
  height: 3em;
}

.contacts .forms .row .inputs .inp.yzm .ptm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 120px);
}

.contacts .forms .row .inputs .inp.yzm .ymg {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}

.contacts .forms .row .inputs .inp.yzm .ymg img {
  width: 100%;
  display: block;
}

.contacts .forms .row .inputs:nth-child(3n) {
  margin-right: 0;
}

.contacts .forms .row .text {
  width: 100%;
}

.contacts .forms .row .text .name {
  width: 100%;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0.08rem;
}

.contacts .forms .row .text .area {
  width: 100%;
  display: block;
  font-size: 0;
  border: solid 1px #e5e5e5;
  padding: 0.2rem 0.2rem;
}

.contacts .forms .row .text .area .ic {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.16rem;
  display: inline-block;
  vertical-align: top;
}

.contacts .forms .row .text .area .ic img {
  width: 100%;
  display: block;
}

.contacts .forms .row .text .area .arm {
  width: calc(100% - 0.4rem);
  display: inline-block;
  vertical-align: top;
  border: none;
  background-color: transparent;
  color: #555;
  line-height: 1.5;
}

.contacts .forms .row.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contacts .forms .row.flex .submit {
  display: inline-block;
  vertical-align: middle;
}

.contacts .forms .row.flex .submit input {
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  background-color: #d5221a;
  color: #fff;
  text-align: center;
  line-height: 3;
  height: 3em;
  cursor: pointer;
  border: none;
}

.E-sports {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #f7f7f7;
}

.E-sports .sportlis {
  width: 100%;
  font-size: 0;
}

.E-sports .sportlis .spoem {
  display: inline-block;
  vertical-align: top;
  width: calc((446 / 1440) * 100%);
  transition: all ease 0.3s;
  margin-right: calc((50 / 1440) * 100%);
}

.E-sports .sportlis .spoem a {
  width: 100%;
  display: block;
}

.E-sports .sportlis .spoem .imgs {
  width: 100%;
  overflow: hidden;
}

.E-sports .sportlis .spoem .imgs .img {
  width: 100%;
  padding-top: 67.26%;
  transition: all ease 0.3s;
}

.E-sports .sportlis .spoem .pom {
  width: 100%;
  background-color: #fff;
  padding: 0.3rem;
  border-bottom: solid 2px transparent;
}

.E-sports .sportlis .spoem .pom .pit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.E-sports .sportlis .spoem .pom .pinp {
  width: 100%;
  color: #666;
  line-height: 2;
  height: 8em;
}

.E-sports .sportlis .spoem .pom .pinp p {
  color: #666;
  line-height: 2;
}

.E-sports .sportlis .spoem:nth-child(3n) {
  margin-right: 0;
}

.E-sports .sportlis .spoem:hover {
  transform: scale(1.05);
}

.E-sports .sportlis .spoem:hover .imgs .img {
  transform: scale(1.1);
}

.E-sports .sportlis .spoem:hover .pom {
  border-bottom: solid 2px #d5221a;
}

.E-sports .sportlis .spoem:hover .pom .pit {
  color: #d5221a;
}

.categorys {
  width: 100%;
}

.categorys .catem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}

.categorys .catem .cal {
  display: inline-block;
  vertical-align: middle;
  width: calc((960 / 1920) * 100%);
}

.categorys .catem .cal .img {
  width: 100%;
  padding-top: 77.08%;
}

.categorys .catem .car {
  display: inline-block;
  vertical-align: top;
  width: calc((960 / 1920) * 100%);
  padding-left: calc((240 / 1920) * 100%);
  padding-right: 0.7rem;
}

.categorys .catem .car .fit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.4rem;
}

.categorys .catem .car .fit .fm {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  position: relative;
}

.categorys .catem .car .fit .fm:after {
  content: ' ';
  position: absolute;
  background-image: url("../images/i1.png");
  width: 0.16rem;
  height: 0.16rem;
  right: -0.1rem;
  top: -0.1rem;
  background-size: 100% 100%;
}

.categorys .catem .car .carns {
  width: 100%;
}

.categorys .catem .car .carns .carn {
  width: 100%;
  font-size: 0;
  padding: 0.3rem 0;
}

.categorys .catem .car .carns .carn .ci {
  display: inline-block;
  vertical-align: middle;
  width: 0.55rem;
  height: 0.6rem;
  margin-right: 0.3rem;
}

.categorys .catem .car .carns .carn .ci img {
  width: 100%;
  display: block;
}

.categorys .catem .car .carns .carn .crm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.3rem - 0.55rem);
}

.categorys .catem .car .carns .carn .crm .cir {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.categorys .catem .car .carns .carn .crm .cim {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.categorys .catem .car .cainp {
  width: 100%;
  color: #555;
  line-height: 1.6;
}

.categorys .catem .car .cainp p {
  color: #555;
  line-height: 1.6;
}

.categorys .catem .car .cainp span {
  color: #555;
  line-height: 1.6;
}

.categorys .catem:nth-child(2n) {
  flex-direction: row;
}

.categorys .catem:nth-child(2n) .car {
  padding-left: 0.8rem;
  padding-right: calc((240 / 1920) * 100%);
}

.recreation {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #f7f7f7;
}

.recreation .recrm {
  width: 100%;
  font-size: 0;
}

.recreation .recrm .revm {
  display: inline-block;
  vertical-align: top;
  width: calc((720 / 1440) * 100%);
  font-size: 0;
  position: relative;
}

.recreation .recrm .revm .rmg {
  display: inline-block;
  vertical-align: top;
  width: calc((340 / 720) * 100%);
  padding: 0 0.15rem;
}

.recreation .recrm .revm .rmg .img {
  width: 100%;
  padding-top: 142.64%;
}

.recreation .recrm .revm .vem {
  display: inline-block;
  vertical-align: top;
  width: calc((379 / 720) * 100%);
  padding: 0.3rem 0.3rem 0;
}

.recreation .recrm .revm .vem .vit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.recreation .recrm .revm .vem .vom {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0 0.4rem;
}

.recreation .recrm .revm .vem .vom .vm {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #d5221a;
  padding: 0 0.2rem;
  line-height: 2.5;
}

.recreation .recrm .revm .vem .vunlis {
  width: 100%;
}

.recreation .recrm .revm .vem .vunlis .vun {
  width: 100%;
  margin-bottom: 0.3rem;
}

.recreation .recrm .revm .vem .vunlis .vun .vt {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.recreation .recrm .revm .vem .vunlis .vun .vc {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.recreation .recrm .revm + .revm:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  border-left: solid 1px #e5e5e5;
  height: 100%;
}

@media (max-width: 900px) {
  .recreation .recrm .revm {
    width: 100%;
  }
  .recreation .recrm .revm .rmg {
    vertical-align: middle;
  }
  .recreation .recrm .revm .vem {
    vertical-align: middle;
  }
  .recreation .recrm .revm + .revm {
    margin-top: 0.2rem;
  }
  .recreation .recrm .revm + .revm:after {
    display: none;
  }
}

.healthy {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #fff;
}

.healthy .healm {
  width: 100%;
  font-size: 0;
}

.healthy .healm .hel {
  display: inline-block;
  vertical-align: top;
  width: calc((883 / 1440) * 100%);
  padding-right: 0.65rem;
}

.healthy .healm .hel .fit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.4rem;
}

.healthy .healm .hel .fit .fm {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  position: relative;
}

.healthy .healm .hel .fit .fm:after {
  content: ' ';
  position: absolute;
  background-image: url("../images/i1.png");
  width: 0.16rem;
  height: 0.16rem;
  right: -0.1rem;
  top: -0.1rem;
  background-size: 100% 100%;
}

.healthy .healm .hel .hinp {
  width: 100%;
  color: #333;
  line-height: 1.6;
}

.healthy .healm .hel .hinp p {
  color: #333;
  line-height: 1.6;
}

.healthy .healm .hel .fhist {
  width: 100%;
  margin-top: 0.4rem;
  font-size: 0;
}

.healthy .healm .hel .fhist .fihm {
  display: inline-block;
  vertical-align: top;
  width: calc((270 / 810) * 100%);
}

.healthy .healm .hel .fhist .fihm a {
  width: 100%;
  display: block;
}

.healthy .healm .hel .fhist .fihm .imgs {
  width: 100%;
  display: block;
  margin: 0 auto 0.2rem;
  max-width: 1.8rem;
}

.healthy .healm .hel .fhist .fihm .imgs .img {
  width: 100%;
  padding-top: 155.55%;
  transition: all ease 0.3s;
}

.healthy .healm .hel .fhist .fihm .cit {
  width: 100%;
  color: #df211c;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.1rem;
}

.healthy .healm .hel .fhist .fihm .cim {
  width: 100%;
  color: #555;
  line-height: 1.5;
  text-align: center;
}

.healthy .healm .her {
  display: inline-block;
  vertical-align: top;
  width: calc((556 / 1440) * 100%);
  background-color: #f7f7f7;
  padding: 0.5rem;
}

.healthy .healm .her a {
  width: 100%;
  display: block;
}

.healthy .healm .her .imgs {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 3.6rem;
}

.healthy .healm .her .imgs .img {
  width: 100%;
  padding-top: 138.88%;
}

.healthy .healm .her .hix {
  width: 100%;
  color: #555;
  line-height: 1.8;
  text-align: center;
  margin-top: 0.4rem;
}

.healthy .healm .her .hix p {
  color: #555;
  line-height: 1.8;
}

.medical {
  width: 100%;
  background-color: #f7f7f7;
  padding: 0.7rem 0;
}

.medical .medam {
  width: 100%;
  font-size: 0;
}

.medical .medam .mel {
  display: inline-block;
  vertical-align: middle;
  width: calc((640 / 1440) * 100%);
}

.medical .medam .mel .img {
  width: 100%;
  padding-top: 87.5%;
}

.medical .medam .mer {
  display: inline-block;
  vertical-align: middle;
  width: calc((799 / 1440) * 100%);
  padding-left: 1rem;
}

.medical .medam .mer .mertm {
  width: 100%;
}

.medical .medam .mer .mertm .mit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.3rem;
}

.medical .medam .mer .mertm .mit .mt {
  display: inline-block;
  vertical-align: middle;
  background-color: #d5221a;
  color: #fff;
  line-height: 2.5;
  padding: 0 0.3rem;
}

.medical .medam .mer .mertm .minp {
  width: 100%;
  color: #555;
  line-height: 1.6;
}

.medical .medam .mer .mertm .minp p {
  color: #555;
  line-height: 1.6;
}

.medical .medam .mer .mertm + .mertm {
  margin-top: 0.5rem;
}

.honors {
  width: 100%;
  padding: 0.7rem 0;
}

.honors .hitop {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.honors .hitop .hil {
  display: inline-block;
  vertical-align: middle;
}

.honors .hitop .hil .fit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.25rem;
}

.honors .hitop .hil .fit .fm {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  position: relative;
}

.honors .hitop .hil .fit .fm:after {
  content: ' ';
  position: absolute;
  background-image: url("../images/i1.png");
  width: 0.16rem;
  height: 0.16rem;
  right: -0.1rem;
  top: -0.1rem;
  background-size: 100% 100%;
}

.honors .hitop .hil .him {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.honors .hitop .hir {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: right;
}

.honors .hitop .hir .hovms {
  display: inline-block;
  vertical-align: middle;
}

.honors .hitop .hir .hovms .hovm {
  display: inline-block;
  vertical-align: middle;
}

.honors .hitop .hir .hovms .hovm a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #df211c;
  color: #df211c;
  line-height: 2.5;
  padding: 0 0.4rem;
}

.honors .hitop .hir .hovms .hovm.on a {
  background-color: #df211c;
  color: #fff;
}

.honors .honlist {
  width: 100%;
  font-size: 0;
}

.honors .honlist .horm {
  display: inline-block;
  vertical-align: top;
  width: calc((330 / 1440) * 100%);
  margin-right: calc((39 / 1440) * 100%);
  margin-bottom: 0.3rem;
}

.honors .honlist .horm a {
  width: 100%;
  display: block;
}

.honors .honlist .horm .imgs {
  width: 100%;
  overflow: hidden;
  border: solid 1px #eee;
}

.honors .honlist .horm .imgs .img {
  width: 100%;
  padding-top: 127.27%;
  transition: all ease 0.3s;
  position: relative;
}

.honors .honlist .horm .imgs .img .mg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.honors .honlist .horm .hiv {
  width: 100%;
  color: #555;
  padding: 0.2rem 0.15rem;
  line-height: 1.5;
  height: calc(3em + 0.4rem);
  text-align: center;
}

.honors .honlist .horm:nth-child(4n) {
  margin-right: 0;
}

.honors .honlist .horm:hover .imgs {
  border: solid 1px #df211c;
}

.honors .honlist .horm:hover .imgs .img {
  transform: scale(1.1);
}

.honors .honlist .horm:hover .hiv {
  color: #df211c;
}

.territorys {
  width: 100%;
  padding: 0.7rem 0;
}

.territorys .terrm {
  width: 100%;
  font-size: 0;
}

.territorys .terrm .tel {
  display: inline-block;
  vertical-align: top;
  width: calc((776 / 1440) * 100%);
}

.territorys .terrm .tel .img {
  width: 100%;
  padding-top: 116.49%;
  position: relative;
}

.territorys .terrm .tel .iconlist {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.territorys .terrm .tel .iconlist .icem {
  position: absolute;
  z-index: 7;
  cursor: pointer;
  transition: all ease 0.3s;
}

.territorys .terrm .tel .iconlist .icem .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.1rem;
  height: 0.1rem;
  position: relative;
  z-index: 8;
  border-radius: 50%;
  background-color: #df211c;
  opacity: 1;
  transition: all ease 0.3s;
}

.territorys .terrm .tel .iconlist .icem .ic:after {
  content: ' ';
  position: absolute;
  z-index: 6;
  width: 0.2rem;
  height: 0.2rem;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(223, 33, 28, 0.3);
}

.territorys .terrm .tel .iconlist .icem .pm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0.47rem;
  height: 0.51rem;
  width: 47px;
  height: 51px;
  background-image: url("../images/yh.png");
  background-size: 100% 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  transition: all ease 0.3s;
  box-shadow: 3px 5px 9px 0px rgba(255, 69, 69, 0.39);
  border-radius: 50%;
}

.territorys .terrm .tel .iconlist .icem:nth-child(1) {
  left: 61.58%;
  top: 62.83%;
}

.territorys .terrm .tel .iconlist .icem:nth-child(2) {
  left: 73.58%;
  top: 60.13%;
}

.territorys .terrm .tel .iconlist .icem:nth-child(3) {
  left: 86.17%;
  top: 57.19%;
}

.territorys .terrm .tel .iconlist .icem.on .ic {
  opacity: 0;
}

.territorys .terrm .tel .iconlist .icem.on .pm {
  opacity: 1;
}

.territorys .terrm .tel .iconlist .icem:hover .ic {
  opacity: 0;
}

.territorys .terrm .tel .iconlist .icem:hover .pm {
  opacity: 1;
}

.territorys .terrm .ter {
  display: inline-block;
  vertical-align: top;
  width: calc((560 / 1440) * 100%);
  margin-left: calc((103 / 1440) * 100%);
  padding-top: 0.7rem;
}

.territorys .terrm .ter .term {
  width: 100%;
}

.territorys .terrm .ter .tips {
  width: 100%;
}

.territorys .terrm .ter .tips .tip {
  width: 100%;
  background-color: #df211c;
  color: #fff;
  text-align: center;
  line-height: 2.2;
  padding: 0.1rem;
  text-align: center;
  display: none;
}

.territorys .terrm .ter .tips .tip.on {
  display: block;
}

.territorys .terrm .ter .termper {
  width: 100%;
  padding: 0.3rem 0.5rem;
  background-color: #fff;
  position: relative;
}

.territorys .terrm .ter .termper .swiper-slide {
  width: 100%;
}

.territorys .terrm .ter .termper .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
}

.territorys .terrm .ter .termper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 57.5%;
  transition: all ease 0.3s;
}

.territorys .terrm .ter .termper .swiper-slide .comv {
  width: 100%;
  margin-top: 0.14rem;
}

.territorys .terrm .ter .termper .swiper-slide .comv .cins {
  width: 100%;
  padding: 0.14rem 0;
}

.territorys .terrm .ter .termper .swiper-slide .comv .cins .ct {
  width: 100%;
  color: #df211c;
  line-height: 1.5;
}

.territorys .terrm .ter .termper .swiper-slide .comv .cins .cv {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.territorys .terrm .ter .termper .dtn {
  position: absolute;
  z-index: 5;
  top: 30%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.territorys .terrm .ter .termper .dtn img {
  width: 100%;
  display: block;
}

.territorys .terrm .ter .termper .dtn img:first-child {
  display: block;
}

.territorys .terrm .ter .termper .dtn img:last-child {
  display: none;
}

.territorys .terrm .ter .termper .dtn:hover img:first-child {
  display: none;
}

.territorys .terrm .ter .termper .dtn:hover img:last-child {
  display: block;
}

.territorys .terrm .ter .termper .tl {
  left: 0;
}

.territorys .terrm .ter .termper .tr {
  right: 0;
}

.Deeds {
  width: 100%;
  padding: 0.7rem 0;
}

.Deeds .deedom {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.Deeds .deedom .del {
  display: inline-block;
  vertical-align: middle;
  width: calc((139 / 1440) * 100%);
  text-align: center;
  height: 4.5rem;
}

.Deeds .deedom .del .dtn {
  display: inline-block;
  vertical-align: middle;
  width: 0.44rem;
  height: 0.44rem;
  cursor: pointer;
}

.Deeds .deedom .del .dtn img {
  width: 100%;
  display: block;
}

.Deeds .deedom .del .dtn img:first-child {
  display: block;
}

.Deeds .deedom .del .dtn img:last-child {
  display: none;
}

.Deeds .deedom .del .dtn:hover img:first-child {
  display: none;
}

.Deeds .deedom .del .dtn:hover img:last-child {
  display: block;
}

.Deeds .deedom .del .swiper-container {
  width: 100%;
  height: calc(100% - 0.88rem);
}

.Deeds .deedom .del .swiper-slide {
  width: 100%;
  color: #333;
  height: auto;
  line-height: 3;
  height: 3em;
  cursor: pointer;
  transition: all ease 0.3s;
}

.Deeds .deedom .del .swiper-wrapper {
  overflow: hidden;
}

.Deeds .deedom .del .swiper-slide.on {
  color: #df211c;
  transform: scale(1.2);
}

.Deeds .deedom .der {
  display: inline-block;
  vertical-align: middle;
  width: calc((1300 / 1440) * 100%);
}

.Deeds .deedom .der .derom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background-color: #fff;
}

.Deeds .deedom .der .derom.on {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background-color: #fff;
}

.Deeds .deedom .der .rol {
  display: inline-block;
  vertical-align: middle;
  width: calc((650 / 1300) * 100%);
  overflow: hidden;
}

.Deeds .deedom .der .rol .img {
  width: 100%;
  padding-top: 69.23%;
}

.Deeds .deedom .der .ror {
  display: inline-block;
  vertical-align: middle;
  width: calc((650 / 1300) * 100%);
  height: 4.2rem;
  padding: 0.5rem;
}

.Deeds .deedom .der .ror .rovm {
  width: 100%;
  margin-bottom: 0.15rem;
}

.Deeds .deedom .der .ror .rovm .rop {
  width: 100%;
  font-size: 0;
}

.Deeds .deedom .der .ror .rovm .rop .ic {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  margin-right: 0.2rem;
}

.Deeds .deedom .der .ror .rovm .rop .ic img {
  width: 100%;
  display: block;
}

.Deeds .deedom .der .ror .rovm .rop .cm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 13px - 0.2rem);
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.Deeds .deedom .der .ror .rovm .rob {
  width: 100%;
  padding-left: calc(13px + 0.2rem);
  color: #888;
  line-height: 1.6;
  margin-top: 0.14rem;
}

.Deeds .deedom .der .ror .rovm:hover .rop .cm {
  color: #df211c;
}

@media (max-width: 1460px) {
  .Deeds .deedom .del {
    height: 5.5rem;
  }
}

@media (max-width: 900px) {
  .Deeds .deedom .del {
    width: 100%;
    height: auto;
  }
  .Deeds .deedom .del .swiper-container {
    height: auto;
  }
  .Deeds .deedom .del .dtn {
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-90deg);
  }
  .Deeds .deedom .del .swiper-container {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 1rem);
    margin: 0 0.06rem;
  }
  .Deeds .deedom .del .swiper-slide {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 0.2rem;
  }
  .Deeds .deedom .der {
    width: 100%;
  }
}

.news {
  width: 100%;
  padding: 0.7rem 0;
}

.news .newtop {
  width: 100%;
  font-size: 0;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #f5f5f5;
  margin-bottom: 0.5rem;
}

.news .newtop .newam {
  display: inline-block;
  vertical-align: top;
  width: calc((453 / 1440) * 100%);
  margin-right: calc((40 / 1440) * 100%);
}

.news .newtop .newam a {
  width: 100%;
  display: block;
}

.news .newtop .newam .imgs {
  width: 100%;
  overflow: hidden;
}

.news .newtop .newam .imgs .img {
  width: 100%;
  padding-top: 61.81%;
  transition: all ease 0.3s;
}

.news .newtop .newam .nit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.6;
  margin: 0.2rem 0 0.15rem;
}

.news .newtop .newam .nix {
  width: 100%;
  color: #999;
  line-height: 1.6;
  height: 3.2em;
  margin: 0.15rem 0;
}

.news .newtop .newam .time {
  width: 100%;
  color: #999;
  line-height: 1.5;
}

.news .newtop .newam:nth-child(3n) {
  margin-right: 0;
}

.news .newtop .newam:hover .imgs .img {
  transform: scale(1.1);
}

.news .newtop .newam:hover .nit {
  color: #df211c;
}

.news .newmids {
  width: 100%;
}

.news .newmids .newmm {
  width: 100%;
  font-size: 0;
  border: solid 1px #eeeeee;
  margin-bottom: 0.4rem;
}

.news .newmids .newmm a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.news .newmids .newmm .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((305 / 1440) * 100%);
  overflow: hidden;
}

.news .newmids .newmm .imgs .img {
  width: 100%;
  padding-top: 65.57%;
  transition: all ease 0.3s;
}

.news .newmids .newmm .romp {
  flex: 1;
  width: calc((1134 / 1440) * 100%);
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.news .newmids .newmm .romp .rol {
  width: calc(100% - 1.2rem);
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 0.2rem 0.5rem;
}

.news .newmids .newmm .romp .rol .rit {
  width: 100%;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.1rem;
}

.news .newmids .newmm .romp .rol .rix {
  width: 100%;
  color: #888;
  line-height: 1.6;
  height: 3.2em;
}

.news .newmids .newmm .romp .ror {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  width: 1.2rem;
  text-align: center;
  background-color: #f7f7f7;
  border-left: solid 1px #eeeeee;
}

.news .newmids .newmm .romp .ror .num {
  width: 100%;
  color: #aaa;
  line-height: 1.5;
}

.news .newmids .newmm .romp .ror .nux {
  width: 100%;
  color: #aaa;
  line-height: 1.5;
}

.news .newmids .newmm:hover .imgs .img {
  transform: scale(1.1);
}

.news .newmids .newmm:hover .romp .rol .rit {
  color: #df211c;
}

.news .newmids .newmm:hover .romp .ror {
  background-color: #df211c;
  border-left: solid 1px #df211c;
}

.news .newmids .newmm:hover .romp .ror .num, .news .newmids .newmm:hover .romp .ror .nux {
  color: #fff;
}

@media (max-width: 900px) {
  .news .newmids .newmm .imgs {
    width: 100%;
  }
  .news .newmids .newmm .romp {
    width: 100%;
  }
}

.details {
  width: 100%;
  padding: 0.7rem 0;
}

.details .del {
  display: inline-block;
  vertical-align: top;
  width: calc((1049 / 1440) * 100%);
  border-right: solid 1px #ececec;
  padding-right: 0.5rem;
}

.details .del .dit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.details .del .dim {
  width: 100%;
  font-size: 0;
  margin: 0.24rem 0 0.14rem;
}

.details .del .dim .time {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 0.3rem;
  margin-bottom: 0.1rem;
}

.details .del .dim .time .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}

.details .del .dim .time .ic img {
  width: 100%;
  display: block;
}

.details .del .dim .time .cm {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.6;
}

.details .del .dim .cms {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.6;
  margin-right: 0.3rem;
  margin-bottom: 0.1rem;
}

.details .del .dim .share {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-bottom: 0.1rem;
}

.details .del .dim .share .am {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin: 0 0.08rem;
  position: relative;
}

.details .del .dim .share .am a {
  width: 100%;
  height: 0.24rem;
  display: block;
}

.details .del .dim .share .am .a1 {
  display: block;
}

.details .del .dim .share .am .a2 {
  display: none;
}

.details .del .dim .share .am .codm {
  position: absolute;
  bottom: calc(100% + 0.14rem);
  left: 50%;
  transform: translateX(-50%);
  width: 1.3rem;
  height: 1.3rem;
  padding: 0.1rem;
  display: none;
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
}

.details .del .dim .share .am .codm img {
  width: 100%;
  display: block;
}

.details .del .dim .share .am:hover .codm {
  display: block;
}

.details .del .dim .share .am:hover .a1 {
  display: none;
}

.details .del .dim .share .am:hover .a2 {
  display: block;
}

.details .del .dinps {
  width: 100%;
  margin: 0.2rem 0;
  padding: 0.3rem 0;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  color: #555;
  line-height: 1.8;
}

.details .del .dinps p {
  color: #555;
  line-height: 1.8;
}

.details .del .dinps img {
  max-width: 100%;
}

.details .del .dots {
  width: 100%;
  font-size: 0;
}

.details .del .dots .dcm {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.details .del .dots .dcm a {
  width: 100%;
  display: block;
}

.details .del .dots .dcm .tx {
  width: 100%;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0.06rem;
}

.details .del .dots .dcm .tp {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.details .del .dots .dcm:hover .tx, .details .del .dots .dcm:hover .tp {
  color: #df211c;
}

.details .der {
  display: inline-block;
  vertical-align: top;
  width: calc((390 / 1440) * 100%);
  padding-left: 0.5rem;
}

.details .der .ri {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.details .der .poems {
  width: 100%;
}

.details .der .poems .poem {
  width: 100%;
}

.details .der .poems .poem a {
  width: 100%;
  display: block;
  padding: 0.2rem 0;
  border-bottom: solid 1px #ececec;
}

.details .der .poems .poem .time {
  width: 100%;
  color: #999;
  line-height: 1.5;
  margin-bottom: 0.06rem;
}

.details .der .poems .poem .em {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.details .der .poems .poem:hover .em {
  color: #df211c;
}

.houses {
  width: 100%;
}

.houses .breads {
  margin-bottom: 0.4rem;
}

.houses .hmgs {
  width: 100%;
}

.houses .hmgs .img {
  width: 100%;
  padding-top: 69.60%;
  position: relative;
}

.houses .hmgs .pc {
  width: 100%;
  display: block;
}

.houses .hmgs .phone {
  width: 100%;
  display: none;
}

@media (max-width: 900px) {
  .houses .hmgs .pc {
    display: none;
  }
  .houses .hmgs .phone {
    display: block;
    padding-top: 0;
  }
}
