.elli{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.container{
    width: 1220px !important;
}
.footer .container{
    width: 1260px !important;
}
.header {
    background: url(../images/header_bg.png) no-repeat;
    background-size: 100% 100%;
    min-height: 808px;
}
.logo{
    margin-top: 14px;
}
.tzdl-tit{
    width: 100%;
    margin-top: 12px;
}
/* main */
.main{
    margin-top: -390px;
}
/* 招商tit公共样式 */
.zs-tit{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.zs-tit a img{
    object-fit: cover;
}
/* 招商动态 */
.zsdt .zs-tit{
    margin-top: 42px;
}
.zsdt-con{
    position: relative;
    width: 100%;
    margin: 30px 0;
}
.zsdt-l{
    width: 65.57%;
    overflow: hidden;
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    left: 50%;
    bottom: 15px;
    width: 20%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0%;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #D43030
}
.zsdt-l .swiper-slide{
    position: relative;
}
.zsdt-l .swiper-slide img{
    display: block;
    width: 100%;
    height: 450px;
}
.zsdt-l .swiper-slide p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 18px;
    padding-right: 20%;
    line-height: 52px;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
}
.zsdt-r{
    position: absolute;
    top: 0;
    right: 0;
    width: 31.9%;
}
.zsdt-r li{
    display: flex;
    box-sizing: border-box;
    width: 389px;
    height: 99px;
    border: 1.01px solid rgba(214, 232, 255, 1);  
    box-shadow: 3.04px 4.05px 13.17px  rgba(204, 227, 255, 0.6);
}
.zsdt-r li:hover{
    background: url(../images/zsdt_li_hov.png) no-repeat;
    background-size: 100% 100%;
    border:none;
    box-shadow:none;
}
.zsdt-r li+li{
    margin-top: 18px;
}
.zsdt-r li .time{
    text-align: center;
    margin: 12px;
    padding: 13px 10px;
    width: 76px;
    height: 76px;
    background: #D9EBFF;
}
.zsdt-r li:hover .time{
    background:none;
    color:#fff;
}
.zsdt-r li:hover .time span{
     color:#fff;
}
.zsdt-r .time span{
    font-size: 22px;
    font-weight: 900;
    color: #2A82E4;
}
.zsdt-r .time p{
    font-size: 14px;
}
.zsdt-r li a{
    display: flex;
    align-items: center;
    width: 68%;
    height: 100%;
    border-left: none;
}
.zsdt-r li a p{
    padding-left: 3px;
    white-space: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
}
.zsdt-r li:hover a p{
    color:#fff;
    font-weight:700;
}
/* 招商指南 */
.zszn-box{
    padding: 30px 0 36px 0;
    background: #F0FAFF;
}
.zszn-l{
    float: left;
    width: 30.33%;
}
.zszn-r{
    float: left;
    margin-left: 2.45%;
    width: 67.22%;
}
.zszn-r li{
    margin-top: 20px;
    float: left;
    width: 48.77%;
    height: 94px;
    display: block;
    background: url(../images/zszn_libg.png) no-repeat;
    background-size: 100% 100%;
    padding: 12px 0 8px 20px;
    box-shadow: 0px 5px 16px  #C7D1E2;
}
.zszn-r li:nth-child(1),.zszn-r li:nth-child(2){
    margin-top: 0;
}
.zszn-r li:nth-child(2n+1){
    margin-left: 0;
}
.zszn-r li+li{
    margin-left: 20px;
}
.zszn-r li span{
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}
.zszn-r li span::before{
    margin-right: 18px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url(../images/zszn_li.png) no-repeat;
    background-size: 100% 100%;
}
.zszn-r li span::after{
    margin-top: 15px;
    margin-bottom: 5px;
    content: "";
    display: block;
    width: 75%;
    border-bottom: 2px dashed #A0C6F2;
}
.zszn-r li p.date{
    color: #A0C6F2;
}
/* 招商项目 */
.zsxm-box{
    margin: 30px 0 40px 0;
}
.zsxm-box .zs-tit{
    margin-bottom: 0;
}
.zsxm-con li{
    position: relative;
    float: left;
    display: flex;
    box-sizing: border-box;
    width: 48.76%;
    height: 126px;
    margin-top: 30px;
    box-shadow: 0px 5px 16px #C7D1E2;
}
.zsxm-con li+li{
    margin-left: 2.46%;
}
.zsxm-con li:nth-child(2n+1){
    margin-left: 0;
}
.zsxm-con li::before{
    content: "";
    display: block;
    width: 1.01%;
    height: 100%;
    background: linear-gradient(127.21deg, #7DD8FF 0%, #3392FF 100%);
}
.zsxm-con .date{
    position: absolute;
    top: 0;
    margin: 38px 28px;
    width: 10%;
}
.zsxm-con .date span{
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    color: #2A82E4;
    text-align: center;
}
.zsxm-con .date p{
    font-size: 14px;
}
.zsxm-con .zsxm-list{
    position: absolute;
    right: 0;
    margin: 18px 24px 15px 2px;
    width: 76.5%;
}
.zsxm-con .zsxm-list span{
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.zsxm-con .zsxm-list p{
    margin-top: 5px;
    font-size: 16px;
    line-height: 28px;
    color: #A6A6A6;
    white-space: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 招商视频 */
.zssp-box{
    padding: 40px 0 55px 0;
    background: url(../images/zssp_bg.png) no-repeat;
    background-size: 100% 100%;
}
.zssp-con{
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}
.zssp-con .swiper-slide video {
    width: 100% !important;
    height: 394px !important;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.xcp-tit{
    margin-top: 30px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
@media screen and (max-width: 1200px) {
    /* 招商指南 */
    .zszn-r li+li{
        margin-left: 2%;
    }
}
@media screen and (max-width: 992px) {
    .header {
        min-height: 500px;
    }
    .logo img{
        width: 40%;
    }
    .tzdl-tit img{
        width: 60%;
    }
    .main{
        margin-top: -170px;
    }
    /* 招商动态 */
    .zsdt-l{
        width: 53%;
    }
    .zsdt-r{
        width: 45%;
    }
    .zsdt-r li{
        width: 100%;
        height: 80px;
    }
    .zsdt-r li+li{
        margin-top:10px;
    }
    .zsdt-r li .time{
        margin: 8px;
        padding: 4px;
        width: 65px;
        height: 65px;
    }
    .zsdt-l .swiper-slide img{
        height: 350px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
        left: 38%;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }
    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
    /* 招商指南 */
    .zszn-l{
        width: 40%;
    }
    .zszn-r{
        margin-left: 2%;
        width: 57%;
    }
    .zszn-r li{
        margin-top: 12px;
        height: 80px;
    }
    .zszn-r li span::after{
        margin-top: 10px;
    }
    /* 招商项目 */
    .zsxm-con li{
        height: 110px;
    }
    .zsxm-con .date{
        margin: 31px 15px;
        width: 16%;
    }
    .zsxm-con .zsxm-list{
        margin: 12px;
        width: 72%;
    }
    /* 招商视频 */
    .zssp-con .swiper-slide video {
        height: 280px !important;
    }
}
@media screen and (max-width: 768px)  {
    /* 招商动态 */
    .zsdt-box{
        min-height: 860px;
    }
    .zsdt-l{
        width: 100%;
    }
    .zsdt-r{
        width: 100%;
        top: 110%;
    }
    .zsdt-r li a{
        width: 85%;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
        left: 85%;
        bottom: 15px;
        width: 15%;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}
@media screen and (max-width: 431px)  {
    .header {
        min-height: 330px;
    }
    .tzdl-tit img{
        width: 60%;
    }
    .zs-tit a img{
        height: 35px;
    }
    /* 招商动态 */
    .zsdt-box{
        min-height: 660px;
    }
    .zsdt-l .swiper-slide img{
        height: 200px;
    }
    .zsdt-l .swiper-slide p{
        padding-left: 10px;
        padding-right: 20%;
        line-height: 40px;
    }
    .zsdt-r li a p{
        font-size: 16px;
    }
    .zsdt-r .time span{
        font-size: 18px;
    }
    .zsdt-r .time p{
        font-size: 12px;
    }
    .zsdt-r li .time{
        margin: 8px;
        padding: 10px 4px;
        width: 62px;
        height: 62px;
    }
    /* 招商指南 */
    .zszn-l{
        width: 80%;
        margin: 0 10%;
    }
    .zszn-r{
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
    }
    .zszn-r li{
        width: 100%;
    }
    .zszn-r li:nth-child(2){
        margin-top: 12px;
    }
    .zszn-r li+li{
        margin-left: 0;
    }
    .zszn-r li span{
        font-size: 16px;
        width: 95%;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
        left: 80%;
        bottom: 8px;
        width: 20%;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 2px;
    }
    /* 招商项目 */
    .zsxm-box{
        margin: 20px 0 30px 0;
    }
    .zsxm-con li{
        width: 100%;
        margin-top: 20px;
        height: 90px;
    }
   .zsxm-con li+li{
        margin-left: 0;
    }
    .zsxm-con .zsxm-list span{
        font-size: 16px;
    }
    .zsxm-con .zsxm-list p{
        font-size: 14px;
        line-height: 20px;
    }
    .zsxm-con .date{
        margin: 25px 12px;
        width: 16%;
    }
    .zsxm-con .date span{
        font-size: 18px;
    }
    .zsxm-con .date p{
        font-size: 12px;
    }
    .zszn-r li p.date{
        font-size: 14px;
    }
    /* 招商视频 */
    .zssp-box{
        padding: 30px 0 35px 0;
    }
    .zssp-con .swiper-slide video {
        height: 200px !important;
    }
    .xcp-tit{
        margin-top: 15px;
        font-size: 16px;
    }
    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
}