

/*公司简介项目*/

.company-info-outer{
    width: 100%;
    float: left;
    min-width: 1200px;
    margin-top: 70px;
    margin-bottom: 30px;

}
.company-info-box{
    width: 1000px;
    margin: auto;
}
.info-line-box{
    width: 100%;
    float: left;
    margin-bottom: 50px;

}
.info-left-img{
    width: 87px;
    float: left;

    margin-left: 60px;
}
.info-right-content{
    width:783px;
    float: right;


}

.info-right-content h3{
    margin-top: 12px;
    color: #2c406a;
    font-weight: 600;
    margin-bottom: 20px;
}
.info-right-content p{
    color: #555555;
    font-size: 16px;
    line-height: 28px;

}


/*网站地图项目*/
.sitemap-outer{width: 100%;float: left;min-width: 1200px;margin-top: 70px;margin-bottom: 30px;}
.sitemap-box{width: 1100px;margin: auto;}
.sitemap-Column{ width:300px; margin:0 25px; float:left;}
.sitemap-list{ border:1px solid #d9d9d9; margin-bottom:20px; padding-bottom:10px; }
.sitemap-list a{ color:#000;}
.sitemap-list a:hover{ color:#0099ff;}
.sitemap-list h1,.sitemap-list h2,.sitemap-list h3,.sitemap-list h4{ margin:0;padding:0;padding-left:26px;font-family:"微软雅黑","yahei"; font-weight:normal;}
.sitemap-list h1 a,.sitemap-list h2 a,.sitemap-list h3 a,.sitemap-list h4 a{}
.sitemap-list h1{ font-size:21px;font-weight:bold; border-bottom:1px solid #d9d9d9; line-height:48px; background:url(http://www.winit.com.cn/images/sitemap_titlebg.jpg) repeat-x; }
.sitemap-list h1 a{ color:#2c406a;}
.sitemap-list h2{ font-size:18px;font-weight:bold; line-height:36px;}
.sitemap-list h3{ font-size:16px; line-height:28px;}
.sitemap-list h4{ font-size:14px;line-height:24px;padding-left:36px;}
