.tg {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
}

.w1600 {
  width: 16rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1620px) {
  .w1600 {
    width: 94%;
  }
}

.w1400 {
  width: 14rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1420px) {
  .w1400 {
    width: 94%;
  }
}

header {
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.25);
}

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

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

header nav {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc(100% - 3rem - 1rem);
  font-size: 0;
}

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

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

header nav .natem .nas a {
  display: inline-block;
  line-height: 1rem;
  color: #202027;
  padding: 0 0.2rem;
}

header nav .natem .navul {
  width: 1.6rem;
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.25);
  display: none;
}

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

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

header nav .natem .navul ul li a {
  width: 100%;
  display: block;
  line-height: 3;
  color: #D22B2D;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.1rem;
  background: #fff;
}

header nav .natem .navul ul li:hover a {
  background: #D22B2D;
  color: #fff;
}

header nav .natem.on .nas a {
  color: #fff;
  background: #D22B2D;
}

header .mid {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  display: none;
  text-align: right;
}

header .mid .menu {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
}

header .mid .menu img {
  width: 100%;
  height: 100%;
  display: block;
}

header .search {
  width: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: center;
  height: 0.4rem;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 0.3rem;
}

header .search .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  margin-top: 0.08rem;
}

header .search .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

header .sear {
  width: 100%;
  font-size: 0;
  padding: 0.1rem 0.2rem;
  border-top: solid 1px #f6f6f6;
  display: none;
  position: absolute;
  left: 0;
  z-index: 1111;
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.25);
}

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

header .sear .input {
  width: calc(100% - 2rem);
  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: 2rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .sear .submxt input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #D22B2D;
  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: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  cursor: pointer;
}

@media (max-width: 900px) {
  header {
    padding: 0.2rem 0;
    z-index: 30;
  }
  header nav {
    width: 60%;
    width: 5rem;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 100;
    transform: translate(100%, 0);
    transition: transform .3s;
  }
  header nav .natem {
    width: 100%;
    position: relative;
    margin: 0;
    text-align: left;
    padding: 0 0.2rem;
  }
  header nav .natem .nas a {
    color: #333;
    line-height: 3.5;
  }
  header nav .natem .navul {
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: none;
  }
  header nav .natem .navul ul li {
    width: 100%;
  }
  header nav .natem .navul ul li a {
    color: #333;
    padding: 0 0.3rem;
    text-align: left;
    background: #fff;
  }
  header nav .natem.on:after {
    display: none;
  }
  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.1rem;
    font-size: 20px;
    color: #333;
  }
  header nav .natem.has-nav.show:after {
    content: "-";
  }
  header .mid {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: calc(100% - 3rem - 1rem);
    font-size: 0;
    padding-right: 0.24rem;
  }
  header.menu-state nav {
    transform: translate(0, 0);
  }
  header.menu-state .black {
    display: block;
  }
}

.banner {
  width: 100%;
}

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

.banner .swiper-slide a, .banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

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

.banner .swiper-slide .box {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: calc((160 / 1920) * 100%);
  z-index: 3;
}

.banner .swiper-slide .box .bit {
  width: 100%;
  color: #D22B2D;
  line-height: 1.5;
  font-weight: bold;
}

.banner .swiper-slide .box .line {
  width: 100%;
  margin: 0.2rem 0;
  font-size: 0;
}

.banner .swiper-slide .box .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 3px;
  background: #D22B2D;
}

.banner .swiper-slide .box .eit {
  width: 100%;
  color: #D22B2D;
  line-height: 1.5;
}

.banner .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background: rgba(29, 32, 136, 0.4);
  margin: 0 0.1rem;
  display: inline-block;
  vertical-align: middle;
}

.banner .swiper-pagination-bullet-active {
  background-image: url("../images/point.png");
  width: 0.16rem;
  height: 0.16rem;
  background-size: 100%;
  background-position: center;
  background-color: transparent;
}

.banner .swiper-pagination {
  bottom: 1.2rem;
  width: 100%;
}

@media (max-width: 768px) {
  .banner {
    padding-top: 0.9rem;
  }
  .banner .swiper-slide .box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  .banner .swiper-slide .box .bit {
    font-size: 20px;
  }
  .banner .swiper-slide .box .eit {
    font-size: 14px;
  }
  .banner .swiper-pagination {
    bottom: 0.4rem;
  }
}

.strdata {
  width: 100%;
  position: relative;
  top: -0.8rem;
  z-index: 6;
}

.strdata .sdate {
  width: 100%;
  background: #fff;
  display: flex;
  box-shadow: 0px 0px 32px 0px rgba(173, 173, 173, 0.4);
}

.strdata .sdate .sdaem {
  flex: 1;
  text-align: center;
  padding: 0.2rem 0.1rem 0.3rem;
}

.strdata .sdate .sdaem .numx {
  width: 100%;
  color: #D22B2D;
  font-weight: bold;
  line-height: 1.5;
}

.strdata .sdate .sdaem .six {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 1.5;
}

.strdata .sdate .sdaem:hover {
  background-image: url("../images/fmg.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.strdata .sdate .sdaem:hover .numx, .strdata .sdate .sdaem:hover .six {
  color: #fff;
}

.nav {
    width: 100%;
    padding-top: 0.3rem;
    position: relative;
    z-index: 18;
}

.nav-cont {
    width: 14rem;
    margin: 0 auto;
    font-size: 0;
}

.nav-a {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 0.823em;
    margin-right: 0.1rem;
}

.nav-a img {
    width: 100%;
}

.nav-b {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #555555;
    line-height: 1.3;
}

.nav-itcon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.15rem;
    color: #555555;
    line-height: 1.3;
}

@media (max-width: 768px) {
  .strdata {
    top: 0;
    margin: 0.3rem auto;
  }
  .strdata .sdate {
    flex-wrap: wrap;
  }
}

footer {
  width: 100%;
  background: #292929;
}

footer .ftop {
  width: 100%;
  font-size: 0;
  padding: 0.7rem 0 0.5rem;
}

footer .ftop .ftl {
  display: inline-block;
  vertical-align: top;
  width: calc((420 / 1600) * 100%);
}

footer .ftop .ftl .fogo {
  width: calc((300 / 420) * 100%);
  display: block;
  margin-bottom: 0.2rem;
}

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

footer .ftop .ftl .fix {
  width: 100%;
  text-align: left;
  /*max-width: calc((300 / 420) * 100%);*/
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  opacity: 0.7;
}

footer .ftop .ftm {
  display: inline-block;
  vertical-align: top;
  width: calc((999 / 1600) * 100%);
}

footer .ftop .ftm .ful {
  width: 100%;
  margin-bottom: 0.3rem;
  font-size: 0;
}

footer .ftop .ftm .ful .fas {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  opacity: 0.7;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  margin-right: 0.4rem;
}

footer .ftop .ftm .ful .fas:hover {
  opacity: 1;
}

footer .ftop .ftm .fixlis {
  width: 100%;
  font-size: 0;
}

footer .ftop .ftm .fixlis .fxs {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 0.4rem;
}

footer .ftop .ftm .fixlis .fxs .ix {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.14rem;
}

footer .ftop .ftm .fixlis .fxs .ix img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .ftop .ftm .fixlis .fxs .fx {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #fff;
  opacity: 0.7;
  line-height: 1.5;
}

footer .ftop .ftr {
  display: inline-block;
  vertical-align: top;
  width: calc((180 / 1600) * 100%);
  font-size: 0;
  text-align: right;
}

footer .ftop .ftr .code {
  display: inline-block;
  vertical-align: top;
  width: 1.5rem;
  height: 1.5rem;
}

footer .ftop .ftr .code img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .fbot {
  width: 100%;
  border-top: solid 1px #555;
  padding: 0.2rem 0;
}

footer .fbot .fbl {
  color: #999;
  line-height: 1.5;
}

