/* .headBg {
    min-width: 1200px;
    height: 480px;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
} */

.z_nav {
  width: 100%;
  /* background-color: #0bc25d; */
  background-color: #fff;
}
.z_nav .layui-nav {
  /* background-color: #e45010; */
  background-color: #fff;
  font-family: Microsoft YaHei;
  font-style: normal;
}

.z_nav li {
  width: 100%;
  padding-top: 8px;
 }

.z_nav li a{
  font-size: 18px;
  color: #fff;
 }

.logoCon {
    display: block;
    /*width: 1200px;*/
    margin: 0 auto;
}
/* .inputStyle {
    border-radius: 16px 0 0 16px;
    border: none;
    height: 62px;
    width: 484px;
    margin-top: 20px;
    font-size: 20px;
    font-size: 16px;
    padding: 0 12px;
    box-sizing: border-box;
} */
/* .searchLine {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    font-size: 0;
} */
/* .homeSearchBtn {
    background-color: #3A4A9A;
    border: none;
    border-radius: 0 16px 16px 0;
    height: 62px;
    vertical-align: bottom;
    width: 164px;
    font-size: 24px;
    color: #fff;
} */

/* .logo {
    position: relative;
    top: 20px;
    left: 40px;
} */
/* .menuStyle {
    display: flex;
    margin: 0 auto;
    text-align: center;
} */
.headmenu {
    /*width: 63%;*/
    margin: 0 auto;
}
.el-menu-item {
    padding: 0 36px;
}
/*介绍文字*/

.z_top {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
    background-color: #3a4a9a;
    box-sizing: border-box;
}
.detailLeft {
    display: inline-block;
    width: 580px;
    padding-top: 9px;
}
.detailRight {
    display: inline-block;
    width: 588px;
    height: 384px;
    margin-left: 20px;
}
.introduceDetailTitle {
    width: 100%;
    /*height: 48px;*/
    line-height: 30px;

    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    margin-bottom: 14px;
}
.detailRight {
    display: inline-block;
}
.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: #fff;
    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: 16px;
    color: #fff;
    float: right;
    bottom: 0;
    cursor: pointer;
    color: #14abb2;
    line-height: 40px;
}
.introduceMore {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    font-family: Source Han Sans CN;
    position: absolute;
    right: 82px;
    top: 146px;
}

/*介绍文字*/
.swiper1 {
display: block;
width: 100% !important;
height: 550px !important;
}
.swiper1 .swiper-wrapper {
height: 550px;
}

