/* 重置样式v2.0 */
@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #fff;
}

body img {
  -webkit-user-drag: none;
}

.clearFix::after,
.clearFix::before {
  content: '';
  line-height: 0;
  height: 0;
  display: block;
  clear: both;
}

/* 版心 w */

.w {
  width: 1200px;
  margin: 0 auto;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

@font-face {
  font-family: 'iconfont';
  src: url('iconfont.eot');
  src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  border: 0;
  vertical-align: top;
}

ul li,
ol li {
  list-style: none;
}

.title {
  text-align: center;
  margin: 0 auto 30px;
}
.banner {
    padding-top: 40px;
}
.banner img {
  width: 100%;
  height: 100%;
}

/* part1 */
.part1 {
  overflow: hidden;
  padding: 50px 0;
}

.part1 .news {
  position: relative;
}

.part1 .news .newsLeft {
  width: 50%;
  height: 365px;
  display: inline-block;
}

.part1 .news .newsLeft img {
  width: 100%;
  height: 100%;
}

.part1 .news .newsRight {
  display: inline-block;
  width: 49%;
  height: 365px;
  background: url(../img/newsbg.jpg);
  background-size: 100% 100%;
  vertical-align: top;
}

.part1 .news .newsRightcont {
  display: inline-block;
  width: 50%;
  height: 250px;
  position: absolute;
  right: 90px;
  top: 60px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  box-shadow: 3px 3px 5px #c5c5c5;
}

.part1 .news .newsRightcont h3 {
  color: #bd1a2d;
  margin-bottom: 15px;
}

.part1 .news .newsRightcont p {
  text-indent: 2rem;
  line-height: 30px;
}

.part1 .news .newsRightcont span {
  color: #bd1a2d;
  display: block;
  text-align: right;
  margin: 10px;
}

/* 项目清单 */

.part2 {
  margin-top: 40px;
  position: relative;
  padding: 50px 0;
  background: #F4F8FA;
}

.part2 .m-projectList {
  display: none;
  height: 330px;
}

.part2 .m-projectList .swiper-slide-text p {
  line-height: 25px;
  height: auto;
}

.part2 .swiper-button-prev:after,
.part2 .swiper-button-next:after {
  display: none;
}

.part2 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 50px;
  width: 57px;
  height: 120px;
  outline: none;
  background-image: url(../img/yjjh.png);
}

.part2 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 50px;
  width: 57px;
  height: 120px;
  outline: none;
  background-image: url(../img/zjjh.png);
}

.part2 .active {
  /* 
  animation:  fadeInLeft;
  animation-duration: 1.5s; 
  background: repeating-linear-gradient(to top, #22A7D4, #43B9A8) !important;*/
}

.part2 .active a {
  color: #fff !important;
  /*background: rgba(65,183,170,0.3);*/
  background: rgba(0, 0, 0, 0.3);
}

.part2 .active .swiper-slide-title::after {
  background: #fff;
}

.part2 .swiper-slide-title::after {
  width: 35px;
  height: 4px;
  border-radius: 5px;
  content: "";
  background: #bd1a2d;
  display: block;
  margin: 0 auto 15px;
}

.part2 .swiper-pagination {
  display: none;
}

.part2 .swiper-slide {
  text-align: center;
  font-size: 15px;
  height: 485px;
  background: #fff;
  background-size: 100% 100%;
}

.part2 .swiper-slide a {
  display: block;
  height: 485px;
  padding: 15px 0px;
}

.part2 .swiper-slide-title {
  line-height: 35px;
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: 600;
}

.part2 .swiper-slide-text {
  margin: 5px 10px 0;
  text-align: left;
}

.part2 .swiper-slide-text p {
  line-height: 25px;
  height: 50px;
}

.part2 .swiper-slide-text .qdcont {
  /*margin: 10px 0;*/
}

.part2 .swiper-slide-bottom {
  margin: 10px;
  text-align: left;
  position: absolute;
  bottom: 10px;
}

.part2 .mySwiper .active#pList1 {
  background: url(../img/thBook.png);
  background-size: 100% 100%;
}

.part2 .mySwiper .active#pList2 {
  background: url(../img/BoatMarket.png);
  background-size: 100% 100%;
}

.part2 .mySwiper .active#pList3 {
  background: url(../img/carMeta.png);
  background-size: 100% 100%;
}

.part2 .mySwiper .active#pList4 {
  background: url(../img/jqMeta.png);
  background-size: 100% 100%;
}

.part2 .mySwiper .active#pList5 {
  background: url(../img/MetaRoom.png);
  background-size: 100% 100%;
}

.part2 .mySwiper .active#pList6 {
  background: url(../img/SmartPark.png);
  background-size: 100% 100%;
}

.part2 .mySwiper .active#pList7 {
  background: url(../img/Money.png);
  background-size: 100% 100%;
}

.part2 .mySwiper .active#pList8 {
  background: url(../img/VR.png);
  background-size: 100% 100%;
}

.part2 .mySwiper .active#pList9 {
  background: url(../img/edu.png);
  background-size: 100% 100%;
}

