﻿@charset "utf-8";
.w1600 {
  width: 16rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  z-index: 2;
}
.lo_line {width: 1px;height: 20px;background-color: #d9d9d9;margin: 0 .3rem;}
@media (max-width: 1620px) {
  .w1600 {
    width: 94%;
  }
}

.w1400 {
  width: 14rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  z-index: 2;
}

@media (max-width: 1420px) {
  .w1400 {
    width: 94%;
  }
}

.w1200 {
  width: 12rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  z-index: 2;
}

@media (max-width: 1220px) {
  .w1200 {
    width: 94%;
  }
}

.w1440 {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  z-index: 2;
}

@media (max-width: 1460px) {
  .w1440 {
    width: 94%;
  }
}

.w1760 {
  width: 17.6rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  z-index: 2;
}

@media (max-width: 1780px) {
  .w1760 {
    width: 94%;
  }
}

header {
  width: 100%;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: all ease 0.3s;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
  width: 3.58rem;
}

header .logo a, header .logo img {
  width: 100%;
  display: block;
}

/*header .logo img:first-child {
  display: block;
}

header .logo img:last-child {
  display: none;
}*/

header .w1760{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header nav {
  display: inline-block;
  vertical-align: middle;
  /*width: calc(100% - 2.7rem - 2.1rem - 0.2rem);*/
  text-align: right;
  flex: 1;
}

header nav .natem {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0.1rem;
  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: 1rem;
  color: #333;
  position: relative;
}

header nav .natem .nas a:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  background-color: #d8242b;
  transition: all ease 0.4s;
  width: 0;
}

header nav .natem .navuls {

  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: #d8242b;
  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: #d8242b;
}

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 {
  color: #d8242b;
}

header nav .natem .navuls ul li:hover .ns span {
  color: #d8242b;
}

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:after {
  display: block;
}

header nav .natem.on .nas a {
  color: #d8242b;
}

header nav .natem.on .nas a:after {
  width: 100%;
  left: 0;
  right: 0;
}

header nav .natem.on .navuls {
  background-color: #f7f7f7;
}

header nav .natem:hover:after {
  display: block;
}

header nav .natem:hover .nas a {
  color: #d8242b;
}

header nav .natem:hover .nas a:after {
  width: 100%;
  left: 0;
  right: 0;
}

header .rav {
  width: 2.7rem;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  display: none;
}

header .rav .tell {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

header .rav .tell .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

header .rav .tell .icon img {
  width: 100%;
  display: block;
}

header .rav .tell .tm {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #d8242b;
  line-height: 1.5;
}

header .rav .menu {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  display: none;
  margin-left: 0.2rem;
}

header .rav .menu img {
  width: 100%;
  display: block;
}

header .sear {
  width: 100%;
  font-size: 0;
  padding: 0.1rem 0.2rem;
  border-top: solid 1px #f6f6f6;
  display: none;
  position: absolute;
  z-index: 1111;
  top: 0.5rem;
  right: 0;
  transform: translateX(0%);
  width: 300px;
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.25);
  border-radius: 0 0 10px 10px;
}

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;
  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: #d8242b;
  color: #fff;
  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: 140;
  cursor: pointer;
}

header .him {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #2b2a25;
  line-height: 1.5;
  /*display: none;*/
}
header .him  img{ width:auto; border:none; padding-right:.1rem;}

header nav {
  width: calc(100%  - 3.5rem - 0.2rem);
}

@media (max-width: 1300px) {
  header nav .natem {
    padding: 0 0.1rem;
  }
  header nav .natem .navuls {
  width: 1.6rem;
  position: absolute;
  z-index: 101;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
}
}

@media (max-width: 1010px) {
  header {
    padding: 0.2rem 0;
  }
  header .rav {
    width: calc(100% - 4.1rem - 0.2rem);
    display: inline-block;
  }
  header .rav .menu {
    display: inline-block;
    vertical-align: middle;
  }
  header .rav .en a {
    line-height: 1rem;
  }
  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: #d8242b;
  }
  header nav .natem:hover .nas a {
    color: #d8242b;
    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 .him {
    display: none;
  }
  header.menu-state nav {
    transform: translate(0, 0);
  }
  header.menu-state .black {
    display: block;
  }
}

.banner {
  width: 100%;
  position: relative;
}

.banner .swiper-slide {
  width: 100%;
  position: relative;
}

.banner .swiper-slide a {
  width: 100%;
  display: block;
}

.banner .swiper-slide .img {
  width: 100%;
  padding-top: 41.66%;
  position: relative;
}

.banner .swiper-slide .box {
  position: absolute;
  z-index: 6;
  top: 50%;
  transform: translateY(-50%);
  left: calc((160 / 1920) * 100%);
}

.banner .swiper-slide .box .bin {
  width: 100%;
  font-size: 0;
}

.banner .swiper-slide .box .bin .em {
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

.banner .swiper-slide .box .bin span {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.05rem;
  color: rgba(255, 255, 255, 0.6);
}

.banner .swiper-slide .box .cit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin: 0.3rem 0;
}

.banner .swiper-slide .box .cif {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin: 0.3rem 0;
}

.banner .swiper-slide .box .miy {
  width: 100%;
  font-size: 0;
  margin-top: 0.24rem;
}

.banner .swiper-slide .box .miy a {
  display: inline-block;
  vertical-align: middle;
  width: 0.62rem;
  height: 0.62rem;
  background-color: transparent;
  transition: all ease 0.3s;
}

.banner .swiper-slide .box .miy a img {
  width: 100%;
  display: block;
}

.banner .swiper-slide .box .miy a:hover {
  transform: scale(1.05);
}

.banner .stn {
  width: 0.8rem;
  height: 0.96rem;
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 50%;
  opacity: 0.5;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}

.banner .stn img {
  width: 100%;
  display: block;
}

.banner .stn img:first-child {
  display: block;
}

.banner .stn img:last-child {
  display: none;
}

.banner .stn:hover {
  opacity: 1;
}

.banner .stn:hover img:first-child {
  display: none;
}

.banner .stn:hover img:last-child {
  display: block;
}

.banner .bl {
  left: 0%;
}

.banner .br {
  right: 0%;
}

.banner .swiper-pagination {
  bottom: 8%;
  width: auto;
  right: calc((160 / 1920) * 100%);
  left: auto;
}

.banner .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: rgba(243, 247, 250, 0.6);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem;
  opacity: 1;
  border-radius: 50%;
}

.banner .swiper-pagination-bullet-active {
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("../images/i1.png");
  background-size: 100% 100%;
  background-color: transparent;
  opacity: 1;
}

@media (max-width: 1556px) {
  .banner .swiper-slide .box {
    left: 4%;
  }
  .banner .swiper-slide .rox {
    right: 4%;
  }
}

@media (max-width: 768px) {
  .banner .swiper-slide .img {
    padding-top: 85%;
  }
  .banner .swiper-slide .box {
    width: 60%;
    z-index: 8;
  }
}

.friendship {
  width: 100%;
  background-color: #f8f8f8;
  padding: 0.25rem 0 0.15rem;
}

.friendship .fhip {
  width: 100%;
  font-size: 0;
}

.friendship .fhip .fm {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 2;
  margin-bottom: 0.1rem;
}

.friendship .fhip a {
  margin-right: 0.25rem;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 2;
  transition: all ease 0.3s;
}

.friendship .fhip a:hover {
  color: #333;
}

.modular {
  width: 100%;
  padding: 0.7rem 0;
}

.modular .mitop {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.modular .mitop .mt {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.08rem;
}

.modular .mitop .mx {
  width: 100%;
  color: rgba(51, 51, 51, 0.4);
  line-height: 1.5;
}

.modular .mitop .mx p {
  color: rgba(51, 51, 51, 0.4);
  line-height: 1.5;
}

.modular .mitop.red .mt {
  color: #d8242b;
  font-weight: bold;
}

.modular.white .mitop .mt {
  color: #fff;
}

.modular.white .mitop .mx {
  color: #fff;
}

.partner {
  width: 100%;
}

.partner .partper {
  width: 100%;
}

.partner .partper .swiper-slide {
  width: 100%;
  font-size: 0;
}

.partner .partper .parm {
  display: inline-block;
  vertical-align: top;
  width: calc((240 / 1920) * 100%);
  overflow: hidden;
  border: solid 1px #f2f2f2;
}

.partner .partper .parm a {
  width: 100%;
  display: block;
}

.partner .partper .parm .img {
  width: 100%;
  padding-top: 66.66%;
  transition: all ease 0.3s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.partner .partper .parm:hover .img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transform: scale(1.05);
}

.news {
  width: 100%;
  background-color: #f7f7f7;
}

.news .newoem {
  width: 100%;
  font-size: 0;
}

.news .newoem .nel {
  display: inline-block;
  vertical-align: middle;
  width: calc((780 / 1600) * 100%);
  margin-right: calc((39 / 1600) * 100%);
  position: relative;
  overflow: hidden;
}

.news .newoem .nel a {
  width: 100%;
  display: block;
}

.news .newoem .nel .img {
  width: 100%;
  padding-top: 61.53%;
  transition: all ease 0.3s;
}

.news .newoem .nel .non {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.2rem 0.3rem;
}

.news .newoem .nel .non .nit {
  width: 100%;
  color: #fff;
  line-height: 1.8;
}

.news .newoem .nel .non .nix {
  width: 100%;
  color: #fff;
  line-height: 1.6;
}

.news .newoem .nel:hover .img {
  transform: scale(1.1);
}

.news .newoem .ner {
  display: inline-block;
  vertical-align: middle;
  width: calc((780 / 1600) * 100%);
  background-color: #fff;
}

.news .newoem .ner .nae {
  width: 100%;
  padding: 0.3rem;
  font-size: 0;
}

.news .newoem .ner .nae .imgs {
  display: inline-block;
  vertical-align: middle;
  width: 3.1rem;
  overflow: hidden;
}

.news .newoem .ner .nae .imgs .img {
  width: 100%;
  padding-top: 61.29%;
  transition: all ease 0.3s;
}

.news .newoem .ner .nae .eam {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 3.1rem);
  padding-left: 0.25rem;
}

.news .newoem .ner .nae .eam .time {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.news .newoem .ner .nae .eam .et {
  width: 100%;
  color: #333;
  line-height: 1.6;
  margin: 0.1rem 0;
  height: 3em;
}

.news .newoem .ner .nae .eam .eid {
  width: 100%;
  color: #555;
  line-height: 1.5;
  height: 3em;
}

.news .newoem .ner .nae:hover {
  background-color: #d8242b;
}

.news .newoem .ner .nae:hover .imgs .img {
  transform: scale(1.1);
}

.news .newoem .ner .nae:hover .eam .time, .news .newoem .ner .nae:hover .eam .eid {
  color: rgba(255, 255, 255, 0.5);
}

.news .newoem .ner .nae:hover .eam .et {
  color: #fff;
}

.news .newoem .ner .nerlis {
  width: 100%;
}

.news .newoem .ner .nerlis .neram {
  width: 100%;
  font-size: 0;
}

.news .newoem .ner .nerlis .neram a {
  width: 100%;
  display: block;
}

.news .newoem .ner .nerlis .neram .eram {
  width: 100%;
  display: block;
  padding: 0.2rem 0.3rem;
}

.news .newoem .ner .nerlis .neram .perm {
  width: 100%;
  display: none;
}

.news .newoem .ner .nerlis .neram .time {
  display: inline-block;
  vertical-align: middle;
  width: 1.2rem;
  width: 120px;
  color: #555;
  line-height: 2;
}

.news .newoem .ner .nerlis .neram .xam {
  width: calc(100% - 1.2rem);
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 2;
}

.news .newoem .ner .nerlis .neram .perm {
  width: 100%;
  padding: 0.3rem;
  font-size: 0;
}

.news .newoem .ner .nerlis .neram .perm .imgs {
  display: inline-block;
  vertical-align: middle;
  width: 3.1rem;
  overflow: hidden;
}

.news .newoem .ner .nerlis .neram .perm .imgs .img {
  width: 100%;
  padding-top: 61.29%;
  transition: all ease 0.3s;
}

.news .newoem .ner .nerlis .neram .perm .eam {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 3.1rem);
  padding-left: 0.25rem;
}

