/* 经营开始 */
.jingyingbg {
    width: 100%;
}
.jingying1 {
    float: left;
    width: 50%;
    background-color: #ffffff;
    padding: 70px 90px 0;
}
.xiezhen h2 {
    font-size: 35px;
    color: #000000;
    font-weight: normal;
}
.xiezhen .xz {
    width: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.jingying2 {
    float: right;
    width: 50%;
    background-color: #f4f4f4;
    padding-top: 35px;
}
.jieshao1 {
    text-align: right;
    padding-right: 50px;
}
.jieshao1 a {
    color: #303030;
    font-size: 13px;
}
.jieshao1 a:hover {
    color: #1abc9c;
}
.jieshao2 {
    margin-top: 20px;
    padding-left: 50px;
}
.jieshao2 h2 {
    font-size: 25px;
    color: #000000;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 25px;
    font-weight: normal;
}
.jieshao2 ul {
    padding-top: 22px;
}
.jieshao2 ul li {
    margin-bottom: 5px;
}
.jieshao2 ul li span {
    width: 70px;
    font-size: 14px;
    color: #000;
    text-align: left;
    display: inline-block;
}
.jieshao2 ul li i {
    font-size: 13px;
    color: #4d4d4d;
    display: inline-block;
    padding-left: 10px;
    font-weight: 300;
}
.jieshao3 {
    padding-top: 85px;
    padding-left: 50px;
}
.jieshao3 ul li {
    float: left;
    width: 50%;
    margin-bottom: 80px;
}
.jieshao3 ul li h2 {
    display: inline-block;
    font-size: 20px;
    color: #000000;
    border-top: 1px solid #000000;
    font-weight: normal;
    padding-top: 20px;
}
.jieshao3 ul li p span {
    font-size: 14px;
    color: #000;
    text-align: left;
    display: inline-block;
    width: 40px;
    line-height: 27px;
}
.jieshao3 ul li p i {
    font-size: 13px;
    color: #4d4d4d;
    text-align: left;
    font-weight: 300;
    line-height: 27px;
}


@media only screen and (max-width: 980px) {
  /* 经营开始 */
  .jingying1 {
    float: none;
    width: 100%;
  }
  .jingying2 {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  .jieshao2 {
    padding: 0;
  }
  .jieshao3 {
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .jieshao3 ul li {
    float: none;
    width: 100%;
  }
}