.part2 .mySwiper .active#pList10 {
  background: url(../img/Mind.png);
  background-size: 100% 100%;
}

.part2 .mySwiper .active#pList11 {
  background: url(../img/SmartImage.png);
  background-size: 100% 100%;
}

.part2 .mySwiper .active#pList12 {
  background: url(../img/5g.png);
  background-size: 100% 100%;
}

.part2 .mySwiper .active#pList13 {
  background: url(../img/Disease.png);
  background-size: 100% 100%;
}

.part2 .mySwiper .active#pList14 {
  background: url(../img/Doctor.png);
  background-size: 100% 100%;
}

.part2 .mySwiper .active#pList15 {
  background: url(../img/MaaS.png);
  background-size: 100% 100%;
}

.part2 .mySwiper .active#pList16 {
  background: url(../img/traffic.png);
  background-size: 100% 100%;
}
/*轮播↓*/

.site {
    width: 1200px;
    height: 23rem;
    overflow: hidden;
    padding: 50px 0 20px;
    margin: 0 auto;
    border-top: 1px solid #C7C7C7;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wrapper h3 {
    position: absolute;
    left: 4rem;
    top: 4rem;
    z-index: 1000;
    padding: 0 1rem;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    color: #222;
    border-radius: 1.4rem;
}

.wrapper .container {
    position: relative;
    margin: 0 auto;
}

.horizontal .container {
    width: 40rem;
    height: 23rem;
}

.vertical .container {
    width: 37rem;
    height: 17rem;
}

.container .cards-list {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #f4f4f4;
    border-radius: 1rem;
    transition: 330ms;
}

.horizontal .cards-list {
    width: 100%;
}

.horizontal .img a {
    width: 100%;
    height: 100%;
    display: block;
}

.horizontal .img {
    height: 24rem;
}

.horizontal .img .player {
    width: 59px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

.vertical .cards-list {
    display: flex;
    height: 100%;
}

.vertical .img {
    height: 100%;
}

.vertical .img {
    width: 18rem;
}


.img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-drag: none;
    -moz-user-select: none;
    user-select: none;

}

.btn-direct {
    position: absolute;
    z-index: 100000;
    width: 4rem;
    height: 0rem;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .2s;
}


.btn-direct.btn-left {
    left: 8rem;
    display: none;
}

.btn-direct.btn-right {
    right: 8rem;
    display: none;
}

.wrapper:hover .btn-direct.btn-left,
.wrapper:hover .btn-direct.btn-right {
    display: block;
}

.btn-direct>span {
    position: absolute;
    left: calc(50% - .6rem);
    top: calc(50% - .6rem);
    width: 1.2rem;
    height: 1.2rem;
    border-top: 0.2rem solid #fff;
    border-left: 0.2rem solid #fff;
}

.horizontal .shift-left {
    transform: translateX(25%) rotate(-45deg);
}

.horizontal .shift-right {
    transform: translateX(-25%) rotate(135deg);
}

.vertical .shift-left {
    transform: translateY(25%) rotate(45deg);
}

.vertical .shift-right {
    transform: translateY(-25%) rotate(-135deg);
}



.navigation {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translate(-50%);
}

.navigation .dot {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    margin: .5rem;
    border: .125rem solid #fff;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.navigation .dot.active {
    background-color: transparent;
}
/*轮播↑*/
/* 政策文件 */
.part3 {
  padding: 50px 0;
}

.part3 .zcwjList li {
  width: 24%;
  height: 253px;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 5px;
  margin: 15px 4px;
  background: url(../img/policylistbg.png);
  border-radius: 7px;
}

.part3 .zcwjList li b {
  display: block;
  color: #fff;
  line-height: 50px;
}

.part3 .zcwjList li b i {
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  margin: 0 10px 0 5px;
  background: url(../img/policylisticon.png);
  background-size: 100% 100%;
}

.part3 .zcwjList li b i img {
  width: 100%;
}

.part3 .zcwjList li h4 {
  margin: 15px 0px 10px;
  font-size: 15px;
}

.part3 .zcwjList li p {
  text-indent: 2rem;
}

/* 产业地图 */
.part4 {
  padding: 50px 0;
  /*background: #F4F8FA;*/
}

.part4 .map {
  position: relative;
  width: 100%;
  height: 400px;
  /*background-image: url(../img/mapbg1.png);
  background-size: 100% 100%;*/
}

.part4 .map .mapleft {
  width: 50%;
  height: 400px;
  background-size: 100% 100%;
}

.part4 .map .mapleft img {
  width: 100%;
  height: 100%;
}

.part4 .map .m-mapleft {
  width: 100%;
  height: 400px;
  display: none;
}

.part4 .map .m-mapleft img {
  width: 100%;
  height: 100%;
}

.part4 .map .mapright {
  width: 43%;
  height: 370px;
  top: 0;
  right: 0;
  margin:0 15px;
  text-indent: 2rem;
  line-height: 28px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow-y: scroll;
  float: right;
  padding: 15px;
  border: 1px dashed #19caad;
}
.mapright::-webkit-scrollbar {
    width: 10px;
}

.mapright::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