.news .newoem .ner .nerlis .neram .perm .eam .time {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.news .newoem .ner .nerlis .neram .perm .eam .et {
  width: 100%;
  color: #333;
  line-height: 1.6;
  margin: 0.1rem 0;
  height: 3em;
}

.news .newoem .ner .nerlis .neram .perm .eam .eid {
  width: 100%;
  color: #555;
  line-height: 1.5;
  height: 3em;
}

.news .newoem .ner .nerlis .neram.show .eram {
  display: none;
}

.news .newoem .ner .nerlis .neram.show .perm {
  display: block;
  background-color: #d8242b;
}

.news .newoem .ner .nerlis .neram.show .perm .imgs .img {
  transform: scale(1.1);
}

.news .newoem .ner .nerlis .neram.show .perm .eam .time, .news .newoem .ner .nerlis .neram.show .perm .eam .eid {
  color: rgba(255, 255, 255, 0.5);
}

.news .newoem .ner .nerlis .neram.show .perm .eam .et {
  color: #fff;
}

@media (max-width: 900px) {
  .news .newoem .ner .nerlis .neram .time {
    width: 100px;
  }
  .news .newoem .ner .nerlis .neram .xam {
    width: calc(100% - 100px);
  }
}

.caset {
  width: 100%;
}

.caset .casetper {
  width: 100%;
  font-size: 0;
  margin: 0.5rem 0;
}

.caset .casetper .swiper-wrapper {
  justify-content: center;
}

.caset .casetper .swiper-slide {
  width: auto;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4rem;
  background-color: #eee;
  color: #666;
  line-height: 3;
}

.caset .casetper .swiper-slide.on {
  background-color: #d8242b;
  color: #fff;
}

.caset .casetper .swiper-slide:hover {
  background-color: #d8242b;
  color: #fff;
}

.caset .casetom {
  width: 100%;
}

.caset .casetom .casom {
  width: 100%;
  display: none;
}

.caset .casetom .casom.on {
  display: block;
}

.caset .casetom .caselis {
  width: 100%;
  font-size: 0;
}

.caset .casetom .caselis .casem {
  display: inline-block;
  vertical-align: top;
  width: calc((378 / 1600) * 100%);
  margin-right: calc((29 / 1600) * 100%);
  margin-bottom: 0.26rem;
  transition: all ease 0.3s;
}

.caset .casetom .caselis .casem a {
  width: 100%;
  display: block;
}

.caset .casetom .caselis .casem .imgs {
  width: 100%;
  overflow: hidden;
}

.caset .casetom .caselis .casem .imgs .img {
  width: 100%;
  padding-top: 68.78%;
  transition: all ease 0.3s;
}

.caset .casetom .caselis .casem .cix {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 2;
  padding: 0.1rem;
}

.caset .casetom .caselis .casem:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 16px 32px -4px rgba(0, 0, 0, 0.17);
  transform: translateY(-1%);
}

.caset .casetom .caselis .casem:hover .imgs .img {
  transform: scale(1.1);
}

.caset .casetom .caselis .casem:hover .cix {
  color: #d8242b;
}

.caset .casetom .caselis .casem:nth-child(4n) {
  margin-right: 0;
}

.caset .casetom .moreh {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
  text-align: center;
}

.caset .casetom .moreh a {
  display: inline-block;
  vertical-align: middle;
  background-color: #d8242b;
  color: #fff;
  line-height: 3;
  padding: 0 0.5rem;
}

@media (max-width: 900px) {
  .caset .casetper .swiper-wrapper {
    justify-content: flex-start;
  }
}

footer {
  width: 100%;
  background-color: #000000;
}

footer .ftop {
  width: 100%;
  padding: 0.7rem 0;
}

footer .ftop .fop {
  width: 100%;
  font-size: 0;
}

footer .ftop .fop .fol {
  width: calc((420 / 1600) * 100%);
  display: inline-block;
  vertical-align: top;
  padding-right: 0.2rem;
}

footer .ftop .fop .fol .fogo {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.3rem;
}

footer .ftop .fop .fol .fogo a {
  width: 2.4rem;
  display: inline-block;
  vertical-align: middle;
}

footer .ftop .fop .fol .fogo a img {
  width: auto;
  display: block;
}

footer .ftop .fop .fol .foum {
  width: 100%;
}

footer .ftop .fop .fol .foum .fh {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  padding: 0.08rem 0;
}

footer .ftop .fop .fol .foum .fh .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

footer .ftop .fop .fol .foum .fh .ic img {
  width: 100%;
  display: block;
}

footer .ftop .fop .fol .foum .fh .cm {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

footer .ftop .fop .fom {
  display: inline-block;
  vertical-align: top;
  width: calc((980 / 1600) * 100%);
  font-size: 0;
  padding-left: 0.2rem;
}

footer .ftop .fop .fom .flist {
  display: inline-block;
  vertical-align: top;
  width: calc((249 / 1000) * 100%);
}

footer .ftop .fop .fom .flist .fit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.24rem;
}

footer .ftop .fop .fom .flist .ful {
  width: 100%;
}

footer .ftop .fop .fom .flist .ful .fa {
  width: 100%;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  transition: all ease 0.3s;
  line-height: 2.2;
}

footer .ftop .fop .fom .flist .ful .fa:hover {
  color: #fff;
}

footer .ftop .fop .for {
  display: inline-block;
  vertical-align: top;
  width: calc((200 / 1600) * 100%);
}

footer .ftop .fop .for .fit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.24rem;
}

footer .ftop .fop .for .share {
  width: 100%;
  font-size: 0;
}

footer .ftop .fop .for .share .sa {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.2rem;
  position: relative;
  opacity: 0.5;
  transition: all ease 0.3s;
}

footer .ftop .fop .for .share .sa img {
  width: 100%;
  display: block;
}

footer .ftop .fop .for .share .sa .codm {
  position: absolute;
  top: 120%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0.1rem;
  z-index: 3;
  display: none;
}

footer .ftop .fop .for .share .sa .codm:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border: solid 0.1rem;
  border-color: #fff transparent transparent transparent;
  border-color: transparent transparent #fff transparent;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
}

footer .ftop .fop .for .share .sa .codm .cdm {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  margin: 0 auto 0.1rem;
}

footer .ftop .fop .for .share .sa .codm .cdm img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .ftop .fop .for .share .sa .codm .cix {
  width: 100%;
  color: #555;
  line-height: 1.5;
  text-align: center;
}

footer .ftop .fop .for .share .sa:hover {
  opacity: 1;
}

footer .ftop .fop .for .share .sa:hover .codm {
  display: block;
}

footer .fbot {
  width: 100%;
  font-size: 0;
}

footer .fbot .fob {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.15rem 0;
  border-top: solid 1px #393939;
}

footer .fbot .fob .fo {
  display: inline-block;
  vertical-align: middle;
  color: rgba(243, 247, 250, 0.5);
  line-height: 1.5;
}

@media (max-width: 900px) {
  footer .ftop .fop .fol {
    width: 100%;
  }
  footer .ftop .fop .fom {
    width: 100%;
  }
  footer .ftop .fop .fom .flist {
    margin-bottom: .2rem;
  }
  footer .ftop .fop .fom .flist .fit {
    margin-bottom: 0.1rem;
  }
  footer .ftop .fop .fom .flist .ful .fa {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
  }
  footer .ftop .fop .for {
    width: 100%;
  }
}

.choices {
  width: 100%;
  padding: 1rem 0 0;
}

