.zs-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
.swiper-hot {
  float: left;
  width: 50%;
  height: 450px;
  overflow: hidden;
}
.swiper-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 15px;
  padding-right: 100px;
  background: #3c3e3d89;
  color: #fff;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
}
.swiper-slide {
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pagination1 {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: right;
  padding-right: 15px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-active-switch {
  background: #185aae;
}
.zsxx-list-container {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.zsxx-title {
  text-align: left;
  height: 40px;
  margin-bottom: 10px;
}
.zsxx-title::before {
  content: "";
  width: 41px;
  height: 5px;
  background-color: #0649a5;
  position: absolute;
  bottom: -5px;
}
.zsxx-title a {
  font-size: 28px;
  color: #0649a5;
  font-weight: bold;
}

.zs-tabs {
  margin-top: 40px;
}

.zs-tabs > div {
  float: left;
  width: 15.7%;
  height: 158px;
  margin-left: 5.375%;
  border-radius: 10px;
  border: solid 1px #ebebeb;
  background-color: #fff;
  padding-top: 26px;
}
.zs-tabs > div:first-child {
  margin-left: 0;
}
.zs-tabs > div.active {
  background-color: #308ff7;
  border: none;
}
.zs-tabs > div.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 20px;
  left: 50%;
  background: #308ff7;
  transform: rotate(45deg) translateY(50%);
}
.zs-tabs > div > span {
  display: block;
  margin-top: 20px;
  color: #333;
  font-size: 24px;
}
.zs-tabs > div > img {
  width: 56px;
}
.zs-tabs .img-white {
  display: none;
}
.zs-tabs > div.active > .img-white {
  display: inline-block;
}
.zs-tabs > div.active > .img-blue {
  display: none;
}
.zs-tabs > div.active > span {
  color: #fff;
}

.zs-tabs-content {
  margin-top: 40px;
  height: 440px;
}
.d-none {
  display: none;
}
.img-anim {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.img-anim:hover {
  transform: scale(1.05, 1.05);
}
/* #region 优势资源 */
.yszy-container {
  width: 100%;
  height: 100%;
}
.yszy-container a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.yszy-container a:hover {
  box-shadow: 0 0 10px rgb(209 216 222 / 90%);
}
.yszy-container img {
  display: block;
}
.scysqb-container {
  width: 32.2857%;
  height: 0;
  padding-bottom: 31.42857%;
  float: left;
}
.scysqb-container img {
  position: relative;
  width: 100%;
  height: 100%;
}
.yszy-right-container {
  float: left;
  width: 67.7143%;
  position: relative;
}
.yszy-right-container li {
  list-style-type: none;
  width: 31.118%;
  height: 0;
  padding-bottom: 21.8354%;
  margin-left: 2.215333%;
  float: left;
  margin-bottom: 2.8%;
}
.yszy-right-container li img {
  position: relative;
  width: 100%;
  height: 100%;
}
/* #endregion 优势资源 */

/* #region 招商方向 */
.zsfx-container {
  height: 100%;
}
.zsfx-item {
  float: left;
  width: 20%;
  height: 100%;
}
.zsfx-item > div {
  background: #f9fafc;
  width: 100%;
  overflow: hidden;
}
.zsfx-item > div:first-child {
  height: 231px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(
    100% 0,
    100% 95%,
    55% 95%,
    50% 100%,
    45% 95%,
    0 95%,
    0 0
  );
  clip-path: polygon(100% 0, 100% 95%, 55% 95%, 50% 100%, 45% 95%, 0 95%, 0 0);
}
.zsfx-item > div:first-child + div {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 220px;
}
.zsfx-item > div > h1 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
}
.zsfx-item > div > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 4; /*设置多行的行数*/
  margin: 15px 26px;
  font-size: 16px;
  line-height: 1.63;
  color: #333;
  text-align: left;
}
.zsfx-item > div > a {
  border-radius: 4px;
  border: solid 1px #308ff7;
  color: #308ff7;
  padding: 6px 10px;
  font-size: 14px;
}
/* #endregion 招商方向 */

/* #region 投资政策 */
.tzzc-container {
  height: 100%;
  background-color: #f9fafc;
  text-align: left;
}
.tzzc-container > .img-container {
  width: 44%;
  height: 100%;
  overflow: hidden;
  float: left;
}
.tzzc-container > .content {
  float: right;
  width: 56%;
  height: 100%;
  padding: 70px 48px 0 48px;
  box-sizing: border-box;
}
.tzzc-container > .content > h1 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.tzzc-container > .content > ul > li {
  list-style-type: none;
  padding-left: 15px;
  line-height: 2;
  position: relative;
  margin-bottom: 10px;
}
.tzzc-container > .content > ul > li::before {
  content: "";
  width: 11px;
  height: 13px;
  background-image: url(../images/yj-fjzs-ic-tzzc-item.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 12px;
}
.tzzc-container > .content > ul > li::after {
  content: "";
  display: block;
  clear: both;
}
.tzzc-container > .content > ul > li h1 {
  float: left;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin: 0;
}
.tzzc-container > .content > ul > li a:hover h1 {
  color: #0649a5;
}
.tzzc-container > .content > ul > li span {
  float: right;
  font-size: 18px;
  color: #999;
}
.tzzc-container > .content .more {
  position: absolute;
  bottom: 20px;
  right: 48px;
  font-size: 16px;
  color: #333;
  padding-right: 22px;
}
.tzzc-container > .content .more::after {
  content: "";
  width: 19px;
  height: 9px;
  background-image: url(../images/yj-fjzs-ic-tzzc-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 5px;
  right: 0;
}
/* #endregion 投资政策 */

/* #region 发展平台 */
.fzpt-container {
  height: 100%;
  background-color: #f9fafc;
}
.fzpt-container > .item {
  float: left;
  width: 30%;
  margin-left: 5%;
  height: 100%;
}
.fzpt-container > .item:first-child {
  margin-left: 0;
}
.fzpt-container > .item::after {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #308ff7;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
.fzpt-container > .item > h1 {
  font-size: 24px;
  margin-top: 23px;
  margin-bottom: 0;
}
.fzpt-container > .item > a:hover .content-container .description {
  opacity: 1;
}
.fzpt-container > .item .content-container {
  height: 83%;
  overflow: hidden;
}
.fzpt-container > .item .description {
  position: absolute;
  left: 32px;
  top: 32px;
  right: 32px;
  bottom: 32px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.fzpt-container > .item > a:hover .description:before {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
.fzpt-container > .item .description:before {
  content: "";
  position: absolute;
  border: #308ff7 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.fzpt-container > .item .description p {
  font-size: 24px;
  color: #666;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 6; /*设置多行的行数*/
  margin: 25px 25px 0 25px;
}
.fzpt-container > .item .description p > b {
  color: #333;
}
.fzpt-container > .item .description .more {
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: #308ff7;
  font-size: 16px;
}
/* #endregion 发展平台 */

/* #region 办事指南 */
.bszn-container {
  height: 100%;
  background-color: #f9fafc;
  text-align: left;
}
.bszn-container > .img-container {
  width: 44%;
  height: 100%;
  overflow: hidden;
  float: left;
}
.bszn-container > .content {
  float: right;
  width: 56%;
  height: 100%;
  padding: 60px 48px 0 48px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}
.bszn-container > .content > h1 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.bszn-container > .content .label {
  color: #999;
  margin-right: 18px;
  vertical-align: top;
}
.bszn-container > .content .address {
  margin-right: 46px;
}
.bszn-container > .content > div {
  margin: 25px 0;
  line-height: 1.8;
}
.contacts {
  display: inline-block;
  line-height: 1.8;
}
.bszn-container .qrcode {
  position: absolute;
  right: 48px;
  bottom: 48px;
}
/* #endregion 办事指南 */
