@font-face{
    font-family: 'SourceHanSansCN-Normal';
    src : url('../css/SourceHanSansCN-Normal.ttf');
/*    font-family: 'SourceHanSerifSC-Bold';
    src : url('../css/SourceHanSerifSC-Bold.otf');*/
}
body{
  font-family: 'SourceHanSansCN-Normal' !important;
  /*font-family: 'SourceHanSerifSC-Bold' !important;*/
}

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

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

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

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

.w1280 {
  width: 12.8rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1300px) {
  .w1280 {
    width: 92%;
  }
}

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

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

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

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

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

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

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

header nav .natem .nas a:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #0d82dc;
  height: 2px;
  display: none;
}

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

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

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

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

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

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

header nav .natem.on .nas a:after {
  display: block;
}

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

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

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

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

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

.banners {
  width: 100%;
  position: relative;
  z-index: 1;
}

.banners .ban {
  width: 100%;
}

.banner {
  width: 100%;
  position: relative;
  /*position: relative;*/
  position: fixed;
  left: 0;
  right: 0;
}

.banner .swiper-slide {
  width: 100%;
  padding-top: 41%;
  display: block;
  position: relative;
}

.banner .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

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

.banner .swiper-slide .box .cn {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  font-family: 'SourceHanSansCN-Normal';
  letter-spacing: 0.06rem;
  margin-bottom: 0.1rem;
}

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

