@charset "utf-8";

/* 关于我们 */
.title{
    text-align: center;
    margin: 65px auto 40px;
}
.title span:nth-child(2n-1){
    color: #f00;
    font: bold 20px 微软雅黑;
}
.title span:nth-child(2){
    font: bold 18px 微软雅黑;
    margin:0 18px;
}
.title p{
    font-size: 12px;
    color: #9a9a9a;
}
.right_article{
    width: 650px;
    font-size:14px;
    color:#7d7d7d;
    text-indent:2em;
    line-height:2em;
}
.right_article a{
    color:#f00;
}
/* 我们的服务 */
.our_service li{
    float:left;
    height: 328px;
    position:relative;
}
.our_service li a{
    display:inline-block;
    width:200px;
    height:28px;
    font: normal 12px/28px 微软雅黑;
    text-align: center;
    color:#fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.our_service li:hover a{
    width:100%;
    height: 100%;
    background:rgba(51,146,238,0.6);
}
.our_service li:hover span{
    background:rgba(51,146,238,0.8);
    color: rgba(255,255,255,0.6);
}
.our_service li span{
    display:inline-block;
    width: 200px;
    height: 28px;
    background:#3392ee;
    position:absolute;
    bottom: 0;
    left:0;
}
/* 最新产品 */
.products img{
    width:220px;
    height:220px;
}
.products{
    float:left;
    margin-right: 25px;
}
.lastest_product .products:last-child{
    margin-right:0;
}
.products h4{
    font: bold 14px/40px 微软雅黑;
    color: #000;
}
.products p{
    font: normal 12px 微软雅黑;
    color:#ada9a7;
}
.products a:hover h4{
    color:#f00;
    text-decoration: underline;
}
.news>ul>li{
    width:580px;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:20px;
    padding-left:30px;
    margin-bottom:35px;
}
.news ul h2{
    font-size:16px;
    margin:10px auto 12px;
}
.news ul p{
    font-size:12px;
    color: #c9c8ca;
}
.news h2 a{
    color:#000;
}
.news h2 a:hover{
    color: #f00;
    text-decoration:underline;
}
.date{
    width: 62px;
    height:62px;
    background:#0077ed;
    color: #fff;
    text-align: center;
    box-sizing:border-box;
    margin-right:20px;
}
.date h3{
    font-size: 30px;
}
.date h4{
    font-size: 12px;
}
.news_pic{
    width: 550px;
}
.news_pic .industy_news{
    border:0;
}
.news_pic .industy_news a{
    color:#000;
}
.news_pic span{
    display:inline-block;
    width: 250px;
    height:100px;
    line-height:100px;
    text-align:center;
    background:#f5f5f5;
    font-weight: bold;
}
.news_pic span a:hover{
    color: #f00;
    text-decoration:underline; 
}
.news_pic img{
    width:300px;
    height:100px;
}
.news_pic .company_news{
    border:0;
}
.news_pic .company_news a{
    color:#000;
}
.news_pic .industy_news img{
    position:absolute;
}
.news_pic .company_news span{
    position:absolute;
}
.news_pic>ul>li{
    margin-bottom:20px;
}
