/*标题*/
.main_title{
    text-align: center;
    font-size: 28px;
    color: #c8d91f;
}
.main_title h2{
    font-size: 48px;
    color: #333;
    font-weight: bold;
}
.main_title02{
    background: url("/images/case_title_bg.png") no-repeat right bottom #f2f2f2;
    height: 300px;
    font-size: 34px;
}
.main_title02 h2{
    padding: 10px 0;
    font-weight: bold;
    font-size: 48px;
}

/*专业服务*/
/* .gallery-top {
    height: 80%;
    width: 100%;
}*/
.gallery-thumbs {
    width: 100%;
    box-sizing: border-box;
} 
.gallery-thumbs .swiper-slide {
    padding: 20px 0;
    text-align: center;
    height: 100%;
    cursor: pointer;
    font-size: 22px;
    width: auto!important;
}
.gallery-thumbs .swiper-slide p{ font-size: 14px; color: #d8d8d8; }
.gallery-thumbs .swiper-slide-thumb-active{ 
    border-top: 2px solid #c8d91f;
}
.gallery-thumbs .swiper-slide-thumb-active h3{
    font-weight: bold;
}
.gallery-thumbs .swiper-pagination{ box-sizing: border-box;}

/*关于我们*/
.main_about{ background: url("/images/about_bg.png") no-repeat left center; }
.main_about_text p{
    text-align: center;
    font-size: 26px;
}
.main_about_text div{
    line-height: 30px;
}
.main_about_time { text-align: center; }
.main_about_time li{width:30%;border-right: 1px solid #e6e6e6 ; }
.main_about_time li:last-child{ border-right: none}
.main_about_time h3{font-size: 60px;}
.main_about_time span{ font-size: 40px; }
.main_about_time p{ font-size: 18px; }

/*专业服务*/
.product_wrap{ padding-left: 8%;padding-right: 8%; }
.product_wrap .swiper-wrapper{display: flex;flex-wrap: wrap;justify-content: space-between;}
.main_product{ 
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex; 
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    background:rgba(0, 0, 0, .5);
    color: #fff;
}
.main_product_icon{ padding: 22px 30px 0 0; border-right: 1px solid #d8d8d8; }
.main_product_icon .iconfont{ font-size: 60px;line-height: 0; }
.main_product_text{ width: 80%; padding-left: 30px; font-size: 20px; color: #c8d91f;}
.main_product_text p{ 
    padding-top:22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px; 
    color: #fff; 
}
.gallery-top .swiper-pagination{ text-align: right; }
.gallery-top .swiper-pagination-bullet-active{ background: #c8d91f!important; }
.gallery-top .swiper-pagination-bullet{ width: 12px; height: 12px; background: #fff; }

/*兴源资讯*/
.main_news{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #20222e;
    border-bottom: 1px solid #454a59;
}
.main_news_tab{
    display: flex;
    font-size: 24px;
    color: #fff;
}
.main_news_tab div{ margin-right: 50px; cursor: pointer; } 
.main_news_tab_active{ color: #c8d91f; } 
.main_news_con{
    overflow: hidden;
    display: none;
    width: 100%;
    color:#fff
}
.main_news_con a{ color: #fff; }
.main_news_con a:hover h2{ color: #c8d91f; }
.main_news_con:nth-child(1){ display: block; }
.main_news_left{
    position: relative;
    overflow: hidden;
    width: 45%;
}
.main_news_right{
    position: relative;
    overflow: hidden;
    width: 50%;
    height: auto;
}
.main_news_time{ 
    padding: 15px 0;
    font-size: 18px;
    font-style: italic;
}
.main_news_right .main_news_time{ font-size: 14px; }
.main_news_left h2,
.news_right_text h2{
    overflow: hidden;
    font-size: 18px; 
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_news_left div:last-child { margin-top: 15px; }
.main_news_right li:nth-child(2){margin-top: 23px;}
.main_news_right .main_news_img{ width: 42%; }
.news_right_text{ width: 55%; }
.news_right_text div{ line-height: 25px; }
.main_news_right li:nth-child(n+3){ margin-top: 25px; background: url("/images/yuan.png") no-repeat left center; }
.main_news_right li:nth-child(n+3) .main_news_img,
.main_news_right li:nth-child(n+3) .news_right_text div{
    display: none;
}
.main_news_right li:nth-child(n+3) .news_right_text{
    padding: 0 10px 0 30px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
}
.main_news_right li:nth-child(n+3) .news_right_text h2{
    font-weight: normal;
    font-size: 14px;
}
.main_news_right li:nth-child(n+3) .main_news_time{
    padding: 0;
    font-style: normal;
    color: #a8a7a7;
}


/*媒体查询*/
@media (max-width:1920px) and (min-width:1700px) {
    .news_right_text div{ line-height: 30px; }
}

@media (max-width:991px ){
    .main_title h2{ font-size: 22px; }
    .main_about_text p {font-size: 16px;}
    .main_title02{ font-size: 14px; height: 120px; background-size:50% ;}
    .main_title02 h2{ font-size: 18px; }
    .main_title,.main_about_time h3,.main_about_time span{ font-size:20px }
    .main_about_time p{ font-size: 14px; }
    .main_about_time li{ border-right: none;}
    .product_wrap{ padding:0; }
    .product_wrap .swiper-wrapper{flex-wrap: nowrap;justify-content: space-between;}
    .main_product_icon{ display: none; }
    .main_product_text p{ padding: 0; }
    .main_product{ padding-top:8px;padding-bottom: 8px; }
    .main_product_text{ padding-left: 0; }
    .gallery-thumbs .swiper-slide{ font-size: 16px; }
    .main_news{ padding-top: 20px; padding-bottom: 20px; }
    .news_tab{ overflow: scroll; }
    .main_news_tab{ width: 600px; font-size: 18px;}
    .main_news_left,.main_news_right{ width: 100%; }
    .main_news_right{ padding-top: 20px; }
    .main_news_right li:nth-child(n+3) .news_right_text{ padding: 0 10px 0 12px;}
    .main_news_left div:last-child ,.main_news_right div{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .main_news_left h2{ color: #c8d91f; }
}
