@charset "UTF-8";
/* 走进墨玉 */
.wrapper-links {
  margin-top: 0;
}

.zjmy-title {
  margin-bottom: 68px;
  text-align: center;
}
.zjmy-common-header {
  border-left: 8px #025293 solid;
  margin-bottom: 22px;
}
.zjmy-common-header a {
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  padding-left: 10px;
}

/* 概况 */
.wrapper-gk {
  background: url(../images/zjmy_bg1.png) no-repeat center top;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 34px;
}
.line-gk {
  margin-bottom: 19px;
}
.gk-left,
.gk-right {
  width: 50%;
  float: left;
}
.gk-left img {
  width: 100%;
}
.gk-right {
  padding-right: 100px;
}
.gk-right .gk-right-content {
  padding-left: 61px;
  line-height: 40px;
  text-align: justify;
  margin-bottom: 40px;
}
.gk-right .zjmy-title {
  margin-top: 30px;
  margin-bottom: 0px;
}
.gk-right ul {
  margin: 0 -14px;
}
.gk-right ul li {
  width: 16.666666%;
  float: left;
  padding: 0 14px;
}
.gk-right ul li a {
  display: block;
  background: #025293;
  border-radius: 20px;
  text-align: center;
  padding: 15px 0;
  color: #fff;
}
.gk-right ul li a img {
  margin-bottom: 5px;
}

.line-tsmy {
  padding: 0 50px;
}
.picMarquee-left {
  position: relative;
  margin: 0 -24px;
}
.picMarquee-left .bd {
  width: 100%;
  overflow: hidden;
}
.picMarquee-left ul li {
  width: 20%;
  line-height: 30px;
  text-align: center;
  float: left;
}
.picMarquee-left ul li a {
  display: block;
  padding: 0 24px;
}
.picMarquee-left ul li img {
  width: 100%;
  height: 180px;
  vertical-align: bottom;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.picMarquee-left ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* 旅游观光 */
.wrapper-ly {
  background: url(../images/zjmy_bg2.png) no-repeat center top;
  background-size: cover;
  padding-top: 68px;
  padding-bottom: 78px;
}

.ly1 {
  display: flex;
  justify-content: space-around;
  padding: 0 150px;
}
.ly1 li a {
  display: block;
  position: relative;
}
.ly1 li a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 50px;
  border-left: 1px dashed #a6b4c0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(100%);
}
.ly1 li a:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #025293;
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, 50%);
}
.ly1 li:nth-child(1) a:before{
  height: 53px;
}
.ly1 li:nth-child(1) a::after{
  bottom: -53px;
}
.ly1 li:nth-child(2) a:before{
  height: 40px;
}
.ly1 li:nth-child(2) a:after{
  bottom: -40px;
}
.ly1 li:nth-child(3) a:before{
  height: 70px;
}
.ly1 li:nth-child(3) a:after{
  bottom: -70px;
}

.ly2 {
  display: flex;
  justify-content: space-around;
}
.ly2 li a {
  display: block;
  position: relative;
}
.ly2 li a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 50px;
  border-left: 1px dashed #a6b4c0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(-100%);
}
.ly2 li a:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #025293;
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translate(-50%, -50%);
}
.ly2 li:nth-child(1) a:before{
  height: 70px;
}
.ly2 li:nth-child(1) a:after{
  top: -70px;
}
.ly2 li:nth-child(2) a:before{
  height: 45px;
}
.ly2 li:nth-child(2) a:after{
  top: -45px;
}
.ly2 li:nth-child(3) a:before{
  height: 50px;
}
.ly2 li:nth-child(3) a:after{
  top: -50px;
}
.ly2 li:nth-child(4) a:before{
  height: 55px;
}
.ly2 li:nth-child(4) a:after{
  top: -55px;
}

.ly-line {
  height: 110px;
  background: url(../images/zjmy_line.png) no-repeat center center;
  background-size: contain;
}

/* 营商环境 */
.wrapper-ys {
  background: #f7f7f7 url(../images/zjmy_bg3.png) no-repeat center top;
  background-size: cover;
  padding-top: 59px;
  padding-bottom: 56px;
}

.zjzs-zsyz-title a {
  display: block;
  width: 33.333333%;
  float: left;
  background: #e8f2fd;
  padding: 28px 0;
  font-size: 20px;
  color: #025293;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.zjzs-zsyz-title a.on {
  background: #025293;
  color: #fff;
}
.zjzs-zsyz-title a.on:after {
  content: '';
  display: inline-block;
  border-top: 15px solid #025293;
  border-bottom: 15px solid transparent;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.zjzs-zsyz-items-container {
  background: #fff;
  padding: 62px 30px 69px;
}
.zjzs-zsyz-items {
  display: none;
  margin: 0 -35px;
}
.zjzs-zsyz-items.on {
  display: block;
}
.zjzs-zsyz-item {
  padding: 0 35px;
  width: 33.3333333%;
  float: left;
}
.zjzs-zsyz-item p:nth-child(1) {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
  border-bottom: 1px dashed #979797;
  padding-bottom: 15px;
}
.zjzs-zsyz-item p:nth-child(2) {
  font-size: 16px;
  color: #606266;
  margin-bottom: 30px;
  line-height: 1.5;
}
.zjzs-zsyz-item p:nth-child(3) {
  font-size: 16px;
  color: #606266;
}

@media screen and (max-width: 1600px) {
  .picMarquee-left ul li img {
    height: 150px;
  }
}

@media screen and (max-width: 1500px) {
  .gk-left {
    width: 100%;
    text-align: center;
  }
  .gk-left img {
    max-width: 700px;
  }
  .gk-right {
    width: 100%;
    padding: 0 50px;
    margin-bottom: 20px;
  }
  .gk-right .gk-right-content {
    padding-left: 0;
  }
  .picMarquee-left {
    margin: 0 -10px;
  }
  .picMarquee-left ul li a {
    display: block;
    padding: 0 10px;
  }
  .ly1 {
    padding: 0;
  }
  .ly1 li a img {
    width: 150px;
    height: auto;
  }
  .ly2 li a img {
    width: 150px;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .gk-right ul li {
    min-height: 100px;
    width: 33.33333%;
    margin-bottom: 15px;
  }
  .picMarquee-left ul li {
    width: 33.333333%;
  }
  .zjzs-zsyz-items {
    margin: 0;
  }
  .zjzs-zsyz-item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .zjzs-zsyz-item p:nth-child(1),
  .zjzs-zsyz-item p:nth-child(2) {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .zjmy-title img {
    width: 100%;
  }
  .ly1 {
    flex-wrap: wrap;
  }
  .ly1 li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .ly1 li a:before{
    display: none;
  }
  .ly1 li a:after{
    display: none;
  }
  .ly2 {
    flex-wrap: wrap;
  }
  .ly2 li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .ly2 li a:before{
    display: none;
  }
  .ly2 li a:after{
    display: none;
  }
  .ly-line{
    display: none;
  }
  .zjzs-zsyz-title a {
    font-weight: normal;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .gk-right {
    padding: 0 20px;
  }
  .gk-right ul li {
    width: 50%;
  }
  .picMarquee-left ul li {
    width: 100%;
  }
}