.choices .choiclis {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.choices .choiclis .choim {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
}

.choices .choiclis .choim .cit {
  width: 100%;
  font-size: 0;
}

.choices .choiclis .choim .cit span {
  display: inline-block;
  color: #fff;
}

.choices .choiclis .choim .cit .cs {
  font-weight: bold;
  position: relative;
  top: 0.04rem;
  margin-right: 0.3rem;
  transform: scale(1.4);
}

.choices .choiclis .choim .xim {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.4rem;
}

.choices .process {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(50%);
  box-shadow: 0px 0px 16px 0px rgba(174, 174, 174, 0.21);
}

.choices .process .prl {
  width: calc((220 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.choices .process .prl .por {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.choices .process .prl .por .pit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.choices .process .prl .por .px {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.choices .process .prr {
  width: calc((1379 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
}

.choices .process .prr .prrper {
  width: 100%;
}

.choices .process .prr .prrper .swiper-slide {
  width: 100%;
  text-align: center;
  padding: 0.6rem 0.1rem;
  position: relative;
}

.choices .process .prr .prrper .swiper-slide a {
  width: 100%;
  display: block;
}

.choices .process .prr .prrper .swiper-slide:after {
  content: ' ';
  position: absolute;
  width: 0.15rem;
  height: 0.18rem;
  background-image: url("../images/i2.png");
  background-size: 100% 100%;
  top: calc(0.27rem + 0.6rem - 0.09rem);
  left: 100%;
}

.choices .process .prr .prrper .swiper-slide .icon {
  display: block;
  width: 0.54rem;
  height: 0.54rem;
  margin: 0 auto 0.3rem;
}

.choices .process .prr .prrper .swiper-slide .icon img {
  width: 100%;
  display: block;
}

.choices .process .prr .prrper .swiper-slide .six {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #333;
}

@media (max-width: 900px) {
  .choices {
    padding: 0.5rem 0;
  }
  .choices .choiclis {
    margin-bottom: 0.5rem;
  }
  .choices .process {
    transform: translateY(0);
  }
  .choices .process .prl {
    width: 100%;
    padding-top: 0.3rem;
  }
  .choices .process .prr {
    width: 100%;
  }
}

.honors {
  width: 100%;
  padding: 2rem 0 0.7rem;
}

.honors .honpers {
  width: 100%;
  position: relative;
}

.honors .honpers .swiper-container {
  padding: 0.3rem 0;
}

.honors .honpers .swiper-slide {
  width: calc((585 / 1920) * 100%);
  font-size: 0;
  display: flex;
  box-shadow: 0px 0px 29px 0px 
 #e7e7e7;
  opacity: 0.3;
  transition: all ease 0.3s;
}

.honors .honpers .swiper-slide .imgs {
  width: calc((310 / 585) * 100%);
  display: flex;
  position: relative;
}

.honors .honpers .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 114.51%;
  transition: all ease 0.3s;
}

.honors .honpers .swiper-slide .imgs .mg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.honors .honpers .swiper-slide .rom {
  width: calc((274 / 585) * 100%);
  background-color: #d8242b;
  padding: 0.2rem;
  display: flex;
  align-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}

.honors .honpers .swiper-slide .rom .rop {
  width: 100%;
  padding-top: 0.2rem;
}

.honors .honpers .swiper-slide .rom .dt {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.honors .honpers .swiper-slide .rom .dm {
  width: 100%;
  color: #fff;
  line-height: 1.8;
  margin: 0.2rem 0 0.4rem;
}

.honors .honpers .swiper-slide .rom .num {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2;
}

.honors .honpers .swiper-slide {
  transform: scale(0.8);
}

.honors .honpers .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.honors .honpers .btn {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
}

.honors .honpers .btn img {
  width: 100%;
  display: block;
}

.honors .honpers .btn img:first-child {
  display: block;
}

.honors .honpers .btn img:last-child {
  display: none;
}

.honors .honpers .btn:hover img:first-child {
  display: none;
}

.honors .honpers .btn:hover img:last-child {
  display: block;
}

.honors .honpers .bl {
  left: calc(50% - ((292 / 1920) * 100%) - 0.78rem);
}

.honors .honpers .br {
  right: calc(50% - ((292 / 1920) * 100%) - 0.78rem);
}

@media (max-width: 900px) {
  .honors {
    padding: .7rem 0 0.7rem;
  }
  .honors .honpers .swiper-slide {
    width: 80%;
  }
  .honors .honpers .bl {
    left: 2%;
  }
  .honors .honpers .br {
    right: 2%;
  }
}

.nanner {
  width: 100%;
}

.nanner .imgs {
  width: 100%;
  position: relative;
}

.nanner .imgs .img {
  width: 100%;
  padding-top: 21.875%;
}

.nanner .imgs .vox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((260 / 1920) * 100%);
}

.nanner .imgs .vox .vt {
  width: 100%;
  color: #fff;
  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%;
  background-color: #fff;
  box-shadow: 1px 1px 0px 0px rgba(197, 197, 197, 0.16);
  border-bottom: solid 1px rgba(246, 246, 246, 0.6);
}

.nanbar .swiper-slide {
  width: 100%;
}

.nanbar .swiper-slide a {
  width: 100%;
  display: block;
  color: #666;
  line-height: 3.5;
  background-color: #fff;
  text-align: center;
}

.nanbar .swiper-slide.on a {
  color: #fff;
  background-color: #d8242b;
}

@media (max-width: 900px) {
  .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: #f9f9f9;
}

.breads .bread {
  width: 100%;
  font-size: 0;
}

.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;
}

.caserom {
  width: 100%;
  padding: 0.6rem 0;
  background-color: #f9f9f9;
}

.caserom .ctitle {
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.caserom .caselist {
  width: 100%;
  font-size: 0;
}

.caserom .caselist .castm {
  display: inline-block;
  vertical-align: top;
  width: calc((440 / 1400) * 100%);
  margin-right: calc((39 / 1400) * 100%);
  margin-bottom: 0.4rem;
  transition: all ease 0.3s;
}

.caserom .caselist .castm a {
  width: 100%;
  display: block;
}

.caserom .caselist .castm .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.caserom .caselist .castm .imgs .img {
  width: 100%;
  padding-top: 68.63%;
  transition: all ease 0.3s;
}

.caserom .caselist .castm .imgs .ico {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
  opacity: 0;
  background-color: rgba(54, 54, 54, 0.4);
}

.caserom .caselist .castm .imgs .ico img {
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
}

.caserom .caselist .castm .com {
  width: 100%;
  background-color: #fff;
  padding: 0.26rem;
}

.caserom .caselist .castm .com .cim {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.caserom .caselist .castm .com .cix {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.caserom .caselist .castm .com .civ {
  width: 100%;
  color: #666;
  line-height: 1.8;
}

.caserom .caselist .castm:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 16px 32px -4px rgba(0, 0, 0, 0.17);
  transform: translateY(-1%);
}

.caserom .caselist .castm:hover .imgs .img {
  transform: scale(1.1);
}

.caserom .caselist .castm:hover .imgs .ico {
  opacity: 1;
}

.caserom .caselist .castm:hover .com .cim {
  color: #d8242b;
}

.caserom .caselist .castm:nth-child(3n) {
  margin-right: 0;
}

.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;
  }
}

.rightnav {
  position: fixed;
  z-index: 10;
  right: 0.2rem;
  top: 70%;
  transform: translateY(-50%);
}

.rightnav .rtem {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 0.15rem;
  background-color: #a9a9a9;
  transition: all ease 0.3s;
  position: relative;
  z-index: 10;
}

.rightnav .rtem img {
  width: 100%;
  display: block;
}

.rightnav .rtem .tell {
  position: absolute;
  z-index: -1;
  right: -500%;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  background-color: #d8242b;
  color: #fff;
  white-space: nowrap;
  padding: 0 0.2rem;
  line-height: 2.5;
  border-radius: 4px;
  transition: all ease 0.3s;
}

.rightnav .rtem .codn {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  right: -500%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d8242b;
  border-radius: 4px;
  padding: 0.1rem;
  width: 1.4rem;
  height: 1.4rem;
  transition: all ease 0.3s;
}

.rightnav .rtem .codn img {
  width: 100%;
  display: block;
}

.rightnav .rtem:hover {
  background-color: #d8242b;
}

.rightnav .rtem:hover .tell, .rightnav .rtem:hover .codn {
  z-index: -1000;
  right: calc(100% + 0.2rem);
}

.rightnav .top {
  visibility: hidden;
  opacity: 0;
}

.rightnav .top.show {
  visibility: visible;
  opacity: 1;
}

.news {
  width: 100%;
  padding: 0.6rem 0;
  background-color: #f9f9f9;
}

.news .ctitle {
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.news .newlist {
  width: 100%;
  font-size: 0;
}

.news .newlist .newam {
  display: inline-block;
  vertical-align: top;
  width: calc((440 / 1400) * 100%);
  margin-right: calc((39 / 1400) * 100%);
  margin-bottom: 0.4rem;
}

.news .newlist .newam a {
  width: 100%;
  display: block;
}

.news .newlist .newam .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news .newlist .newam .imgs .img {
  width: 100%;
  padding-top: 68.63%;
  transition: all ease 0.3s;
}

.news .newlist .newam .time {
  width: 100%;
  color: #888;
  line-height: 1.5;
  margin: 0.2rem 0 0.1rem;
}

.news .newlist .newam .tit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin: 0.1rem 0;
}

.news .newlist .newam .tin {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 3em;
  margin: 0.2rem 0;
}

.news .newlist .newam .ico {
  width: 100%;
  font-size: 0;
}

.news .newlist .newam .ico span {
  display: inline-block;
  vertical-align: middle;
  width: 0.38rem;
  height: 0.38rem;
}

.news .newlist .newam .ico span img {
  width: 100%;
  display: block;
}

.news .newlist .newam .ico span img:first-child {
  display: block;
}

.news .newlist .newam .ico span img:last-child {
  display: none;
}

.news .newlist .newam:hover .imgs .img {
  transform: scale(1.1);
}

.news .newlist .newam:hover .tit {
  color: #d8242b;
}

.news .newlist .newam:hover .ico span img:first-child {
  display: none;
}

.news .newlist .newam:hover .ico span img:last-child {
  display: block;
}

.news .newlist .newam:nth-child(3n) {
  margin-right: 0;
}

.news .newtilis {
  width: 100%;
  margin-top: 0.4rem;
}

.news .newtilis .newom {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  margin-bottom: 0.4rem;
}

.news .newtilis .newom a {
  width: 100%;
  display: block;
}

.news .newtilis .newom .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((340 / 1400) * 100%);
  overflow: hidden;
}

.news .newtilis .newom .imgs .img {
  width: 100%;
  padding-top: 61.76%;
  transition: all ease 0.3s;
}

.news .newtilis .newom .mon {
  display: inline-block;
  vertical-align: middle;
  width: calc((959 / 1400) * 100%);
  padding: 0.1rem 0.3rem;
}

.news .newtilis .newom .mon .mit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.news .newtilis .newom .mon .mix {
  width: 100%;
  color: #888;
  line-height: 1.8;
  height: 3.6em;
  margin: 0.15rem 0;
}

.news .newtilis .newom .mon .time {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.news .newtilis .newom .ron {
  display: inline-block;
  vertical-align: middle;
  width: calc((100 / 1400) * 100%);
  text-align: center;
}

.news .newtilis .newom .ron span {
  display: inline-block;
  vertical-align: middle;
  width: 0.38rem;
  height: 0.38rem;
}

.news .newtilis .newom .ron span img {
  width: 100%;
  display: block;
}

.news .newtilis .newom .ron span img:first-child {
  display: block;
}

.news .newtilis .newom .ron span img:last-child {
  display: none;
}

.news .newtilis .newom:hover .imgs .img {
  transform: scale(1.1);
}

.news .newtilis .newom:hover .mon .mit {
  color: #d8242b;
}

.news .newtilis .newom:hover .ron span img:first-child {
  display: none;
}

.news .newtilis .newom:hover .ron span img:last-child {
  display: block;
}

@media (max-width: 900px) {
  .news .newtilis .newom .imgs {
    width: 100%;
  }
  .news .newtilis .newom .mon {
    width: calc(100% - 50px);
    padding: 0.3rem;
  }
  .news .newtilis .newom .ron {
    width: 50px;
  }
}

.park {
  width: 100%;
  background-color: #fff;
  padding: 0.6rem 0;
}

.park .parks {
  width: 100%;
}

.park .parks .pal {
  display: inline-block;
  vertical-align: top;
  width: calc((1019 / 1400) * 100%);
  margin-right: calc((39 / 1400) * 100%);
}

.park .parks .pal .petail {
  width: 100%;
}

.park .parks .pal .petail .nit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.park .parks .pal .petail .nim {
  width: 100%;
  font-size: 0;
}

.park .parks .pal .petail .nim .nm {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin-right: 0.4rem;
}

.park .parks .pal .petail .nim .nm span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.park .parks .pal .petail .nim .nm span img {
  width: 100%;
  display: block;
}

.park .parks .pal .petail .nim .share {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.park .parks .pal .petail .nim .share a {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
}

.park .parks .pal .petail .nim .share span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin-right: 0.2rem;
}

.park .parks .pal .petail .ninp {
  width: 100%;
  padding: 0.3rem 0;
  margin: 0.3rem 0;
  border-top: solid 1px #cccccc;
  color: #333;
  line-height: 2;
}

.park .parks .pal .petail .ninp p {
  color: #333;
  line-height: 2;
}

.park .parks .pal .petail .not {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9;
  padding: 0.15rem;
}

.park .parks .pal .petail .not .atn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #bfbfbf;
  line-height: 1.5;
}

.park .parks .pal .petail .not .atn span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 15px;
  position: relative;
  top: -0.02rem;
}

.park .parks .pal .petail .not .atn span img {
  width: 100%;
  display: block;
}

.park .parks .pal .petail .not .atn span img:first-child {
  display: block;
}

.park .parks .pal .petail .not .atn span img:last-child {
  display: none;
}

.park .parks .pal .petail .not .atn:hover {
  color: #555;
}

.park .parks .pal .petail .not .atn:hover span img:first-child {
  display: none;
}

.park .parks .pal .petail .not .atn:hover span img:last-child {
  display: block;
}

.park .parks .pal .petail .not .atnl span {
  margin-right: 0.14rem;
}

.park .parks .pal .petail .not .atnr span {
  margin-left: 0.14rem;
}

.park .parks .pal .petail .not .menx {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
}

.park .parks .pal .petail .not .menx a, .park .parks .pal .petail .not .menx img {
  width: 100%;
  display: block;
}

.park .parks .pal .petail .not .menx img:first-child {
  display: block;
}

.park .parks .pal .petail .not .menx img:last-child {
  display: none;
}

.park .parks .pal .petail .not .menx:hover img:first-child {
  display: none;
}

.park .parks .pal .petail .not .menx:hover img:last-child {
  display: block;
}

.park .parks .par {
  display: inline-block;
  vertical-align: top;
  width: calc((320 / 1400) * 100%);
}

.park .parks .par .parm {
  width: 100%;
}

.park .parks .par .parm .pir {
  width: 100%;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.park .parks .par .parm .pomt {
  width: 100%;
}

.park .parks .par .parm .pomt .pan {
  width: 100%;
  padding-bottom: 0.2rem;
}

.park .parks .par .parm .pomt .pan a {
  width: 100%;
  display: inline-block;
}

.park .parks .par .parm .pomt .pan .imgs {
  width: 100%;
  overflow: hidden;
}

.park .parks .par .parm .pomt .pan .imgs .img {
  width: 100%;
  transition: all ease 0.3s;
  padding-top: 68.75%;
}

.park .parks .par .parm .pomt .pan .ft {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin: 0.1rem 0 0.04rem;
}

.park .parks .par .parm .pomt .pan .fx {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.park .parks .par .parm .pomt .pan:hover .imgs .img {
  transform: scale(1.1);
}

.park .parks .par .parm .pomt .pan:hover .ft {
  color: #d8242b;
}

.setails {
  width: 100%;
  background-color: #f9f9f9;
  padding: 0.2rem 0;
}

.setails .sel {
  display: inline-block;
  vertical-align: top;
  width: calc((1050 / 1440) * 100%);
  margin-right: calc((39 / 1440) * 100%);
}

.setails .sel .selper {
  width: 100%;
  position: relative;
}

.setails .sel .selper .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.setails .sel .selper .swiper-slide a {
  width: 100%;
  display: block;
}

.setails .sel .selper .swiper-slide .img {
  width: 100%;
  padding-top: 57.14%;
  transition: all ease 0.3s;
}

.setails .sel .selper .swiper-slide:hover .img {
  transform: scale(1.1);
}

.setails .sel .selper .btn {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
}

.setails .sel .selper .btn img {
  width: 100%;
  display: block;
}

.setails .sel .selper .btn img:first-child {
  display: block;
}

.setails .sel .selper .btn img:last-child {
  display: none;
}

.setails .sel .selper .btn:hover img:first-child {
  display: none;
}

.setails .sel .selper .btn:hover img:last-child {
  display: block;
}

.setails .sel .selper .bl {
  left: 0.2rem;
}

.setails .sel .selper .br {
  right: 0.2rem;
}

.setails .ser {
  display: inline-block;
  vertical-align: top;
  width: calc((350 / 1440) * 100%);
}

.setails .ser .seit {
  width: 100%;
  color: #fff;
  line-height: 2.2;
  background-color: #d8242b;
  padding: 0.1rem 0.3rem;
}

.setails .ser .sopm {
  width: 100%;
  background-color: #fff;
  padding: 0.3rem;
}

.setails .ser .sopm .sit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.24rem;
}

.setails .ser .sopm .pul {
  width: 100%;
}

.setails .ser .sopm .pul .pum {
  width: 100%;
  font-size: 0;
  padding: 0.1rem 0;
}

.setails .ser .sopm .pul .pum .ip {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.15rem;
}

.setails .ser .sopm .pul .pum .ip img {
  width: 100%;
  display: block;
}

.setails .ser .sopm .pul .pum .im {
  display: inline-block;
  vertical-align: middle;
  color: #555;
  line-height: 1.5;
  width: calc(100%);
}

.setails .ser .sopm .consulting {
  width: 100%;
  margin-top: 0.2rem;
}

.setails .ser .sopm .consulting .cit {
  width: 100%;
  text-align: center;
  line-height: 3;
  background-color: #d8242b;
  color: #fff;
  margin-bottom: 0.2rem;
}

.setails .ser .sopm .consulting .codm {
  width: 100%;
  text-align: center;
}

.setails .ser .sopm .consulting .codm .cm {
  display: block;
  margin: 0 auto 0.1rem;
  width: 1.5rem;
  height: 1.5rem;
}

.setails .ser .sopm .consulting .codm .cm img {
  width: 100%;
  display: block;
}

.setails .ser .sopm .consulting .codm .cxm {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.setails .setam {
  width: 100%;
}

.setails .sbotem {
  width: 100%;
  margin-top: 0.4rem;
  background-color: #fff;
}

.setails .sbotem .snav {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #e7e7e7;
  padding: 0 0.3rem;
}

.setails .sbotem .snav .sam {
  display: inline-block;
  vertical-align: middle;
  color: #555;
  line-height: 3;
  cursor: pointer;
  position: relative;
  margin-right: 0.34rem;
}

.setails .sbotem .snav .sam:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  background-color: transparent;
}

.setails .sbotem .snav .sam.on {
  color: #d8242b;
}

.setails .sbotem .snav .sam.on:after {
  background-color: #d8242b;
}

.setails .sbotem .snav .sam:hover {
  color: #d8242b;
}

.setails .sbotem .botem {
  width: 100%;
}

.setails .sbotem .botem .boem {
  width: 100%;
  display: none;
  padding: 0.4rem;
}

.setails .sbotem .botem .boem.on {
  display: block;
}

.setails .sbotem .botem .boinp {
  width: 100%;
  color: #555;
  line-height: 2;
}

.setails .sbotem .botem .boinp p {
  color: #555;
  line-height: 2;
}

.setails .sbotem .botem .whys {
  width: 100%;
  margin: 0.5rem 0;
}

.setails .sbotem .botem .whys .wit {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.setails .sbotem .botem .whys .whylis {
  width: 100%;
  font-size: 0;
}

.setails .sbotem .botem .whys .whylis .whyem {
  display: inline-block;
  vertical-align: top;
  width: calc((630 / 1300) * 100%);
  margin-right: calc((39 / 1300) * 100%);
  margin-bottom: 0.3rem;
  background-color: #f7f7f7;
  padding: 0.3rem 0.6rem;
  font-size: 0;
}

.setails .sbotem .botem .whys .whylis .whyem .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #d8242b;
  border-radius: 50%;
  margin-right: 0.4rem;
}

.setails .sbotem .botem .whys .whylis .whyem .icon img {
  width: 100%;
  display: block;
}

.setails .sbotem .botem .whys .whylis .whyem .wix {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1rem);
  color: #333;
  line-height: 1.5;
}

.setails .sbotem .botem .whys .whylis .whyem:nth-child(2n) {
  margin-right: 0;
}

.setails .sbotem .botem .service {
  width: 100%;
}

.setails .sbotem .botem .service .wit {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.setails .sbotem .botem .service .prrper {
  width: 100%;
}

.setails .sbotem .botem .service .prrper .swiper-slide {
  width: 100%;
  text-align: center;
  padding: 0.6rem 0.1rem;
  position: relative;
}

.setails .sbotem .botem .service .prrper .swiper-slide a {
  width: 100%;
  display: block;
}

.setails .sbotem .botem .service .prrper .swiper-slide:after {
  content: ' ';
  position: absolute;
  width: 0.15rem;
  height: 0.18rem;
  background-image: url("../images/i2.png");
  background-size: 100% 100%;
  top: calc(0.27rem + 0.6rem - 0.09rem);
  left: 100%;
}

.setails .sbotem .botem .service .prrper .swiper-slide .icon {
  display: block;
  width: 0.54rem;
  height: 0.54rem;
  margin: 0 auto 0.3rem;
}

.setails .sbotem .botem .service .prrper .swiper-slide .icon img {
  width: 100%;
  display: block;
}

.setails .sbotem .botem .service .prrper .swiper-slide .six {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #333;
}

.setails .sbotem .botem .experience {
  width: 100%;
}

.setails .sbotem .botem .experience .img {
  width: 100%;
  position: relative;
  padding-top: 22.46%;
}

.setails .sbotem .botem .experience .dom {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  font-size: 0;
  left: 0.4rem;
}

.setails .sbotem .botem .experience .dom .codm {
  display: inline-block;
  vertical-align: middle;
  width: 1.52rem;
  height: 1.52rem;
  margin-right: 0.5rem;
}

.setails .sbotem .botem .experience .dom .codm img {
  width: 100%;
  display: block;
}

.setails .sbotem .botem .experience .dom .pix {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.setails .consult {
  width: 100%;
  background-color: #fff;
  margin-top: 0.4rem;
}

.setails .consult .snav {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #e7e7e7;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.setails .consult .snav .sam {
  display: inline-block;
  vertical-align: middle;
  color: #555;
  line-height: 3;
  cursor: pointer;
  position: relative;
  margin-right: 0.34rem;
}

.setails .consult .snav .sam:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  background-color: transparent;
}

.setails .consult .snav .sam.on {
  color: #d8242b;
}

.setails .consult .snav .sam.on:after {
  background-color: #d8242b;
}

.setails .consult .snav .sam:hover {
  color: #d8242b;
}

.setails .consult .snav .points {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
}

.setails .consult .snav .points .ot {
  display: inline-block;
  vertical-align: middle;
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.1rem;
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
}

.setails .consult .snav .points .ot.on {
  background-color: #d8242b;
}

.setails .consult .consper {
  width: 100%;
  padding: 0.3rem;
  padding: 0.15rem;
}

.setails .consult .consper .swiper-container {
  padding: 0.15rem;
}

.setails .consult .consper .swiper-slide {
  width: 100%;
  display: block;
  transition: all ease 0.3s;
}

.setails .consult .consper .swiper-slide a {
  width: 100%;
  display: block;
}

.setails .consult .consper .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.setails .consult .consper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 68.63%;
  transition: all ease 0.3s;
}

.setails .consult .consper .swiper-slide .imgs .ico {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
  opacity: 0;
  background-color: rgba(54, 54, 54, 0.4);
}

.setails .consult .consper .swiper-slide .imgs .ico img {
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
}

.setails .consult .consper .swiper-slide .com {
  width: 100%;
  background-color: #fff;
  padding: 0.26rem;
}

.setails .consult .consper .swiper-slide .com .cim {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.setails .consult .consper .swiper-slide .com .cix {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.setails .consult .consper .swiper-slide .com .civ {
  width: 100%;
  color: #666;
  line-height: 1.8;
}

.setails .consult .consper .swiper-slide:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 16px 32px -4px rgba(0, 0, 0, 0.17);
  transform: translateY(-1%);
}

.setails .consult .consper .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.setails .consult .consper .swiper-slide:hover .imgs .ico {
  opacity: 1;
}

.setails .consult .consper .swiper-slide:hover .com .cim {
  color: #d8242b;
}

@media (max-width: 900px) {
  .setails .sbotem .botem .boem {
    padding: 0.2rem;
  }
  .setails .sbotem .botem .experience .img {
    padding-top: 40.46%;
  }
}

.contacts {
  width: 100%;
  padding: 0.5rem 0;
}

.contacts .oit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.contacts .contom {
  width: 100%;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
  font-size: 0;
}

.contacts .contom .corm {
  display: inline-block;
  vertical-align: middle;
  width: calc((450 / 1400) * 100%);
  margin-right: calc((25 / 1400) * 100%);
  padding: 0.5rem 0;
}

.contacts .contom .corm .codm {
  display: inline-block;
  vertical-align: middle;
  width: 1.14rem;
  height: 1.14rem;
  margin-right: 0.4rem;
}

.contacts .contom .corm .codm img {
  width: 100%;
  display: block;
}

.contacts .contom .corm .rin {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1.14rem - 0.4rem);
}

.contacts .contom .corm .rin .rt {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.contacts .contom .corm .rin .line {
  width: 100%;
  font-size: 0;
  margin: 0.15rem 0;
}

.contacts .contom .corm .rin .line span {
  display: inline-block;
  vertical-align: middle;
  background-color: #d8242b;
  line-height: 1.5;
  width: 0.2rem;
  height: 2px;
}

.contacts .contom .corm .rin .rx {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.contacts .contom .corm:nth-child(3n) {
  margin-right: 0;
}

.address {
  width: 100%;
  padding: 0.4rem 0;
}

.address .dit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  padding-left: 0.2rem;
  margin-bottom: 0.4rem;
}

.address .dit:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0.3rem;
  background-color: #d8242b;
  left: 0;
}

.address .addrem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background-color: #f9f9f9;
}

.address .addrem .adr {
  display: inline-block;
  vertical-align: middle;
  width: calc((850 / 1400) * 100%);
}

.address .addrem .adr .adrm {
  width: 100%;
  display: none;
}

.address .addrem .adr .adrm .img {
  width: 100%;
}

.address .addrem .adr .adrm .img img {
  width: 100%;
  height: 4.2rem;
}

.address .addrem .adr .adrm.on {
  display: block;
}

.address .addrem .adl {
  display: inline-block;
  vertical-align: middle;
  width: calc((549 / 1400) * 100%);
  padding: 0.3rem;
}

.address .addrem .adl .row {
  width: 100%;
  font-size: 0;
}

.address .addrem .adl .row .select {
  width: 46%;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8%;
}

.address .addrem .adl .row .select .select-con {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.address .addrem .adl .row .select .select-con .select-value {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  line-height: 2.8;
  height: 2.8em;
  color: #666;
  padding: 0 0.2rem;
}

.address .addrem .adl .row .select .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.address .addrem .adl .row .select .select-con select option {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.8;
  background: #fff;
}

.address .addrem .adl .row .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%;
}

.address .addrem .adl .row .select:nth-child(2n) {
  margin-right: 0;
}

.address .addrem .adl .adlist {
  width: 100%;
  margin-top: 0.24rem;
  height: 2.8rem;

}

.address .addrem .adl .adlist .adlom {
  width: 100%;
  cursor: pointer;
  padding: 0.1rem 0;
}

.address .addrem .adl .adlist .adlom .atop {
  width: 100%;
  font-size: 0;
}

.address .addrem .adl .adlist .adlom .atop .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}

.address .addrem .adl .adlist .adlom .atop .ic img {
  width: 100%;
  display: block;
}

.address .addrem .adl .adlist .adlom .atop .ic img:first-child {
  display: block;
}

.address .addrem .adl .adlist .adlom .atop .ic img:last-child {
  display: none;
}

.address .addrem .adl .adlist .adlom .atop .it {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.18rem - 0.1rem);
  color: #333;
  font-weight: bold;
  line-height: 1.8;
}

.address .addrem .adl .adlist .adlom .imx {
  width: 100%;
  color: #888;
  line-height: 1.8;
  padding-left: 0.28rem;
}

.address .addrem .adl .adlist .adlom:hover .atop .ic img:first-child {
  display: none;
}

.address .addrem .adl .adlist .adlom:hover .atop .ic img:last-child {
  display: block;
}

.address .addrem .adl .adlist .adlom:hover .atop .it {
  color: #d8242b;
}

.address .addrem .adl .adlist .adlom.on .atop .ic img:first-child {
  display: none;
}

.address .addrem .adl .adlist .adlom.on .atop .ic img:last-child {
  display: block;
}

.address .addrem .adl .adlist .adlom.on .atop .it {
  color: #d8242b;
}

.message {
  width: 100%;
  background-color: #f9f9f9;
  padding: 0.7rem 0;
}

.message .mit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}

