body.show a, body.show .transition, body.show :before, body.show :after, body.show img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .p-layer, .g-nav2 .btn-list .language .name, .index-research .dots {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .index-flow .title {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .p-layer, .g-nav2 .btn-list .language .name {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .p-layer, .g-foot .list li, .g-foot .info, .g-foot .info .tel, .index-research .dots, .index-flow .title, .index-flow .title dl {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .g-foot .info div, .index-events .wal, .index-research .wal, .index-flow .container .list ul, .foot-link .list ul {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-nav2 .scroll ul, .g-nav2 .scroll li .list dl, .g-nav2 .btn-list ul, .g-foot .info, .index-research .wal, .index-flow .container, .index-flow .container .list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.bsBox {
  box-sizing: content-box; }

.p-ico {
  font-family: 'icon';
  font-size: .2rem; }

.p-more {
  display: inline-block;
  font-size: .12rem;
  color: #6510AD;
  padding: 0 .05rem;
  line-height: .25rem;
  border-bottom: #6510AD solid 0.02rem; }

.p-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden; }
  .p-layer.show {
    opacity: 1;
    visibility: visible; }

.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../images/bg.png"); }
  .pageTips .container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px; }
    .pageTips .container a.close {
      display: block;
      width: 50px;
      height: 50px;
      position: absolute;
      z-index: 1;
      left: auto;
      right: -15px;
      top: 40px;
      bottom: auto;
      background: url("../images/close.png") center no-repeat; }
    .pageTips .container .img {
      text-align: center; }
    .pageTips .container .msg {
      font-size: 18px;
      line-height: 36px;
      padding-top: 30px; }
    .pageTips .container a {
      color: #fff;
      text-decoration: underline; }

.p-more {
  font-size: .24rem;
  padding: 0 .1rem;
  line-height: .5rem;
  border-bottom: #6510AD solid 0.04rem; }

/*-------------------------*/
html {
  font-size: 50px; }

body {
  font-size: .24rem; }

.wal {
  max-width: 800px;
  margin: 0 .5rem; }

.g-head:before {
  height: 1.45rem; }
.g-head .wal {
  min-height: 1.37rem;
  margin: 0 .5rem; }
.g-head a.logo {
  width: 4.3rem; }
.g-head .btn-list {
  display: none; }
.g-head a.navA {
  right: -.5rem;
  width: 1.23rem;
  height: 1.37rem; }
  .g-head a.navA:after {
    background-size: .4rem; }

.g-nav {
  display: none; }

.g-nav2 {
  overflow-y: auto; }
  .g-nav2 .scroll {
    position: static;
    padding-top: 1.37rem; }
    .g-nav2 .scroll li {
      width: 100%;
      text-align: left;
      padding-top: 0;
      border-bottom: rgba(255, 255, 255, 0.13) solid 1px; }
      .g-nav2 .scroll li h2 {
        font-size: .36rem;
        line-height: 1rem;
        padding-left: .5rem;
        position: relative; }
        .g-nav2 .scroll li h2.h2:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: .5rem;
          font-size: .3rem;
          font-family: 'icon';
          content: "\EAED";
          color: #fff; }
      .g-nav2 .scroll li.on h2.h2:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg); }
      .g-nav2 .scroll li .list {
        padding: 0 0 0 .5rem;
        display: none; }
        .g-nav2 .scroll li .list h3 {
          font-size: .3rem;
          line-height: .96rem;
          border-top: rgba(255, 255, 255, 0.13) solid 1px; }
          .g-nav2 .scroll li .list h3:nth-child(1) {
            border: 0; }
        .g-nav2 .scroll li .list dl {
          margin-left: -.5rem;
          padding: 0 .2rem .3rem 0;
          margin-top: -.1rem; }
        .g-nav2 .scroll li .list dd {
          font-size: .24rem;
          line-height: .6rem;
          min-width: 25%;
          padding-left: .5rem; }
          .g-nav2 .scroll li .list dd a {
            display: block;
            height: .6rem; }
  .g-nav2 .btn-list a {
    color: #fff; }
  .g-nav2 .btn-list ul {
    border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
    padding: .25rem 0 .25rem .5rem; }
    .g-nav2 .btn-list ul li {
      width: 25%; }
    .g-nav2 .btn-list ul a {
      display: block;
      font-size: .24rem;
      line-height: .64rem; }
  .g-nav2 .btn-list .language {
    border-bottom: rgba(255, 255, 255, 0.13) solid 1px; }
    .g-nav2 .btn-list .language .name {
      height: 1rem;
      padding-left: .5rem;
      font-size: .24rem; }
      .g-nav2 .btn-list .language .name i {
        flex-shrink: 0;
        font-size: .24rem;
        margin-right: .1rem;
        font-style: normal; }
  .g-nav2 .btn-list .search {
    position: relative;
    padding: .4rem .5rem; }
    .g-nav2 .btn-list .search .btn {
      font-size: .36rem;
      color: #6510AD;
      position: absolute;
      top: .4rem;
      right: .5rem;
      bottom: .4rem;
      z-index: 5;
      line-height: .9rem;
      width: 1rem;
      text-align: center; }
      .g-nav2 .btn-list .search .btn input {
        width: 100%;
        height: .9rem;
        cursor: pointer;
        position: absolute;
        z-index: 1;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto; }
    .g-nav2 .btn-list .search .input {
      height: .9rem;
      background: #fff; }
      .g-nav2 .btn-list .search .input input {
        width: 100%;
        height: .9rem;
        line-height: .9rem;
        font-size: .24rem;
        padding: 0 .2rem; }

.g-foot {
  font-size: .24rem; }
  .g-foot:before {
    left: 0;
    height: 8.57rem; }
  .g-foot:after {
    left: .5rem; }
  .g-foot .wal {
    min-height: 8.96rem;
    padding: 3.22rem 0 0 0; }
  .g-foot .logo {
    position: static;
    width: 3.18rem;
    margin: 0 auto; }
  .g-foot .list {
    position: static;
    width: 100%;
    padding: .5rem 0 .4rem 0; }
    .g-foot .list li {
      height: .48rem;
      padding-right: 0;
      width: 100%; }
      .g-foot .list li .p-ico {
        font-size: .28rem; }
  .g-foot .info {
    position: relative;
    height: auto;
    border-top: 0; }
    .g-foot .info:before {
      content: "";
      display: block;
      position: absolute;
      left: .9rem;
      top: 0;
      right: -.5rem;
      height: 1px;
      background: rgba(255, 255, 255, 0.27); }
    .g-foot .info div {
      padding-top: .4rem;
      width: 4.8rem; }
      .g-foot .info div p {
        line-height: .48rem;
        text-align: center;
        padding: 0; }
      .g-foot .info div p:nth-child(3) {
        width: 100%; }
    .g-foot .info .tel {
      height: .9rem;
      width: 100%; }
      .g-foot .info .tel i {
        font-size: .24rem;
        margin-right: .1rem; }

/*index*/
.index-video {
  height: auto; }
  .index-video video, .index-video img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    transform: translate(0, 0); }
  .index-video .btn {
    display: none; }

.index-flash li {
  height: 6rem; }
  .index-flash li .img a {
    height: 6rem; }
    .index-flash li .img a img {
      height: 100%; }
  .index-flash li .name a {
    bottom: 1.04rem;
    font-size: .26rem; }
.index-flash .btn{    bottom: 0.5rem;}
.index-flash .btn .dots span {
  margin: 0 .08rem;
  width: .1rem;
  height: .1rem; }
.index-flash .arrow {
  display: none; }

@media screen and (orientation: landscape) {
  .index-flash li {
    height: 100vh; }
    .index-flash li .img a {
      height: 100vh; } }
.index-search {
  height: 1.12rem; }
  .index-search .wal {
    background-position: right center;
    background-size: auto 100%;
    min-height: 1rem;
    padding: 0 .4rem; }
  .index-search .form .name {
    font-size: .24rem;
    margin-right: .24rem; }
    .index-search .form .name em {
      font-size: .2rem; }
  .index-search .hot-words {
    display: none; }
  .index-search .search-result {
    padding: .3rem .4rem .44rem .4rem; }
    .index-search .search-result .name h3 {
      font-size: .28rem; }
    .index-search .search-result .name a {
      font-size: .2rem; }
    .index-search .search-result li {
      font-size: .24rem;
      line-height: .48rem; }
      .index-search .search-result li a {
        padding-right: .32rem; }
        .index-search .search-result li a i {
          font-size: .28rem; }
    .index-search .search-result .btn a {
      line-height: .8rem; }

.index-news .col-1 {
  width: 100%;
  padding-bottom: 1rem; }
  .index-news .col-1 .title {
    font-size: .32rem;
    padding: 0 0 .25rem 0;
    line-height: 1em; }
    .index-news .col-1 .title span {
      padding-left: .2rem; }
  .index-news .col-1 li a .name {
    font-size: .32rem;
    line-height: .48rem;
    font-weight: 400;
    padding: .4rem 0; }
.index-news .col-2 {
  width: 100%;
  min-height: 1rem;
  order: -1; }
  .index-news .col-2:before {
    display: none; }
  .index-news .col-2 .list li .title {
    font-size: .24rem;
    padding-top: .3rem; }
    .index-news .col-2 .list li .title:before, .index-news .col-2 .list li .title:after {
      width: .3rem;
      height: .02rem;
      margin: 0 .28rem; }
  .index-news .col-2 .list li .name a {
    font-size: .36rem;
    line-height: .5rem;
    text-align: left;
    padding: .25rem 0 .5rem 0; }
  .index-news .col-2 .list li p {
    display: none; }
  .index-news .col-2 .arrow {
    position: static;
    padding-bottom: 1rem; }
    .index-news .col-2 .arrow a {
      display: none; }
    .index-news .col-2 .arrow .dots {
      width: 100%; }
      .index-news .col-2 .arrow .dots span {
        width: .16rem;
        height: .16rem;
        margin: 0 .1rem; }

.index-events:before {
  bottom: auto;
  height: 5.66rem;
  right: 0;
  margin-right: 0; }
.index-events .wal {
  height: 2.4rem; }
  .index-events .wal .title {
    padding-right: 0;
    font-size: .36rem; }
    .index-events .wal .title:after {
      display: none; }
    .index-events .wal .title h2 {
      font-size: .54rem; }
  .index-events .wal p {
    display: none; }
  .index-events .wal .more {
    margin-right: 0; }
  .index-events .wal .arrow {
    display: none; }
.index-events .list-wrapper {
  width: 18.3rem;
  margin-left: -9.15rem; }
  .index-events .list-wrapper dd.li-dd {
    padding: 0 .2rem;
    width: 100%; }
    .index-events .list-wrapper dd.li-dd .name a {
      font-size: .28rem; }
    .index-events .list-wrapper dd.li-dd .name2 {
      padding: .3rem 0; }
      .index-events .list-wrapper dd.li-dd .name2 a {
        font-size: .34rem;
        line-height: .48rem;
        font-weight: 400;
        height: .96rem; }
    .index-events .list-wrapper dd.li-dd dl.info {
      font-size: .24rem; }
      .index-events .list-wrapper dd.li-dd dl.info:before {
        height: .76rem;
        margin-top: -.38rem; }
      .index-events .list-wrapper dd.li-dd dl.info dd {
        height: .48rem; }
      .index-events .list-wrapper dd.li-dd dl.info em {
        font-size: .3rem;
        width: .74rem; }

.index-research .wal {
  min-height: 1rem;
  margin: 0; }
.index-research .title {
  padding: 1.4rem 0 .55rem .5rem;
  font-size: .36rem; }
  .index-research .title:after {
    display: none; }
  .index-research .title h2 {
    font-size: .54rem; }
.index-research .content {
  display: none; }
.index-research .more {
  padding: 1.8rem .5rem 0 0; }
.index-research .list {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .index-research .list li {
    padding: 0 0 0 .5rem;
    border: 0; }
    .index-research .list li:before, .index-research .list li:after {
      display: none; }
    .index-research .list li .img {
      display: block;
      position: relative;
      padding-top: .3rem; }
      .index-research .list li .img:before {
        content: "";
        display: block;
        position: absolute;
        left: .7rem;
        top: 0;
        right: 0;
        bottom: 0;
        background: url("../images/img1080.jpg") center top no-repeat;
        background-size: 100%; }
      .index-research .list li .img img {
        position: relative; }
    .index-research .list li a.name {
      font-size: .34rem;
      line-height: .52rem;
      font-weight: 400;
      padding: .3rem .5rem .7rem 0; }
  .index-research .list li:hover a.name, .index-research .list li.on a.name {
    left: 0; }
.index-research .dots {
  padding-bottom: .8rem;
  border-bottom: #F2F2F2 solid 1px;
  position: relative;
  z-index: 20;
  width: 100%; }
  .index-research .dots span {
    width: .16rem;
    height: .16rem;
    margin: 0 .1rem;
    background: #9D9D9D;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .index-research .dots span.swiper-pagination-bullet-active {
    background: #6510AD; }
.index-research .big-img {
  display: none; }

.index-admissions.wal {
  margin: 0; }
.index-admissions .title {
  padding: .9rem 0 .4rem 0;
  font-size: .36rem; }
  .index-admissions .title:after {
    display: none; }
  .index-admissions .title h2 {
    font-size: .54rem; }
.index-admissions .content {
  display: none; }
.index-admissions .list dd {
  width: 33.333%;
  max-width: 33.333%;
  padding-bottom: .4rem; }
  .index-admissions .list dd .info {
    font-size: .2rem;
    padding: .2rem 0 0 .1rem; }
    .index-admissions .list dd .info b {
      font-size: .36rem; }
  .index-admissions .list dd p {
    line-height: .3rem;
    font-size: .2rem;
    padding: 0 .3rem; }
.index-admissions .dots span {
  width: .16rem;
  height: .16rem;
  margin: 0 .1rem; }

.index-flow .container {
  margin-top: 0;
  padding-bottom: 1.57rem; }
  .index-flow .container .list {
    width: 100%;
    height: 2.9rem;
    background: #F2F3F9;
    padding: .3rem .5rem;
    position: static; }
    .index-flow .container .list ul {
      margin-bottom: 0; }
    .index-flow .container .list li {
      width: 45%; }
    .index-flow .container .list a {
      line-height: .72rem;
      font-size: .32rem;
      border: 0;
      font-weight: 400; }
      .index-flow .container .list a i {
        font-size: .36rem; }
  .index-flow .container .video {
    width: 100%;
    order: -1; }
.index-flow .title {
  padding: .35rem 0 .8rem 0;
  font-size: .36rem;
  text-align: center; }
  .index-flow .title:after {
    left: 50%;
    width: 5.26rem;
    margin-left: -2.63rem; }
  .index-flow .title h2 {
    font-size: .34rem;
    margin-bottom: .3rem; }
  .index-flow .title a.more {
    position: static;
    border-width: 1px;
    width: 1.5rem;
    font-size: .24rem;
    line-height: .6rem;
    margin: 0 auto; }
  .index-flow .title dl {
    padding-top: .3rem;
    position: static; }
    .index-flow .title dl dd {
      margin: 0 .2rem; }
      .index-flow .title dl dd a {
        width: .66rem; }
      .index-flow .title dl dd .layer {
        width: 3.4rem;
        margin-left: -2.95rem; }
        .index-flow .title dl dd .layer:after {
          top: -.1rem; }
        .index-flow .title dl dd .layer .ewm img {
          width: 1.3rem; }
.index-flow .img-list {
  padding: 0 .5rem; }
  .index-flow .img-list li {
    width: 100%; }
    .index-flow .img-list li a .layer {
      padding: 0 .5rem; }
      .index-flow .img-list li a .layer .time {
        font-size: .2rem; }
      .index-flow .img-list li a .layer p {
        font-size: .24rem;
        line-height: .36rem;
        margin-top: .2rem;
        max-height: 1.08rem;
        overflow: hidden; }
      .index-flow .img-list li a .layer .info {
        font-size: .24rem;
        padding: .3rem 0; }
        .index-flow .img-list li a .layer .info img {
          height: .3rem; }
  .index-flow .img-list li.li_01 {
    width: 100%; }
    .index-flow .img-list li.li_01 a .layer p {
      max-height: .72rem; }

.foot-link {
  padding-bottom: 3.7rem; }
  .foot-link .title {
    font-size: .54rem;
    text-align: center;
    padding: 1.1rem 0 .5rem 0; }
  .foot-link .list {
    margin: 0 auto; }
    .foot-link .list li {
      width: 2.87rem;
      padding: 0; }
    .foot-link .list a {
      font-size: .32rem;
      line-height: 1rem; }
  .foot-link .ewm {
    width: 4rem;
    left: 50%;
    bottom: -2.3rem;
    margin-left: -2rem; }
    .foot-link .ewm p {
      display: block;
      text-align: center;
      color: rgba(255, 255, 255, 0.5);
      padding-top: .35rem; }

@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .5rem; } }

/*# sourceMappingURL=phone.css.map */




.index-flash{margin-top:68px}

.g-nav2 .btn-list .search .input input{width:89%}

.home9{padding:36px 0;margin: 0px auto 0;background:none;}
.home9 .block{width:100%;-ms-flex-direction:column;flex-direction:column;}
.home9 .title{max-width:none;padding-left:initial;}
.home9 .title .fz40{-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;writing-mode: lr-tb;font-size:20px;}
.home9 .title .more{-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;margin-top:10px; writing-mode: lr-tb;line-height:28px;}
.home9 .title .more i{width:28px;height:28px;margin-bottom:0;margin-right:10px;}
.home9 .list{margin:20px 0 0;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex:none;flex:none;}
.home9 .item{opacity:1 !important;transform:none !important;height:80vw;margin:0;margin-left:1px;}
.home9 .item .more1{right:10px;}
.home9 .item .tit{left:12px;top:12px;max-height:80%;}
.home9 .item .tit .h{font-size:18px;}
.home9 .item .tit .h br{display:none;}
.home9 .item:hover .pic{transform:none;}
.home7{padding-top:36px;}
.biaoti .l-bt h1{font-size:20px;text-align:center;}
.biaoti .l-bt p{display:none;}
.biaoti .more1{position:initial;text-align:center;height:28px;background-size:28px;padding-left: 38px;padding-top:7px;padding-bottom: 7px;}
.biaoti a{text-align: center;display: block;}
.home7{padding:30px 0;}
.home7 .block{height:auto;}
.home7 .svg{width:50px;height:40px;}
.home7 .d1{position:relative;margin:auto;opacity:1;transform:none;width:auto;height:60vw;margin-bottom:16px;left:auto;top:auto;}
.home7 .d1:before{content:"";background:rgba(0,0,0,0.3);position: absolute;left:0;top:0;right:0;bottom:0;}
.home7 .d1 .title{position:relative;}
.home7 .d2{position:static;margin:auto;opacity:1;transform:none;width:auto;height:auto;display:-ms-flexbox;display:flex;height:30vw;}
.home7 .d2 .h{font-size:16px;}
.home7 .d2 .dd1{position:relative;left:auto;top:auto;margin:0;opacity:1;transform:none;-ms-flex:1;flex:1;width:auto;height:auto;}
.home7 .d2 .dd2{position:relative;left:auto;top:auto;margin:0;opacity:1;transform:none;-ms-flex:1;flex:1;width:auto;height:auto;}
.home7 .d2 .dd3{position:relative;left:auto;top:auto;margin:0;opacity:1;transform:none;-ms-flex:1;flex:1;width:auto;height:auto;}
.home7 .d3{position:relative;left:auto;top:auto;margin:auto;opacity:1;transform:none;width:auto;margin-top:16px;height:60vw;}
.home7 .d4{position:relative;left:auto;right:auto;top:auto;margin:auto;opacity:1;transform:none;width:auto;height:auto;display:-ms-flexbox;display:flex;height:30vw;}
.home7 .d4 .dd1{position:relative;left:auto;top:auto;margin:0;opacity:1;transform:none;-ms-flex:1;flex:1;width:auto;height:auto;}
.home7 .d4 .dd2{position:relative;left:auto;top:auto;margin:0;opacity:1;transform:none;-ms-flex:1;flex:1;width:auto;height:auto;}
.home7 .d4 .dd3{position:relative;left:auto;top:auto;margin:0;opacity:1;transform:none;-ms-flex:1;flex:1;width:auto;height:auto;}
.home7 .d4 .h{font-size:16px;}
.fz40{font-size:20px;}
.home11{overflow: hidden;}
.home11 .list{padding:initial;display:block;margin-top:36px;}
.home11 .item .svg{width:40px;height:40px;}
.home11 .showdiv .item{width:50%;float:left;
margin-bottom:20px;}
.home11 .item .h{font-size:14px;margin-top:10px;}

.footer_1_mid_left ul li,.footer_1_mid_left ul li:nth-child(1),.footer_1_mid_left ul li:nth-child(2),.footer_1_mid_left ul li:last-child{
width:100%;}
.footer_1_mid_left ul li{ min-height:inherit;
padding-bottom:0.5em; margin-bottom:0.5em; padding-top:0.5em;}
.footer_1_mid_left ul li dl{
display:none;}
.footer_1_mid_left_mid{
padding-left:0; padding-right:0;}
.footer_1_mid_left ul li:after{
width:100%; height:1px; top:auto; bottom:0;}
.footer_1_mid_right_mid_1, .footer_1_mid_left_mid p{
margin-bottom:.5em;}
.footer_1_mid_right_mid_3{
margin-top:0; padding-top:0; border:none}
.footer_1_mid_left_mid p{
position:relative; cursor:pointer;}
.footer_1_mid_left_mid p:after{
display:block;}
.footer_1_mid_left ul li.on .footer_1_mid_left_mid p:after{transform: rotate(-180deg);

-webkit-transform: rotate(-180deg);

-moz-transform: rotate(-180deg);

-o-transform: rotate(-180deg);}
.footer_1_mid_left ul li.on dl{
display:block}
.footer_1_mid{padding-right:0;}
.Inner_ban{height:25vh;}
.dw_nav{display:none;}
.zdInner_txt span{width:50px;height:3px;margin: 7px auto;}
.dw_nav{display:none;}
.abCom{padding:48px 0;}
.abCom_txt{width:100%;}
.abCom_p{padding-right:10px;}
canvas{display:none;}
.abCom_p p{font-size:14px;text-align: justify;}
.abCom_img{position: initial;width:90vw;margin:0 auto;}
.topvideo .top_v{height:68.5vw;}
.topvideo .top_v img{max-width: 50px;}
#wave1{display:none;}
.abCom, .brand_wrap, .postbox{padding:48px 0;}
.abHor{flex-wrap: wrap;}
.abHor>div{width:100%;}
.abHor_r{display:none;}
.h-container{width:92vw}
.abHor_swiper_arr{margin-top:0;}
.h-container{padding: 20px 0;}
.h-banner h1{font-size:12px;margin-right:25px;}
.h-container .ljlx p{font-size:12px;}
.h-container .ljlx i{width: 20px; height: 20px;line-height: 20px;}
.lh-footera-l{width:100%;}
.lh-footer-logo{max-width:50%;margin-bottom: 25px;}
.postbox .post{padding:0;width:92vw;margin:0 auto;}
.ind-title .title-en span{font-size:18px;}
.cul-list .pic{width:100%;}
.cul-list .txts{width:100%;position: inherit;}
.cul-list .txts .ti{font-size:18px;}
.cul-list .txts .pa {padding: 9% 10% 9% 11%;}
.Inner_ban .ind-title-l{width:92vw;}
.inbox {padding-top: 48px;}
.homebtn{width:1rem;}
.btn-prev span,.btn-next span{width:1.2rem;}

 .newsTop_a {
        flex-wrap: wrap;
    }

    .newsTop {
        padding: 0 0 24px;
        margin-bottom: 24px;
    }

    .newsTop_a>div {
        width: 100%;
    }

    .newsTop_time {
        align-items: center;
    }

    .newsTop_time p {
        margin-bottom: 0;
    }

    .newsTop_time span {
        font-size: 20px;
    }

    .newsTop_time p {
        font-size: 12px;
        letter-spacing: 0;
    }

    .newsTop_btn .zdMore {
        margin-top: 18px;
    }

    .newsTop .newsA_tit {
        font-size: 16px;
    }

    .newsTop_txt {
        order: -1;
        padding: 5px;
    }

    .newsTop_img {
        border-radius: 3px;
        padding-top: 48%;
    }

    .newsTop_img img {
        border-radius: 3px;
    }

    .newsTop .swiper-pagination {
        bottom: 54%;
        left: 0;
    }

    .newsTop .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .newsA {
        width: 100%;
        margin: 0 0 28px;
        border-radius: 3px;
    }

    .newsA_img,
    .newsA_img img {
        border-radius: 3px;
    }

    .newsA_txt {
        padding: 10px 0;
    }

    .newsA_tit {
        font-size: 16px;
    }


    .newsA_time svg {
        width: 14px;
    }

    .newsA_time {
        font-size: 12px;
    }

    .newsA_p {
        font-size: 12px;
    }
.more i{background-size:32px;}
.c-container{width:92vw;}
#c-common-info .c-box-wrap .c-left{width:100%;}
#c-common-info .c-box-wrap .c-right{width:100%;margin-top:20px;}


 /* ==================================================================================   join */
 .join {padding: 48px 0;}
 .hrIdea{padding:48px 0;}
.hrIdea_box {box-shadow: none; overflow: inherit;}
.hrIdea_item {float: none;width: 100%;margin-bottom: 24px;box-shadow: 0 0px 40px 0px rgb(0 0 0 / 10%);background:#fff;}
.hrIdea_img {order: -1;}
.hrIdea_txt {padding: 28px 20px;}
.hrIdea_txt::before {margin-left: -16px; bottom: auto !important;top: -16px !important; border-top: 0 !important;border-bottom: 16px solid #fff !important;}
.hrIdea_txt img {width: 34px;}
.hrIdea_txt span {font-size: 20px;}
.hrIdea_txt p {margin-bottom: 0;}
.hrIdea_txt i{display:none;}
.inner{width: 90vw;}
    .joinList {
        flex-wrap: wrap;
        position: relative;
    }

    .joinList li {
        /* text-align: center; */
        border: 0;
        border-top: 1px solid #eee;
    }

    .joinList li:first-of-type {
        border: 0;
    }

    .joinList li div {
        padding: 10px 0;
    }

    .joinList span {
        font-size: 14px;
        letter-spacing: .5px;
    }

    .joinList .joinList_i2 {
        display: none;
    }

    .joinList .joinList_i1 {
        display: block;
        font-size: 21px;
    }

    .joinList li:hover .joinList_i1,
    .joinList li.hover .joinList_i1 {
        opacity: 1;
        font-size: 21px;
    }

    .recDiv {
        padding: 18px 18px 0;
    }

    .recruit .recTit {
        font-size: 16px;
    }

    .recIco span:nth-of-type(2) {
        margin-right: 0;
    }

    .recDiv_arr svg {
        width: 18px;
        height: 18px;
    }

    .recBody {
        padding: 1px 18px 18px;
    }

    .recBody span {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .recBody p {
        font-size: 12px;
    }

    .recFoot a {
        display: block;
    }

    /* ==================================================================================   contact */
    .conBox_img {
        bottom: 280px;
        width: 58%;
    }

    .conMess span {
        font-size: 22px;
        letter-spacing: 0;
        margin-bottom: 3px;
    }

    .conEwm {
        margin-top: 10px;
    }

    .conMap {
        height: 289px;
        margin-top: 28px;
    }

    .conInline_inp {
        display: block;
    }

    .conInline_inp input {
        width: 100%;
        height: 42px;
        line-height: 42px;
        margin-bottom: 10px;
        border-radius: 3px;
    }

    .conInline textarea {
        margin: 0;
        height: 108px;
    }

    .conInline_btn .zdMore .more {
        font-size: 12px;
        height: 34px;
        line-height: 34px;
        width: 124px;
    }
.con-t h2 {font-size: 18px;}
.ddin{padding:initial;}
.ddinbox{width:90vw;padding:20px 0 20px;overflow:inherit;}
.con-t h2{padding-bottom:10px;}
.insdie-wrap td{padding:initial;display: block;}
.insdie-wrap .ww{width: 100%; display: block;}
.insdie-wrap table tr {display: block;}
.insdie-wra table tr td.wf {width: 100%;display: block;}
.insdie-wrap .applay-input{width:100%;height:30px;margin-bottom:10px;padding:initial;border-radius:5px;}
#marriage, #gender{width: 100%;background: none;}
.insdie-wrap td button{width: 112px;height: 32px;line-height:32px;font-size:12px;}
.conInline form div{display:block;}
.conInline form input:nth-child(2){float:none;}
.conInline form input{padding-left:2%;width:98%;}
.conInline form textarea{padding-left:2%;width:98%;}

.breif-group{width:92vw;padding: 48px 0;}
.newsin .newsright2 .newstitle1{font-size:16px;text-overflow: -o-ellipsis-lastline;  
overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical;  }
.newsin .newsleft .bignumber {font-size: 22px;}
.newsin{margin: 0 0 0.1rem 0;}
.newsin .newsright2,.newsin a,.newsin .newsright2 .newscontent1{width:100%;overflow:hidden;}
.indexin{margin-top:80px;}
.yysj{width:92vw;padding: 15px 20px 20px;}
.yysj p{font-size:16px;}
.yysj h1{font-size:16px;}
#cc_stop{width:92vw;padding:10px;}
.inquiry_main ul li{width:30px;min-height: 140px;}
.list-paging tr:last-child td{font-size:14px;font-weight:normal;}
.ent-text{width:100%;padding:20px;}
.enterwrite{height:auto;padding-bottom:20px;}
.Btn p{line-height:inherit;}
.dialog2{width:7rem;height:8rem;}
#xuzhi{width:6rem;height: auto;}
#form{top: 2.50625rem;}

#form #wangm, #form #zhenm, #form #phone, #form #address {width: 2.8rem;}
#form #title,#form #message{width: 5.95rem;}
#xuzhi p{line-height:1.2;font-weight:normal;}
#form ul .mab{width:100%;position: inherit;margin-top: 0.2rem;}
#form #yzma{margin-left: 0.245833rem;}
#form #yzma img{max-width:2rem;}
.contact_line{margin-top:48px;}
.contact_line_left{width:100%;}
.contact_line_left_mid{padding-right: 0;}
.contact_line_right{position: inherit;}

.conBox{padding:48px 0;}
.conBox_div_add{width:100%;margin-left:0;}
.conBox_div {
        padding: 28px 0;
    }

    .conMess span {
        font-size: 24px;
    }

    .conMess p {
        font-size: 14px;
    }

    .conEwm {
        margin-top: 28px;
    }

    .ewmf {
        width: 89px;
    }

    .ewmf span {
        font-size: 12px;
        margin-top: 3px;
    }

    .conInline {
        padding: 68px 0;
    }

    .conInline_inp input {
        height: 48px;
        line-height: 48px;
    }

    .conInline_btn .zdMore {
        margin: 38px 18px 0;
    }

.conMap {
    position: relative;
    width: 100%;
        height: 289px;
    margin-top: 28px;
}






















