a, .transition, :before, img, .nav {
  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 {
  display: flex;
  display: -webkit-flex; }

.flexColumn {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

@media screen and (max-width: 800px) {
  html {
    font-size: 50px; }

  body {
    font-size: .22rem; }

  .wal {
    max-width: 8rem; }

  body.navShow {
    overflow: hidden; }
    body.navShow .navBg {
      display: block; }
    body.navShow .head .nav {
      right: 0; }

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

  .head .wal {
    height: 1rem; }
  .head a.tel {
    right: 1.7rem;
    line-height: 1rem;
    font-size: .26rem; }
  .head .search {
    width: .8rem;
    height: 1rem;
    right: .7rem;
    background-size: .32rem; }
    .head .search .form {
      padding: .25rem .26rem;
      right: -.1rem; }
      .head .search .form .input {
        height: .5rem; }
        .head .search .form .input input {
          height: .5rem;
          line-height: .5rem;
          font-size: .22rem; }
      .head .search .form .submit {
        top: .25rem;
        right: .26rem;
        height: .5rem; }
        .head .search .form .submit input {
          height: .5rem;
          font-size: .22rem; }
  .head .navA {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.3rem;
    top: 0;
    bottom: auto;
    width: 1rem;
    height: 1rem;
    background: url("../image/navA.png") center no-repeat;
    background-size: .4rem; }

  .nav {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    width: 4rem;
    background: #000;
    right: -4rem; }
    .nav .close {
      display: block;
      height: 1rem; }
      .nav .close i {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: url("../image/close.png") center no-repeat;
        background-size: .4rem;
        width: 1rem;
        height: 1rem; }
    .nav li {
      float: none;
      margin-left: 0;
      border-top: rgba(255, 255, 255, 0.2) solid 1px; }
    .nav a.name {
      height: 1rem;
      line-height: 1rem;
      font-size: .26rem;
      color: #fff;
      padding-left: .3rem; }
      .nav a.name:before, .nav a.name:after {
        display: none; }
      .nav a.name:hover, .nav a.name.on {
        color: #fff;
        font-weight: bold; }
    .nav .list {
      display: none; }
      .nav .list a {
        display: block;
        font-size: .24rem;
        padding-left: .5rem;
        color: #fff;
        height: .8rem;
        line-height: .8rem;
        border-top: rgba(255, 255, 255, 0.2) solid 1px; }
      .nav .list img {
        display: none; }

  /*index*/
  .indexFlash .swiper-slide {
    height: 5rem; }

  .indexPart1 {
    padding: .3rem 0; }
    .indexPart1 li {
      width: 100%;
      height: 4.5rem;
      padding-top: .5rem; }
      .indexPart1 li h2 {
        font-size: .28rem; }
      .indexPart1 li p {
        font-size: .22rem;
        line-height: .44rem; }

  .pageTitle p {
    font-size: .22rem; }

  .indexPart2 .wal {
    margin: 0; }
  .indexPart2 ul {
    justify-content: center;
    -webkit-justify-content: center; }
  .indexPart2 li {
    width: 3.6rem; }
  .indexPart2 a h2 {
    font-size: .26rem; }
  .indexPart2 a p {
    font-size: .2rem;
    line-height: .3rem;
    padding: 0 .15rem .3rem .15rem; }

  .indexPart3 li {
    background: no-repeat; }
    .indexPart3 li .img {
      position: relative;
      margin: 0 auto; }
    .indexPart3 li .container {
      width: 100%;
      padding: .3rem .5rem .5rem .5rem; }
      .indexPart3 li .container .title h2 {
        font-size: .32rem; }
      .indexPart3 li .container .content {
        font-size: .22rem;
        line-height: .44rem; }
      .indexPart3 li .container a.more {
        font-size: .22rem;
        width: 1.8rem;
        height: .6rem;
        line-height: .6rem; }

  .indexPart4 .tab {
    position: relative;
    min-height: 1.3rem;
    width: 100%;
    border: 0; }
    .indexPart4 .tab ul {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      margin-left: -.2rem;
      margin-right: -.2rem; }
    .indexPart4 .tab li {
      width: 1.8rem;
      height: .74rem;
      line-height: .74rem;
      font-size: .24rem;
      background: #436cbf;
      -moz-border-radius: 0.08rem;
      -webkit-border-radius: 0.08rem;
      border-radius: 0.08rem;
      color: #99bbff; }
      .indexPart4 .tab li:before {
        display: none; }
      .indexPart4 .tab li em {
        text-align: center; }
    .indexPart4 .tab li.on {
      color: #fff; }
  .indexPart4 .tabContent {
    padding: 0 0 .8rem 0; }
    .indexPart4 .tabContent h2.title {
      font-size: .28rem;
      line-height: .4rem; }
    .indexPart4 .tabContent .content {
      font-size: .22rem;
      line-height: .4rem; }
    .indexPart4 .tabContent a.more {
      font-size: .24rem;
      width: 1.6rem;
      height: .6rem;
      line-height: .6rem; }
    .indexPart4 .tabContent .img {
      display: none; }

  .indexPart6 {
    padding: 0 .5rem .1rem .5rem; }
    .indexPart6:before {
      bottom: 0;
      background-size: auto 100%;
      width: 7.5rem;
      margin-left: -3.75rem; }
    .indexPart6 a.arrow {
      top: 1.5rem; }
      .indexPart6 a.arrow.prev {
        left: -.1rem; }
      .indexPart6 a.arrow.next {
        right: -.1rem; }

  .indexPart7 {
    background: none;
    padding-bottom: .5rem; }
    .indexPart7 .btn {
      width: auto;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 1.5rem;
      bottom: auto; }
      .indexPart7 .btn ul {
        display: flex;
        display: -webkit-flex; }
      .indexPart7 .btn li {
        padding-left: .2rem; }
      .indexPart7 .btn a {
        height: .66rem;
        line-height: .64rem;
        font-size: .2rem;
        padding: 0 .3rem; }
    .indexPart7 .arrow {
      display: none; }
    .indexPart7 .list {
      position: relative;
      left: -.3rem;
      top: 0;
      width: 12.3rem;
      overflow: hidden; }
      .indexPart7 .list a h2 {
        height: .6rem;
        line-height: .6rem;
        font-size: .26rem; }
      .indexPart7 .list a p {
        font-size: .22rem;
        line-height: .42rem; }
      .indexPart7 .list a .time {
        line-height: .6rem;
        font-size: .22rem; }

  .foot:before {
    bottom: 1.2rem; }
  .foot a.tel {
    left: 2rem;
    top: .6rem;
    font-size: .24rem; }
  .foot .ewm {
    display: none; }
  .foot .list {
    padding: 1.5rem 0 .2rem 0; }
    .foot .list li {
      padding: 0 0 .2rem 1.4rem;
      width: 100%;
      position: relative; }
      .foot .list li h2 {
        font-size: .24rem;
        padding: 0;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        line-height: .5rem; }
      .foot .list li dl {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
      .foot .list li dd {
        padding-right: .3rem; }
        .foot .list li dd a {
          font-size: .24rem;
          line-height: .5rem; }
  .foot .info {
    position: relative;
    padding: .2rem 0; }
    .foot .info dd {
      line-height: .4rem;
      font-size: .22rem; }
    .foot .info a.cnzz {
      top: .25rem; }
  .foot a.topA {
    bottom: 1.2rem; }

  /*page*/
  .pageBanner {
    height: 4.5rem; }
    .pageBanner .title {
      top: 1.5rem; }

  .product {
    background-size: cover; }
    .product ul {
      margin-left: -.3rem; }
    .product li {
      padding: 1rem 0 1rem .3rem; }
    .product a .box h2 {
      font-size: .26rem; }
    .product a .box p {
      font-size: .2rem;
      line-height: .36rem;
      padding: 0 .2rem .3rem .2rem; }

  .backA {
    font-size: .24rem;
    width: 1.8rem;
    height: .6rem;
    line-height: .58rem; }

  .productShow .content {
    font-size: .24rem;
    line-height: 1.8em; }
  .productShow h2.title {
    font-size: .26rem;
    line-height: .7rem; }
  .productShow .list ul {
    margin-left: -.3rem; }
  .productShow .list li {
    padding: 0 0 .3rem .3rem; }

  .productShow2 li {
    width: 100%; }
    .productShow2 li h2 {
      font-size: .28rem;
      padding: .3rem 0 .2rem 0; }
    .productShow2 li p {
      font-size: .22rem;
      line-height: .4rem; }

  .productShow3 {
    margin-left: -.3rem;
    margin-right: -.3rem; }
    .productShow3 .swiper-slide .title {
      font-size: .22rem; }
      .productShow3 .swiper-slide .title h2 {
        font-size: .26rem; }
    .productShow3 .swiper-slide .title2 b {
      font-size: .26rem;
      width: .4rem;
      height: .4rem;
      line-height: .4rem; }
    .productShow3 .swiper-slide .title2 h2 {
      font-size: .26rem; }
    .productShow3 .swiper-slide .msg {
      font-size: .22rem;
      line-height: .36rem; }

  .productShow4 .content {
    font-size: .24rem;
    line-height: .44rem; }

  .productShow5 h2 {
    font-size: .26rem;
    line-height: .6rem; }
  .productShow5 .msg {
    font-size: .22rem;
    line-height: .44rem; }
    .productShow5 .msg .ul-1 {
      width: 100%;
      padding-right: 0; }
    .productShow5 .msg .ul-2 {
      width: 100%; }
    .productShow5 .msg li:before {
      height: .44rem; }
  .productShow5 .img {
    position: relative;
    padding: .2rem 0 .5rem 0; }

  .productShow6 li {
    width: 100%;
    padding-left: 1.4rem; }
    .productShow6 li .num {
      width: .5rem;
      height: .5rem;
      line-height: .5rem;
      font-size: .28rem; }
    .productShow6 li h2 {
      line-height: .5rem;
      font-size: .28rem; }
    .productShow6 li .content {
      font-size: .22rem;
      line-height: .44rem; }
  .productShow6 .li_01 .content {
    max-width: 100%; }
  .productShow6 .li_01 .img {
    position: relative;
    width: 100%; }

  .productShow7 li {
    width: 100%;
    padding: 0 0 .2rem .2rem; }
    .productShow7 li div {
      font-size: .24rem;
      background-size: .12rem;
      height: .8rem;
      line-height: .8rem;
      padding-left: .5rem; }

  .pageNow {
    font-size: .22rem; }

  .newShow {
    font-size: .24rem; }
    .newShow h2.title {
      font-size: .32rem; }
    .newShow .time {
      padding: .2rem 0 .5rem 0; }

  .pageNum2 {
    font-size: .22rem;
    padding-right: 2.5rem; }
    .pageNum2 dl.share {
      top: .35rem; }
    .pageNum2 a.back {
      width: 1.5rem;
      height: .46rem;
      line-height: .44rem;
      top: 1rem; }

  .programme ul {
    margin-left: -.3rem; }
  .programme li {
    padding: 0 0 .5rem .3rem; }
  .programme a h2 {
    font-size: .26rem; }
  .programme a .msg {
    display: none; }
  .programme a .more {
    height: .54rem;
    line-height: .54rem;
    font-size: .22rem;
    bottom: .4rem;
    opacity: 1; }

  .programmeShow_02 li {
    width: 50%; }
  .programmeShow_02 .box .title {
    top: -.5rem;
    width: 3rem;
    height: 1rem;
    margin-left: -1.5rem;
    padding-left: .98rem; }
    .programmeShow_02 .box .title img {
      width: .88rem; }
    .programmeShow_02 .box .title h2 {
      font-size: .24rem;
      line-height: .36rem;
      padding-top: .1rem; }
    .programmeShow_02 .box .title p {
      font-size: .2rem; }
  .programmeShow_02 .box .content {
    padding: .65rem .2rem .3rem .2rem;
    font-size: .2rem;
    line-height: .36rem; }

  .programmeShow_03 {
    padding: 0 .5rem; }
    .programmeShow_03 .swiper-slide .title b {
      font-size: .26rem;
      width: .4rem;
      height: .4rem;
      line-height: .4rem; }
    .programmeShow_03 .swiper-slide .title h2 {
      font-size: .28rem; }
    .programmeShow_03 .swiper-slide p {
      font-size: .22rem;
      line-height: .36rem; }

  .programmeShow_04 .fl, .programmeShow_04 .fr {
    width: 100%; }
  .programmeShow_04 h2.title {
    font-size: .28rem; }
  .programmeShow_04 .fl {
    position: relative; }
    .programmeShow_04 .fl h3 {
      font-size: .26rem;
      line-height: .3rem; }
    .programmeShow_04 .fl .msg {
      font-size: .22rem;
      line-height: .44rem; }
      .programmeShow_04 .fl .msg dl {
        width: 6rem; }
      .programmeShow_04 .fl .msg dd:before {
        height: .44rem; }
    .programmeShow_04 .fl .img {
      left: auto;
      right: 0; }

  .programmeShow_05 .msg {
    font-size: .24rem;
    line-height: .48rem; }
  .programmeShow_05 li {
    width: 100%;
    padding-bottom: .3rem; }
  .programmeShow_05 .box h3 {
    font-size: .28rem; }
  .programmeShow_05 .box p {
    font-size: .22rem;
    line-height: .4rem; }

  .news li .bg {
    display: none; }
  .news li a {
    padding-left: 4rem; }
    .news li a .time {
      top: .8rem;
      font-size: .2rem;
      width: 1rem; }
    .news li a .img {
      left: 1rem; }
    .news li a h2 {
      font-size: .26rem;
      line-height: .45rem;
      height: 1.1rem;
      white-space: normal; }
    .news li a p {
      display: none; }
    .news li a .more {
      width: 1.4rem;
      height: .48rem;
      line-height: .46rem;
      font-size: .22rem; }

  .pageNum a {
    display: none;
    font-size: .24rem;
    width: .6rem;
    height: .6rem;
    line-height: .6rem; }
    .pageNum a.arrow {
      width: 1.5rem;
      display: block; }
    .pageNum a.arrow2 {
      display: block;
      background-size: .4rem; }

  .qualification ul {
    margin-left: -.3rem; }
  .qualification li {
    width: 33.333%;
    padding: 0 0 .3rem .3rem; }
    .qualification li .name {
      font-size: .22rem;
      line-height: .4rem;
      min-height: .8rem; }

  .about_01 .content {
    font-size: .24rem;
    line-height: .44rem;
    width: 100%;
    float: none;
    padding-bottom: .5rem; }
  .about_01 .fr {
    float: none;
    margin: 0 auto; }

  .about_02 .swiper-slide dd {
    font-size: .22rem;
    line-height: .36rem; }
    .about_02 .swiper-slide dd:before {
      height: .36rem; }
  .about_02 .swiper-slide:nth-child(odd) {
    padding-top: .4rem; }
  .about_02 .swiper-slide-prev {
    opacity: 0; }

  .job .list {
    padding-bottom: .2rem; }
    .job .list li {
      width: 33.333%; }
      .job .list li h2 {
        font-size: .24rem;
        line-height: .4rem;
        padding: .15rem 0 .3rem 0; }
  .job .list2 li .name {
    font-size: .22rem; }
    .job .list2 li .name h2 {
      font-size: .26rem; }
    .job .list2 li .name span {
      display: none; }
  .job .list2 li .container h3 {
    font-size: .26rem; }
    .job .list2 li .container h3 span {
      font-size: .22rem; }
  .job .list2 li .container .dl-1 dd {
    font-size: .22rem;
    line-height: .44rem; }
    .job .list2 li .container .dl-1 dd:before {
      height: .44rem; }
  .job .list2 li .container .col {
    width: 100%;
    padding-bottom: .3rem; }
  .job .list2 li .container .col-1 h3 {
    padding: 0 0 .3rem 0; }
  .job .list2 li .container .box {
    padding-top: .3rem; }
    .job .list2 li .container .box dl {
      width: 100%; }
    .job .list2 li .container .box dd {
      font-size: .22rem;
      line-height: .5rem; }
      .job .list2 li .container .box dd img {
        top: .13rem; }
    .job .list2 li .container .box dl:nth-child(2) dd {
      padding-left: 1.45rem; }

  .job_02 h2 {
    font-size: .32rem;
    margin-right: -.3rem;
    margin-left: -.3rem; }
  .job_02 .msg {
    font-size: .22rem;
    line-height: .44rem; }

  .contact li {
    padding-bottom: .6rem; }
    .contact li h2 {
      font-size: .26rem;
      line-height: .26rem; }
    .contact li .msg {
      font-size: .22rem;
      padding-bottom: .4rem; }
    .contact li .map {
      position: relative;
      width: 100%; }
  .contact li:nth-child(2), .contact li:nth-child(3) {
    padding-top: 0; }

  .lyb ul {
    margin-left: -.3rem; }
  .lyb li {
    padding: 0 0 .35rem .3rem; }
    .lyb li .name {
      font-size: .24rem; }
    .lyb li .input input {
      height: .66rem;
      line-height: .66rem;
      font-size: .24rem; }
    .lyb li .input textarea {
      line-height: .4rem;
      font-size: .24rem; }
  .lyb .li_01 {
    width: 100%; }
  .lyb .submit div {
    width: 1.8rem; }
  .lyb .submit input {
    height: .66rem;
    font-size: .26rem; }

  .pageSearch .tips {
    font-size: .24rem; }
  .pageSearch h2.title {
    height: .8rem;
    line-height: .8rem;
    font-size: .26rem; }
    .pageSearch h2.title span {
      font-size: .24rem; }
  .pageSearch .list1 a {
    font-size: .26rem; }
  .pageSearch .list2 a {
    font-size: .26rem; }
  .pageSearch .moreDiv a {
    width: 1.8rem;
    height: .7rem;
    line-height: .68rem;
    font-size: .24rem; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; } }

/*# sourceMappingURL=phone.css.map */

/*2020-9-21*/
@media screen and (max-width: 800px) {
  .xzsbgzycxt-1 .content {
    width: 100%;
    font-size: .24rem;
    line-height: .44rem;
    padding-bottom: .3rem; }

  .xzsbgzycxt-1-3 .content {
    width: 100%; }

  .xzsbgzycxt-2 .content {
    font-size: .24rem;
    line-height: .44rem; }
  .xzsbgzycxt-2 ul {
    margin-left: -.3rem;
    margin-right: -.3rem; }
  .xzsbgzycxt-2 li {
    width: 50%;
    padding: 0 .1rem; }
    .xzsbgzycxt-2 li p {
      font-size: .22rem;
      line-height: .4rem; }

  .xzsbgzycxt-3 h2.title {
    font-size: .32rem; }
  .xzsbgzycxt-3 .content {
    font-size: .24rem;
    line-height: .44rem; }
  .xzsbgzycxt-3 .list {
    padding-bottom: .1rem; }
    .xzsbgzycxt-3 .list li .col {
      width: 100%; }
      .xzsbgzycxt-3 .list li .col h3 {
        font-size: .28rem;
        text-align: center;
        padding-top: .2rem; }
    .xzsbgzycxt-3 .list li .img {
      margin: 0 auto;
      order: -1; }
  .xzsbgzycxt-3 .list2 .list2-1 {
    width: 100%;
    padding-bottom: .6rem; }
  .xzsbgzycxt-3 .list2 .list2-2 {
    width: 100%; }
    .xzsbgzycxt-3 .list2 .list2-2 .row {
      margin-left: 0; }
  .xzsbgzycxt-3 .list2 .box .col {
    width: 3.6rem; }
    .xzsbgzycxt-3 .list2 .box .col h3 {
      font-size: .32rem; }
    .xzsbgzycxt-3 .list2 .box .col dl {
      padding: .15rem 0; }
      .xzsbgzycxt-3 .list2 .box .col dl dd {
        line-height: .5rem;
        font-size: .24rem; }
  .xzsbgzycxt-3 .list2 div.title h3 {
    font-size: .28rem; }
  .xzsbgzycxt-3 .list2 .row .name {
    font-size: .26rem;
    width: .68rem; }
  .xzsbgzycxt-3 .list2 .row li {
    line-height: .6rem; }
    .xzsbgzycxt-3 .list2 .row li .col-2 p {
      line-height: .3rem; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; } }