@media (max-width: 768px) {
  footer .ftop .ftl {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  footer .ftop .ftl .fogo {
    width: 4.2rem;
  }
  footer .ftop .ftl .fix {
    width: 6.2rem;
  }
  footer .ftop .ftm {
    width: 100%;
    padding-right: 0.1rem;
    margin-bottom: 0.3rem;
    font-size: 0;
  }
  footer .ftop .ftm .fixlis {
    width: 100%;
    width: calc(100% - 2.01rem);
    display: inline-block;
    vertical-align: top;
  }
  footer .ftop .ftm .fixlis .fxs {
    width: 100%;
    margin: 0.1rem 0;
  }
  footer .ftop .ftm .fixlis .fxs .ix {
    width: 0.4rem;
    height: 0.4rem;
  }
  footer .ftop .ftm .ftr {
    width: 2rem;
    text-align: center;
    display: inline-block;
  }
  footer .ftop .ftr {
    width: 100%;
    width: 2rem;
    text-align: left;
    display: none;
  }
  footer .fbot {
    width: 100%;
  }
}

.rightnav {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.rightnav .rtem {
  padding: 0.14rem 0.1rem;
  display: block;
  background: #d02127;
  position: relative;
}

.rightnav .rtem .ic {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  margin: 0 auto 0.1rem;
}

.rightnav .rtem .rx {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

.rightnav .rtem img {
  width: 100%;
  height: 100%;
  display: block;
}

.rightnav .rtem .codx {
  position: absolute;
  right: 110%;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  display: none;
}

.rightnav .rtem .codx img {
  width: 100%;
  height: 100%;
  display: block;
}

.rightnav .rtem .tell {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  line-height: 2.5;
  background: #D22B2D;
  padding: 0 0.2rem;
  opacity: 0;
  right: -1000%;
  color: #fff;
  white-space: nowrap;
  transition: all ease 0.3s;
}

.rightnav .rtem + .rtem {
  margin-top: 2px;
}

.rightnav .rtem:hover {
  background: #D22B2D;
}

.rightnav .rtem:hover .codx {
  display: block;
}

.rightnav .rtem:hover .tell {
  opacity: 1;
  right: 120%;
}

@media (max-width: 768px) {
  .rightnav {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
    display: flex;
    justify-content: space-around;
  }
  .rightnav .rtem + .rtem {
    margin-top: 0px;
  }
  .rightnav .rtem {
    flex: 1;
    padding: 0.2rem 0.1rem;
  }
  .rightnav .rtem .tell {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -1000%;
    transform: translateX(-50%);
  }
  .rightnav .rtem:hover .codx {
    display: none;
  }
  .rightnav .rtem:hover .tell {
    bottom: 120%;
    right: auto;
  }
}

.codepop {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.codepop .cods {
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.codepop.show {
  display: block;
}

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

.core .cit {
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.core .cix {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #888;
  margin-bottom: 0.4rem;
}

.core .corebus {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.core .corebus .corem {
  width: calc((399 / 1600) * 100%);
  border: solid 1px #e5e5e5;
  padding: 0.4rem 0.2rem;
  transition: all ease 0.3s;
  position: relative;
}

.core .corebus .corem .icon {
  width: 0.84rem;
  height: 0.84rem;
  display: block;
  margin: 0 auto 0.3rem;
  position: relative;
  z-index: 3;
}

.core .corebus .corem .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.core .corebus .corem .civ {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #555;
  position: relative;
  z-index: 3;
}

.core .corebus .corem .line {
  width: 100%;
  text-align: center;
  margin-top: 0.3rem;
  height: 3em;
  position: relative;
  z-index: 3;
}

.core .corebus .corem .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 2px;
  background: #D22B2D;
}

.core .corebus .corem .bix {
  width: 100%;
  height: 0;
  opacity: 0;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 3;
}

.core .corebus .corem .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  opacity: 0;
}

.core .corebus .corem:hover {
  transform: scale(1.2);
  border: solid 1px transparent;
  z-index: 3;
}

.core .corebus .corem:hover .line {
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
}

.core .corebus .corem:hover .civ, .core .corebus .corem:hover .bix {
  color: #fff;
}

.core .corebus .corem:hover .bix {
  height: 3em;
  opacity: 1;
  margin-top: 0.3rem;
}

.core .corebus .corem:hover .bg {
  opacity: 1;
}

@media (max-width: 768px) {
  .core .corebus .corem:hover {
    transform: scale(1.1);
  }
}

.direction {
  width: 100%;
  margin: 0.5rem 0 0;
}

.direction .direct {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.direction .direct .direm {
  width: 33.3%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  border: solid 1px #969195;
  height: 4.4rem;
  padding: 0.2rem;
}

.direction .direct .direm .dit {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.direction .direct .direm .line {
  width: 100%;
  font-size: 0;
  text-align: center;
  transition: all ease 0.3s;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.direction .direct .direm .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 2px;
  background: #fff;
}

.direction .direct .direm .dic {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  height: 0;
  opacity: 0;
}

.direction .direct .direm:nth-child(1), .direction .direct .direm:nth-child(2), .direction .direct .direm:nth-child(3), .direction .direct .direm:nth-child(4) {
  width: 25%;
}

.direction .direct .direm:hover {
  background-image: url("../images/tm.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.direction .direct .direm:hover .dic {
  height: 4.5em;
  opacity: 1;
}

.direction .direct .direm:hover .line {
  opacity: 1;
  padding: 0.3rem 0;
  height: calc(0.6rem + 2px);
}

@media (max-width: 768px) {
  .direction .direct .direm {
    width: 100%;
  }
  .direction .direct .direm:nth-child(1), .direction .direct .direm:nth-child(2), .direction .direct .direm:nth-child(3), .direction .direct .direm:nth-child(4) {
    width: 50%;
  }
}

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

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

.operate .oper .opr {
  width: calc((830 / 1600) *100%);
  padding-right: 1rem;
}

.operate .oper .opr .oit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.operate .oper .opr .oit span {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #D22B2D;
  line-height: 1.5;
}

.operate .oper .opr .mic {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0;
}

.operate .oper .opr .mic span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.01rem;
  padding: 0 0.2rem;
  color: #fff;
  line-height: 2.2;
  border-radius: 1.1em;
  background-image: url("../images/bg.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.operate .oper .opr .oip {
  width: 100%;
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.18rem);
  margin: 0.4rem 0;
  height: 2rem;
}

.operate .oper .opr .oip p {
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.operate .oper .opr .more {
  width: 100%;
  font-size: 0;
}

.operate .oper .opr .more a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #D22B2D;
  padding: 0 0.4rem;
  line-height: 2.5;
}

.operate .oper .opl {
  width: calc((770 / 1600) *100%);
  position: relative;
}

.operate .oper .opl .img {
  width: calc((750 / 770) * 100%);
  padding-top: 65%;
  position: relative;
  z-index: 5;
}
.operate .oper .opl .img img{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: block;
}

.operate .oper .opl .kui {
  position: absolute;
  z-index: 3;
  bottom: -0.2rem;
  right: 0;
  background: #D22B2D;
  width: 3.2rem;
  height: 2.2rem;
}

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

.information .inl {
  display: inline-block;
  vertical-align: top;
  width: calc((260 / 1600) * 100%);
  margin-right: calc((60 / 1600) * 100%);
}

.information .inl .inlem {
  width: 100%;
  margin-bottom: 0.28rem;
}

.information .inl .inlem a {
  background-color: #f1f1f1;
  text-align: center;
  width: 100%;
  display: flex;
  align-content: center;
  padding: 0.3rem;
  flex-wrap: wrap;
  min-height: 1.4rem;
}

.information .inl .inlem .int {
  width: 100%;
  color: #888;
  line-height: 1.5;
  display: block;
}

.information .inl .inlem .mors {
  width: 100%;
  text-align: left;
  color: #ffff;
  font-size: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.information .inl .inlem .mors .sx {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  margin-right: 0.12rem;
}

.information .inl .inlem .mors .si {
  display: inline-block;
  vertical-align: middle;
  width: 0.22rem;
  height: 0.22rem;
}

.information .inl .inlem .mors .si img {
  width: 100%;
  height: 100%;
  display: block;
}

.information .inl .inlem.on a {
  background-image: url("../images/tm2.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: none;
}

.information .inl .inlem.on .int {
  text-align: left;
  color: #fff;
  font-weight: bold;
}

.information .inl .inlem.on .mors {
  height: 0.3rem;
  margin-top: 0.3rem;
  opacity: 1;
}

.information .inr {
  display: inline-block;
  vertical-align: top;
  width: calc((1279 / 1600) * 100%);
}

.information .inr .inrem {
  width: 100%;
  display: none;
  font-size: 0;
}

.information .inr .inrem .insem {
  width: calc((400 / 1279) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((38 / 1279) * 100%);
}

.information .inr .inrem .insem .imgs {
  width: 100%;
  overflow: hidden;
}

.information .inr .inrem .insem .imgs .img {
  width: 100%;
  padding-top: 65%;
  transition: all ease 0.3s;
  position: relative;
}
.information .inr .inrem .insem .imgs .img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  z-index: 4;
}

.information .inr .inrem .insem .time {
  width: 100%;
  font-size: 0;
  margin: 0.18rem 0;
}

.information .inr .inrem .insem .time span {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.8;
}

.information .inr .inrem .insem .time span i {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.8;
  margin: 0 0.1rem;
  position: relative;
  top: -0.02rem;
}

.information .inr .inrem .insem .time span:last-child i {
  display: none;
}

.information .inr .inrem .insem .tix {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 0.18rem;
}

.information .inr .inrem .insem .tiv {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 0.28rem;
}

.information .inr .inrem .insem .morv {
  width: 100%;
  font-size: 0;
}

.information .inr .inrem .insem .morv span {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 2.5;
  padding: 0 0.3rem;
  width: auto;
  background: #f1f1f1;
}

.information .inr .inrem .insem:hover .morv span {
  background: #D22B2D;
  color: #fff;
}

.information .inr .inrem .insem:hover .imgs .img {
  transform: scale(1.1);
}

.information .inr .inrem .insem:nth-child(3n) {
  margin-right: 0;
}

.information .inr .inrem.on {
  display: block;
}

@media (max-width: 768px) {
  .information .inl {
    width: 100%;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }
  .information .inl .inlem {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
  }
  .information .inl .inlem a {
    height: 2.4rem;
  }
  .information .inl .inlem.on .mors {
    margin-top: 0.2rem;
    height: 0.4rem;
  }
  .information .inl .inlem:nth-child(3n) {
    margin-right: 0;
  }
  .information .inr {
    width: 100%;
  }
  .information .inr .inrem {
    width: 100%;
  }
  .information .inr .inrem .insem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
}

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

.nanner .img {
  width: 100%;
  display: block;
}

.nanner .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.nanner .nox {
  max-width: 80%;
  min-width: 60%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.nanner .nox .bit {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.16rem;
}

.nanner .nox .sit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.nanner .nox .searom {
  width: 100%;
  max-width: 4rem;
  margin: 0.3rem auto 0;
  font-size: 0;
  background: rgba(255, 255, 255, 0.25);
  padding: 0 0.2rem;
}

.nanner .nox .searom .inp {
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  height: 3em;
  color: #fff;
  width: calc(100% - 0.24rem);
  border: none;
  background: none;
  padding-right: 0.1rem;
}

.nanner .nox .searom input::-webkit-input-placeholder {
  color: #fff;
}

.nanner .nox .searom .sup {
  display: inline-block;
  vertical-align: middle;
  width: 0.22rem;
  height: 0.22rem;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.nanner .nox .searom .sup img {
  width: 100%;
  height: 100%;
  display: block;
}

.nanner .nanbars {
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}

.nanner .nanbars .nanbar {
  width: 100%;
}

.nanner .nanbars .nanbar .swiper-slide {
  flex: 1;
  color: #555;
}

.nanner .nanbars .nanbar .swiper-slide a {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  display: block;
  line-height: 2.5;
  text-align: center;
}

.nanner .nanbars .nanbar .swiper-slide.on a {
  background-color: transparent;
  background-image: url("../images/bg.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
}

@media (max-width: 768px) {
  .nanner {
    padding-top: 0.9rem;
  }
  .nanner .nox {
    max-width: 90%;
    width: 80%;
  }
  .nanner .nox .bit {
    font-size: 20px;
  }
  .nanner .nox .sit {
    font-size: 14px;
  }
  .nanner .nanbars {
    width: 100%;
    position: relative;
  }
  .nanner .nanbars .w1600 {
    width: 100%;
  }
}

.attracts {
  width: 100%;
  padding: 0.6rem 0;
  background: #f7f7f7;
}

.attracts .investlis {
  width: 100%;
}

.attracts .investlis .invem {
  width: 100%;
  margin-bottom: 0.5rem;
  background: #fff;
}

.attracts .investlis .invem a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.attracts .investlis .invem .imgs {
  width: calc((530 / 1600) *100%);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.attracts .investlis .invem .imgs .img {
  width: 100%;
  padding-top: 70%;
  transition: all ease 0.3s;
}

.attracts .investlis .invem .inrm {
  width: calc((1069 / 1600) *100%);
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.3rem 0.3rem 0.5rem;
}

.attracts .investlis .invem .inrm .int {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}

.attracts .investlis .invem .inrm .int .ins {
  width: auto;
  color: #333;
  line-height: 1.8;
}

.attracts .investlis .invem .inrm .int .ris {
  width: auto;
  font-size: 0;
  display: flex;
}

.attracts .investlis .invem .inrm .int .ris .call {
  font-size: 0;
  background: #D22B2D;
  padding: 0 0.2rem;
}

.attracts .investlis .invem .inrm .int .ris .call .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
}

.attracts .investlis .invem .inrm .int .ris .call .ic img {
  width: 100%;
  height: 100%;
  display: block;
}

.attracts .investlis .invem .inrm .int .ris .call span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 0.5rem;
}

.attracts .investlis .invem .inrm .int .ris .rtn {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
}

.attracts .investlis .invem .inrm .int .ris .rtn img {
  width: 100%;
  height: 100%;
  display: block;
}

.attracts .investlis .invem .inrm .int .ris .rtn img:first-child {
  display: block;
}

.attracts .investlis .invem .inrm .int .ris .rtn img:last-child {
  display: none;
}

.attracts .investlis .invem .inrm .invlis {
  width: 100%;
}

.attracts .investlis .invem .inrm .invlis .item {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.attracts .investlis .invem .inrm .invlis .item .iv {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.attracts .investlis .invem .inrm .invlis .item .iv img {
  width: 100%;
  height: 100%;
  display: block;
}

.attracts .investlis .invem .inrm .invlis .item .cin {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.45rem);
  color: #666;
  line-height: 1.5;
}

.attracts .investlis .invem:hover {
  background: #D22B2D;
}

.attracts .investlis .invem:hover .imgs .img {
  transform: scale(1.1);
}

.attracts .investlis .invem:hover .inrm .int .ins {
  color: #fff;
}

.attracts .investlis .invem:hover .inrm .int .ris .call {
  background: #e12f31;
}

.attracts .investlis .invem:hover .inrm .int .ris .rtn img:first-child {
  display: none;
}

.attracts .investlis .invem:hover .inrm .int .ris .rtn img:last-child {
  display: block;
}

.attracts .investlis .invem:hover .inrm .invlis .item .iv img:first-child {
  display: none;
}

.attracts .investlis .invem:hover .inrm .invlis .item .iv img:last-child {
  display: block;
}

.attracts .investlis .invem:hover .inrm .invlis .item .cin {
  color: #fff;
}

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

.pages .page {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  line-height: 1.5;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #666;
  margin: 0 0.05rem;
  border: solid 1px #eeeeee;
}

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

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

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

@media (max-width: 768px) {
  .pages .page {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
}

.modular .mit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.45rem;
}

.modular.gary .mit {
  color: #d02127;
}

.Property {
  width: 100%;
  padding: 0.6rem 0;
  background: #fff;
}

.Property .prope {
  width: 100%;
}

.Property .prope .propm {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: flex-start;
}

.Property .prope .propm .prl {
  width: calc((230 / 1600) * 100%);
  background: #d02127;
  border-bottom: solid 1px #ffffff;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.Property .prope .propm .prl .icon {
  width: 0.64rem;
  height: 0.64rem;
  display: block;
  margin: 0 auto 0.18rem;
}

.Property .prope .propm .prl .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.Property .prope .propm .prl .pic {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.Property .prope .propm .prr {
  width: calc((1369 / 1600) * 100%);
  display: flex;
  align-content: center;
}

.Property .prope .propm .prr .prem {
  background: #f3f3f3;
  padding: 0.4rem 0.4rem;
  border: solid 1px #fff;
}

.Property .prope .propm .prr .prem .rit {
  width: 100%;
  color: #d02127;
  line-height: 1.5;
  margin-bottom: 0.18rem;
}

.Property .prope .propm .prr .prem .pop {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 7.5em;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.Property .prope .propm .prr .prem .pop p {
  color: #666;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.Property .prope .propm .prr .prem .pcm {
  width: 100%;
  font-size: 0;
  margin: 0.1rem 0;
  white-space: nowrap;
}

.Property .prope .propm .prr .prem .pcm .pm {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
}

.Property .prope .propm .prr .prem .pcm .pm img {
  width: 100%;
  height: 100%;
  display: block;
}

.Property .prope .propm .prr .prem .pcm .pv {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.8;
}

.Property .prope .propm .prr .prem:nth-child(2n) {
  background: #eeeeee;
}

.Property .prope .propm.three .prr .prem {
  width: 33.3%;
}

.Property .prope .propm.five .prr .prem {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 768px) {
  .Property .prope .propm.three {
    flex-wrap: wrap;
  }
  .Property .prope .propm.three .prl {
    width: 100%;
    padding: 0.3rem 0;
  }
  .Property .prope .propm.three .prr {
    width: 100%;
    flex-wrap: wrap;
  }
  .Property .prope .propm.three .prr .prem {
    width: 100%;
  }
  .Property .prope .propm.five {
    flex-wrap: wrap;
  }
  .Property .prope .propm.five .prl {
    width: 100%;
    padding: 0.3rem 0;
  }
  .Property .prope .propm.five .prr {
    width: 100%;
    flex-wrap: wrap;
  }
  .Property .prope .propm.five .prr .prem {
    width: 50%;
  }
  .Property .prope .propm.five .prr .prem:last-child {
    width: 100%;
    justify-content: center;
  }
  .Property .prope .propm.five .prr .prem:last-child .pcm {
    width: 50%;
  }
  .Property .prope .propm.five .prr .prem:last-child .pcm:nth-child(2n) {
    padding-left: 0.4rem;
  }
}

.industry {
  width: 100%;
  background: #f7f7f7;
  padding: 0.6rem  0;
}

.industry .indulis {
  width: 100%;
}

.industry .indulis .induem {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  margin-bottom: 0.5rem;
}

.industry .indulis .induem .imgs {
  width: 50%;
}

.industry .indulis .induem .imgs img {
  width: 100%;
  height: 100%;
  display: block;
}

.industry .indulis .induem .invm {
  width: 50%;
  padding: 0.3rem;
}

.industry .indulis .induem .invm .vit {
  width: 100%;
  text-align: center;
  color: #c1611e;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.industry .indulis .induem .invm .clalis {
  width: 100%;
  font-size: 0;
}

.industry .indulis .induem .invm .clalis .claem {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.2rem;
  font-size: 0;
  background: #f2f2f2;
  padding: 0 0.2rem;
}

.industry .indulis .induem .invm .clalis .claem .cm {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.14rem;
}

.industry .indulis .induem .invm .clalis .claem .cm img {
  width: 100%;
  height: 100%;
  display: block;
}

.industry .indulis .induem .invm .clalis .claem .cm img:first-child {
  display: block;
}

.industry .indulis .induem .invm .clalis .claem .cm img:last-child {
  display: none;
}

.industry .indulis .induem .invm .clalis .claem .mx {
  width: calc(100% - 0.45rem);
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 2.5;
}

.industry .indulis .induem .invm .clalis .claem:nth-child(3n) {
  margin-right: 0;
}

.industry .indulis .induem .invm .clalis .claem:hover {
  background: #d02127;
}

.industry .indulis .induem .invm .clalis .claem:hover .cm img:first-child {
  display: none;
}

.industry .indulis .induem .invm .clalis .claem:hover .cm img:last-child {
  display: block;
}

.industry .indulis .induem .invm .clalis .claem:hover .mx {
  color: #fff;
}

.industry .indulis .induem:nth-child(2n) {
  flex-direction: row-reverse;
}

.industry .indulis .induem:nth-child(2n) .invm .clalis .claem {
  width: 48%;
  margin-right: 4%;
}

.industry .indulis .induem:nth-child(2n) .invm .clalis .claem:nth-child(3n) {
  margin-right: 4%;
}

.industry .indulis .induem:nth-child(2n) .invm .clalis .claem:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .industry .indulis .induem .invm .clalis .claem {
    width: 48%;
    margin-right: 4%;
  }
  .industry .indulis .induem .invm .clalis .claem:nth-child(3n) {
    margin-right: 4%;
  }
  .industry .indulis .induem .invm .clalis .claem:nth-child(2n) {
    margin-right: 0;
  }
  .industry .indulis .induem:nth-child(2n) .invm .clalis .claem {
    width: 100%;
  }
}

.Financial {
  width: 100%;
  padding: 0.5rem 0;
  background: #fff;
}

.Financial .fina {
  width: 100%;
  font-size: 0;
  background: #f3f3f3;
}

.Financial .fina .img {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.Financial .fina .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.Financial .fina .fon {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 0.4rem;
}

.Financial .fina .fon .Needs {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.4rem;
}

.Financial .fina .fon .Needs .nem {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.2rem;
}

.Financial .fina .fon .Needs .nem .icn {
  width: 0.86rem;
  height: 0.86rem;
  display: block;
  margin: 0 auto 0.1rem;
}

.Financial .fina .fon .Needs .nem .icn img {
  width: 100%;
  height: 100%;
  display: block;
}

.Financial .fina .fon .Needs .nem .niv {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
}

.Financial .fina .fon .Needs .nem:nth-child(3n) {
  margin-right: 0;
}

.Financial .fina .fon .fop {
  width: 100%;
  color: #666;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
  height: 2rem;
}

.Financial .fina .fon .fop p {
  color: #666;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

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

.newcens .nit {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.newcens .nix {
  width: 100%;
  color: #666;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.4rem;
}

.newcens .newlis {
  width: 100%;
  font-size: 0;
}

.newcens .newlis .newxm {
  width: calc((414 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((78 / 1400) * 100%);
}

.newcens .newlis .newxm a {
  width: 100%;
  height: 100%;
  display: block;
}

.newcens .newlis .newxm .imgs {
  width: 100%;
  overflow: hidden;
}

.newcens .newlis .newxm .imgs .img {
  width: 100%;
  padding-top: 65%;
  transition: all ease 0.3s;
  position: relative;
}
.newcens .newlis .newxm .imgs .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
  opacity: 0;
  left: 0;
  top: 0;
}

.newcens .newlis .newxm .time {
  width: 100%;
  font-size: 0;
  margin: 0.18rem 0;
}

.newcens .newlis .newxm .time span {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.8;
}

.newcens .newlis .newxm .time span i {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.8;
  margin: 0 0.1rem;
  position: relative;
  top: -0.02rem;
}

.newcens .newlis .newxm .time span:last-child i {
  display: none;
}

.newcens .newlis .newxm .tix {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 0.18rem;
}

.newcens .newlis .newxm .tiv {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 0.28rem;
}

.newcens .newlis .newxm .morv {
  width: 100%;
  font-size: 0;
}

.newcens .newlis .newxm .morv span {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 2.5;
  padding: 0 0.3rem;
  width: auto;
  background: #f1f1f1;
}

.newcens .newlis .newxm:hover .morv span {
  background: #D22B2D;
  color: #fff;
}

.newcens .newlis .newxm:hover .imgs .img {
  transform: scale(1.1);
}

.newcens .newlis .newxm:hover .tix {
  color: #D22B2D;
}

.newcens .newlis .newxm:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .newcens .newlis .newxm {
    width: 48%;
    margin-right: 4%;
  }
  .newcens .newlis .newxm:nth-child(3n) {
    margin-right: 4%;
  }
  .newcens .newlis .newxm:nth-child(2n) {
    margin-right: 0%;
  }
}

@media (max-width: 450px) {
  .newcens .newlis .newxm {
    width: 100%;
    margin-right: 0%;
  }
  .newcens .newlis .newxm:nth-child(3n) {
    margin-right: 0%;
  }
  .newcens .newlis .newxm:nth-child(2n) {
    margin-right: 0%;
  }
}

.contact {
  width: 100%;
  padding: 0.5rem 0;
  background: #f7f7f7;
}

.contact .contlis {
  width: 100%;
}

.contact .contlis .conem {
  width: 100%;
  padding: 0.3rem;
  font-size: 0;
  background: #fff;
  margin-bottom: 0.5rem;
}

.contact .contlis .conem .imgs {
  width: calc((680 / 1340) * 100%);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.contact .contlis .conem .imgs .img {
  width: 100%;
  padding-top: 61%;
  transition: all ease 0.3s;
}

.contact .contlis .conem .imgs:hover .img {
  transform: scale(1.1);
}

.contact .contlis .conem .rcn {
  width: calc((660 / 1340) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.6rem;
}

.contact .contlis .conem .rcn .ric {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

.contact .contlis .conem .rcn .invlis {
  width: 100%;
}

.contact .contlis .conem .rcn .invlis .item {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.contact .contlis .conem .rcn .invlis .item .iv {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.contact .contlis .conem .rcn .invlis .item .iv img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .contlis .conem .rcn .invlis .item .cin {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.45rem);
  color: #666;
  line-height: 1.5;
}

.contact .contlis .conem .rcn .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.4rem;
}

.contact .contlis .conem .rcn .more a {
  display: inline-block;
  vertical-align: middle;
  background: #D22B2D;
  width: auto;
  padding: 0 0.4rem;
  color: #fff;
  line-height: 2.5;
}

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

.address .aits {
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.address .maps {
  width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}

.address .maps .img {
  width: 100%;
  display: block;
}

.address .maps .img img {
  width: 100%;
  display: block;
}

.address .maps .show {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  background: #D22B2D;
  padding: 0.2rem;
}

.address .maps .show .img {
  width: 100%;
  padding-top: 60%;
  margin-bottom: 0.1rem;
}

.address .maps .show .nit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.address .maps .show .invlis {
  width: 100%;
}

.address .maps .show .invlis .item {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.1rem;
}

.address .maps .show .invlis .item .iv {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.address .maps .show .invlis .item .iv img {
  width: 100%;
  height: 100%;
  display: block;
}

.address .maps .show .invlis .item .cin {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.45rem);
  color: #fff;
  line-height: 1.5;
}

.address .maps .show:after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: -0.2rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: solid 0.1rem transparent;
  border-left-color: #D22B2D;
}

.address .imgsiper {
  width: 100%;
}

.address .imgsiper .swiper-container {
  padding-bottom: 0.5rem;
  bottom: 0;
}

.address .imgsiper .swiper-slide {
  width: 100%;
}

.address .imgsiper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}

.address .imgsiper .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
}

.address .imgsiper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 60%;
  transition: all ease 0.3s;
}

.address .imgsiper .swiper-slide .imx {
  width: 100%;
  text-align: center;
  color: #555;
  line-height: 2.8;
  background: #f7f7f7;
  padding: 0 0.1rem;
}

.address .imgsiper .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.address .imgsiper .swiper-slide:hover .imx {
  background: #D22B2D;
  color: #fff;
}

.address .imgsiper .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #D22B2D;
  opacity: 0.3;
  display: inline-block;
  vertical-align: middle;
}

.address .imgsiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../images/poin.png");
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent !important;
}

.address .imgsiper .cy {
  width: calc((330 / 1400) * 100%);
  margin-right: calc((25 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
}

.address .imgsiper .cy a {
  width: 100%;
  height: 100%;
  display: block;
}

.address .imgsiper .cy .imgs {
  width: 100%;
  overflow: hidden;
}

.address .imgsiper .cy .imgs .img {
  width: 100%;
  padding-top: 60%;
  transition: all ease 0.3s;
}

.address .imgsiper .cy .imx {
  width: 100%;
  text-align: center;
  color: #555;
  line-height: 2.8;
  background: #f7f7f7;
  padding: 0 0.1rem;
}

.address .imgsiper .cy:hover .imgs .img {
  transform: scale(1.1);
}

.address .imgsiper .cy:hover .imx {
  background: #D22B2D;
  color: #fff;
}

.address .imgsiper .cy:nth-child(4n) {
  margin-right: 0;
}

.address .imgssiper {
  width: 100%;
}

.address .imgssiper .cy {
  width: calc((330 / 1400) * 100%);
  margin-right: calc((25 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
}

.address .imgssiper .cy a {
  width: 100%;
  height: 100%;
  display: block;
}

.address .imgssiper .cy .imgs {
  width: 100%;
  overflow: hidden;
}

.address .imgssiper .cy .imgs .img {
  width: 100%;
  padding-top: 60%;
  transition: all ease 0.3s;
}

.address .imgssiper .cy .imx {
  width: 100%;
  text-align: center;
  color: #555;
  line-height: 2.8;
  background: #f7f7f7;
  padding: 0 0.1rem;
}

.address .imgssiper .cy:hover .imgs .img {
  transform: scale(1.1);
}

.address .imgssiper .cy:hover .imx {
  background: #D22B2D;
  color: #fff;
}

.address .imgssiper .cy:nth-child(4n) {
  margin-right: 0;
}

.address .imgssiper .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #D22B2D;
  opacity: 0.3;
  display: inline-block;
  vertical-align: middle;
}

.address .imgssiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../images/poin.png");
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent !important;
}

.address .imgssiper .swiper-container {
  padding-bottom: 0.7rem;
}

.address .serbox {
  width: 100%;
  padding: 0.1rem 0 0.3rem;
}

.address .serbox form {
  width: 100%;
  font-size: 0;
}

.address .serbox form .fm {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.address .serbox form .select {
  width: 2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3rem;
  margin-bottom: 0.1rem;
}

.address .serbox form .select .select-con {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  line-height: 2.2;
  height: 2.2em;
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem;
  background-color: #fff;
  box-shadow: -1px 16px 20px 0px rgba(29, 29, 29, 0.1);
  border: solid 1px #eeeeee;
}

.address .serbox form .select .select-con .select-value {
  width: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 2.2;
  height: 2.2em;
  color: #666;
  padding: 0 0.4rem 0 0.2rem;
  text-align: left;
}

.address .serbox form .select .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  height: 2.2em;
  line-height: 2.2;
  background: transparent;
}

.address .serbox form .select .select-con select option {
  color: #000;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.2;
}

.address .serbox form .select .select-con:after {
  display: inline-block;
  content: "";
  border-left: 0.05rem solid transparent;
  border-top: 0.05rem solid #666;
  border-right: 0.05rem solid transparent;
  position: absolute;
  width: 0;
  height: 0;
  right: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.address .serbox form .sum {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.3rem;
  height: 2.2em;
  line-height: 2.2;
  color: #fff;
  background: #D22B2D;
  border: none;
  cursor: pointer;
  margin-bottom: 0.1rem;
}

@media (max-width: 768px) {
  .address .maps .show {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
  .address .maps .show:after {
    display: none;
  }
  .address .imgssiper .cy {
    width: 48%;
    margin-right: 4%;
  }
  .address .imgssiper .cy:nth-child(2n) {
    margin-right: 0;
  }
}

.Access {
  width: 100%;
  padding: 0.5rem 0;
  background: #fff;
}

.Access .aclass {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  font-size: 0;
  text-align: center;
}

.Access .aclass .acs {
  width: auto;
  width: 2.2rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.4rem;
  padding: 0 0.1rem;
  background: #eee;
  color: #333;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 0.2rem;
}

.Access .aclass .acs.on {
  background: #D22B2D;
  color: #fff;
}

.Access .accelis {
  width: 100%;
  font-size: 0;
}

.Access .accelis .accem {
  width: calc((446 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.4rem;
  margin-right: calc((30 / 1400) * 100%);
}

.Access .accelis .accem .imgs {
  width: 100%;
  overflow: hidden;
}

.Access .accelis .accem .imgs .img {
  width: 100%;
  padding-top: 61%;
  transition: all ease 0.3s;
}

.Access .accelis .accem .imx {
  width: 100%;
  text-align: center;
  color: #555;
  line-height: 2.8;
  background: #f7f7f7;
  padding: 0 .1rem;
}

.Access .accelis .accem:nth-child(3n) {
  margin-right: 0;
}

.Access .accelis .accem:hover .imgs .img {
  transform: scale(1.1);
}

.Access .accelis .accem:hover .imx {
  background: #D22B2D;
  color: #fff;
}

.taxation {
  width: 100%;
  padding: 0.7rem 0;
  background: #f7f7f7;
}

.taxation .taxam {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  overflow: hidden;
}

.taxation .taxam .imgs {
  width: calc((762 / 1400) * 100%);
  overflow: hidden;
}

.taxation .taxam .imgs .img {
  width: 100%;
  padding-top: 61%;
  transition: all ease 0.3s;
}

.taxation .taxam .ton {
  width: calc((637 / 1400) * 100%);
  padding: 0.3rem 0.3rem 0.3rem 0.6rem;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.taxation .taxam .ton .tit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.taxation .taxam .ton .tnp {
  width: 100%;
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
  height: 2.2rem;
}

.taxation .taxam .ton .tnp p {
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.taxation .taxam .ton .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.4rem;
}

.taxation .taxam .ton .more a {
  display: inline-block;
  vertical-align: middle;
  background: #D22B2D;
  width: auto;
  padding: 0 0.4rem;
  color: #fff;
  line-height: 2.5;
}

.taxation .taxam .ton:after {
  content: ' ';
  position: absolute;
  z-index: 3;
  width: 2.4rem;
  height: 1.7rem;
  right: -1.2rem;
  bottom: -0.85rem;
  background-image: url("../images/rb.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.taxation .Positioniper {
  width: 100%;
  margin: 0.5rem 0;
  position: relative;
}

.taxation .Positioniper .swiper-slide {
  width: 100%;
  background: #fff;
  padding: 0.3rem 0.4rem;
}

.taxation .Positioniper .swiper-slide .sit {
  width: 100%;
  color: #D22B2D;
  line-height: 1.5;
  margin-bottom: 0.14rem;
}

.taxation .Positioniper .swiper-slide .rlis {
  width: 100%;
  font-size: 0;
}

.taxation .Positioniper .swiper-slide .rlis span {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  width: auto;
  color: #333;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
}

.taxation .Positioniper .swiper-slide .cip {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.1rem 0 0.2rem;
}

.taxation .Positioniper .swiper-slide .nop {
  width: 100%;
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
  height: 1.8rem;
}

.taxation .Positioniper .swiper-slide .nop p {
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.taxation .Positioniper .swiper-slide .bots {
  width: 100%;
  font-size: 0;
  margin: 0.4rem 0 0.1rem;
}

.taxation .Positioniper .swiper-slide .bots .bas {
  display: inline-block;
  vertical-align: top;
  background: #f1f1f1;
  color: #888;
  line-height: 2.5;
  width: auto;
  padding: 0 0.3rem;
  margin-right: 0.2rem;
}

.taxation .Positioniper .swiper-slide .bots .bas:hover {
  background: #D22B2D;
  color: #fff;
}

.taxation .Positioniper .ptn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  cursor: pointer;
}

.taxation .Positioniper .ptn img {
  width: 100%;
  height: 100%;
  display: block;
}

.taxation .Positioniper .ptn img:first-child {
  display: block;
}

.taxation .Positioniper .ptn img:last-child {
  display: none;
}

.taxation .Positioniper .ptn:hover img:first-child {
  display: none;
}

.taxation .Positioniper .ptn:hover img:last-child {
  display: block;
}

.taxation .Positioniper .pl {
  left: -0.6rem;
}

.taxation .Positioniper .pr {
  right: -0.6rem;
}

@media (max-width: 1420px) {
  .taxation .Positioniper .swiper-slide .nop {
    height: 2.6rem;
  }
  .taxation .Positioniper .pl {
    left: 0rem;
  }
  .taxation .Positioniper .pr {
    right: 0rem;
  }
}

.taxbot {
  width: 100%;
  background: #fff;
  padding: 0.5rem 0;
}

.taxbot .taxlis {
  width: 100%;
  font-size: 0;
}

.taxbot .taxlis .taxem {
  width: calc((680 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-right: calc((39 / 1400) * 100%);
}

.taxbot .taxlis .taxem .tal {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #D22B2D;
  width: 0.8rem;
  text-align: center;
  height: 100%;
  padding: 0 0.1rem;
  line-height: 1.5;
  height: 3rem;
}

.taxbot .taxlis .taxem .tal .lan {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.taxbot .taxlis .taxem .tal .lan span {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  line-height: 1.5;
  color: #fff;
}

.taxbot .taxlis .taxem .tar {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.8rem);
  background: #f8f8f8;
  padding: 0.3rem 0.4rem;
  height: 3rem;
}

.taxbot .taxlis .taxem .tar .tis {
  width: 100%;
  color: #D22B2D;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.taxbot .taxlis .taxem .tar .tmp {
  width: 100%;
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
  height: 1.6rem;
}

.taxbot .taxlis .taxem .tar .tmp p {
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.taxbot .taxlis .taxem:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .taxbot .taxlis .taxem .tal, .taxbot .taxlis .taxem .tar {
    height: 4rem;
  }
  .taxbot .taxlis .taxem .tar .tmp {
    height: 2rem;
  }
}

.synopsis {
  width: 100%;
  padding: 0.5rem 0;
  background: #fff;
}

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

.synopsis .syeam .img {
  width: calc((655 / 1400) * 100%);
  overflow: hidden;
}

.synopsis .syeam .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.synopsis .syeam .son {
  width: calc((744 / 1400) * 100%);
  padding-right: 0.6rem;
}

.synopsis .syeam .son .xic {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.synopsis .syeam .son .xit {
  width: 100%;
  color: #D22B2D;
  line-height: 1.5;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.synopsis .syeam .son .xnp {
  width: 100%;
  color: #555;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
  height: 2.1rem;
}

.synopsis .syeam .son .xnp p {
  color: #555;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.boss {
  width: 100%;
  padding: 0.8rem 0;
  background: #f7f7f7;
}

.boss .bolem {
  width: 100%;
  font-size: 0;
}

.boss .bolem .bol {
  width: calc((390 / 1400) * 100%);
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.boss .bolem .bol .img {
  width: calc((370 / 390) * 100%);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 4;
}

.boss .bolem .bol .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.boss .bolem .bol .img:after {
  content: ' ';
  position: absolute;
  z-index: -1;
  width: 1.9rem;
  height: 1.7rem;
  background: #D22B2D;
  left: -0.2rem;
  top: -0.2rem;
}

.boss .bolem .bor {
  width: calc((1009 / 1400) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.6rem;
}

.boss .bolem .bor .name {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.boss .bolem .bor .siv {
  width: 100%;
  color: #D22B2D;
  margin-bottom: 0.2rem;
  line-height: 1.5;
  font-weight: bold;
}

.boss .bolem .bor .bnp {
  width: 100%;
  color: #666;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
  height: 2.7rem;
}

.boss .bolem .bor .bnp p {
  color: #666;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.history {
  width: 100%;
  padding: 0.6rem 0;
  background: #fff;
  position: relative;
  z-index: 1;
}

.history .hisiper {
  width: 100%;
  position: relative;
  z-index: 3;
}

.history .hisiper .swiper-container {
  width: 100%;
  padding: 1.7rem 0;
  padding: 16% 0;
  z-index: 5;
}

.history .hisiper .swiper-slide {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.history .hisiper .swiper-slide .year {
  width: 1.3rem;
  height: 1.3rem;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
  background: #D22B2D;
  margin: 0 auto;
}

.history .hisiper .swiper-slide .year span {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.history .hisiper .swiper-slide .year:after {
  content: ' ';
  position: absolute;
  z-index: -1;
  background-color: rgba(199, 109, 49, 0.25);
  width: 1.5rem;
  height: 1.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: all ease 0.3s;
}

.history .hisiper .swiper-slide .line {
  width: 100%;
  font-size: 0;
  position: absolute;
  z-index: 3;
  top: 100%;
}

.history .hisiper .swiper-slide .line span {
  width: 2px;
  display: inline-block;
  vertical-align: middle;
  height: 0.6rem;
  background: #D22B2D;
}

.history .hisiper .swiper-slide .tom {
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc(0.6rem + 100%);
}

.history .hisiper .swiper-slide .tom .tis {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.1rem 0;
  font-weight: bold;
  transition: all ease 0.3s;
}

.history .hisiper .swiper-slide .tom .tim {
  width: 100%;
  text-align: center;
  color: #555;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.history .hisiper .swiper-slide:nth-child(2n) .line {
  position: absolute;
  bottom: 100%;
  top: auto;
}

.history .hisiper .swiper-slide:nth-child(2n) .tom {
  position: absolute;
  bottom: calc(0.6rem + 100%);
  top: auto;
}

.history .hisiper .swiper-slide:hover .year:after {
  opacity: 1;
}

.history .hisiper .swiper-slide:hover .tom .tis {
  color: #D22B2D;
}

.history .hisiper .ptn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  cursor: pointer;
  opacity: 0.5;
  transition: all ease 0.3s;
}

.history .hisiper .ptn img {
  width: 100%;
  height: 100%;
  display: block;
}

.history .hisiper .ptn img:first-child {
  display: block;
}

.history .hisiper .ptn img:last-child {
  display: none;
}

.history .hisiper .ptn img:first-child {
  display: none;
}

.history .hisiper .ptn img:last-child {
  display: block;
}

.history .hisiper .ptn:hover {
  opacity: 1;
}

.history .hisiper .ptn:hover img:first-child {
  display: none;
}

.history .hisiper .ptn:hover img:last-child {
  display: block;
}

.history .hisiper .hl {
  left: -0.44rem;
}

.history .hisiper .hr {
  right: -0.44rem;
}

.history .lines {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 2px;
  top: 50%;
  left: 50%;
  width: 17.6rem;
  max-width: 100%;
  transform: translate(-50%, -50%);
  background-image: url("../images/lines.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .history .hisiper .swiper-container {
    width: 100%;
    padding: 1.7rem 0;
    padding: 30% 0;
  }
  .history .hisiper .hl {
    left: 0rem;
  }
  .history .hisiper .hr {
    right: 0rem;
  }
}

.mission {
  width: 100%;
  padding: 0.6rem 0;
}

.mission .mit {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.1rem;
}

.mission .mix {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.8rem;
}

.mission .mislis {
  width: 100%;
  font-size: 0;
}

.mission .mislis .misem {
  width: calc((420 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
  background: #fff;
  margin-right: calc((69 / 1400) * 100%);
  padding: 0.1rem  0.4rem 0.3rem;
  margin-bottom: 0.7rem;
}

.mission .mislis .misem .icon {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.25);
  position: relative;
  top: -0.55rem;
}

.mission .mislis .misem .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.mission .mislis .misem .miv {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  font-weight: bold;
}

.mission .mislis .misem .miz {
  width: 100%;
  color: #333;
  line-height: 1.8;
  text-align: center;
  height: 3.6em;
}

.mission .mislis .misem:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .mission .mislis .misem {
    width: 100%;
    margin-right: 0;
  }
}

.groups {
  width: 100%;
  padding: 0.6rem 0;
  background: #fff;
}

.groups .group {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.groups .group .grl {
  width: calc((384 / 1400) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.5rem;
}

.groups .group .grl .git {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.groups .group .grl .gix {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.groups .group .grl .btns {
  width: 100%;
  font-size: 0;
  margin: 0.3rem 0;
}

.groups .group .grl .btns .btn {
  display: inline-block;
  vertical-align: middle;
  width: 0.23rem;
  height: 0.23rem;
  margin-right: 0.2rem;
  cursor: pointer;
}

.groups .group .grl .btns .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.groups .group .grl .btns .btn img:first-child {
  display: block;
}

.groups .group .grl .btns .btn img:last-child {
  display: none;
}

.groups .group .grl .btns .btn:hover img:first-child {
  display: none;
}

.groups .group .grl .btns .btn:hover img:last-child {
  display: block;
}

.groups .group .grl .more {
  width: 100%;
  font-size: 0;
}

.groups .group .grl .more a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3rem;
  color: #fff;
  line-height: 2.5;
  background: #d02127;
}

.groups .group .grr {
  width: calc((1015 / 1400) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.groups .group .grr .cy {
  width: calc((315 / 1015) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((34 / 1015) * 100%);
}

.groups .group .grr .cy a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.groups .group .grr .cy .sit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 0.16rem;
}

.groups .group .grr .cy .imgs {
  width: 100%;
  overflow: hidden;
  display: block;
}

.groups .group .grr .cy .imgs .img {
  width: 100%;
  padding-top: 60%;
  transition: all ease 0.3s;
  position: relative;
}
.groups .group .grr .cy .imgs .img img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
  opacity: 0;
}

.groups .group .grr .cy .siv {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 3em;
  margin: 0.16rem 0;
}

.groups .group .grr .cy .time {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.groups .group .grr .cy .time .sx {
  color: #888;
  line-height: 1.5;
}

.groups .group .grr .cy .time .sm {
  width: 0.24rem;
  height: 0.24rem;
}

.groups .group .grr .cy .time .sm img {
  width: 100%;
  height: 100%;
  display: block;
}

.groups .group .grr .cy .time .sm img:first-child {
  display: block;
}

.groups .group .grr .cy .time .sm img:last-child {
  display: none;
}

.groups .group .grr .cy:hover .imgs .img {
  transform: scale(1.1);
}

.groups .group .grr .cy:hover .sit {
  color: #D22B2D;
}

.groups .group .grr .cy:hover .time .sm img:first-child {
  display: none;
}

.groups .group .grr .cy:hover .time .sm img:last-child {
  display: block;
}

.groups .group .grr .cy:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .groups .group .grr {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .groups .group .grr .cy {
    width: 100%;
    margin-right: 0;
  }
  .groups .group .grr .cy a {
    display: flex;
    flex-wrap: wrap;
  }
  .groups .group .grr .cy a .imgs {
    order: 1;
    margin-bottom: 0.2rem;
  }
  .groups .group .grr .cy a .sit {
    order: 3;
    margin: 0.14rem 0;
  }
  .groups .group .grr .cy a .siv {
    order: 4;
    margin: 0;
  }
  .groups .group .grr .cy a .time {
    order: 2;
  }
  .groups .group .grl {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .groups .group .grl .btns .btn {
    width: 0.44rem;
    height: 0.46rem;
  }
  .groups .group .grl .more {
    display: none;
  }
}

.dynamic {
  width: 100%;
  padding: 0.6rem 0;
  background: #f7f7f7;
}

.dynamic .dyname {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dynamic .dyl {
  width: calc((384 / 1400) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.5rem;
}

.dynamic .dyl .git {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.dynamic .dyl .gix {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.dynamic .dyl .btns {
  width: 100%;
  font-size: 0;
  margin: 0.3rem 0;
}

.dynamic .dyl .btns .btn {
  display: inline-block;
  vertical-align: middle;
  width: 0.23rem;
  height: 0.23rem;
  margin-right: 0.2rem;
  cursor: pointer;
}

.dynamic .dyl .btns .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.dynamic .dyl .btns .btn img:first-child {
  display: block;
}

.dynamic .dyl .btns .btn img:last-child {
  display: none;
}

.dynamic .dyl .btns .btn:hover img:first-child {
  display: none;
}

.dynamic .dyl .btns .btn:hover img:last-child {
  display: block;
}

.dynamic .dyl .more {
  width: 100%;
  font-size: 0;
}

.dynamic .dyl .more a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3rem;
  color: #fff;
  line-height: 2.5;
  background: #d02127;
}

.dynamic .dyr {
  width: calc((1015 / 1400) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.dynamic .dyr .cp {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.5rem;
}

.dynamic .dyr .cp a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.dynamic .dyr .cp .imgs {
  width: calc((240 / 1015) * 100%);
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.dynamic .dyr .cp .imgs .img {
  width: 100%;
  padding-top: 65%;
  transition: all ease 0.3s;
  position: relative;
}
.dynamic .dyr .cp .imgs .img img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}

.dynamic .dyr .cp .dom {
  display: inline-block;
  vertical-align: middle;
  width: calc((634 / 1015) * 100%);
  padding: 0 0.3rem;
}

.dynamic .dyr .cp .dom .time {
  width: 100%;
  color: #888;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.dynamic .dyr .cp .dom .dit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.14rem 0;
}

.dynamic .dyr .cp .dom .dic {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 3em;
}

.dynamic .dyr .cp .more {
  display: inline-block;
  vertical-align: middle;
  width: calc((140 / 1015) * 100%);
  background: #e8e8e8;
  text-align: center;
  padding: 0.2rem 0;
}

.dynamic .dyr .cp .more .mx {
  width: 100%;
  display: block;
  color: #888;
  line-height: 1.5;
  text-align: center;
}

.dynamic .dyr .cp .more .ms {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.dynamic .dyr .cp .more .ms img {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
}

.dynamic .dyr .cp .more .ms img:first-child {
  display: inline-block;
}

.dynamic .dyr .cp .more .ms img:last-child {
  display: none;
}

.dynamic .dyr .cp:hover .imgs .img {
  transform: scale(1.1);
}

.dynamic .dyr .cp:hover .dom .dit {
  color: #D22B2D;
}

.dynamic .dyr .cp:hover .more {
  background: #D22B2D;
}

.dynamic .dyr .cp:hover .more .mx {
  color: #fff;
}

.dynamic .dyr .cp:hover .more .ms img:first-child {
  display: none;
}

.dynamic .dyr .cp:hover .more .ms img:last-child {
  display: inline-block;
}

@media (max-width: 768px) {
  .dynamic .dyl {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .dynamic .dyl .btns .btn {
    width: 0.44rem;
    height: 0.46rem;
  }
  .dynamic .dyl .more {
    display: none;
  }
  .dynamic .dyr {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .dynamic .dyr .cp {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .dynamic .dyr .cp .imgs {
    width: 100%;
  }
  .dynamic .dyr .cp .dom {
    width: 100%;
    padding: 0.2rem 0;
  }
  .dynamic .dyr .cp .more {
    width: 2rem;
    display: none;
  }
  .dynamic .dyr .cp .more .mx {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.1rem;
  }
  .dynamic .dyr .cp .more .ms {
    display: inline-block;
    vertical-align: middle;
  }
}

.Park {
  width: 100%;
  background: #D22B2D;
  margin-bottom: 1.2rem;
  padding-top: 0.9rem;
}

.Park .parkiper {
  width: 100%;
  position: relative;
  top: 0.8rem;
}

.Park .parkiper .swiper-container {
  margin: 0 1rem;
}

.Park .parkiper .swiper-container .swiper-slide {
  width: 100%;
}

.Park .parkiper .swiper-container .swiper-slide .img {
  width: 100%;
}

.Park .parkiper .ptn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  cursor: pointer;
  opacity: 0.5;
  transition: all ease 0.3s;
}

.Park .parkiper .ptn img {
  width: 100%;
  height: 100%;
  display: block;
}

.Park .parkiper .ptn img:first-child {
  display: block;
}

.Park .parkiper .ptn img:last-child {
  display: none;
}

.Park .parkiper .ptn img:first-child {
  display: none;
}

.Park .parkiper .ptn img:last-child {
  display: block;
}

.Park .parkiper .ptn:hover {
  opacity: 1;
}

.Park .parkiper .pl {
  left: 0rem;
}

.Park .parkiper .pr {
  right: 0rem;
}

.parkshow {
  width: 100%;
  padding: 0.2rem 0 0.5rem;
}

.parkshow .pit {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.parkshow .pon {
  width: 100%;
  color: #555;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.18rem);
  margin: 0.3rem 0;
}

.parkshow .pon p {
  color: #555;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.parkshow .iconlis {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  font-size: 0;
  text-align: center;
}

.parkshow .iconlis .icom {
  padding: 0.3rem 0;
  width: 32%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  background: #f0f5f9;
}

.parkshow .iconlis .icom a {
  width: 100%;
  height: 100%;
  display: block;
}

.parkshow .iconlis .icom .icon {
  width: 1rem;
  height: 1rem;
  display: block;
  border-radius: 50%;
  margin: 0 auto 0.24rem;
}

.parkshow .iconlis .icom .itx {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 1.5;
}

.parkshow .iconlis .icom:hover .itx {
  color: #D22B2D;
}

.parkshow .iconlis .icom:nth-child(3n) {
  margin-right: 0;
}

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

.Geography .git {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.Geography .geoam {
  width: 100%;
  font-size: 0;
  background: #D22B2D;
}

.Geography .geoam .map {
  display: inline-block;
  vertical-align: middle;
  width: cal(50%);
  width: 50%;
  position: relative;
}

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

.Geography .geoam .map .tmg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: #D22B2D;
  padding: 0.1rem 0.2rem;
}

.Geography .geoam .map .tmg .tc {
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.12rem;
}

.Geography .geoam .map .tmg .tc img {
  width: 100%;
  height: 100%;
  display: block;
}

.Geography .geoam .map .tmg .tv {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2;
}

.Geography .geoam .gon {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  width: cal(49.85714%);
  padding: 0.3rem 0.4rem;
}

.Geography .geoam .gon .gib {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.16rem;
}

.Geography .geoam .gon .gnp {
  width: 100%;
  color: #fff;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.18rem);
  margin: 0.3rem 0;
}

.Geography .geoam .gon .gnp p {
  color: #fff;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.Geography .geoam .gon .bic {
  width: 100%;
  font-size: 0;
}

.Geography .geoam .gon .bic .bm {
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.12rem;
}

.Geography .geoam .gon .bic .bm img {
  width: 100%;
  height: 100%;
  display: block;
}

.Geography .geoam .gon .bic .bx {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
}

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

.directions .dit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.5rem;
}

.directions .direiper {
  width: 100%;
  position: relative;
}

.directions .direiper .swiper-container {
  margin: 0 1rem;
}

.directions .direiper .swiper-container .swiper-slide {
  width: 100%;
  position: relative;
}

.directions .direiper .swiper-container .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
  display: block;
}

.directions .direiper .swiper-container .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 50%;
  transition: all ease 0.3s;
}

.directions .direiper .swiper-container .swiper-slide .dot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  width: 100%;
  padding: 0.2rem 0.4rem;
  background: #d22b2dc4;
  font-size: 0;
}

.directions .direiper .swiper-container .swiper-slide .dot .bm {
  display: inline-block;
  vertical-align: middle;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  margin-right: 0.15rem;
}

.directions .direiper .swiper-container .swiper-slide .dot .bm img {
  width: 100%;
  height: 100%;
  display: block;
}

.directions .direiper .swiper-container .swiper-slide .dot .bx {
  width: calc(100% - 0.7rem);
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.8;
}

.directions .direiper .ptn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  cursor: pointer;
  opacity: 0.5;
  transition: all ease 0.3s;
}

.directions .direiper .ptn img {
  width: 100%;
  height: 100%;
  display: block;
}

.directions .direiper .ptn img:first-child {
  display: block;
}

.directions .direiper .ptn img:last-child {
  display: none;
}

.directions .direiper .ptn img:first-child {
  display: none;
}

.directions .direiper .ptn img:last-child {
  display: block;
}

.directions .direiper .ptn:hover {
  opacity: 1;
}

.directions .direiper .dl {
  left: 0rem;
}

.directions .direiper .dr {
  right: 0rem;
}

@media (max-width: 768px) {
  .directions .direiper .swiper-container {
    margin: 0;
  }
}

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

.policy .git {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.policy .polcm {
  width: 100%;
  font-size: 0;
}

.policy .polcm .pml {
  display: inline-block;
  vertical-align: middle;
  width: calc((383 / 1400) * 100%);
  margin-right: calc((36 / 1400) * 100%);
}

.policy .polcm .pml .img {
  width: 100%;
  padding-top: 62%;
  position: relative;
}

.policy .polcm .pml .img .icon {
  position: absolute;
  width: 1.22rem;
  height: 1.22rem;
  top: 50%;
  left: calc(50% + 0.32rem);
  transform: translate(-50%, -50%);
}

.policy .polcm .pml .img .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.policy .polcm .pmr {
  display: inline-block;
  vertical-align: middle;
  width: calc((980 / 1400) * 100%);
  background: #D22B2D;
  padding: 0.5rem 0.6rem;
  color: #fff;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.18rem);
  min-height: 2.4rem;
}

.policy .polcm .pmr p {
  color: #fff;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

@media (max-width: 768px) {
  .policy .polcm .pml {
    display: none;
  }
}

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

.types .git {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.types .typem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background: #f6f6f6;
}

.types .typem .imgs {
  width: 50%;
  overflow: hidden;
}

.types .typem .imgs .img {
  width: 100%;
  padding-top: 65%;
}

.types .typem .ton {
  width: 50%;
  padding: 0.3rem 0.5rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.types .typem .ton .iclis {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}

.types .typem .ton .iclis .icem {
  flex: 1;
  width: 50%;
}

.types .typem .ton .iclis .icem .iv {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.types .typem .ton .iclis .icem .vx {
  width: calc(100% - 0.9rem);
  display: inline-block;
  vertical-align: middle;
  color: #D22B2D;
  line-height: 2;
}

.types .typem .ton .tcp {
  width: 100%;
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.types .typem .ton .tcp p {
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

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

.periphery .prem {
  width: 100%;
  position: relative;
}

.periphery .pit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.periphery .imgsiper {
  width: 100%;
}

.periphery .imgsiper .swiper-container {
  padding-bottom: 0.2rem;
  bottom: 0;
}

.periphery .imgsiper .swiper-slide {
  width: 100%;
}

.periphery .imgsiper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}

.periphery .imgsiper .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
}

.periphery .imgsiper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 60%;
  transition: all ease 0.3s;
}

.periphery .imgsiper .swiper-slide .imx {
  width: 100%;
  text-align: center;
  color: #555;
  line-height: 2.8;
  background: #f7f7f7;
  padding: 0 0.1rem;
}

.periphery .imgsiper .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.periphery .imgsiper .swiper-slide:hover .imx {
  background: #D22B2D;
  color: #fff;
}

.periphery .imgsiper .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #d3d3d3;
  opacity: 0.6;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
}

.periphery .imgsiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #D22B2D;
}

.periphery .imgsiper .swiper-pagination {
  width: auto;
  position: absolute;
  z-index: 3;
  right: 0.2rem;
  top: 0.3rem;
  bottom: auto;
  left: auto;
}

.details {
  width: 100%;
  padding: 0.5rem 0;
  background: #f7f7f7;
}

.details .del {
  width: calc((1040 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((39 / 1400) * 100%);
  background: #fff;
  padding: 0.5rem;
}

.details .del .dix {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.24rem;
}

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

.details .del .share .sav {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.details .del .share .sav .as {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.2rem;
}

.details .del .share .sav .as img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.details .del .share .sav .rem {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  color: #999;
  line-height: 1.5;
}

.details .del .share .sav .rem span {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
}

.details .del .share .sav .rem span img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.details .del .denp {
  width: 100%;
  padding: 0.5rem 0;
  color: #666;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
  border-bottom: solid 1px #eee;
  border-top: solid 1px #eee;
  margin: 0.4rem 0;
}

.details .del .denp p {
  color: #666;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.details .del .btns {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.details .del .btns a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.3rem;
  padding: 0 0.5rem;
  color: #888;
  line-height: 3;
  background: #f1f1f1;
}

.details .del .btns a:hover {
  background: #D22B2D;
  color: #fff;
}

.details .der {
  width: calc((320 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
}

.details .der .back {
  width: 100%;
  margin-bottom: 0.2rem;
}

.details .der .back a {
  width: 100%;
  font-size: 0;
  background: #d02127;
  padding: 0.1rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.details .der .back a span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2.5;
}

.details .der .back a i {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
}

.details .der .back a i img {
  width: 100%;
  height: 100%;
  display: block;
}

.details .der .relevant {
  width: 100%;
  padding: 0.3rem;
  background: #D22B2D;
}

.details .der .relevant .rit {
  width: 100%;
}

.details .der .relevant .rit span {
  display: inline-block;
  vertical-align: middle;
  color: #f1f1f1;
  line-height: 1.5;
}

.details .der .relevant .ruls {
  width: 100%;
  position: relative;
}

.details .der .relevant .ruls .rus {
  width: 100%;
  display: block;
  padding: 0.2rem 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.details .der .relevant .ruls .rus .time {
  width: 100%;
  color: #f1f1f1;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  opacity: 0.5;
}

.details .der .relevant .ruls .rus .rim {
  width: 100%;
  color: #f1f1f1;
  line-height: 1.5;
}

.details .der .relevant .ruls .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0;
  border: solid 1px #fff;
  background-color: transparent;
  opacity: 1;
  margin: 0 0.05rem;
}

.details .der .relevant .ruls .swiper-pagination-bullet-active {
  background-color: #fff;
}

.details .der .relevant .ruls .swiper-pagination {
  width: auto;
  position: absolute;
  z-index: 3;
  right: 0.2rem;
  top: -0.2rem;
  bottom: auto;
  left: auto;
}

@media (max-width: 768px) {
  .details .del .share .sav .as {
    width: 0.4rem;
    height: 0.4rem;
  }
  .details .del .share .sav .rem span {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.searom {
  width: 100%;
  padding: 0.6rem 0;
}

.searom .seit {
  width: 100%;
  color: #333;
  line-height: 2;
  padding: .25rem .25rem;
  border-bottom: #dfdfdf solid 1px;
}

.searom .seit span {
  color: #D22B2D;
}

.searom .searklis {
  width: 100%;
}

.searom .searklis a {
  display: block;
  color: #5a5a5a;
  line-height: 3.5;
  padding: 0 0.25rem;
  position: relative;
  border-bottom: #dfdfdf solid 1px;
  transition: all ease 0.3s;
}

.searom .searklis a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: .15rem;
  height: .03rem;
  margin-top: -.015rem;
  background: #27292a;
}

.searom .searklis a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: .08rem;
  background: url(../images/on.png) center no-repeat;
  background-size: 100%;
}

.searom .searklis a:hover {
  color: #D22B2D;
}

.searom .searklis a:hover:before {
  background: #D22B2D;
}

.searom .searklis a:hover:after {
  background: url(../images/on1.png) center no-repeat;
  background-size: 100%;
}