.message .mit span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.message .mit a {
  display: inline-block;
  vertical-align: middle;
  background-color: #d8242b;
  line-height: 2.5;
  text-align: center;
  padding: 0 0.4rem;
  color: #fff;
}

.message .form {
  width: 100%;
}

.message .form form {
  width: 100%;
}

.message .form .row {
  width: 100%;
  font-size: 0;
}

.message .form .row .input {
  display: inline-block;
  vertical-align: top;
  width: calc((440 / 1400) * 100%);
  margin-right: calc((39 / 1400) * 100%);
  margin-bottom: 0.4rem;
  background-color: #fff;
  border-radius: 4px;
  font-size: 0;
  padding: 0 0.2rem;
}

.message .form .row .input .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.12rem;
}

.message .form .row .input .icon img {
  width: 100%;
  display: block;
}

.message .form .row .input .inx {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.36rem);
  color: #888;
  line-height: 3;
  height: 3em;
  border: none;
  background-color: transparent;
}

.message .form .row .input:nth-child(3n) {
  margin-right: 0;
}

.message .form .row .text {
  width: 100%;
  font-size: 0;
  background-color: #fff;
  border-radius: 4px;
  padding: 0.2rem;
}

.message .form .row .text .icon {
  display: inline-block;
  vertical-align: top;
  width: 0.24rem;
  height: 0.24rem;
}

.message .form .row .text .icon img {
  width: 100%;
  display: block;
}

.message .form .row .text .area {
  width: calc(100% - 0.36rem);
  display: inline-block;
  vertical-align: top;
  border: none;
  background-color: transparent;
  color: #888;
  line-height: 1.6;
  padding: 0 0.12rem;
}

.message .meamg {
  width: 100%;
  margin-top: 0.4rem;
}

.message .meamg .img {
  width: 100%;
  padding-top: 21.78%;
  position: relative;
}

.message .meamg .img .mox {
  position: absolute;
  z-index: 2;
  left: 1rem;
  top: 60%;
  transform: translateY(-50%);
}

