@charset "UTF-8";
/* 2026认识青羊 */

body {
  background: #fff;
}

.rsqy-header {
  height: 820px;
  background: url(../images/rsqy_2026_bg1.png) no-repeat center top;
  padding-top: 34px;
  position: relative;
}

.rsqy-logo img {
  width: 90%;
  max-width: 355px;
  margin-left: 17px;
}

.rsqy-nav {
  padding-top: 30px;
}
.rsqy-nav li {
  display: inline-block;
  padding: 0 32px;
}
.rsqy-nav li a {
  font-size: 26px;
  color: #04519f;
}
.rsqy-nav li:hover a,
.rsqy-nav li.hover a {
  font-weight: bold;
}
.rsqy-nav li span,
.rsqy-nav li img {
  display: inline-block;
  vertical-align: middle;
}

.rsqy-header-title {
  text-align: center;
  padding-top: 27px;
}
.rsqy-header-title img {
  width: 70%;
  max-width: 516px;
}

.rsqy-channel {
  height: 146px;
  padding-top: 88px;
  background-image: url(../images/rsqy_2026_channel.png);
  background-repeat: no-repeat;
  text-align: center;
}

.breadcrumb {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* MARK:青羊概况 */
.rsqy-gk {
  background: url(../images/rsqy_2026_bg2.png) no-repeat center bottom;
}
.gk-container {
  padding-top: 50px;
  padding-bottom: 157px;
}
.gk-left {
  width: 390px;
  float: left;
  padding-top: 66px;
}
.gk-right {
  margin-left: 390px;
  padding-left: 63px;
}
.gk-bird {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.gk-intro {
  color: #d24800;
  text-indent: 2em;
  text-align: justify;
  line-height: 40px;
  font-size: 18px;
  font-family: '微软雅黑';
}
.gk-intro2 {
  color: #d24800;
  text-align: right;
  font-size: 18px;
  font-family: '微软雅黑';
}

.accordion {
  width: 15%;
  float: left;
  transition: width 0.3s ease;
}
.accordion.on {
  width: 55%;
}
.accordion-card {
  display: block;
  width: 123px;
  height: 440px;
  background: url(../images/rsqy_2026_gk_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  float: left;
}
.accordion-card span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #04519f;
}
.accordion-detail {
  width: 0;
  height: 440px;
  margin-left: 123px;
  display: flex;
  align-items: center;
  color: #505050;
  line-height: 35px;
  overflow: hidden;
}
.accordion.on .accordion-detail {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* MARK:宜居宜业 */
.rsqy-yj {
  padding-top: 15px;
  padding-bottom: 57px;
}
.yj-switch {
  text-align: center;
  margin-top: 41px;
  margin-bottom: 51px;
}
.yj-switch li {
  display: inline-block;
}
.yj-switch li a {
  display: inline-block;
  width: 200px;
  height: 62px;
  margin: 0 9px;
  line-height: 62px;
  color: #3b3b3b;
  font-size: 24px;
  background: url(../images/rsqy_2026_yj_bg.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.yj-switch li.on a {
  background: url(../images/rsqy_2026_yj_bg2.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.yj-pdf {
  width: 1542px;
  height: 1014px;
  background: url(../images/rsqy_2026_yj_box.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 21px 56px 60px;
}
.yj-pdf-box {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.yj-pdf-box.on {
  display: block;
}
.yj-pdf-box a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.yj-pdf-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.yj-pdf-box img.yj-pdf-img--half {
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.yj-pdf-box img:first-child {
  display: block;
}
.yj-pdf-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 78px;
  cursor: pointer;
  opacity: 0.7;
}
.yj-pdf-arrow:hover {
  opacity: 1;
}
.yj-pdf-l {
  background: url(../images/rsqy_2026_left.png) no-repeat;
  left: 0;
}
.yj-pdf-r {
  background: url(../images/rsqy_2026_right.png) no-repeat;
  right: 0;
}

/* MARK:产业发展 */
.rsqy-cy {
  padding-top: 38px;
  padding-bottom: 62px;
  background: #e9f3fd;
}

.cy-left {
  width: 730px;
  float: left;
}
.cy-right {
  margin-left: 730px;
  padding-left: 3px;
}

.cy-contianer {
  margin-top: 62px;
}

.cy-item {
  width: 33.33333%;
  height: 510px;
  padding: 0 2px;
  float: left;
}
.cy-item-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cy-item-inner1 {
  background: url(../images/rsqy_2026_cy_img1.jpg) no-repeat;
  background-size: cover;
}
.cy-item-inner2 {
  background: url(../images/rsqy_2026_cy_img2.jpg) no-repeat;
  background-size: cover;
}
.cy-item-inner3 {
  background: url(../images/rsqy_2026_cy_img3.jpg) no-repeat;
  background-size: cover;
}
.cy-item-inner h2 a {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.cy-item-inner img {
  margin-top: 24px;
  margin-bottom: 50px;
  width: 90%;
  max-width: 138px;
}
.cy-item:hover .cy-item-inner ul {
  display: block;
}
.cy-item-inner ul {
  display: none;
  padding-bottom: 30px;
}
.cy-item-inner ul li {
  margin-bottom: 13px;
}
.cy-item-inner ul li a {
  color: #fff;
}

.slideBox {
  width: 100%;
  height: 510px;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
.slideBox .hd ul li {
  float: left;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  background-color: #b5daf1;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 0;
}
.slideBox .hd ul li.on {
  background: #0168b0;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox .bd p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 14px;
  padding-right: 150px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.678);
}
.slideBox .bd ul {
  width: 100%;
  height: 100%;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}

/* MARK:营商环境 */
.rsqy-ys {
  padding-top: 36px;
  padding-bottom: 46px;
  background: url(../images/rsqy_2026_bg3.png) no-repeat center bottom;
}

.ys-container {
  padding-top: 50px;
}
.ys-left {
  width: 30%;
  float: left;
  padding-top: 66px;
}
.ys-center {
  width: 30%;
  float: left;
  margin: 0 5%;
}
.ys-right {
  width: 30%;
  float: left;
  padding-top: 66px;
}

.ys-link {
  display: block;
  position: relative;
}
.ys-link span {
  width: 200px;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #b5daf1;
  outline: 6px solid #fff;
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
  color: #3e3e3e;
  text-align: center;
}
.ys-link img {
  width: 100%;
}
.ys-link:hover span {
  color: #226ebc;
}

.ys-link2 {
  display: block;
  margin-top: 57px;
}
.ys-link2 img {
  width: 100%;
}

/* MARK:宣传视频弹窗 */
.xc-video {
  padding-top: 20px;
}
.xc-video .sc-video-inner {
  position: relative;
}
.xc-video video {
  width: 100%;
  height: 100%;
}
.xc-video .sc-video-inner:hover .xc-video-icon {
  display: block;
}
.xc-video .xc-video-icon {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  transform: translate(-50%, -50%);
}
.xc-video .xc-video-icon img {
  cursor: pointer;
}
.xc-video .xc-video-full {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  cursor: pointer;
}
.xc-video .xc-video-close {
  position: absolute;
  right: -10px;
  top: -40px;
  z-index: 11;
  cursor: pointer;
}
.xc-video .xc-video-close span {
  color: #fff;
  font-size: 30px;
  padding: 10px;
}

@media screen and (max-width: 1542px) {
  .yj-pdf {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .rsqy-logo {
    display: block;
    text-align: center;
    float: none;
  }
  .rsqy-nav {
    display: block;
    text-align: center;
    float: none;
  }
  .rsqy-nav li {
    width: 20%;
    padding: 0;
    float: left;
  }
}
@media screen and (max-width: 1200px) {
  .rsqy-channel {
    height: 80px;
    padding-top: 20px;
    background-image: url(../images/rsqy_2026_channel.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    text-align: center;
  }
  .rsqy-channel img {
    width: 120px;
  }

  .gk-container {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .gk-left {
    width: 100%;
    float: none;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .gk-right {
    margin-left: 0;
    padding-left: 0;
  }
  .gk-bird {
    width: 40%;
    max-width: 150px;
  }

  .yj-switch {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .yj-switch li {
    display: inline-block;
    margin-bottom: 15px;
  }
  .yj-switch li a {
    width: auto;
    width: 150px;
    height: 45px;
    margin: 0 9px;
    line-height: 45px;
    color: #3b3b3b;
    font-size: 18px;
  }
  .yj-pdf {
    height: 400px;
    background: none;
    padding: 0;
    border: 20px solid #8cbded;
  }

  .cy-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .cy-right {
    margin-left: 0;
    padding-left: 0;
  }
  .slideBox {
    height: 300px;
  }
}
@media screen and (max-width: 900px) {
  .rsqy-nav li {
    width: 33.33333%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 800px) {
  .accordion {
    width: 50%;
    margin-bottom: 30px;
  }
  .accordion.on {
    width: 50%;
  }
  .accordion-card {
    width: 90px;
    height: 338px;
  }
  .accordion-card span {
    font-size: 20px;
  }
  .accordion .accordion-detail {
    display: block !important;
    width: auto;
    height: 338px;
    margin-left: 88px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
  }

  .cy-item {
    height: 328px;
  }
  .cy-item-inner h2 a {
    font-size: 20px;
  }
  .cy-item-inner ul {
    display: block;
    padding-bottom: 0;
  }

  .ys-left {
    width: 100%;
    float: none;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .ys-center {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 20px;
  }
  .ys-right {
    width: 100%;
    float: none;
    padding-top: 0px;
  }
  .ys-link span {
    width: 100%;
    left: 0;
    bottom: 0;
    transform: none;
    font-size: 18px;
  }
  .ys-link2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .rsqy-header {
    height: 550px;
  }
  .rsqy-nav li a {
    font-size: 20px;
  }
  .rsqy-nav li img{
    display: none;
  }
  .breadcrumb {
    display: none;
  }

  .accordion {
    width: 100%;
    margin-bottom: 30px;
  }
  .accordion.on {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .yj-pdf {
    height: 300px;
  }

  .cy-contianer {
    margin-top: 30px;
  }
  .slideBox {
    height: 250px;
  }

  .ys-link span {
    font-size: 16px;
  }
}