.mapright::-webkit-scrollbar-thumb:hover {
    background: #b9d2e280;
}
.maphover {
  position: absolute;
  width: 51.5%;
  height: 400px;
  display: none;
  left: 20px;
  top: 0;
  box-shadow: 0px 0px 3px 0px #e4e4e4;
}

.part4 .map .mapright li {
  display: block;
  border-radius: 5px;
  padding: 10px;
}

.part4 .map .mapright .active1 {
  background: #fff;
  background: rgba(185, 210, 226, 0.5);
}

.part4 .map .mapright .active1#map1 .maphover {
  display: block;
  background: url(../img/map1.jpg);
  background-size: 100% 100%;
}

.part4 .map .mapright .active1#map2 .maphover {
  display: block;
  background: url(../img/map2.jpg);
  background-size: 100% 100%;
}

.part4 .map .mapright .active1#map3 .maphover {
  display: block;
  background: url(../img/map3.jpg);
  background-size: 100% 100%;
}

.part4 .map .mapright .active1#map4 .maphover {
  display: block;
  background: url(../img/map4.jpg);
  background-size: 100% 100%;
}

.part4 .map .mapright .active1#map5 .maphover {
  display: block;
  background: url(../img/map5.jpg);
  background-size: 100% 100%;
}

.part4 .map .mapright .active1#map6 .maphover {
  display: block;
  background: url(../img/map6.jpg);
  background-size: 100% 100%;
}

/*
.part4 .map .mapright li:hover {
  background: #fff;
  background: rgba(185,210,226,0.5);
}

.part4 .map .mapright li:nth-of-type(1):hover .maphover {
  display:block;
  background: url(../img/map1.jpg);
  background-size: 100% 100%;
}
.part4 .map .mapright li:nth-of-type(2):hover .maphover {
  display:block;
  background: url(../img/map2.jpg);
  background-size: 100% 100%;
}
.part4 .map .mapright li:nth-of-type(3):hover .maphover {
  display:block;
  background: url(../img/map3.jpg);
  background-size: 100% 100%;
}
.part4 .map .mapright li:nth-of-type(4):hover .maphover {
  display:block;
  background: url(../img/map4.jpg);
  background-size: 100% 100%;
}
.part4 .map .mapright li:nth-of-type(5):hover .maphover {
  display:block;
  background: url(../img/map5.jpg);
  background-size: 100% 100%;
}
.part4 .map .mapright li:nth-of-type(6):hover .maphover {
  display:block;
  background: url(../img/map6.jpg);
  background-size: 100% 100%;
}*/
.part4 .map .mapright a {
  color: #bd1a2d;
  display: block;
  text-align: right;
  margin: 10px;
}

.part4 .map .m-mapright {
  display: none;
}

.part4 .map .m-mapright a {
  color: #bd1a2d;
  display: none;
  text-align: right;
  margin: 10px;
}

/*响应式*/
@media (min-width: 992px) and (max-width: 1199px) {
  .part3 .zcwjList li {
    width: 33%;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .w {
    width: 100%;
  }

  .m_topics_search {
    width: 100% !important;
    box-sizing: border-box;
    margin: 28px 0 0 !important;
  }

  .u_topics_search_left {
    width: 30% !important;
  }

  .u_topics_search_right {
    width: 68% !important;
  }

  .u_topics_search_right #qt1 {
    width: auto !important;
  }

  .title {
    margin: 0 auto 20px;
  }

  .title img {
    width: 30%;
  }

  .part1,
  .part2,
  .part3,
  .part4 {
    padding: 15px 0;
  }

  .part1 .news .newsLeft {
    width: 100%;
    display: none;
  }

  .part1 .news .newsRight {
    width: 100%;
    height: 390px;
    font-size: 0.9rem;
  }

  .part1 .news .newsRightcont {
    width: 100%;
    height: 405px;
    right: 0;
    top: 0;
    padding: 20px;
    overflow: hidden;
  }

  .part1 .news .newsRightcont h3 {
    margin-bottom: 5px;
  }

  .part2 {
    margin-top: 0;
  }

  .part2 .swiper-slide-title {
    line-height: 20px;
    font-size: 0.8rem;
  }

  .part2 .m-projectList {
    display: block;
    height: 330px;
  }

  .part2 .mySwiper,
  .part2 .swiper-button-next,
  .part2 .swiper-button-prev {
    display: none;
  }

  .part2 .m-projectList .swiper-slide-text p {
    line-height: 25px;
    height: auto;
  }

  .part3 .zcwjList li {
    width: 49%;
    overflow: hidden;
    margin: 4px 0px;
  }

  .part3 .zcwjList li b {
    line-height: 45px;
  }
  .part4 .map{
    height: 251px; 
  }
  .part4 .map .mapleft {
    height: 200px;
    display: none;
  }

  .part4 .map .m-mapleft {
    height: 200px;
    display: none;
  }

  .part4 .map .m-mapright {
    width: 100%;
    height: 251px;
    top: 0;
    right: 0;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: scroll;
  }

  .part4 .map .m-mapright,
  .part4 .map .m-mapright a {
    display: block;
  }

  .part4 .map .mapright {
    display: none;
  }
}