/*定义首页所有css*/

.hb_inner{
    background-color: transparent;
    color: #ffffff;

}
.hb_inner .main-menu li>a{
    color: #fff;
}

.active_menu{
    background-color: #ffffff;
}
.active_menu #navigation li>a{
    color: #000;
}

.submenu li>a{
    color: #000 !important;
    font-size: 16px;
}


#bannerSwiper{

}

.banner-item {
    /*height: 680px;*/
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 18px;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.banner-item .com-object-fit-cover{
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    transition: all 0.3s ease;
}


/*产业服务*/

.section-title .num-count{
    display: inline-block;
    font-size: 14px;
    width: 120px;
    font-weight: 500;
}
.section-title .num{
    font-size: 20px;
    color: #1eadf1;
}
.section-title .counterup{
    font-size: 38px;
}


.single-service{

}
.ss-tow-thumb {
    overflow: hidden;
}

.ss-tow-thumb img{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ss-tow-thumb img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service h2 a {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    display: block;
    background: #f1f1f1;
    padding: 12px;
}

.single-service h2 a:hover {
    color: #199cdb;
}




/*新闻部分*/
#newsSwiper{
}
.swiper-news-item{
    height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.swiper-news-item .news-title{
    width:100%;
    height:100px;
    opacity:0.8;
    color:#000;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f1f1f1;
    line-height:80px;
    font-size:20px;
    vertical-align: middle;
}

.swiper-news-item .news-img{
    width: 100%;
    height: 100%;
}

.ft-blog2-right {}

.ft-dsfvsdf-single {
    overflow: hidden;
    margin-bottom: 10px;
    background: #ffffff;
    border: solid 1px #f1f1f1;
}

.categorys{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 36px;
}
.category{
    display: inline-block;
    cursor: pointer;
}
.active{
    color: #333;
    font-size: 24px;
}

.ft-dsfvsdf-single:last-child {
    margin-bottom: 0;
}

.ft-dfvdfv-left {
    float: left;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #f1f1f1;
    color: #333333;
    margin-right: 4px;
}
.ft-dfvdfv-left .day{
    font-size: 24px;
}
.ft-dfvdfv-left .date{
    font-size: 16px;
}

.ft2-content {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;

}

.ft2-content h2 a {
    /*color: #666666;*/
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    display: block;
    margin-top: 12px;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.ft2-content h2 a:hover {
    color: #199cdb;
}

.ft2-content p{
    font-size: 12px;
    line-height: 16px;
}

.news-list{
    display: none;
}

/*产业园*/
.chanye-area{

}

.cy-area{
    width: 100%;
    height: 380px;
}
.cy-area .item{
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;

    /*border: 1px solid rgba(0,0,0,0.1);*/
}
.cy-area .item img{
    height: 100% !important;
    width: 100%;
}
.cy-area .item h2{
    font-size: 28px;
    line-height: 88px;
}
.cy-area .item p{
    font-size: 16px;

}

.cy-area .left-img{
    display: flex;
    justify-content: center;
    align-content: center;
    width: 50%;
}

.cy-area .right-text{
    width: 50%;
    background-color: rgba(242,242,242,1);
    padding: 20px;
    font-size: 14px;
}

.cy-area .ctitle{
    border-left: solid 5px #182e79;
    padding-left: 20px;
    font-weight: 700;
    font-size: 24px;
    margin: 20px 0;
    line-height: 36px;
    color: #004e94;
}

.cy-area .about-num {
    margin-top: 0;
    padding-top: 20px;
    background: none;
}
.about-num ul.f-cb{
    display: flex;
    flex-direction: row;
    padding: 0;
    list-style-type: none;
}
.about-num ul li{
    flex: 1;
}
.about-num .counter{
    font-size: 36px;
    line-height: 44px;
    color: #182e79;
    font-weight: bold;
    display: inline-block;
}
.about-num .count-unit{
    font-size: 16px;
    color: #555555;
    text-align: right;
    display: inline-block;
    font-style: normal;
}
.about-num li p{
    color: #555555;
    font-size: 16px;
}

.yq-pagination{
    text-align: right;
    padding-right: 60px;
}

