/************样式重定义***************/
body {
    color:#000;
}

.navigation-container {
    border:none;
}

.print-erp-navigation {
    width:275px;
    height:50px;
    margin:0 auto;
    text-align:center;
}

.print-erp-navigation li {
    float:left;
    height:20px;
    font-size:20px;
    margin-right:26px;
    border-right:1px solid #333;
    margin-top:25px;
    padding-right:26px;
    cursor:pointer;
}

.print-erp-navigation li:hover {
    color:#999;
}

.print-erp-navigation li:last-child {
    border:none;
    margin-right:0;
}

.print-erp-navigation-focus {
    font-weight:bold;
}



.navigation-container {
    border:none;
}

.company-info-navigation {
    width:550px;
    height:50px;
    margin:0 auto;
    text-align:center;
}

.company-info-navigation li {
    float:left;
    height:20px;
    font-size:20px;
    margin-right:26px;
    border-right:1px solid #333;
    margin-top:25px;
    padding-right:26px;
    cursor:pointer;
}

.company-info-navigation li:hover {
    color:#999;
}

.company-info-navigation li:last-child {
    border:none;
    margin-right:0;
}

.company-info-navigation-focus {
    font-weight:bold;
}

.company-picture-box {
    position: relative;
    margin-bottom: 5px;
}

.company-picture-box img{
    position: absolute;
    top:0;
    left:0;
    width:350px;
    height:200px;
}

.picbox-right-arr, .picbox-left-arr {
    margin-top:21%;
}

.picbox-right-arr:hover, .picbox-left-arr:hover {
    background:#bbb;
    color:#222;
}










/*****************main*****************/

.main-container {
    width:100%;
    /*background:#eee;*/
    padding-top:30px;
}

.items-container {
    width:1000px;
    margin:0 auto;
    background:rgb(251,251,251);
    padding:20px;
    position: relative;
}

.items-title {
    width:130px;
    height:30px;
    margin:0 auto;
    text-align:center;
    font-size:24px;
    padding-bottom:14px;
    border-bottom:1px solid #333;
}

.company-intro {
    padding-bottom:40px;
    border-bottom:1px solid #999;
}

.company-intro h3 {
    font-weight: bold;
    font-size:16px;
    margin-top:10px;
    line-height:40px;
}

.company-intro p {
    text-indent: 2em;
    line-height:22px;
    font-size:15px;
    font-family:'宋体';
}

.company-site {
    float:right;
    cursor:pointer;
    margin-top:10px;
    color:#666;
    display: none;
}

.company-site:hover {
    color:#000;
}

.company-site i {
    font-size:13px;
}

.company-picture-outer-container {
    margin-top:20px;
}

.company-picture-outer-container h3 {
    font-size:20px;
    font-weight:bold;
}

.company-pictures-container {
    width:1100px;
    height:300px;
    margin:0 auto;
}

.company-picture {
    width:240px;
    height:180px;
    float:left;
    margin:10px;
    background:#ccc;
    border-radius:10px;
}

.company-picture img {
    width:240px;
    height:180px;
}

.company-picture:first-child {
    margin-left:0;
}


.top-block {
    width:100%;
    height:60px;
    position: absolute;
    top:-20px;
    background:#f9f9f9;
}

.bottom-block {
    width: 100%;
    height: 151px;
    margin-top: -150px;
    background: #f9f9f9;
    position:relative;
}