.message .meamg .img .mox .mt {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.message .meamg .img .mox .mx {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin: 0.15rem 0 0.25rem;
}

.message .meamg .img .mox .mtn {
  width: 100%;
  font-size: 0;
}

.message .meamg .img .mox .mtn a {
  display: inline-block;
  vertical-align: middle;
  background-color: #d8242b;
  color: #fff;
  line-height: 2.5;
  padding: 0 0.3rem;
}

.message .meamg .img .mox .mtn a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.message .meamg .img .mox .mtn a span img {
  width: 100%;
  display: block;
}

@media (max-width: 900px) {
  .message .meamg .img {
    padding-top: 50.28%;
  }
  .message .meamg .img .mox {
    left: 0.4rem;
  }
}

.joins {
  width: 100%;
  padding: 0.5rem 0;
}

.joins .jit {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.4rem;
}

.joins .search {
  width: 100%;
  margin: 0.4rem 0;
  font-size: 0;
}

.joins .search form {
  width: 100%;
}

.joins .search .select {
  width: calc((390 / 1400) * 100%);
  margin-right: calc((64 / 1400) * 100%);
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.joins .search .select .select-con {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.joins .search .select .select-con .select-value {
  display: block;
  width: 100%;
  background-color: #f9f9f9;
  line-height: 3;
  height: 3em;
  color: #333;
  padding: 0 0.2rem;
}

.joins .search .select .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.joins .search .select .select-con select option {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 3;
  background: #fff;
}

.joins .search .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%;
}

.joins .search .sinput {
  display: inline-block;
  vertical-align: middle;
  width: calc((490 / 1400) * 100%);
  font-size: 0;
}

.joins .search .sinput .inp {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.68rem);
}

.joins .search .sinput .inp .int {
  width: 100%;
  display: block;
  background-color: #f9f9f9;
  border: none;
  padding: 0 0.2rem;
  height: 3em;
  color: #333;
  line-height: 3;
}

.joins .search .sinput .sub {
  display: inline-block;
  vertical-align: middle;
  width: 0.68rem;
  background-color: #d8242b;
}

.joins .search .sinput .sub .inb {
  width: 100%;
  height: 3em;
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-image: url("../images/ss.png");
  background-size: 0.25rem 0.25rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.joins .recruit {
  width: 100%;
}

.joins .recruit .con-item {
  width: 100%;
  margin-bottom: 0.3rem;
}

.joins .recruit .con-item .title {
  width: 100%;
  background-color: #f9f9f9;
  padding: 0.1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
  padding-right: 0.6rem;
  position: relative;
}

.joins .recruit .con-item .title:after {
  content: '+';
  color: #c9c9c9;
  font-size: 24px;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  cursor: pointer;
}

.joins .recruit .con-item .title .name {
  display: inline-block;
  vertical-align: middle;
  color: #555;
  line-height: 3;
}

.joins .recruit .con-item .title .rom {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.joins .recruit .con-item .title .rom a {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.5;
}

.joins .recruit .con-item .contents {
  width: 100%;
  background-color: #f9f9f9;
  padding: 0.3rem;
  display: none;
}

.joins .recruit .con-item .contents .conclass {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.joins .recruit .con-item .contents .conclass span {
  display: inline-block;
  vertical-align: top;
  color: #555;
  line-height: 1.5;
  margin-right: 0.3rem;
  margin-bottom: 0.1rem;
}

.joins .recruit .con-item .contents .column {
  width: 100%;
}

.joins .recruit .con-item .contents .column .column-item {
  width: 100%;
  margin-bottom: 0.24rem;
}

.joins .recruit .con-item .contents .column .column-item .column-name {
  width: 100%;
  color: #d8242b;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.joins .recruit .con-item .contents .column .column-item .column-list {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.joins .recruit .con-item .contents .column .column-item .column-list p {
  color: #555;
  line-height: 1.8;
}

.joins .recruit .con-item.show .title {
  background-color: #d8242b;
}

.joins .recruit .con-item.show .title:after {
  content: '-';
  color: #fff;
}

.joins .recruit .con-item.show .title:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: solid 0.15rem;
  border-color: #bb0007 transparent transparent #bb0007;
}

.joins .recruit .con-item.show .title .name {
  color: #fff;
}

.joins .recruit .con-item.show .title .rom a {
  color: #fff;
}

.briefs {
  width: 100%;
  padding: 0.5rem 0;
}

.briefs .bream {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.briefs{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.briefs .bream .bel {
  display: inline-block;
  vertical-align: middle;
  width: calc((350 / 1400) * 100%);
}

.briefs .bream .bel .bt {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.briefs .bream .bel .bx {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.2rem 0 0.3rem;
}

.briefs .bream .bel .bm {
  width: 100%;
  font-size: 0;
}

.briefs .bream .bel .bm span {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 3px;
  background-color: #d8242b;
}

.briefs .bream .ber {
  display: inline-block;
  vertical-align: middle;
  width: calc((950 / 1400) * 100%);
}

.briefs .bream .ber .binp {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.briefs .bream .ber .binp p {
  color: #555;
  line-height: 1.8;
}

.briefs .binp {
  width: 100%;
  color: #555;
  line-height: 1.8;
  margin:0.4rem 0;
}

.briefs .binp p {
  color: #555;
  line-height: 1.8;
}

.briefs .bmg {
  width: 100%;
  margin: 0.4rem 0;
}

.briefs .bmg .img {
  width: 100%;
}

.briefs .bmg .img img {
  width: 100%;
  display: block;
}

.briefs .choiclis {
  width: 100%;
  font-size: 0;
  padding: 0.4rem 0;
}

.briefs .choiclis .choim {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
  padding: 0 0.2rem;
}

.briefs .choiclis .choim .cit {
  width: 100%;
  font-size: 0;
}

.briefs .choiclis .choim .cit span {
  display: inline-block;
  color: #555;
}

.briefs .choiclis .choim .cit .cs {
  font-weight: bold;
  position: relative;
  top: 0.04rem;
  margin-right: 0.3rem;
  transform: scale(1.4);
}

.briefs .choiclis .choim .cit .cs span {
  color: #d8242b !important;
}

.briefs .choiclis .choim .xim {
  width: 100%;
  color: #555;
  line-height: 1.5;
  margin-top: 0.4rem;
}

.briefs .Ranges {
  width: 100%;
  padding: 0.5rem 0;
}

.briefs .Ranges .rit {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.4rem;
}

.briefs .Ranges .rangper {
  width: 100%;
}

.briefs .Ranges .rangper .swiper-slide {
  width: 100%;
}

.briefs .Ranges .rangper .swiper-slide a {
  width: 100%;
  display: block;
}

.briefs .Ranges .rangper .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
}

.briefs .Ranges .rangper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 68.75%;
  transition: all ease 0.3s;
}

.briefs .Ranges .rangper .swiper-slide .six {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 2;
  margin-top: 0.1rem;
}

.briefs .Ranges .rangper .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.history {
  width: 100%;
  padding: 0.6rem 0;
}

.history .hit {
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.history .hispers {
  width: 100%;
  position: relative;
}

.history .hispers .swiper-container {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 2rem 0;
}

.history .hispers .swiper-container:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dcdcdc;
  left: 0;
  right: 0;
}

.history .hispers .swiper-slide {
  width: 100%;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.history .hispers .swiper-slide .point {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.history .hispers .swiper-slide .point img {
  width: 100%;
  display: block;
}

.history .hispers .swiper-slide .point img:first-child {
  display: block;
}

.history .hispers .swiper-slide .point img:last-child {
  display: none;
}

.history .hispers .swiper-slide .year {
  position: absolute;
  top: 1rem;
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-style: italic;
}

.history .hispers .swiper-slide .pit {
  width: 100%;
  position: absolute;
  bottom: 1.1rem;
  color: #555;
  line-height: 1.8;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 0.2rem;
}

.history .hispers .swiper-slide:nth-child(2n) .year {
  top: auto;
  bottom: 1rem;
}

.history .hispers .swiper-slide:nth-child(2n) .pit {
  bottom: auto;
  top: 1.1rem;
}

.history .hispers .swiper-slide.on .point img:first-child {
  display: none;
}

.history .hispers .swiper-slide.on .point img:last-child {
  display: block;
}

.history .hispers .swiper-slide.on .year {
  color: #d8242b;
  text-shadow: 5px 5px 6px 0px rgba(216, 36, 43, 0.17);
}

.history .hispers .swiper-slide:hover .point img:first-child {
  display: none;
}

.history .hispers .swiper-slide:hover .point img:last-child {
  display: block;
}

.history .hispers .swiper-slide:hover .year {
  color: #d8242b;
  text-shadow: 5px 5px 6px 0px rgba(216, 36, 43, 0.17);
}

.history .hispers .btn {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
}

.history .hispers .btn img {
  width: 100%;
  display: block;
}

.history .hispers .btn img:first-child {
  display: block;
}

.history .hispers .btn img:last-child {
  display: none;
}

.history .hispers .btn:hover img:first-child {
  display: none;
}

.history .hispers .btn:hover img:last-child {
  display: block;
}

.history .hispers .bl {
  left: -0.5rem;
}

.history .hispers .br {
  right: -0.5rem;
}

@media (max-width: 1420px) {
  .history .hispers .bl {
    left: 0.1rem;
  }
  .history .hispers .br {
    right: 0.1rem;
  }
}

.platform {
  width: 100%;
  padding: 0.6rem 0;
}

.platform .pit {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.4rem;
}

.platform .platlis {
  width: 100%;
  font-size: 0;
}

.platform .platlis .patem {
  width: calc((428 / 1400) * 100%);
  font-size: 0;
  margin-right: calc((58 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.4rem;
}

.platform .platlis .patem a {
  width: 100%;
  display: block;
}

.platform .platlis .patem .imgs {
  width: 100%;
  overflow: hidden;
}

.platform .platlis .patem .imgs .img {
  width: 100%;
  padding-top: 66.82%;
  transition: all ease 0.3s;
}

.platform .platlis .patem .ip {
  width: 100%;
  margin-top: 0.15rem;
  position: relative;
  padding: 0 0.3rem;
}

.platform .platlis .patem .ip::after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background-color: #d8242b;
  left: 0;
}

.platform .platlis .patem .ix {
  width: 100%;
  padding: 0 0.3rem;
  color: #888;
  line-height: 1.8;
  margin-top: 0.08rem;
}

.platform .platlis .patem:nth-child(3n) {
  margin-right: 0;
}

.honor {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f9f9f9;
}

.honor .hit {
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.honor .honlis {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}

.honor .honlis .hovem:nth-child(1) {
  width: calc((680 / 1400) * 100%);
  font-size: 0;
  padding: 0.4rem;
  margin-bottom: 0.55rem;
}

.honor .honlis .hovem:nth-child(1) .hol {
  display: inline-block;
  vertical-align: middle;
  width: calc((249 / 600) * 100%);
  padding-right: 0.3rem;
}

.honor .honlis .hovem:nth-child(1) .hol .hic {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.honor .honlis .hovem:nth-child(1) .hol .time {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-top: 0.15rem;
}

.honor .honlis .hovem:nth-child(1) .hor {
  display: inline-block;
  vertical-align: middle;
  width: calc((350 / 600) * 100%);
  overflow: hidden;
}

.honor .honlis .hovem:nth-child(1) .hor .img {
  width: 100%;
  padding-top: 89.5%;
  transition: all ease 0.3s;
}

.honor .honlis .hovem:nth-child(1) .hor .mg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.honor .honlis .hovem:nth-child(1) .hip {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d8242b;
  color: #fff;
  padding: 0.15rem;
  line-height: 1.5;
  text-align: center;
  transition: all ease 0.3s;
}

.honor .honlis .hovem {
  margin-bottom: 0.6rem;
  float: left;
  width: calc((320 / 1400) * 100%);
  margin-right: calc((39 / 1400) * 100%);
  background-color: #fff;
  padding: 0.2rem;
  position: relative;
}

.honor .honlis .hovem a {
  width: 100%;
  display: block;
}

.honor .honlis .hovem .imgs {
  width: calc((245 / 280) * 100%);
  display: block;
  margin: 0.15rem auto 0.15rem;
  overflow: hidden;
  position: relative;
}

.honor .honlis .hovem .imgs .img {
  width: 100%;
  padding-top: 110.2%;
  transition: all ease 0.3s;
}

.honor .honlis .hovem .imgs .mg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.honor .honlis .hovem .hik {
  width: 100%;
  color: #555;
  line-height: 2;
  text-align: center;
}

.honor .honlis .hovem .him {
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.honor .honlis .hovem .him .hi {
  display: inline-block;
  vertical-align: middle;
  width: 0.31rem;
  height: 0.22rem;
}

.honor .honlis .hovem .him .hi img {
  width: 100%;
  display: block;
}

.honor .honlis .hovem .him .hn {
  display: inline-block;
  vertical-align: middle;
  width: 0.12rem;
  height: 0.12rem;
  background-color: #f9f9f9;
  border-radius: 50%;
}

.honor .honlis .hovem:hover {
  background-color: #d8242b;
}

.honor .honlis .hovem:hover .hik {
  color: #fff;
}

.honor .honlis .hovem:hover .hip {
  background-color: #fff;
  color: #d8242b;
}

.honor .honlis .hovem:hover .hol .hic {
  color: #fff;
}

.honor .honlis .hovem:hover .hol .time {
  color: #fff;
}

.honor .honlis .hovem:nth-child(3) {
  margin-right: 0;
}

.honor .honlis .hovem:nth-child(4n - 1) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .honor .honlis .hovem:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .honor .honlis .hovem {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.2rem;
  }
  .honor .honlis .hovem:nth-child(2n+1) {
    margin-right: 0;
  }
}

.factorys {
  width: 100%;
  padding: 0.5rem 0;
}

.factorys .fit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.4rem;
}

.factorys .jactom {
  width: 100%;
}

.factorys .jactom .jectm {
  width: 100%;
  display: none;
}

.factorys .jactom .jectm.on {
  display: block;
}

.factorys .jactom .jectper {
  width: 100%;
  position: relative;
}

.factorys .jactom .jectper a {
  width: 100%;
  display: block;
}

.factorys .jactom .jectper .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.factorys .jactom .jectper .imgs .img {
  width: 100%;
  padding-top: 56.37%;
  transition: all ease 0.3s;
}

.factorys .jactom .jectper .imgs .mg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.factorys .jactom .jectper .btn {
  display: inline-block;
  vertical-align: middle;
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}

.factorys .jactom .jectper .btn img {
  width: 100%;
  display: block;
}

.factorys .jactom .jectper .btn img:first-child {
  display: block;
}

.factorys .jactom .jectper .btn img:last-child {
  display: none;
}

.factorys .jactom .jectper .btn:hover img:first-child {
  display: none;
}

.factorys .jactom .jectper .btn:hover img:last-child {
  display: block;
}

.factorys .jactom .jectper .bl {
  left: -0.6rem;
}

.factorys .jactom .jectper .br {
  right: -0.6rem;
}

.factorys .casepers {
  width: 100%;
  margin-top: 0.3rem;
}

.factorys .casepers .swiper-container {
  width: 100%;
  padding-bottom: 0.3rem;
}

.factorys .casepers .swiper-slide {
  width: 100%;
}

.factorys .casepers .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
  border: solid 2px transparent;
}

.factorys .casepers .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 46.66%;
  transition: all ease 0.3s;
}

.factorys .casepers .swiper-slide .rit {
  width: 100%;
  color: #333;
  line-height: 2;
  position: relative;
  text-align: center;
  margin-top: 0.1rem;
}

.factorys .casepers .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.factorys .casepers .swiper-slide.on .imgs {
  border: solid 2px #d8242b;
}

.factorys .casepers .swiper-scrollbar-drag {
  background-color: #d8242b;
}

@media (max-width: 1420px) {
  .factorys .jactom .jectper .bl {
    left: 0.1rem;
  }
  .factorys .jactom .jectper .br {
    right: 0.1rem;
  }
}

.customer {
  width: 100%;
  font-size: 0;
  padding: 0.5rem 0;
  background-color: #f9f9f9;
}

.customer .cit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.4rem;
}

.customer .custlis {
  width: 100%;
  font-size: 0;
}

.customer .custlis .cutem {
  display: inline-block;
  vertical-align: top;
  width: calc((208 / 1400) * 100%);
  margin-right: calc((29 / 1400) * 100%);
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.customer .custlis .cutem a {
  width: 100%;
  display: block;
}

.customer .custlis .cutem .imgs {
  width: 100%;
}

.customer .custlis .cutem .imgs .img {
  width: 100%;
  padding-top: 57.69%;
  transition: all ease 0.3s;
}

.customer .custlis .cutem .mkm {
  position: absolute;
  transition: all ease 0.3s;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(216, 36, 43, 0.9);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.23);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  padding: 0.1rem;
  overflow: auto;
}

.customer .custlis .cutem:hover .mkm {
  top: 0;
}

.customer .custlis .cutem:nth-child(6n) {
  margin-right: 0;
}

.specials {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f9f9f9;
}

.specials .spanav {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 0.3rem;
  margin: 0.5rem 0;
}

.specials .spanav .spaper {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.specials .spanav .spaper .spem {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: auto;
  line-height: 3;
  color: #555;
  margin-right: 0.3rem;
  cursor: pointer;
}

.specials .spanav .spaper .spem:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
}

.specials .spanav .spaper .spem.on {
  color: #d8242b;
}

.specials .spanav .spaper .spem.on:after {
  background-color: #d8242b;
}

.specials .spanav .rum {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: right;
}

.specials .spanav .rum .tem {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 2;
  padding: 0.1rem 0;
  margin-left: 0.3rem;
}

.specials .spanav .rum .tem span {
  color: #d8242b;
}

.specials .speclisom {
  width: 100%;
  display: block;
}

.specials .speclisom .specom {
  width: 100%;
  display: none;
}

.specials .speclisom .specom.on {
  display: block;
}

.specials .speclisom .speclis {
  width: 100%;
  font-size: 0;
}

.specials .speclisom .speclis .castm {
  display: inline-block;
  vertical-align: top;
  width: calc((440 / 1400) * 100%);
  margin-right: calc((39 / 1400) * 100%);
  margin-bottom: 0.4rem;
  position: relative;
  transition: all ease 0.3s;
}

.specials .speclisom .speclis .castm a {
  width: 100%;
  display: block;
}

.specials .speclisom .speclis .castm .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.specials .speclisom .speclis .castm .imgs .img {
  width: 100%;
  padding-top: 68.63%;
  transition: all ease 0.3s;
}

.specials .speclisom .speclis .castm .imgs .ico {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
  opacity: 0;
  background-color: rgba(54, 54, 54, 0.4);
}

.specials .speclisom .speclis .castm .imgs .ico img {
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
}

.specials .speclisom .speclis .castm .com {
  width: 100%;
  background-color: #fff;
  padding: 0.26rem;
}

.specials .speclisom .speclis .castm .com .cim {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.specials .speclisom .speclis .castm .com .cix {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.specials .speclisom .speclis .castm .com .civ {
  width: 100%;
  color: #666;
  line-height: 1.8;
}

.specials .speclisom .speclis .castm:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 16px 32px -4px rgba(0, 0, 0, 0.17);
  transform: translateY(-1%);
}

.specials .speclisom .speclis .castm:hover .imgs .img {
  transform: scale(1.1);
}

.specials .speclisom .speclis .castm:hover .imgs .ico {
  opacity: 1;
}

.specials .speclisom .speclis .castm:hover .com .cim {
  color: #d8242b;
}

.specials .speclisom .speclis .castm:nth-child(3n) {
  margin-right: 0;
}

.specials .screen {
  width: 100%;
}

.specials .screen .sereitem {
  width: 100%;
  font-size: 0;
  display: flex;
  position: relative;
}

.specials .screen .sereitem .sernName {
  display: inline-block;
  vertical-align: middle;
  width: 1.8rem;
  width: 150px;
  background-color: #d8242b;
}

.specials .screen .sereitem .sernName .sern {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.1rem 0.25rem;
}

.specials .screen .sereitem .sernName .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.specials .screen .sereitem .sernName .ic img {
  width: 100%;
  display: block;
}

.specials .screen .sereitem .sernName .im {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.3rem);
  color: #fff;
  line-height: 2;
  text-align: left;
}

.specials .screen .sereitem .serncon {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1.8rem);
  width: calc(100% - 150px);
  background-color: #fff;
  position: relative;
  line-height: 0.8rem;
  overflow: hidden;
}

.specials .screen .sereitem .serncon .classify {
  width: 100%;
  font-size: 0;
  padding: 0.15rem 0.5rem 0.1rem 0.3rem;
}

.specials .screen .sereitem .serncon .classify a {
  display: inline-block;
  vertical-align: middle;
  color: #555;
  line-height: 2.5;
  padding: 0 0.2rem;
  border-radius: 1.25em;
  margin-right: 0.25rem;
  margin-bottom: 0.1rem;
}

.specials .screen .sereitem .serncon .classify a.on {
  background-color: #d8242b;
  color: #fff;
}

.specials .screen .sereitem .icon {
  position: absolute;
  right: 0.2rem;
  top: 0;
  line-height: 0.7rem;
  color: #c9c9c9;
  cursor: pointer;
  display: none;
}

.specials .screen .sereitem .iconx {
  position: absolute;
  right: 0.2rem;
  top: 0;
  line-height: 0.7rem;
  color: #c9c9c9;
  cursor: pointer;
  display: none;
}

.specials .screen .sereitem.hide .serncon {
  height: 0.7rem;
}

.specials .screen .sereitem.hide .icon {
  display: block;
}

.specials .screen .sereitem.hide .iconx {
  display: none;
}

.specials .screen .sereitem.hide.show .serncon {
  height: auto;
}

.specials .screen .sereitem.hide.show .icon {
  display: none;
}

.specials .screen .sereitem.hide.show .iconx {
  display: block;
}

.specials .screen .sereitem + .sereitem {
  border-top: solid 1px #f9f9f9;
}

@media (max-width: 768px) {
  .specials .screen .sereitem .icon, .specials .screen .sereitem .iconx {
    line-height: 0.9rem;
  }
  .specials .screen .sereitem .sernName {
    width: 120px;
  }
  .specials .screen .sereitem .serncon {
    width: calc(100% - 120px);
  }
  .specials .screen .sereitem.hide .serncon {
    height: 0.9rem;
  }
}

.xanner {
  width: 100%;
  position: relative;
}

.xanner .swiper-slide {
  width: 100%;
  position: relative;
}

.xanner .swiper-slide a {
  width: 100%;
  display: block;
}

.xanner .swiper-slide .img {
  width: 100%;
  padding-top: 40.10%;
  position: relative;
}

.xanner .swiper-slide .xox {
  position: absolute;
  z-index: 6;
  top: 45%;
  width: 100%;
  max-width: calc((1600 / 1920) * 100%);
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
}

.xanner .swiper-slide .xox .bin {
  width: 100%;
  font-size: 0;
}

.xanner .swiper-slide .xox .bin .em {
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

.xanner .swiper-slide .xox .bin span {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.05rem;
  color: rgba(255, 255, 255, 0.6);
}

.xanner .swiper-slide .xox .xm {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.xanner .swiper-slide .xox .cit {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.2rem 0 0.4rem;
}

.xanner .swiper-slide .xox .line {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  max-width: 6rem;
  margin: 0.4rem auto;
  display: none;
}

.xanner .swiper-slide .xox .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 3px;
  background-color: #d8242b;
}

.xanner .swiper-slide .xox .cf {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.xanner .swiper-slide .xox .cf p {
  color: #fff;
  line-height: 1.5;
}

.xanner .pagination {
  position: absolute;
  z-index: 3;
  left: calc((160 / 1920) * 100%);
  bottom: 15%;
  font-size: 0;
  width: auto;
}

.xanner .pagination span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.5;
  cursor: pointer;
  margin-right: 0.3rem;
}

.xanner .pagination span.on {
  color: #fff;
}

.xanner .down {
  position: absolute;
  z-index: 3;
  right: calc((80 / 1920) * 100%);
  bottom: 15%;
  width: 1.5em;
}

.xanner .down .md {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.xanner .down .mm {
  margin-top: 0.2rem;
  display: block;
  width: 0.19rem;
}

.xanner .down .mm img {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .xanner .swiper-slide .img {
    padding-top: 70%;
  }
  .xanner .swiper-slide .xox {
    max-width: 80%;
  }
  .xanner .pagination {
    bottom: 5%;
    text-align: center;
  }
}

.exhibition {
  width: 100%;
  padding-bottom: 0.5rem;
}

.exhibition .number {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
  font-size: 0;
  transform: translateY(-50%);
}

.exhibition .number .numb {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  text-align: center;
  padding: 0.4rem 0;
}

.exhibition .number .numb .nuop {
  width: 100%;
  font-size: 0;
}

.exhibition .number .numb .nuop .np {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
}

.exhibition .number .numb .nuop .np .nm {
  display: inline-block;
  vertical-align: middle;
  color: #d8242b;
  line-height: 1.5;
  font-weight: bold;
}

.exhibition .number .numb .nuop .np .nn {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-weight: bold;
  color: #d8242b;
  margin-left: 0.05rem;
  top: 0.2em;
  position: relative;
}

.exhibition .number .numb .nmh {
  margin-top: 0.1rem;
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.exhibition .extops {
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.exhibition .extops .exl {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  margin-bottom: 0.4rem;
}

.exhibition .extops .exl .et {
  width: 100%;
  color: #d8242b;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.08rem;
}

.exhibition .extops .exl .en {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.exhibition .extops .exr {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

.exhibition .extops .exr .exrm {
  display: inline-block;
  vertical-align: middle;
  color: #555;
  line-height: 2.5;
  position: relative;
  cursor: pointer;
  width: auto;
  padding: 0 0.3rem;
  background-color: #eeeeee;
  margin: 0 0.07rem;
}

.exhibition .extops .exr .exrm.on {
  background-color: #d8242b;
  color: #fff;
}

.exhibition .extops .exr .exrm:hover {
  background-color: #d8242b;
  color: #fff;
}

.exhibition .mort {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.exhibition .mort a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5rem;
  line-height: 3;
  background-color: #d8242b;
  color: #fff;
}

.exhibition .exhion {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.5rem;
}

.exhibition .exhion .exvtm {
  width: 100%;
  display: none;
}

.exhibition .exhion .exvtm.on {
  display: block;
}

.exhibition .exhion .ehl {
  display: inline-block;
  vertical-align: middle;
  width: calc((760 / 1600) * 100%);
  margin-right: calc((9 / 1600) * 100%);
}

.exhibition .exhion .ehl .ehlper {
  width: 100%;
  position: relative;
}

.exhibition .exhion .ehl .ehlper .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.exhibition .exhion .ehl .ehlper .swiper-slide a {
  width: 100%;
  display: block;
}

.exhibition .exhion .ehl .ehlper .swiper-slide .img {
  width: 100%;
  padding-top: 72.36%;
  transition: all ease 0.3s;
}

.exhibition .exhion .ehl .ehlper .swiper-slide .som {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d8242b;
}

.exhibition .exhion .ehl .ehlper .swiper-slide:hover .img {
  transform: scale(1.1);
}

.exhibition .exhion .ehl .ehlper .btn {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
}

.exhibition .exhion .ehl .ehlper .btn img {
  width: 100%;
  display: block;
}

.exhibition .exhion .ehl .ehlper .btn img:first-child {
  display: block;
}

.exhibition .exhion .ehl .ehlper .btn img:last-child {
  display: none;
}

.exhibition .exhion .ehl .ehlper .btn:hover img:first-child {
  display: none;
}

.exhibition .exhion .ehl .ehlper .btn:hover img:last-child {
  display: block;
}

.exhibition .exhion .ehl .ehlper .bl {
  left: 0;
}

.exhibition .exhion .ehl .ehlper .br {
  right: 0;
}

.exhibition .exhion .ehr {
  display: inline-block;
  vertical-align: middle;
  width: calc((1600 / 1600) * 100%);
  font-size: 0;
}

.exhibition .exhion .ehr .ehram {
  display: inline-block;
  vertical-align: top;
  width: calc((386 / 1600) * 100%);
  margin-right: calc((18 / 1600) * 100%);
  margin-bottom: 0.1rem;
  overflow: hidden;
  position: relative;
}

.exhibition .exhion .ehr .ehram a {
  width: 100%;
  display: block;
}

.exhibition .exhion .ehr .ehram .img {
  width: 100%;
  padding-top: 65.85%;
  transition: all ease 0.3s;
}

.exhibition .exhion .ehr .ehram .cxm {
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(238, 238, 238, 1);
  color: #555;
  line-height: 3;
  text-align: center;
}

.exhibition .exhion .ehr .ehram:hover .img {
  transform: scale(1.1);
}

.exhibition .exhion .ehr .ehram:nth-child(4n) {
  margin-right: 0;
}

.exhibition .exhion .ehr .ehram:nth-child(4n+3) {
  margin-bottom: 0;
}

.exhibition .exhion .ehr .ehram:nth-child(4n+4) {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .exhibition {
    padding-top: 0.5rem;
  }
  .exhibition .number {
    margin-bottom: 0.5rem;
    transform: translateY(0%);
  }
  .exhibition .number .numb {
    width: 50%;
  }
  .exhibition .number .numb:last-child {
    width: 100%;
  }
  
  .exhibition .exhion .ehr .ehram {
  display: inline-block;
  vertical-align: top;
  width: calc((388 / 800) * 100%);
  margin-right: calc((20 / 800) * 100%);
  margin-bottom: 0.25rem;
  overflow: hidden;
  position: relative;
}
.exhibition .exhion .ehr .ehram:nth-child(2n) {
  margin-right: 0;
}
  
}

.whytms {
  width: 100%;
  padding: 0.7rem 0;
}

.whytms .whytm {
  width: 100%;
  font-size: 0;
}

.whytms .whytm .whl {
  display: inline-block;
  vertical-align: middle;
  width: calc((420 / 1600) * 100%);
  margin-right: calc((99 / 1600) * 100%);
}

.whytms .whytm .whl .wit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.whytms .whytm .whl .wit span {
  color: #d8242b;
}

.whytms .whytm .whl .xim {
  width: 100%;
  color: #555;
  line-height: 1.5;
  margin: 0.25rem 0;
}

.whytms .whytm .whl .line {
  width: 100%;
  font-size: 0;
  margin: 0.3rem 0;
}

.whytms .whytm .whl .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 3px;
  background-color: #d8242b;
}

.whytms .whytm .whl .xinp {
  width: 100%;
  color: #555;
  line-height: 2;
}

.whytms .whytm .whl .xinp p {
  color: #555;
  line-height: 2;
}

.whytms .whytm .whr {
  display: inline-block;
  vertical-align: middle;
  width: calc((1080 / 1600) * 100%);
}

.whytms .whytm .whr .whram {
  width: calc((360 / 1080) * 100%);
  display: inline-block;
  vertical-align: top;
  padding: 0.5rem 0.35rem;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.whytms .whytm .whr .whram a {
  width: 100%;
  display: block;
}

.whytms .whytm .whr .whram .icon {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto 0.15rem;
  position: relative;
}

.whytms .whytm .whr .whram .icon img {
  width: 100%;
  display: block;
}

.whytms .whytm .whr .whram .icon img:first-child {
  display: block;
}

.whytms .whytm .whr .whram .icon img:last-child {
  display: none;
}

.whytms .whytm .whr .whram .icon:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/bg8.png");
  opacity: 0.5;
  width: 1.64rem;
  height: 1.64rem;
  background-size: 100% 100%;
}

.whytms .whytm .whr .whram .wih {
  width: 100%;
  color: #333;
  line-height: 1.8;
  margin: 0.1rem 0;
}

.whytms .whytm .whr .whram .whn {
  width: 100%;
  color: #888;
  line-height: 1.8;
}

.whytms .whytm .whr .whram:hover {
  background-color: #d8242b;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.24);
}

.whytms .whytm .whr .whram:hover .icon img:first-child {
  display: none;
}

.whytms .whytm .whr .whram:hover .icon img:last-child {
  display: block;
}

.whytms .whytm .whr .whram:hover .wih, .whytms .whytm .whr .whram:hover .whn {
  color: #fff;
}

.flowpath {
  width: 100%;
  padding: 0.8rem 0;
}

.flowpath .flowper {
  width: 100%;
}

.flowpath .flowper .swiper-container::after {
  content: ' ';
  position: absolute;
  top: calc(0.88rem + 0.2rem + 0.3rem);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(238, 241, 248, 0.2);
}

.flowpath .flowper .swiper-slide {
  width: 100%;
  cursor: pointer;
}

.flowpath .flowper .swiper-slide .fion {
  width: 0.88rem;
  height: 0.88rem;
  display: block;
  margin: 0 auto 0rem;
  max-width: 100%;
  border-radius: 50%;
  position: relative;
}

.flowpath .flowper .swiper-slide .fion img {
  width: 100%;
  display: block;
}

.flowpath .flowper .swiper-slide .fion img:first-child {
  display: block;
}

.flowpath .flowper .swiper-slide .fion img:last-child {
  display: none;
}

.flowpath .flowper .swiper-slide .num {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin: 0.3rem 0;
}

.flowpath .flowper .swiper-slide .num span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 2.5;
  width: 2.5em;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #fff;
}

.flowpath .flowper .swiper-slide .min {
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #fff;
}

.flowpath .flowper .swiper-slide:hover .fion img:first-child {
  display: none;
}

.flowpath .flowper .swiper-slide:hover .fion img:last-child {
  display: block;
}

.flowpath .flowper .swiper-slide:hover .fion::after {
  content: ' ';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.95rem;
  background-image: url("../images/bg10.png");
  background-size: 100% 100%;
}

.flowpath .flowper .swiper-slide:hover .num span {
  background-color: #fff;
  color: #d8242b;
}

.honorp {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #fff;
  position: relative;
}

.honorp .honrom {
  width: 100%;
  position: relative;
  z-index: 3;
  font-size: 0;
}

.honorp .honrom .honl {
  display: inline-block;
  vertical-align: middle;
  width: calc((660 / 1600) * 100%);
  margin-right: calc((99 / 1600) * 100%);
}

.honorp .honrom .honl .hom {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  display: none;
}

.honorp .honrom .honl .hom .img {
  width: 100%;
  padding-top: 67.42%;
  background-color: #ffffff;
  box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.14);
}

.honorp .honrom .honl .hom .him {
  width: 100%;
  color: #555;
  line-height: 2;
  text-align: center;
  margin-top: 0.1rem;
}

.honorp .honrom .honl .hom.on {
  display: block;
}

.honorp .honrom .honr {
  display: inline-block;
  vertical-align: middle;
  width: calc((660 / 1600) * 100%);
}

.honorp .honrom .honr .hadas {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.honorp .honrom .honr .hadas .numb {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  text-align: center;
  padding: 0.4rem 0;
}

.honorp .honrom .honr .hadas .numb .nuop {
  width: 100%;
  font-size: 0;
}

.honorp .honrom .honr .hadas .numb .nuop .np {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
}

.honorp .honrom .honr .hadas .numb .nuop .np .nm {
  display: inline-block;
  vertical-align: middle;
  color: #d8242b;
  line-height: 1.5;
  font-weight: bold;
}

.honorp .honrom .honr .hadas .numb .nuop .np .nn {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-weight: bold;
  color: #d8242b;
  margin-left: 0.05rem;
  top: 0.2em;
  position: relative;
}

.honorp .honrom .honr .hadas .numb .nmh {
  margin-top: 0.1rem;
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.honorp .honrom .honr .honpers {
  width: 100%;
}

.honorp .honrom .honr .honpers .swiper-container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.honorp .honrom .honr .honpers .swiper-slide {
  width: 100%;
  cursor: pointer;
  background-color: #fff;
}

.honorp .honrom .honr .honpers .swiper-slide .img {
  width: 100%;
  padding-top: 68.18%;
  transition: all ease 0.3s;
  background-color: #fff;
}

.honorp .honrom .honr .honpers .swiper-scrollbar-drag {
  background-color: #d8242b;
}

.honorp:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  height: 45%;
}

.cooperation {
  width: 100%;
  padding: 0.8rem 0;
}

.cooperation .coops {
  width: 100%;
  font-size: 0;
}

.cooperation .coops .col {
  display: inline-block;
  vertical-align: middle;
  width: calc((499 / 1600) * 100%);
  overflow: hidden;
}

.cooperation .coops .col .img {
  width: 100%;
  padding-top: 66.82%;
  transition: all ease 0.3s;
}

.cooperation .coops .col:hover .img {
  transform: scale(1.1);
}

.cooperation .coops .cor {
  display: inline-block;
  vertical-align: middle;
  width: calc((1100 / 1600) * 100%);
  font-size: 0;
}

.cooperation .coops .cor .parm {
  display: inline-block;
  vertical-align: top;
  width: calc((220 / 1100) * 100%);
  border: solid 1px #eee;
  overflow: hidden;
}

.cooperation .coops .cor .parm a {
  width: 100%;
  display: block;
}

.cooperation .coops .cor .parm .img {
  width: 100%;
  padding-top: 50%;
  transition: all ease 0.3s;
}

.cooperation .coops .cor .parm:hover .img {
  transform: scale(1.1);
}

.newpm {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #f4f4f4;
}

.newpm .newpmer {
  width: 100%;
}

.newpm .newpmer .swiper-slide {
  width: 100%;
}

.newpm .newpmer .swiper-slide a {
  width: 100%;
  display: block;
}

.newpm .newpmer .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
}

.newpm .newpmer .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 61.37%;
  transition: all ease 0.3s;
}

.newpm .newpmer .swiper-slide .nom {
  width: 100%;
  padding: 0.2rem 0.2rem;
  background-color: #fff;
}

.newpm .newpmer .swiper-slide .nom .time {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.newpm .newpmer .swiper-slide .nom .time span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.newpm .newpmer .swiper-slide .nom .time span img {
  width: 100%;
  display: block;
}

.newpm .newpmer .swiper-slide .nom .pit {
  width: 100%;
  margin: 0.12rem 0;
  color: #1a1b1c;
  line-height: 1.5;
}

.newpm .newpmer .swiper-slide .nom .pix {
  width: 100%;
  line-height: 1.8;
  color: #888;
  height: 3.6em;
}

.newpm .newpmer .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.newpm .newpmer .swiper-slide:hover .nom {
  width: 100%;
  background-color: #d8242b;
}

.newpm .newpmer .swiper-slide:hover .nom .time {
  color: rgba(255, 255, 255, 0.5);
}

.newpm .newpmer .swiper-slide:hover .nom .pit {
  color: #fff;
}

.newpm .newpmer .swiper-slide:hover .nom .pix {
  color: rgba(255, 255, 255, 0.5);
}

.outerchain {
  width: 100%;
  padding: 0.2rem 0 0.1rem;
}

.outerchain .outer {
  width: 100%;
  font-size: 0;
}

.outerchain .outer span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.8;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}

.outerchain .outer a {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.8;
  margin-right: 0.3rem;
  margin-bottom: 0.1rem;
}

.outerchain .outer a:hover {
  color: #d8242b;
}

.spaces {
  width: 100%;
  padding: 0.5rem 0;
}

.spaces .satop {
  width: 100%;
  margin-bottom: 0.6rem;
}

.spaces .satop .sit {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}

.spaces .satop .line {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 0.2rem 0 0.3rem;
}

.spaces .satop .line .tm {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 4.2rem;
  height: 1px;
  background-color: #e2e2e2;
}

.spaces .satop .line .tm span {
  display: inline-block;
  vertical-align: middle;
  width: 0.42rem;
  height: 3px;
  background-color: #d8242b;
  position: relative;
  top: -1.5px;
}

.spaces .satop .sip {
  width: 100%;
  max-width: 14rem;
  text-align: center;
  color: #555;
  line-height: 1.6;
  margin: 0 auto;
}

.spaces .spaclis {
  width: 100%;
}

.spaces .spaclis .spacom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  font-size: 0;
  position: relative;
  margin-bottom: 1rem;
}

.spaces .spaclis .spacom .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((960 / 1400)  * 100%);
}

.spaces .spaclis .spacom .imgs .img {
  width: 100%;
  padding-top: 54.16%;
}

.spaces .spaclis .spacom .poma {
  position: absolute;
  left: 0;
  top: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  width: calc((600 / 1400) * 100%);
  background-color: #f8f8f8;
  padding: 0.9rem 0.55rem 0.7rem;
}

.spaces .spaclis .spacom .poma .pie {
  width: 100%;
  font-size: 0;
}

.spaces .spaclis .spacom .poma .pie .em {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.spaces .spaclis .spacom .poma .pie .em .dm {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 3;
}

.spaces .spaclis .spacom .poma .pie .em .nm {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  font-weight: bold;
  right: -0.5em;
  top: -0.4em;
  color: #e7e7e7;
}

.spaces .spaclis .spacom .poma .line {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #e2e2e2;
  margin: 0.3rem 0 0.4rem;
}

.spaces .spaclis .spacom .poma .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 3px;
  position: relative;
  top: 1px;
  background-color: #d8242b;
}

.spaces .spaclis .spacom .poma .pim {
  width: 100%;
  color: #555;
  line-height: 1.8;
  margin: 0.4rem 0 0.5rem;
}

.spaces .spaclis .spacom .poma .pim p {
  color: #555;
  line-height: 1.8;
}

.spaces .spaclis .spacom .poma .more {
  width: 100%;
  font-size: 0;
}

.spaces .spaclis .spacom .poma .more a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #555;
  line-height: 1.8;
}

.spaces .spaclis .spacom .poma .more a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.47rem;
  position: relative;
  margin-left: 0.1rem;
  top: -0.02rem;
}

.spaces .spaclis .spacom .poma .more a span img {
  width: 100%;
  display: block;
}

.spaces .spaclis .spacom .poma .more a:hover {
  color: #d8242b;
}

.spaces .spaclis .spacom:nth-child(2n) {
  flex-direction: row;
}

.spaces .spaclis .spacom:nth-child(2n) .poma {
  left: auto;
  right: 0;
}

.spaces .spaclis .spacom:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .spaces .spaclis .spacom {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .spaces .spaclis .spacom .imgs {
    width: 100%;
  }
  .spaces .spaclis .spacom .poma {
    width: 100%;
    position: relative;
    top: 0;
  }
}

.technique {
  width: 100%;
  background-color: #f7f7f7;
}

.technique .techom {
  width: 100%;
  font-size: 0;
}

.technique .techom a {
  width: 100%;
  display: block;
}

.technique .techom .tel {
  display: inline-block;
  vertical-align: middle;
  width: calc((400 / 1600) * 100%);
}

.technique .techom .tel .vom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.2rem;
  width: 100%;
  transition: all ease 0.3s;
}

.technique .techom .tel .vom .vit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.technique .techom .tel .vom .bon {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.technique .techom .tel .vom .bon span {
  display: inline-block;
  vertical-align: middle;
  background-color: #eee;
  color: #d8242b;
  line-height: 3;
  width: auto;
  padding: 0 0.4rem;
  height: 0;
  opacity: 0;
  transition: all ease 0.3s;
}

.technique .techom .tel .tlm {
  width: 100%;
  margin-bottom: 0.1rem;
}

.technique .techom .tel .tlm .img {
  width: 100%;
  padding-top: 102.25%;
  position: relative;
  overflow: hidden;
}

.technique .techom .tel .tlb {
  width: 100%;
}

.technique .techom .tel .tlb .img {
  width: 100%;
  padding-top: 67.5%;
  position: relative;
  overflow: hidden;
}

.technique .techom .tel .tlm:hover .vom {
  width: 100%;
  height: 100%;
  background-color: rgba(216, 36, 43, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  justify-content: center;
}

.technique .techom .tel .tlm:hover .vom .bon span {
  height: 3em;
  opacity: 1;
  margin-top: 0.4rem;
}

.technique .techom .tel .tlb:hover .vom {
  width: 100%;
  height: 100%;
  background-color: rgba(216, 36, 43, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  justify-content: center;
}

.technique .techom .tel .tlb:hover .vom .bon span {
  height: 3em;
  opacity: 1;
  margin-top: 0.4rem;
}

.technique .techom .tem {
  display: inline-block;
  vertical-align: middle;
  width: calc((780 / 1600) * 100%);
  margin: 0 calc((9 / 1600) * 100%);
}

.technique .techom .tem .vom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.2rem;
  width: 100%;
  transition: all ease 0.3s;
}

.technique .techom .tem .vom .vit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.technique .techom .tem .vom .bon {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.technique .techom .tem .vom .bon span {
  display: inline-block;
  vertical-align: middle;
  background-color: #eee;
  color: #d8242b;
  line-height: 3;
  width: auto;
  padding: 0 0.4rem;
  height: 0;
  opacity: 0;
  transition: all ease 0.3s;
}

.technique .techom .tem .temop {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.1rem;
}

.technique .techom .tem .temop .emop {
  width: calc((385 / 780) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((9 / 780) * 100%);
}

.technique .techom .tem .temop .emop .img {
  width: 100%;
  padding-top: 88.31%;
  position: relative;
  overflow: hidden;
}

.technique .techom .tem .temop .emop:nth-child(2n) {
  margin-right: 0;
}

.technique .techom .tem .temop .emop:hover .vom {
  width: 100%;
  height: 100%;
  background-color: rgba(216, 36, 43, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  justify-content: center;
}

.technique .techom .tem .temop .emop:hover .vom .bon span {
  height: 3em;
  opacity: 1;
  margin-top: 0.4rem;
}

.technique .techom .tem .temot {
  width: 100%;
}

.technique .techom .tem .temot .img {
  width: 100%;
  padding-top: 43.58%;
  position: relative;
  overflow: hidden;
}

.technique .techom .tem .temot:hover .vom {
  width: 100%;
  height: 100%;
  background-color: rgba(216, 36, 43, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  justify-content: center;
}

.technique .techom .tem .temot:hover .vom .bon span {
  height: 3em;
  opacity: 1;
  margin-top: 0.4rem;
}

.technique .techom .ter {
  display: inline-block;
  vertical-align: middle;
  width: calc((400 / 1600) * 100%);
}

.technique .techom .ter .vom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.2rem;
  width: 100%;
  transition: all ease 0.3s;
}

.technique .techom .ter .vom .vit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.technique .techom .ter .vom .bon {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.technique .techom .ter .vom .bon span {
  display: inline-block;
  vertical-align: middle;
  background-color: #eee;
  color: #d8242b;
  line-height: 3;
  width: auto;
  padding: 0 0.4rem;
  height: 0;
  opacity: 0;
  transition: all ease 0.3s;
}

.technique .techom .ter .trms {
  width: 100%;
}

.technique .techom .ter .trms .img {
  width: 100%;
  padding-top: 85%;
  position: relative;
  overflow: hidden;
}

.technique .techom .ter .trms + .trms {
  margin-top: 0.1rem;
}

.technique .techom .ter .trms:hover .vom {
  width: 100%;
  height: 100%;
  background-color: rgba(216, 36, 43, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  justify-content: center;
}

.technique .techom .ter .trms:hover .vom .bon span {
  height: 3em;
  opacity: 1;
  margin-top: 0.4rem;
}

@media (max-width: 900px) {
  .technique .techom .tel .tlm .img, .technique .techom .tel .tlb .img {
    padding-top: 85%;
  }
}

.serprocess {
  width: 100%;
}

.serprocess .serpoper {
  width: 100%;
}

.serprocess .serpoper .swiper-slide {
  width: 100%;
  border: solid 1px #d5d2d0;
  padding: 0.5rem 0.4rem;
  transition: all ease 0.3s;
}

.serprocess .serpoper .swiper-slide .icon {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.4rem;
}

.serprocess .serpoper .swiper-slide .icon span {
  display: inline-block;
  vertical-align: middle;
  width: 0.8rem;
  height: 0.8rem;
}

.serprocess .serpoper .swiper-slide .icon span img {
  width: 100%;
  display: inline-block;
}

.serprocess .serpoper .swiper-slide .icon span img:first-child {
  display: block;
}

.serprocess .serpoper .swiper-slide .icon span img:last-child {
  display: none;
}

.serprocess .serpoper .swiper-slide .sim {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.3rem 0;
}

.serprocess .serpoper .swiper-slide .pin {
  width: 100%;
  color: #666;
  line-height: 2;
  height: 4em;
}

.serprocess .serpoper .swiper-slide .pin p {
  color: #666;
  line-height: 2;
}

.serprocess .serpoper .swiper-slide .pkm {
  display: none;
}

.serprocess .serpoper .swiper-slide + .swiper-slide {
  border-left: none;
}

.serprocess .serpoper .swiper-slide:hover {
  text-align: center;
}
.serprocess .serpoper .swiper-slide:hover .icon{
  opacity: 0;
}
.serprocess .serpoper .swiper-slide:hover .icon span img:first-child {
  display: none;
}

.serprocess .serpoper .swiper-slide:hover .icon span img:last-child {
  display: block;
}

.serprocess .serpoper .swiper-slide:hover .sim {
  color: #fff;
  opacity: 0;
}

.serprocess .serpoper .swiper-slide:hover .pin {
  color: #fff;
  opacity: 0;
}

.serprocess .serpoper .swiper-slide:hover .pin p {
  color: #fff;
  opacity: 0;
}

.serprocess .serpoper .swiper-slide:hover .pkm {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-content: center;
  display: flex;
  background-color: rgba(216, 36, 43, 0.7);;
  padding: 0.3rem;
}
.serprocess .serpoper .swiper-slide:hover .pkm .icon{
  opacity: 1;
}
.serprocess .serpoper .swiper-slide:hover .pkm .icon span img:first-child {
  display: none;
}

.serprocess .serpoper .swiper-slide:hover .pkm .icon span img:last-child {
  display: block;
}

.serprocess .serpoper .swiper-slide:hover .pkm .sim {
  color: #fff;
  opacity: 1;
}

.serprocess .serpoper .swiper-slide:hover .pkm .pin {
  color: #fff;
  opacity: 1;
}

.serprocess .serpoper .swiper-slide:hover .pkm .pin p {
  color: #fff;
  opacity: 1;
}

.strength {
  width: 100%;
  padding-bottom: 0;
}

.strength .streper {
  width: 100%;
  font-size: 0;
  position: relative;
}

.strength .streper .stremlis {
  width: 100%;
  display: block;
  font-size: 0;
  position: relative;
  z-index: 4;
}

.strength .streper .strem {
  width: calc((480 / 1920) * 100%);
  display: inline-block;
  vertical-align: top;
  height: 5.4rem;
  position: relative;
}

.strength .streper .strem a {
  width: 100%;
  display: block;
}

.strength .streper .strem .som {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 1.3rem 0.8rem;
  transition: all ease 0.3s;
  position: relative;
}

.strength .streper .strem .som .sion {
  width: 100%;
  font-size: 0;
}

.strength .streper .strem .som .sion span {
  display: inline-block;
  vertical-align: middle;
}

.strength .streper .strem .som .sion span img {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
}

.strength .streper .strem .som .si {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin: 0.4rem 0 0.5rem;
}

.strength .streper .strem .som .line {
  width: 100%;
  margin: 0.15rem 0;
}

.strength .streper .strem .som .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.27rem;
  height: 3px;
  background-color: #fff;
}

.strength .streper .strem .som .pm {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  transition: all ease 0.3s;
}

.strength .streper .strem .som .pm p {
  color: #fff;
  line-height: 1.5;
}

.strength .streper .strem .pkm {
  display: none;
}

.strength .streper .strem .pkm .sion {
  width: 100%;
  font-size: 0;
}

.strength .streper .strem .pkm .sion span {
  display: inline-block;
  vertical-align: middle;
}

.strength .streper .strem .pkm .sion span img {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
}

.strength .streper .strem .pkm .si {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin: 0.4rem 0 0.5rem;
}

.strength .streper .strem .pkm .line {
  width: 100%;
  margin: 0.15rem 0;
}

.strength .streper .strem .pkm .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.27rem;
  height: 3px;
  background-color: #fff;
}

.strength .streper .strem .pkm .pm {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  transition: all ease 0.3s;
}

.strength .streper .strem .pkm .pm p {
  color: #fff;
  line-height: 1.5;
}

.strength .streper .strem:hover .som {
  background-color: rgba(216, 36, 43, 0.7);
  align-content: center;
  text-align: center;
  justify-content: center;
  opacity: 0;
}

.strength .streper .strem:hover .som .sion span {
  width: auto;
  background-image: url("../images/xm3.png");
  background-size: 100% 100%;
  padding: 0.5rem;
}

.strength .streper .strem:hover .som .si {
  margin: 0.4rem 0 0.3rem;
}

.strength .streper .strem:hover .som .line {
  margin: 0.3rem 0;
}

.strength .streper .strem:hover .som .pm {
  opacity: 1;
  height: 4.5em;
}

.strength .streper .strem:hover .pkm {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 1.3rem 0.8rem;
  text-align: center;
  justify-content: center;
  align-content: center;
  background-color: rgba(216, 36, 43, 0.7);
  padding: 0.3rem;
}

.strength .streper .strem.on .pkm {
  background-color: rgba(216, 36, 43, 0.7);
  align-content: center;
  text-align: center;
  justify-content: center;
}

.strength .streper .strem.on .pkm .sion span {
  width: auto;
  background-image: url("../images/xm3.png");
  background-size: 100% 100%;
  padding: 0.5rem;
}

.strength .streper .strem.on .pkm .si {
  margin: 0.4rem 0 0.3rem;
}

.strength .streper .strem.on .pkm .line {
  margin: 0.3rem 0;
}

.strength .streper .strem.on .pkm .pm {
  opacity: 1;
  height: 4.5em;
}

.strength .streper .strem.on .pkm {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 1.3rem 0.8rem;
  text-align: center;
  justify-content: center;
  align-content: center;
  background-color: rgba(216, 36, 43, 0.7);
  padding: 0.3rem;
}
.strength .streper .strem.on .som .sion{opacity: 0;}
.strength .streper .strem.on .som .si{opacity: 0;}
.strength .streper .strem.on .som .line{opacity: 0;}
.strength .streper .strem.on .som .pm{opacity: 0;}

.strength .streper .strem + .strem {
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}

.strength .streper .bmglis {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  display: block;
}

.strength .streper .bmglis .bmgs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease 0.3s;
}

.strength .streper .bmglis .bmgs .img {
  width: 100%;
  height: 100%;
  display: block;
}

.strength .streper .bmglis .bmgs.on {
  opacity: 1;
}

@media (max-width: 900px) {
  .strength .streper .strem {
    width: 50%;
  }
  .strength .streper .strem .som {
    padding: 1rem 0.5rem;
  }
  .strength .streper .strem + .strem {
    border: none;
  }
  .strength .streper .strem:nth-child(1) {
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  .strength .streper .strem:nth-child(2) {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  .strength .streper .strem:nth-child(3) {
    border-right: solid 1px rgba(255, 255, 255, 0.3);
  }
}