@media (max-width: 1420px) {
  .banner .swiper-slide a .box {
    left: 5%;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .banner .swiper-slide a .box .cn {
    font-size: 18px !important;
  }
  .banner .swiper-slide a .box .en {
    font-size: 12px !important;
  }
}

.nanner {
  width: 100%;
}

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

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

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

.nanner .iox .cn {
  color: #fff;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 0.1rem;
}

.nanner .iox .en {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 1420px) {
  .nanner .iox {
    left: 5%;
  }
}

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

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

.styem .stm .stl {
  display: inline-block;
  vertical-align: middle;
  width: calc((680 / 1400) * 100%);
  margin-right: 0.2rem;
}

.styem .stm .stl .img {
  width: 100%;
  padding-top: 63%;
  position: relative;
}

.styem .stm .stl .img .after {
  width: 3rem;
  height: 1.5rem;
  background-color: #0d82dc;
  position: absolute;
  z-index: -1;
  right: -0.12rem;
  bottom: -0.12rem;
  border-radius: 0.05rem;
}

.styem .stm .str {
  display: inline-block;
  vertical-align: middle;
  width: calc((690 / 1400) * 100%);
  padding: 0.4rem;
}

.styem .stm .str .sit {
  width: 100%;
  color: #0d82dc;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.styem .stm .str .sins {
  width: 100%;
  color: #666;
  line-height: 2;
  text-align: justify;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.styem .stm .str .sins p {
  color: #666;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.16rem);
  text-align: justify;
}

.styem.w100 {
  background-color: #f8f8f8;
}

.styem.w100 .stm .stl {
  width: calc((700 / 1400) * 100%);
  margin-right: 0;
}

.modular {
  width: 100%;
}

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

.modular .mtop .mt {
  width: 100%;
  color: #0d82dc;
  line-height: 1.5;
  margin-bottom: 0.16rem;
}

.modular .mtop .mx {
  width: 100%;
  color: #666;
  line-height: 2;
}

.modular.white .mtop .mt {
  color: #fff;
}

.modular.white .mtop .mx {
  color: #fff;
}

.abouts {
  width: 100%;
  padding: 0.5rem 0;
  text-align: right;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.abouts .abl {
  width: 100%;
  width: calc((70 / 1400) * 100%);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transform: rotate(-90deg);
  position: absolute;
  left: -6%;
  top: 80%;
}

.abouts .abl .ait {
  text-align: left;
  width: 100%;
  color: #f0f0f0;
  white-space: nowrap;
}

.abouts .abl .ait span {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 2px;
  background: #f0f0f0;
  margin-left: 0.2rem;
}

.abouts .abr {
  text-align: left;
  width: calc((1330 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
}

.abouts .abr .abrem {
  width: 100%;
  font-size: 0;
  position: relative;
}

.abouts .abr .abrem .ml {
  width: calc((630 / 1330) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.abouts .abr .abrem .ml .img {
  width: 100%;
  padding-top: 66%;
  display: block;
}

.abouts .abr .abrem .mr {
  width: calc((699 / 1330) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.6rem;
}

.abouts .abr .abrem .mr .mit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.abouts .abr .abrem .mr .mix {
  width: 100%;
  color: #0d82dc;
  line-height: 1.5;
  font-weight: bold;
  margin: 0.2rem 0;
}

.abouts .abr .abrem .mr .mip {
  width: 100%;
  color: #666;
  line-height: 1.5;
  text-align: justify;
  text-indent: 2em;
}

.abouts .abr .abrem .mr .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
}

.abouts .abr .abrem .mr .more a {
  display: inline-block;
  vertical-align: middle;
  color: #777;
  line-height: 2.5;
  background-color: #f0f0f0;
  border-radius: 0.05rem;
  padding: 0 0.3rem;
}

.abouts .abr .abrem .mr .more a span {
  display: inline-block;
  vertical-align: middle;
  color: #777;
  margin-left: 0.16rem;
}

.abouts .abr .abrem .mr .more a:hover {
  background-color: #0d82dc;
  color: #fff;
}

.abouts .abr .abrem .mr .more a:hover span {
  color: #fff;
}

.abouts .abr .abtom {
  width: 100%;
  padding: 0.5rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.abouts .abr .abtom .atm {
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}

.abouts .abr .abtom .atm .icon {
  width: 0.89rem;
  height: 0.89rem;
  margin: 0 auto 0.2rem;
}

.abouts .abr .abtom .atm .icon img {
  width: 100%;
  display: block;
}

.abouts .abr .abtom .atm .aix {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
}

.technology {
  width: 100%;
  padding: 0.6rem 0;
  position: relative;
  z-index: 2;
  /*background-color: #fff;*/
}

.technology .techper {
  width: 100%;
  font-size: 0;
}

.technology .techper .tecim {
  display: inline-block;
  vertical-align: top;
  width: calc((328 / 1400) * 100%);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.05rem;
  padding: 0.26rem 0.26rem 0.2rem;
  margin-right: calc((29 / 1400) * 100%);
  transition: all ease 0.3s;
  position: relative;
}

.technology .techper .tecim a {
  width: 100%;
  display: block;
  transition: all ease 0.3s;
}

.technology .techper .tecim:before {
  content: ' ';
  position: absolute;
  left: -4px;
  top: -4px;
  height: 4px;
  background-color: #00eaff;
  transition: all ease 0.3s;
  width: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.technology .techper .tecim:after {
  content: ' ';
  position: absolute;
  left: -4px;
  top: 0;
  width: 4px;
  background-color: #00eaff;
  transition: all ease 0.3s;
  height: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.technology .techper .tecim .iton {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 auto 0.2rem;
}

.technology .techper .tecim .iton img {
  width: 100%;
  display: block;
}

.technology .techper .tecim .iton img:first-child {
  display: block;
}

.technology .techper .tecim .iton img:last-child {
  display: none;
}

.technology .techper .tecim .sit {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.16rem;
}

.technology .techper .tecim .sip {
  width: 100%;
  color: #fff;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
  height: 8.2em;
  margin-bottom: 0.18rem;
  padding-left: 0.1rem;
}

.technology .techper .tecim .sip p {
  color: #fff;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.technology .techper .tecim .vm {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.technology .techper .tecim .vm span {
  display: inline-block;
  vertical-align: middle;
  width: 0.38rem;
  height: 0.38rem;
  opacity: 0;
  transition: all ease 0.3s;
}

.technology .techper .tecim .vm span img {
  width: 100%;
  display: block;
}

.technology .techper .tecim:nth-child(4n) {
  margin-right: 0;
}

.technology .techper .tecim:hover {
  transform: scale(1.05);
  background-color: #fff;
  background-color: transparent;
  background-image: url("../images/bgs.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.technology .techper .tecim:hover:before {
  width: 80%;
}

.technology .techper .tecim:hover:after {
  height: 80%;
}

.technology .techper .tecim:hover .vm span {
  opacity: 1;
}

@media (max-width: 768px) {
  .technology .techper .tecim {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.3rem;
    padding: 0.2rem;
  }
  .technology .techper .tecim:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .technology .techper .tecim {
    display: block;
    width: 90%;
    margin: 0 auto 0.2rem;
  }
  .technology .techper .tecim:nth-child(2n) {
    margin: 0 auto 0.2rem;
  }
}

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

.systems .syr {
  width: calc((790 / 1400) * 100%);
  display: inline-block;
  vertical-align: middle;
  background-color: #f1f9fe;
  border-radius: 0.04rem;
  padding: 0.6rem 1.2rem 0.6rem 0.5rem;
}

.systems .syr .sit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.systems .syr .syrper {
  width: 100%;
  margin: 0.3rem 0;
}

.systems .syr .syrper .swiper-slide {
  width: 100%;
}

.systems .syr .syrper .swiper-slide .sinp {
  width: 100%;
  color: #666;
  line-height: 2.2;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.systems .syr .syrper .swiper-slide .sinp p {
  line-height: 2.2;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.systems .syr .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.systems .syr .more a {
  display: inline-block;
  vertical-align: middle;
  color: #777;
  line-height: 2.5;
  background-color: #f0f0f0;
  border-radius: 0.05rem;
  padding: 0 0.3rem;
}

.systems .syr .more a span {
  display: inline-block;
  vertical-align: middle;
  color: #777;
  margin-left: 0.16rem;
}

.systems .syr .more a:hover {
  background-color: #0d82dc;
  color: #fff;
}

.systems .syr .more a:hover span {
  color: #fff;
}

.systems .syr .more .rtn {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.systems .syr .more .rtn .rts {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  width: 20px;
  height: 20px;
  margin: 0 0.1rem;
  cursor: pointer;
}

.systems .syr .more .rtn .rts img {
  width: 100%;
  display: block;
}

.systems .syr .more .rtn .rts img:first-child {
  display: block;
}

.systems .syr .more .rtn .rts img:last-child {
  display: none;
}

.systems .syr .more .rtn .rts:hover img:first-child {
  display: none;
}

.systems .syr .more .rtn .rts:hover img:last-child {
  display: block;
}

.systems .syl {
  width: calc((620 / 1400) * 100%);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.systems .syl .img {
  width: 100%;
  padding-top: 60%;
  position: relative;
}

.systems .syl .img .after {
  width: 2rem;
  height: 2.4rem;
  background-color: #0d82dc;
  position: absolute;
  z-index: -1;
  right: -0.12rem;
  bottom: -0.12rem;
  border-radius: 0.05rem;
}

@media (max-width: 768px) {
  .systems .syl {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    margin-bottom: 0.2rem;
  }
  .systems .syr {
    width: 100%;
    padding: 0.2rem;
  }
}

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

.laboratorys {
  width: 100%;
}

.laboratorys .labom {
  width: 100%;
  background-color: #f6f6f6;
  padding: 0.4rem 0 0.2rem;
}

.laboratorys .labom .aop {
  width: 100%;
  margin-bottom: 0.3rem;
}

.laboratorys .labom .lat {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.laboratorys .labom .las {
  width: 100%;
  color: #666;
  line-height: 2;
}

.laboratorys .labom .mglis {
  width: 100%;
  font-style: 0;
}

.laboratorys .labom .mglis .lmg {
  display: inline-block;
  vertical-align: top;
  width: calc((290 / 1400) * 100%);
  margin-right: calc((39 / 1400) * 100%);
  margin-bottom: 0.2rem;
  overflow: hidden;
}

.laboratorys .labom .mglis .lmg .mg {
  width: 100%;
  padding-top: 68%;
  transition: all ease 0.3s;
}

.laboratorys .labom .mglis .lmg:hover .mg {
  transform: scale(1.1);
}

.laboratorys .labom .mglis .lmg:nth-child(4n) {
  margin-right: 0;
}

.laboratorys .labom:nth-child(2n) {
  background-color: #fff;
}

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

.expert .eit {
  width: 100%;
  text-align: center;
  color: #0d82dc;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.expert .explem {
  width: 100%;
}

.expert .explem .expem {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 0.05rem;
  font-size: 0;
  margin-bottom: 0.38rem;
}

.expert .explem .expem .imgs {
  width: calc((260 / 1400) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.expert .explem .expem .imgs .img {
  width: 100%;
  padding-top: 123%;
  display: block;
}

.expert .explem .expem .eom {
  display: inline-block;
  vertical-align: middle;
  width: calc((1138 / 1400) * 100%);
  padding: 0.36rem;
}

.expert .explem .expem .eom .name {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.expert .explem .expem .eom .tip {
  width: 100%;
  color: #444;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.expert .explem .expem .eom .eix {
  width: 100%;
  color: #666;
  line-height: 1.5;
  -webkit-line-clamp: 5;
  height: 7.3em;
  text-align: justify;
  text-indent: 2em;
}
.expert .explem .expem .eom .eix p{
  text-align: justify;
   color: #666;
  line-height: 1.5;
}

.expert .more {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 0.2rem;
}

.expert .more a {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.05rem;
  color: #fff;
  padding: 0 0.3rem;
  background-color: #0d82dc;
  line-height: 2.5;
}

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

.platform .platm {
  width: 100%;
  font-size: 0;
}

.platform .platm .pal {
  width: calc((530 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-right: calc((39 / 1400) * 100%);
}

.platform .platm .pal .palem {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 2%;
  padding: 0.4rem 0.3rem;
  margin-bottom: 0.14rem;
  cursor: pointer;
}

.platform .platm .pal .palem .icon {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto 0.2rem;
}

.platform .platm .pal .palem .icon img {
  width: 100%;
  display: block;
}

.platform .platm .pal .palem .px {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 2;
}

.platform .platm .pal .palem:nth-child(1) {
  background-color: #0d82dc;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.platform .platm .pal .palem:nth-child(2) {
  background-color: #5bc4c1;
  border-top-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.platform .platm .pal .palem:nth-child(3) {
  background-color: #8fc320;
  border-top-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.platform .platm .pal .palem:nth-child(4) {
  background-color: #ee9a01;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.platform .platm .pal .palem:nth-child(2n) {
  margin-right: 0;
}

.platform .platm .par {
  width: calc((830 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
}

.platform .platm .par .parem {
  width: 100%;
  display: none;
  background-color: #f5f5f5;
  border-radius: 0.05rem;
  padding: 0.4rem 0.4rem;
}

.platform .platm .par .parem.on {
  display: block;
}

.platform .platm .par .pit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.platform .platm .par .puls {
  width: 100%;
  margin-bottom: 0.24rem;
}

.platform .platm .par .puls .pis {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.platform .platm .par .puls .pom {
  width: 100%;
  color: #555;
  line-height: 1.6;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.platform .platm .par .puls .pom p {
  color: #555;
  line-height: 1.6;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.platform2 {
  width: 100%;
  background-color: #f8f8f8;
  padding: 0.5rem 0;
}

.platform2 .platlis {
  width: 100%;
}

.platform2 .platlis .platm {
  width: 100%;
  padding: 0.3rem 0.3rem 0.2rem;
  background-color: #fff;
  font-size: 0;
  margin-bottom: 0.3rem;
  transition: all ease 0.3s;
  border-radius: 4px;
}

.platform2 .platlis .platm .icon {
  display: inline-block;
  vertical-align: top;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.3rem;
}

.platform2 .platlis .platm .icon img {
  width: 100%;
  display: block;
}

.platform2 .platlis .platm .icon img:first-child {
  display: block;
}

.platform2 .platlis .platm .icon img:last-child {
  display: none;
}

.platform2 .platlis .platm .prom {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.82rem);
}

.platform2 .platlis .platm .prom .rit {
  width: 100%;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.2rem;
  margin-top: 0.1rem;
  font-weight: bold;
}

.platform2 .platlis .platm .pox {
  width: 100%;
  font-size: 0;
  padding-left: 0.82rem;
}

.platform2 .platlis .platm .pox .puls {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 0.2rem;
  margin-bottom: 0.2rem;
}

.platform2 .platlis .platm .pox .puls .pis {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.platform2 .platlis .platm .pox .puls .pom {
  width: 100%;
  color: #555;
  line-height: 1.6;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.platform2 .platlis .platm .pox .puls .pom p {
  color: #555;
  line-height: 1.6;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.platform2 .platlis .platm:hover {
  background-color: transparent;
  background-image: linear-gradient(to right, #30c19f, #1e7fc2);
  transform: scale(1.01);
}

.platform2 .platlis .platm:hover .icon img:first-child {
  display: none;
}

.platform2 .platlis .platm:hover .icon img:last-child {
  display: block;
}

.platform2 .platlis .platm:hover .prom .rit {
  color: #fff;
}

.platform2 .platlis .platm:hover .pox .puls .pis {
  color: #fff;
}

.platform2 .platlis .platm:hover .pox .puls .pom {
  color: #fff;
}

.platform2 .platlis .platm:hover .pox .puls .pom p {
  color: #fff;
}

.cultures {
  width: 100%;
  padding: 0.5rem 0 0.3rem;
  background-color: #f8f8f8;
}

.cultures .cultlis {
  width: 100%;
  font-size: 0;
  padding-top: 0.5rem;
}

.cultures .cultlis .cultm {
  display: inline-block;
  vertical-align: top;
  width: calc((298 / 1400) * 100%);
  margin-right: calc((29 / 1400) * 100%);
  background-color: #fff;
  padding: 0.6rem 0.3rem 0.3rem;
  position: relative;
  margin-bottom: 0.7rem;
}

.cultures .cultlis .cultm .icon {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.5rem;
  display: block;
}

.cultures .cultlis .cultm .icon img {
  width: 100%;
  display: block;
}

.cultures .cultlis .cultm .cx {
  width: 100%;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.1rem;
}

.cultures .cultlis .cultm .cip {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 4.5em;
  text-align: justify;
  -webkit-line-clamp: 3;
}
.cultures .cultlis .cultm .cip p{
  text-align: justify;
  color: #666;
  line-height: 1.5;
}

.cultures .cultlis .cultm:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .cultures .cultlis .cultm {
    width: 48%;
    margin-right: 4%;
  }
  .cultures .cultlis .cultm:nth-child(2n) {
    margin-right: 0;
  }
}

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

.recruits .reclist {
  width: 100%;
  font-size: 0;
}

.recruits .reclist .recm {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 0.1rem;
  margin-bottom: 0.24rem;
}

.recruits .reclist .recm .icon {
  width: 1.47rem;
  height: 1.67rem;
  margin: 0 auto 0.2rem;
}

.recruits .reclist .recm .icon img {
  width: 100%;
  display: block;
}

.recruits .reclist .recm .icon img:first-child {
  display: block;
}

.recruits .reclist .recm .icon img:last-child {
  display: none;
}

.recruits .reclist .recm .rx {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 2;
}

.recruits .reclist .recm:hover .icon img:first-child {
  display: none;
}

.recruits .reclist .recm:hover .icon img:last-child {
  display: block;
}

.recruit .con .con-item {
  width: 100%;
  background: #f8f8f8;
  height: auto;
  overflow: hidden;
  margin: 0.2rem 0;
}

.recruit .con .con-item .title {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
}

.recruit .con .con-item .title .name {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 0.5rem;
  float: left;
  margin-left: 0.2rem;
}

.recruit .con .con-item .title .icon {
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  float: right;
  background-image: url("../images/jia.png");
  background-size: 0.18rem;
  background-position: center;
  background-repeat: no-repeat;
}

.recruit .con .con-item .contents {
  display: none;
  width: 100%;
  padding: 0.2rem;
  height: auto;
}

.recruit .con .con-item .contents .conclass {
  width: 100%;
  font-size: 0;
}

.recruit .con .con-item .contents .conclass span {
  display: inline-block;
  vertical-align: top;
  color: #555;
  line-height: 2.2;
  margin-right: 0.3rem;
}

.recruit .con .con-item .contents .column {
  width: 100%;
  height: auto;
  padding: 0.25rem 0 0;
}

.recruit .con .con-item .contents .column .column-item {
  width: 100%;
  height: auto;
}

.recruit .con .con-item .contents .column .column-item .column-name {
  padding: 0 0.35rem;
  background: #0d82dc;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.2;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 0.05rem;
}

.recruit .con .con-item .contents .column .column-item .column-list {
  width: 100%;
  padding: 0.15rem 0 0.15rem;
}

.recruit .con .con-item .contents .column .column-item .column-list ul {
  width: 100%;
}

.recruit .con .con-item .contents .column .column-item .column-list ul li {
  width: 100%;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #555;
  margin: 0.1rem 0;
}

.recruit .con .con-item .contents .column .column-item .column-list p {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #555;
  line-height: 2;
}

.recruit .con .con-item .contents .column .column-item .email {
  margin-top: 0.15rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #555;
}

.recruit .con .con-item .contents .column .set {
  width: 100%;
  font-size: 0;
}

.recruit .con .con-item .contents .column .set a {
  display: inline-block;
  vertical-align: middle;
  background-color: #0d82dc;
  line-height: 2.5;
  color: #fff;
  padding: 0 0.35rem;
  border-radius: 0.05rem;
}

.recruit .con .con-item.show .title {
  cursor: pointer;
  background: #0d82dc;
}

.recruit .con .con-item.show .title .name {
  color: #fff;
}

.recruit .con .con-item.show .title .icon {
  background-image: url("../images/jian.png");
  background-size: 0.18rem;
  background-position: center;
  background-repeat: no-repeat;
}

.recruit .con .con-item.show:hover .title .icon {
  background-image: url("../images/jian.png");
  background-size: 0.18rem;
  background-position: center;
  background-repeat: no-repeat;
}

.recruit .con .con-item:hover .title {
  cursor: pointer;
  background: #0d82dc;
}

.recruit .con .con-item:hover .title .name {
  color: #fff;
}

.recruit .con .con-item:hover .title .icon {
  background-image: url("../images/jiaw.png");
  background-size: 0.18rem;
  background-position: center;
  background-repeat: no-repeat;
}

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

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  color: #666;
  margin: 0 0.06rem;
  border-radius: 0.05rem;
  border: solid 1px #dbdbdb;
  margin-bottom: 0.1rem;
}

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

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

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

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

.survey .sisle {
  width: 100%;
  color: #0d82dc;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.24rem;
}

.survey .xim {
  width: 100%;
  color: #666;
  line-height: 1.8;
  margin: 0.2rem 0;
  text-indent: 2em;
  text-align: justify;
  font-size: calc(12px - 0.12rem + 0.16rem) !important;
}

.survey .xim p {
  color: #666;
  line-height: 1.8;
  text-align: justify;
  font-size: calc(12px - 0.12rem + 0.16rem) !important;
}

.survey .surm {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0;
}

.survey .surm .sul {
  display: inline-block;
  vertical-align: middle;
  width: calc((630 / 1400) * 100%);
}

.survey .surm .sul .img {
  width: 100%;
  padding-top: 60%;
}

.survey .surm .sur {
  display: inline-block;
  vertical-align: middle;
  width: calc((768 / 1400) * 100%);
  padding-left: 0.4rem;
}

.survey .surm .sur .sim {
  width: 100%;
  color: #666;
  line-height: 1.8;
  text-align: justify;
  font-size: calc(12px - 0.12rem + 0.16rem) !important;
  font-family: 'SourceHanSansCN-Normal' !important;
}

.survey .surm .sur .sim p {
  color: #666;
  line-height: 1.8;
  text-align: justify;
  font-size: calc(12px - 0.12rem + 0.16rem) !important;
  font-family: 'SourceHanSansCN-Normal' !important;
}
.survey .surm .sur .sim span {
  color: #666;
  line-height: 1.8;
  text-align: justify;
  font-size: calc(12px - 0.12rem + 0.16rem) !important;
  font-family: 'SourceHanSansCN-Normal' !important;
}

.Research {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f8f8f8;
}

.Research .resem {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  background-color: #fff;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}

.Research .resem .rmg {
  width: calc((600 / 1200) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.Research .resem .rmg .img {
  width: 100%;
  padding-top: 55%;
}

.Research .resem .ron {
  width: calc((599 / 1200) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding: 0.4rem;
}

.Research .resem .ron .rit {
  width: 100%;
  color: #0d82dc;
  line-height: 1.5;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.Research .resem .ron .rix {
  width: 100%;
  color: #666;
  line-height: 1.8;
  text-align: justify;
}

.Research .resem .ron .rix p {
  color: #666;
  line-height: 1.8;
  text-align: justify;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.Research .reselis {
  width: 100%;
  font-size: 0;
}

.Research .reselis .resvm {
  width: calc((625 / 1280) * 100%);
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  font-size: 0;
  margin-right: calc((29 / 1280) * 100%);
  margin-bottom: 0.3rem;
}

.Research .reselis .resvm .rmg {
  width: calc((265 / 625) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.Research .reselis .resvm .rmg .img {
  width: 100%;
  padding-top: 70%;
}

.Research .reselis .resvm .ron {
  width: calc((359 / 625) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding: 0.26rem;
}

.Research .reselis .resvm .ron .rit {
  width: 100%;
  color: #0d82dc;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  font-weight: bold;
}

.Research .reselis .resvm .ron .rix {
  width: 100%;
  color: #666;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  text-indent: 2em;
  text-align: justify;
}

.Research .reselis .resvm:nth-child(2n) {
  margin-right: 0;
}

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

.procens .prolist {
  width: 100%;
  font-size: 0;
}

.procens .prolist .proem {
  display: inline-block;
  vertical-align: top;
  width: calc((298 / 1280) * 100%);
  margin-right: calc((29 / 1280) * 100%);
  margin-bottom: 0.3rem;
  border-radius: 0.03rem;
  overflow: hidden;
}

.procens .prolist .proem a {
  width: 100%;
  display: block;
}

.procens .prolist .proem .imgs {
  width: 100%;
  overflow: hidden;
}

.procens .prolist .proem .imgs .img {
  width: 100%;
  padding-top: 63%;
  transition: all ease 0.3s;
}

.procens .prolist .proem .pom {
  width: 100%;
  background-color: #fafafa;
  padding: 0.15rem 0.3rem;
}

.procens .prolist .proem .pom .pit {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.06rem;
}

.procens .prolist .proem .pom .pix {
  width: 100%;
  text-align: justify;
  line-height: 1.5;
  color: #666;
  -webkit-line-clamp: 4;
  height: 6em;
}

.procens .prolist .proem:nth-child(4n) {
  margin-right: 0;
}

.procens .prolist .proem:hover .imgs .img {
  transform: scale(1.1);
}

.procens .prolist .proem:hover .pom {
  background-color: #0d82dc;
}

.procens .prolist .proem:hover .pom .pit, .procens .prolist .proem:hover .pom .pix {
  color: #fff;
}

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

.technical .tecam {
  width: 100%;
  font-size: 0;
  position: relative;
  margin: 0.5rem 0;
}

.technical .tecam .imgs {
  width: calc((680 / 1280) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.technical .tecam .imgs .img {
  width: 100%;
  padding-top: 63%;
}

.technical .tecam .tom {
  position: absolute;
  background-color: #fafafa;
  border-radius: 0.04rem;
  width: calc((676 / 1280) * 100%);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.2rem 0.5rem;
  min-height: 3.74rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.technical .tecam .tom .tit {
  width: 100%;
  color: #0d82dc;
  line-height: 1.5;
  margin-bottom: 0.24rem;
}

.technical .tecam .tom .tix {
  width: 100%;
  color: #666;
  line-height: 1.8;
  text-align: justify;
}
.technical .tecam .tom .tix p{
   color: #666;
  line-height: 1.8;
  text-align: justify;
}

.technical .tecam:nth-child(2n) {
  text-align: right;
}

.technical .tecam:nth-child(2n) .tom {
  right: auto;
  left: 0;
  text-align: left;
}

@media (max-width: 768px) {
  .technical .tecam .imgs {
    width: 100%;
  }
  .technical .tecam .tom {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    transform: translateY(0);
    min-height: 0;
    padding: 0.3rem;
  }
  .technical .tecam:nth-child(2n) {
    text-align: left;
  }
  .technical .tecam:nth-child(2n) .tom {
    left: auto;
    right: auto;
  }
}

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

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

.contacts .contam .map {
  width: calc((780 / 1280) * 100%);
  display: inline-block;
  vertical-align: middle;
}

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

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

.contacts .contam .com {
  display: inline-block;
  vertical-align: middle;
  width: calc((499 / 1280) * 100%);
  padding: 0.3rem 0.5rem;
}

.contacts .contam .com .cit {
  width: 100%;
  color: #0d82dc;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: .3rem;
}

.contacts .contam .com .cix {
  width: 100%;
}

.contacts .contam .com .cix .ci {
  width: 100%;
  color: #666;
  line-height: 1.6;
  margin: 0.1rem 0;
}

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

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

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

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

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

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

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

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

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

.rightnav .rtem:hover {
  background: #44a7f3;
}

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

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

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

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

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

.codepop.show {
  display: block;
}

footer {
  width: 100%;
  background: #ececec;
  padding: 0.5rem 0;
  position: relative;
  z-index: 2;
}

footer .fol {
  display: inline-block;
  vertical-align: top;
  width: calc((440 / 1400) * 100%);
  padding-right: 0.4rem;
}

footer .fol .fx {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

footer .fol .fum {
  width: 100%;
  color: #0d82dc;
  line-height: 1.5;
  margin: 0.16rem 0 0.2rem;
}

footer .fol .ful {
  width: 100%;
}

footer .fol .ful .fli {
  width: 100%;
  color: #666;
  line-height: 2.2;
}

footer .fom {
  display: inline-block;
  vertical-align: top;
  width: calc((510 / 1400) * 100%);
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  padding: 0 0.2rem 0 0.4rem;
}

footer .fom .fas {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 0.1rem;
  color: #666;
  line-height: 2;
  margin-bottom: 0.05rem;
}

footer .fom .fas:hover {
  color: #0d82dc;
}

footer .for {
  display: inline-block;
  vertical-align: top;
  width: calc((448 / 1400) * 100%);
  padding-left: 0.4rem;
}

footer .for .fm {
  width: 100%;
  color: #666;
  line-height: 2;
}
footer .for .codm {
  width: 100%;
  font-size: 0;
  margin-top: 0.1rem;
}

footer .for .codm .com {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: center;
}

footer .for .codm .cm {
  display: inline-block;
  vertical-align: middle;
  width: 0.8rem;
  height: 0.8rem;
}

footer .for .codm .cm img {
  width: 100%;
  display: block;
}

footer .for .codm .cx {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-top: 0.06rem;
}

@media (max-width: 768px) {
  footer {
    padding-bottom: 1.2rem;
  }
  footer .fol {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  footer .fom {
    width: 100%;
    margin-bottom: 0.2rem;
    border: none;
    padding: 0rem 0;
  }
  footer .fom a {
    display: inline-block;
    vertical-align: top;
    width: auto !important;
    margin-right: 0.2rem;
    margin-bottom: 0.12rem;
  }
  footer .for {
    width: 100%;
    padding: 0.1rem 0;
  }
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}


.details {
  width: 100%;
  padding: 0.2rem 0 0.5rem;
  background-color: #f8f8f8;
}

.details .detail {
  width: 100%;
  background-color: #fff;
  padding: 0.4rem;
}

.details .detail .nax {
  width: 100%;
  display: block;
  color: #888;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.details .detail .nax span {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  position: relative;
  top: -0.02rem;
  margin-right: 0.12rem;
}

.details .detail .nax span img {
  width: 100%;
  display: block;
}

.details .detail .tit {
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}

.details .detail .tit .name {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.details .detail .tit .share {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
  text-align: right;
}

.details .detail .tit .share .sa {
  display: inline-block;
  vertical-align: middle;
  width: 0.28rem;
  height: 0.28rem;
  margin: 0 0.1rem;
  transition: all ease 0.3s;
  opacity: 0.5;
}

.details .detail .tit .share .sa a, .details .detail .tit .share .sa img {
  width: 100%;
  display: block;
}

.details .detail .tit .share .sa:hover {
  opacity: 1;
}

.details .detail .tim {
  width: 100%;
  font-size: 0;
}

.details .detail .tim span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin-right: 0.26rem;
}

.details .detail .tim span i {
  display: inline-block;
  vertical-align: middle;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.details .detail .tim span i img {
  width: 100%;
  display: block;
}

.details .detail .tonp {
  width: 100%;
  margin: 0.3rem 0;
  padding: 0.3rem 0;
  border-top: solid 1px #f5f5f5;
  border-bottom: solid 1px #f5f5f5;
  color: #555;
  line-height: 1.8;
}

.details .detail .tonp p {
  color: #555;
  line-height: 1.8;
}

.details .detail .dot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.details .detail .dot .dol {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.details .detail .dot .dol .da {
  width: 100%;
  display: block;
  color: #555;
  line-height: 2;
  margin: 0.1rem 0;
}

.details .detail .dot .dol .da:hover {
  color: #0d82dc;
}

.details .detail .dot .dor {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.details .detail .dot .dor a {
  display: inline-block;
  vertical-align: middle;
  background-color: #0d82dc;
  color: #fff;
  line-height: 3;
  border-radius: 4px;
  padding: 0 0.4rem;
  cursor: pointer;
}

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

.news .newsper {
  width: 100%;
  margin-bottom: 0.4rem;
}

.news .newsper .swiper-container {
  padding: 0.2rem 0rem;
}

.news .newsper .swiper-slide {
  width: 100%;
  font-size: 0;
  background-color: #fff;
  box-shadow: 0px 0px 29px 0px rgba(184, 184, 184, 0.36);
  border-radius: 4px;
}
.news .newsper .swiper-slide a{
  width: 100%;
  font-size: 0;
}

.news .newsper .swiper-slide .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((600 / 1280) * 100%);
}

.news .newsper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 61.6%;
  transition: all ease 0.3s;
}

.news .newsper .swiper-slide .roms {
  display: inline-block;
  vertical-align: middle;
  width: calc((679 / 1280) * 100%);
  padding: 0.45rem;
}

.news .newsper .swiper-slide .roms .vit {
  width: 100%;
  font-size: 0;
}

.news .newsper .swiper-slide .roms .vit span {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.5;
}

.news .newsper .swiper-slide .roms .rit {
  width: 100%;
  font-weight: bold;
  line-height: 1.5;
  color: #2480ce;
  margin: 0.12rem 0;
}

.news .newsper .swiper-slide .roms .line {
  width: 100%;
  background-color: #f3f3f3;
  height: 1px;
  margin: 0.15rem 0;
}

.news .newsper .swiper-slide .roms .vinp {
  width: 100%;
  color: #888;
  line-height: 1.8;
}

.news .newsper .swiper-slide .roms .vinp p {
  color: #888;
  line-height: 1.8;
}

.news .newsper .swiper-pagination {
  width: auto;
  left: auto;
  right: 0.3rem;
  bottom: 0.4rem;
}

.news .newlist {
  width: 100%;
  font-size: 0;
}

.news .newlist .newam {
  width: 100%;
  margin-bottom: 0.3rem;
}

.news .newlist .newam a {
  width: 100%;
  display: block;
  font-size: 0;
  padding: 0.3rem;
  background-color: #f7f7f7;
  border-radius: 4px;
  transition: all ease 0.3s;
}

.news .newlist .newam .days {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  width: 1.9rem;
  text-align: center;
  position: relative;
}

.news .newlist .newam .days:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e6e6e6;
  width: 2px;
  height: 1.5rem;
  transition: all ease 0.3s;
}

.news .newlist .newam .days .num {
  width: 100%;
  color: #bbb;
  font-weight: bold;
  line-height: 1.4;
  transition: all ease 0.3s;
}

.news .newlist .newam .days .vm {
  width: 100%;
  color: #bbb;
  line-height: 1.5;
  transition: all ease 0.3s;
}

.news .newlist .newam .com {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1.9rem - 2.56rem);
  padding-right: 0.3rem;
  padding-left: 0.5rem;
}

.news .newlist .newam .com .vit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  transition: all ease 0.3s;
}

.news .newlist .newam .com .vmx {
  width: 100%;
  font-size: 0;
  margin: 0.1rem 0;
}

.news .newlist .newam .com .vmx .mx {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.5;
  margin-right: 0.24rem;
}

.news .newlist .newam .com .pinps {
  width: 100%;
  color: #999;
  line-height: 1.5;
}

.news .newlist .newam .com .pinps p {
  color: #999;
  line-height: 1.5;
}

.news .newlist .newam .imgs {
  width: 2.56rem;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

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

.news .newlist .newam:hover a {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(225, 225, 225, 0.81);
}

.news .newlist .newam:hover .days .num {
  color: #2480ce;
}

.news .newlist .newam:hover .days .vm {
  color: #2480ce;
}

.news .newlist .newam:hover .days:after {
  background-color: #2480ce;
}

.news .newlist .newam:hover .com .vit {
  color: #2480ce;
}

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

@media (max-width: 768px) {
  .news .newlist .newam a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.2rem;
  }
  .news .newlist .newam a .imgs {
    width: 100%;
    order: 1;
    margin-bottom: 0.2rem;
  }
  .news .newlist .newam a .com {
    width: calc(100% - 80px);
    order: 2;
    padding-left: 0;
  }
  .news .newlist .newam a .days {
    width: 80px;
    order: 3;
  }
  .news .newlist .newam a .days::after {
    display: none;
  }
}