.swiper2 {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.swiper2 .swiper-wrapper {
  /* width: 472px; */
  /* height: 498px; */
  width: 100%;
  height: 100%;
}

/*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: 100%;
    /* width: 1200px; */
    /* min-height: 700px; */
    margin: 0 auto;
    /* margin-bottom: 34px; */
    /*text-align: center;*/
}
.news_left {
    display: inline-block;
    width: 565px;
    /* min-height: 400px; */
    /*height: 200px;*/
    /*background-color: red;*/
    margin-right: 43px;
}
.news_icon {
    vertical-align: middle;
    margin-right: 18px;
    display: inline-block; 
}
.news_title {
    font-family: Microsoft YaHei;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    vertical-align: middle;
    color: #3A4A9A;
    width: 428px;
    display: inline-block;
}
.news_list li {
    line-height: 44px;
    border-bottom: 1px solid #dbdce0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-style: normal;
    font-weight: normal;
    list-style: none;
    color: #000;
    cursor: pointer;
    /*font-weight: b;*/
}
.news_txt {
    display: inline-block;
    /* width: 650px; */
    width: 428px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-right: 20px;
    vertical-align: middle;
}
.news_txt:hover {
  color: #078ee9;
}
.news_time {
   width: 78px;
   display: inline-block;
    font-size: 14px;
    color: #999;
    font-family: Microsoft YaHei;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
}
.point {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 16px;
}
.news_right {
    display: inline-block;
    width: 565px;
    height: 480px;
}
.publicSection_title {
    display: block;
    width: 346px;
    height: 64px;
    line-height: 64px;
    margin-bottom: 8px;
    cursor: pointer;
}
.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: 264px;
    height: 56px;
    margin-top: 40px;
}
.more {
    display: inline-block;
    font-size: 14px;
    color: #5d6dbd;
    margin-left: 20px;
    cursor: pointer;
    width: initial;
}
.service {
  display: block;
  width: 100%;
  /* height: 600px; */
  /* background-color: #F1F1F1; */
}
.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;
}
.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;*/
}
.governmentBgImg {
  background-image: url(./../assets/zrmy/zyglzl.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.znzskBgimg {
  background-image: url('./../assets/zrmy/zsk.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.jjjcBgimg {
  background-image: url('./../assets/zrmy/hqhd.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.tongzhi4 .swiper-slide {
height: 75% !important;
vertical-align: middle;
background-color: transparent;
box-shadow: 1px 5px 11px 2px #00000021;
list-style: none;
cursor: pointer;
}
.tongzhi4 .swiper-slide-prev {
margin-left: -72px;
}
.tongzhi4 .swiper-slide-prev,.tongzhi4 .swiper-slide-next {
height: 260px !important;
vertical-align: middle;
z-index: 9;
}.tongzhi4 .swiper-slide-active {
/*zoom: 2;*/
width: 440px !important;
height: 100% !important;
vertical-align: middle;
z-index: 99;
}
.swiper-slide{
  width:330px;/*设为固定值*/
  width:auto;/*根据内容调整宽度*/
}
.swiper-container {
width: 100%;
height: 100%;
}
/*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: 20px;
  cursor: pointer;
  width: 588px;
  height: 384px;
}
.swieds {
  display: none;
}
.testwipers a:hover {
  z-index: 9999;
}
.moreSpecial {
  display: block;
  width: 330px;
  line-height: 46px;
  text-align: center;
  margin: 40px auto 0;
  height: 46px;
  font-size: 18px;
  background-color: #EBEBEB;
  color: #666;
  cursor: pointer;
}
/*专题专栏更多*/
.ztzlContent {
display: block;
width: 100%;
height: 440px;
}
.isShowSpecial {
  /*height: 440px;*/
  overflow: hidden;
  position: relative;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation: mymove 0.3s 1;
}
/*隐藏更多*/
.hideSpecial {
  overflow: hidden;
  position: relative;
  animation-iteration-count: 1;
  animation: hidemove 0.3s 1;
  animation-timing-function: linear;
}



@keyframes mymove {
from {height: 440px;}
to {height: 660px;}
}
@keyframes hidemove {
from {height: 660px;}
to {height: 440px;}
}


ul, li, p {
  margin: 0;
  padding: 0;
  /* width: 0% !important; */
}

.clearfix {
  zoom: 1
}


/* footer     start */
.footer {
  /* position: absolute;
  bottom: 0;
  left: 0; */
  width: 100%;

  background-color: #333333;
  color: #c4c5c6;
  font-size: 12px;
  letter-spacing: 0px;
}

.footer .content {
  width: 1330px;
  height: 350px;
  margin: 0 auto;
  padding-top: 80px;
  box-sizing: border-box;
  padding-left: 0;
}

.footer .content .title {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer .content a {
  font-size: 13px;
  color: #c4c5c6;
  line-height: 15px;
  display: inline-block;
}

.footer .content li {
  float: left;
}

.footer .content li .item {
  margin: 15px 0;
  font-size: 13px;
}

.footer .content li div img {
  width: 153px;
  height: 153px;
}

.footer .icp {
  padding: 20px 0;
  height: 40px;
  background-color: #000000;
}

.footer .icp p {
  text-align: center;
  font-size: 15px;
  color: #c4c5c6;
  line-height: 24px;
}
/* footer     end */