.title_div{
    text-align: center;
    height: 90px;
    font-size: 24px;
    line-height: 90px;
    margin-top: 20px;
}
.title_div span{
    font-size: 18px;
}
.btn_bar{
    display: block;
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
}
.btn_bar a{
    background: #2eaaf2 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.product_tab a{
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #2eaaf2;
    color: #242424;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.product_tab a:hover{
    text-decoration: none;
    background: #2eaaf2;
    color: #ffffff;
}
.product_mod{
    display: none;
}
.product_div .mod{
    float: left;
    margin-bottom: 5px;
    margin-left: 2%;
    margin-top: 5px;
    position: relative;
    width: 46%;
}
.product_div .mod_clear{
  /*  margin-right: 0;*/
}
.product_div .mod a{
    color: #ffffff;
}
.product_div .mod img{
    width: 100%;
}
.product_div .mod .name_div{
    position: absolute;
    width: 100%;
    height: 46px;
    line-height: 46px;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    text-align: center;
    font-size: 14px;
}


.company_mod{
    font-size: 16px;
    line-height: 30px;
    margin: 0 15px;
}


.case_mod ul li div{
/*    width: 250px;*/
}

#case_mod{
    margin: 20px auto;
    overflow: hidden;
    width: 100%;
}
#case_mod ul li{
    width: 96%;margin: 0 2%;
    list-style: none;
    margin-bottom: 5px;
}
#case_mod ul li img { width: 100%; display: block;}
#case_mod ul li .tit{ width: 100%; height: 40px;line-height: 40px; display: inline-block;text-align: center;background: #239fe7;color: #ffffff;font-size: 14px;}


.news_mod ul li{
    width: 100%;
    list-style: none;
    height: 60px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.news_mod ul li span{
    background: #2eaaf2 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    height: 60px;
    line-height:60px;
    text-align: center;
    width: 100px;
    font-size: 16px;
}
.news_mod ul li a{
    color: #242424;
}
.news_mod ul li .index_news_text{
    float: left;
    /*width: 380px;/*/
    height: 60px;
    margin-left: 5px;
    width: calc(100% - 110px);
}
.news_mod ul li .index_news_text .n1{
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    height: 20px;
    overflow: hidden;
}
.news_mod ul li .index_news_text .n2{
    font-size: 12px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    color: #757575;
}
.news_mod ul li:hover{
    background: #239fe7;
}
.news_mod ul li:hover a{
    color: #ffffff;
}
.news_mod ul li:hover .n2{
    color: #ffffff;
}