body,html {
  min-width: 1200px;
}
  .headBg {
      min-width: 1200px;
      height: 480px;
      position: absolute;
      top: 0;
      z-index: 99;
      left: 0;
      right: 0;
      margin: 0 auto;
  }
  .headBg2 {
    width: 100%;
    height: 510px;
    background-color: #3a4a9a;
  }
  .logoCon {
      display: block;
      width: 1200px;
      margin: 0 auto;
  }
  .inputStyle {
      width: 424px;
      margin-top: 20px;
      font-size: 20px;
  }
  .searchLine {
      display: block;
      width: 100%;
      margin: 0 auto;
      text-align: center;
      margin-top: 20px;
      text-align: right;
  }
  .homeSearchBtn {
      background-color: #3A4A9A;
      border: none;
      margin-left: 54px;
      border-radius: 0 16px 16px 0;
      height: 62px;
      vertical-align: bottom;
      width: 164px;
      font-size: 24px;
  }
  .logoTxt {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 36px;
      color: #3A4A9A;
      font-weight: bold;
      /*letter-spacing: 8px;*/
      margin-top: 90px;
      font-family: Microsoft YaHei;
      font-style: normal;
      font-weight: 900;
      /*font-size: 47px;*/
      font-size: 3rem;
  }
  .logoTxtEng {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 20px;
      color: #3A4A9A;
      /*font-weight: bold;*/
      /*letter-spacing: 2px;*/
  }
  .logo {
      position: relative;
      top: 20px;
      left: 0px;
  }
  .menuStyle {
      display: flex;
      margin: 0 auto;
      text-align: center;
  }
  .headmenu {
      /*width: 63%;*/
      margin: 0 auto;
  }
  .el-menu-item {
      padding: 0 36px;
  }
  /*介绍文字*/

  .introduceDetailCon {
      display: block;
      width: 1200px;
      display: flex;
      position: relative;
      left: 0;
      right: 0;
      margin: 0 auto;
      margin-top: 30px;
      border-bottom: 1px solid #D9D9D9;
      padding-bottom: 20px;
  }
  .detailLeft {
      display: inline-block;
      width: 580px;
      padding-top: 9px;
      margin-right: 44px;
  }
  .detailRight {
      display: inline-block;
      width: 575px;
      height: 325px;
      /*position: absolute;*/
      /*right: 0;*/
  }
  .introduceDetailTitle {
      width: 100%;
      /*height: 48px;*/
      line-height: 30px;
      font-size: 30px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #000;
      margin-bottom: 14px;
      border-bottom: 2px dashed #EBEBEB;
      padding: 12px 0;
  }
  .detailRight img {
      width: 100%;
      height: 100%;
  }
  .introduceDetail {
      display: block;
      width: 100%;
      /*height: 180px;*/
      position: relative;
      /*padding-top: 20px;*/
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #565656;
      line-height: 26px;
      box-sizing: border-box;
      text-overflow: -o-ellipsis-lastline;
      text-indent: 28px;
  /*    overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 10;
      line-clamp: 10;
      -webkit-box-orient: vertical*/
  }
  .checkMore {
      display: inline-block;
      font-size: 14px;
      color: #B2B2B2;
      float: right;
      bottom: 0;
      cursor: pointer;
      line-height: 40px;
  }
  .introduceMore {
      font-weight: bold;
      font-size: 16px;
      color: #fff;
      font-family: Source Han Sans CN;
      position: absolute;
      right: 82px;
      top: 146px;
  }
  /*介绍文字*/

  /*main 列表*/

  .main {
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 30px 0;
      box-sizing: border-box;
      background-color: #fff;
  }
  .main_news_list {
      display: flex;
      width: 1200px;
      min-height: 700px;
      margin: 0 auto;
      margin-bottom: 34px;
      /*text-align: center;*/
  }
  .news_left {
      display: inline-block;
      width: 750px;
      /*height: 200px;*/
      /*background-color: red;*/
      margin-right: 50px;
  }
  .news_left p{
    position: relative;
    height: 52px;
    border-bottom: 5px solid #EBEBEB;
    line-height: 60px;
  }
  .news_icon {
      vertical-align: middle;
      margin-right: 18px;
  }
  .news_title {
      font-family: Microsoft YaHei;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      vertical-align: middle;
      color: #000000;
      display: inline-block;
      border-bottom: 5px solid #2B79E5;
      position: absolute;
      bottom: -5px;
  }
  .news_list li {
      /*line-height: 44px;*/
      border-bottom: 1px dashed #dbdce0;
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-style: normal;
      font-weight: normal;
      list-style: none;
      color: #000;
      cursor: pointer;
      padding: 12px 0;
      /*font-weight: b;*/
  }
  .news_txt {
      display: inline-block;
      width: 588px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      margin-right: 20px;
      vertical-align: middle;
      color: #000;
      font-size: 16px;
  }
  .news_txt:hover {
    color: #078ee9;
  }
  .list_data_first:hover {
    color: #078ee9 !important;
  }
  .list_dataFirst {
    line-height: 22px;
    display: inline-block;
    color: #9A9A9A;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 8px;
  }
  .news_time {
    /*width: 78px;*/
    display: inline-block;
    font-size: 14px;
    color: #B1B1B1;
    font-family: Microsoft YaHei;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
  }
  .news_time_right {
    display: block;
    width: 100%;
    text-align: right;
    line-height: 42px;
    font-size: 14px;
    color: #B1B1B1;
    font-family: Microsoft YaHei;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
  }
  .point {
      display: inline-block;
      width: 6px;
      height: 6px;
      background-color: #CBCBCB;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 6px;
      /*margin-left: 16px;*/
  }
  .news_right {
      display: inline-block;
     /* width: 346px;
      height: 280px;*/
  }
  .publicSection_title {
      display: block;
      width: 400px;
      height: 315px;
      line-height: 64px;
      margin-bottom: 8px;
      cursor: pointer;
      margin-top: 64px;
      position: relative;
  }
  .tel {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 50px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #D3DAEB;
  }
  .publicSection_list {
      display: block;
      width: 346px;
      box-sizing: border-box;
  }
  .publicSection_list li {
      display: inline-block;
      width: 167px;
      height: 113px;
      margin: 0 auto;
      text-align: center;
      background-color: #E4E8EB;
      padding: 26px;
      box-sizing: border-box;
      margin-top: 10px;
      cursor: pointer;
  }
  .publicSection_list li p {
      line-height: 30px;
      color: #000;
      font-size: 14px;
  }
  .zsk_title {
      display: inline-block;
      width: 400px;
      height: 315px;
      margin-top: 58px;
      position: relative;
      cursor: pointer;
  }
  .more {
      display: inline-block;
      font-size: 14px;
      color: #B2B2B2;
      margin-left: 20px;
      cursor: pointer;
      position: absolute;
      right: 0px;
  }
  .service {
    display: block;
    width: 100%;
    height: 539px;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .service p {
    position: relative;
    text-align: center;
    border-bottom: 5px solid #3472C7;
  }
  .active_data p {
    position: relative;
    height: 60px;
    border-bottom: 5px solid #F3F3F3;
  }
  .service p .news_title {
    text-align: center;
    border-color: #FFD26A;
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 132px;
  }
  .w1200 {
    display: block;
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .swiper-container {
    width: 100%;
    height: 510px;
  }
  .projectsShuffling {
    display: block;
    width: 1080px;
    overflow: hidden;
    /*position: relative;*/
    margin: 0 auto;
    margin-top: 20px;
  }
  .projectsShuffling .swiper-slide img{
    width: 256px;
    height: 240px;
    object-fit: cover;
  }
  .projectsShuffling .imgName {
    border: none;
    font-size: 16px;
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .projectMore {
    display: block;
    width: 193px;
    height: 46px;
    background: #ACCFFF;
    box-shadow: 2px 5px 6px rgba(80, 80, 80, 0.16);
    opacity: 0.59;
    border-radius: 33px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
    margin: 0 auto;
    margin-top: 33px;
    cursor: pointer;
  }
  .swiper2-button-prev {
    position: absolute;
    left: 0;
    top: 166px;
    cursor: pointer;
  }
  .swiper2-button-next {
    position: absolute;
    right: 0;
    top: 166px;
    cursor: pointer;
  }
  .list_img {
    display: inline-block;
    width: 268px;
    height: 185px;
    vertical-align: top;
    margin-right: 20px;
  }
/*  .focusImg {
    object-fit: cover;
  }
  .service_data {
    display: flex;
    margin-top: 38px;
    margin-bottom: 50px;
  }
  .service_list {
    display: inline-block;
    flex: 1;
    width: 152px;
    height: 50px;
    text-align: center;
    background-color: #737a9e;
    line-height: 50px;
    color: #fff;
    margin-left: 16px;
    list-style: none;
    cursor: pointer;
  }
  .carousel_title {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: rgba(0 , 0 , 0 , .5);
    text-decoration:none;
  }*/
  .active_data {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 16px;
  }
  .bg_tel {
    width: 358px;
    height: 282px;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 30px;
    padding-top: 60px;
  }
  .zs_title {
    font-size: 33px;
    line-height: 64px;
    color: #fff;
    margin-top: 34px;
  }
  .zs_tel {
    font-size: 18px;
    color: #fff;
  }
  .trade_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
   justify-content: space-between;
  }
  .trade_img {
    display: inline-block;
    width: 590px;
    height: 200px;
    margin-top: 20px;
    cursor: pointer;
    /*margin-right: 20px;*/
  }
  /*main 列表*/

  /*cha产业发展*/
.contentMain {
  display: block;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
}
  .carouselImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.focusMain {
  width: 100%;
  height: 468px;
  margin-top: 10px;
  position: relative;
}
.focusTabDetailCon {
  display: flex;
  width: 1100px;
  /*height: 190px;*/
  overflow: hidden;
  margin: 0 auto;
}
.focusTabDetailCon li {
  display: inline-block;
  width: 240px;
  height: 155px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  /*box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);*/
  opacity: 0.9;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 24px;
  cursor: pointer;
}
.focusTabDetailCon img {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 22px;
  object-fit: contain;
  margin: 0 auto;
}
.companyName {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #1A1A1A;
  line-height: 44px;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical
}
.introduceMoreBtn {
  width: 181px;
  height: 46px;
  background: #F7F8FA;
  border: 1px solid #D9D9D9;
  opacity: 0.9;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #1B1B1B;
  line-height: 46px;
  text-align: center;
  position: absolute;
  bottom: 38px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
}
/*自定义左右滑动*/
.arrowBtn {
  width: 1200px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  /*background-color: #00ffff;*/
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  /*z-index: 99;*/
}
.swiper-button-prev {
  /*display: inline-block;*/
  width: 40px;
  height: 40px;
  background: url("../../static/left.png");
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}
.swiper-button-next {
  /*display: inline-block;*/
  width: 40px;
  height: 40px;
  background: url("../../static/right.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:after {
  display: none;
}
.tongzhi ul {
  display: inline-table;
  z-index: 9999;
}
  /*cha产业发展*/
  /*投资园区*/
  .w50 {
    width: 565px;
    min-height: 400px;
    display: inline-block;
    vertical-align: bottom;
  }
  .video {
    display: block;
    width: 1200px;
    height: 463px;
    margin: 0 auto;
    background-color: #000;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .tz_type li{
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding-top: 32px;
    padding-left: 32px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .tz_type .jtys {
    width: 180px;
    height: 170px;
  }
  .tz_type .cyys {
    width: 440px;
    height: 170px;
  }
  .tz_type .cbys {
    width: 222px;
    height: 170px;
    margin-top: 4px;
  }
  .zsk_title2 {
    display: inline-block;
    width: 242px;
    height: 56px;
    margin-top: 20px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 56px;
    padding-right: 40px;
    box-sizing: border-box;
    margin-bottom: 24px;
  }
  .tzzn_type {
    display: block;
    padding: 0;
    text-align: center;
  }
  .tzzn_type li {
    width: 358px;
    height: 102px;
    list-style: none;
    margin-bottom: 19px;
    cursor: pointer;
  }
  .zsxmTable {
    width: 100%;
    height: 332px;
    overflow: hidden;
  }
  .zsxx_list {
    height: 332px;
    overflow: hidden;
  }
  .zsxx_list li {
    line-height: 32px;
    list-style: none;
    border: none;
  }
  /*投资园区*/
  /*首页视频*/
  .video-img {
    position: absolute;
    top: 0;
    cursor: pointer;
  }
  .swieds {
    display: none;
  }
  .testwipers a:hover {
    z-index: 9999;
  }
  /*视频集锦*/
  .videoHighlights {
    display: flex;
    width: 100%;
    margin-top: 26px;
    flex-wrap: wrap;
  }
  .videoHighlights li {
    display: inline-block;
    list-style: none;
    /*flex: 1;*/
    margin-right: 20px;
    width: 280px;
    height: 210px;
  }
  .videoHighlights p{
    height: auto;
    padding: 10px 0;
    text-align: center;
    border: none;
    font-size: 16px;
    color: #000;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .videoHighlights img {
    display: block;
    width: 100%;
    height: 165px;
    cursor: pointer;
  }