body {
  background-color: #fff;
}

@media screen and (min-width: 960px) {
  .banner{
    height: 320px;
  }
  .banner span{
    z-index: 2;
  }
  .nav #nav ul li a {
    color: #fff
  }

  .nav #nav ul li .subNav a {
    color: #333
  }

  .fixed.nav #nav ul li a {
    color: #333
  }

  .nav #nav ul li.cur a {
    color: #FF6A06
  }

  .map-content .map-left {
    float: left;
    width: 778px
  }

  .map-content .map-left h1 {
    font-size: 32px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #000000;
    line-height: 1;
    padding-bottom: 28px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 28px
  }

  .map-content .map-left .map-list h2 {
    line-height: 1;
    font-size: 20px;
    color: #333;
    margin-bottom: 30px
  }
  
  .map-content .map-left .map-list h2 a {
    color: #333;
  }

  .map-content .map-left .map-list ul {
    margin-bottom: 30px;
  }

  .map-content .map-left .map-list ul li {
    float: left;
    width: 20%;
    margin-right: 5%;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .map-content .map-left .map-list ul li h3 {
    font-size: 16px;
  }

  .map-content .map-left .map-list ul li a {
    font-size: 16px;
    color: #3080C9
  }

  .map-content .map-left .map-list ul li a:hover {
    color: #FF6A06;
  }

  .map-content .map-right {
    float: right;
    width: 300px;
    margin-bottom: 50px;
    background-color: #efefef;
  }

  .map-content .map-right .logo {
    background-color: #fff;
    height: 100px;
    background-image: url(https://www.youhuaxing.cn/template/pc/skin/img/logo-02.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #efefef;

  }

  .map-content .map-right ul {
    margin-bottom: 20px
  }

  .map-content .map-right ul li {
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    cursor: pointer
  }

  .map-content .map-right ul li.active,
  .map-content .map-right ul li:hover {
    background-color: #FF6A06;
    color: #fff
  }

  .map-content .map-right ul li.active a,
  .map-content .map-right ul li:hover a {
    color: #fff;
    padding-left: 10px;
	transition: padding-left .3s ease-in;
  }

  .intro {
    margin-bottom: 30px;
  }

  .intro p {
    text-indent: 2em;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
  }

  .intro P a {
    color: #333;
  }
}

@media screen and (max-width: 960px) {
  .content {
    font-size: .1rem;
  }

  .news-tab {
    margin: 0 .18rem .15rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
  }

  .news-tab span {
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    color: #FF6A06;
    border: 1px solid #FF6A06;
    border-radius: .15rem;
    margin-right: .05rem;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    padding: 0 .1rem;
  }

  .news-tab span.active {
    background: #FF6A06;
    color: #fff;
  }

  .news-tab-cont {
    padding: 0 .1rem;
  }
  
  .banner {
    background: url(https://www.youhuaxing.cn/template/pc/skin/img/banner-map.png) no-repeat center bottom
  }

  .map-content .map-left {
    margin: .1rem .1rem .25rem
  }

  .map-content .map-left h1 {
    font-size: .16rem;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #000000;
    line-height: 1;
    padding-bottom: .14rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: .14rem
  }

  .map-content .map-left .map-list h2 {
    line-height: 1.3;
    font-size: .14rem;
    color: #333;
    margin-bottom: .10rem;
    font-weight: bold;
  }
  
  .map-content .map-left .map-list h2 a {
    color: #333;
  }

  .map-content .map-left .map-list h3 {
    line-height: 1.3;
    font-weight: normal;
  }

  .map-content .map-left .map-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .15rem;
  }

  .map-content .map-left .map-list ul li {
    flex: 0 0 30%;
    line-height: .2rem;
    margin-right: 3.33%;
    margin-bottom: .05rem;
    border-bottom: 1px solid #f0f0f0
  }

  .map-content .map-left .map-list ul li a {
    font-size: .12rem;
    color: #3080C9;
    white-space: nowrap;
    /* word-break: break-all; */
  }

  .map-content .map-right {

  }
  .map-content .pcShow{
    display:none
  }

  .map-content .map-right .logo {
    background-color: #fff;
    height: .5rem;
    background-image: url(https://www.youhuaxing.cn/template/pc/skin/img/logo-02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: .3rem .265rem;
    border: 1px solid #efefef;
  }

  .map-content .map-right ul {
    margin-bottom: .1rem
  }

  .map-content .map-right ul li {
    line-height: .4rem;
    text-align: center;
    font-size: .08rem;
    cursor: pointer
  }

  .map-content .map-right ul li.active,
  .map-content .map-right ul li:hover {
    background-color: #FF6A06;
    color: #fff
  }

  .map-content .map-right ul li.active a,
  .map-content .map-right ul li:hover a {
    color: #fff
  }

  .intro {
    margin-bottom: .15rem;
  }

  .intro p {
    text-indent: 2em;
    line-height: 2.6;
    font-size: .12rem;
    margin-bottom: .1rem;
    text-align: justify;
  }

  .intro P a {
    color: #333;
  }

  .intro img {
    display: block;
    margin: .1rem auto;
    max-width: 80%
  }

}