﻿@charset "UTF-8";

/*主体部分*/
/*五项产品分类*/
.home-banner {text-align:center;}
.home-banner img {
    height:436px;
    max-width:100%;
} 

#main{
    background: url(../images/bannerBottom01.png) no-repeat top center;
    padding-top:30px;
}

#main .indexSearch{
    width:1105px;
    height:180px;
    margin:0 auto;
    font-size: 0;
}

#main .indexSearch a{
    display: inline-block;
    margin-right: 70px;
}

#main .indexSearch a img{
   width:165px;height:165px;
}

#main .indexSearch a.aNoMargin{margin-right: 0;}

/*产品中心*/
.productCommon{
    width:260px;
    height:190px;
    border: 1px solid #d3d3d3;
    background: #ffffff;
    border-radius: 10px;
    padding:20px 10px;
    margin-right: 10px;
}
.productSolution ul,.productCenter ul{padding-top: 15px !important;}
.productCommon img{
    margin-top: 20px;
    border-right: 1px solid #d3d3d3;
    padding-right: 10px;
}
.productCommon ul{
    margin-left: 10px;
    padding:10px 0;
}
.productCommon ul li{
    line-height: 30px;
    padding-left: 20px;
    background: url(../images/dot.png) no-repeat 10px center;
}

.productCommon ul li a{
    display:block;
    width:160px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.notice{
    width:260px;
    height:230px;
    margin-left: 20px;
}
.noticeList{
    width:220px;
    height:138px;
    background: url(../images/noticebg.png) no-repeat center top;
    padding:20px;
    overflow:hidden;
}
.noticeList ul li{
    padding-left: 24px;
    background: url(../images/dot1.png) no-repeat 10px center;
    line-height: 26px;    
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.noticeList ul li a{color:#3d6889;}

/*典型用户*/
.typicalUser h3{
    font-size: 16px;
    height:30px;
    line-height: 30px;
    color: #3d6889;
    margin-bottom: 10px;
    background: url(../images/bgLine.png) no-repeat left bottom;
}
.typicalUser h3 a{
    display: inline-block;
    padding-right: 6px;
    color: #f39800;
    background: url(../images/triangle.png) no-repeat right center;
}
.typicalUser p{
    font-size: 0;
    padding-left:7px;
}
.typicalUser p a{
    display: inline-block;
    border-right: 1px solid #dbe5ee;
}
.typicalUser p a img {width:190px;height:59px;}
.typicalUser p a.borderBottom{border-bottom: 1px solid #dbe5ee;}











