/************样式重定义***************/
body {
    color:#000;
}

.navigation-container {
    border:none;
}

.print-erp-navigation {
    width:880px;
    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:505px;
    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-container {
    width:100%;
    position: relative;;
    /*background:#eee;*/
    padding:10px 0;
}

.company-info-container {
    width:1170px;
    margin:30px auto;
    background: #fff;
}

.company-info-title {
    text-align: center;
    /*margin:10px 0;*/
    padding-top:30px;
    margin-bottom: 30px;
    font-size:20px;
}

.company-content-outer-container {
    width:100%;
    border-bottom:1px solid #aaa;
    margin-bottom: 30px;
}

.company-content {
    width:900px;
    margin:0 auto;

    padding-bottom: 20px;
    margin-bottom: 20px;
}

.company-example-container {
    /*width:500px;*/
    float:left;
}

.company-example-picbox {
    width:350px;
    margin-left:50px;
    float: left;
    height:200px;
    background:#ccc;
}

.company-example-container h3 {
    font-size:18px;
    line-height: 35px;
}

.company-example-container p {
    font-size:14px;
    line-height: 26px;
    text-indent: 2em;
}

.company-example-link {
    font-size:12px;
    color:#666;
    margin-top:20px;
    display: inline-block;
}

.company-intro-outer-container {
    width:100%;

}

.company-intro-container {
    width:900px;
    margin:0 auto;
}

.company-intro-title {
    text-align: center;
    padding-top:10px;
    margin-bottom: 30px;
    font-size:20px;
}

.company-intro-content h3{
    font-size:16px;
    line-height: 20px;
    font-weight: bold;
}

.company-intro-content p {
    font-size:12px;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom:10px;
}

.company-intro-list-container {
    width:759px;
    height:85px;
    margin:0 auto;
    margin-top:50px;
    background:url('../images/adv-png.png') no-repeat;
    padding:30px 0;
}






/************************************/

.print-erp-pop-container {
    position:fixed;
    z-index: 11;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(50,50,50,0.8);
    display: none;
    z-index: 10;
}

.print-erp-pop {
    position:relative;
    top:50%;
    left:50%;
    margin-top:-100px;
    margin-left:-200px;
    width:400px;
    height:200px;
    background:#fff;
}

.print-erp-pop-title {
    width:100%;
    height:60px;
    line-height: 60px;
    text-align: center;
    font-size:20px;
    background:#234388;
    color:#fff;
}

.print-erp-pop-content {
    width:100%;
    height:60px;
    line-height: 60px;
}

.print-erp-pop-content span:first-child {
    float:left;
    font-size:16px;
    margin-left:40px;
}

.print-erp-pop-content span:nth-child(2) {
    float:right;
    font-size:16px;
    margin-right:40px;
}

.print-erp-pop-btn {
    width:150px;
    height:40px;
    /*margin:10px auto;*/
    display:inline-block;
    margin-top:10px;
    margin-left:60px;
}

.print-erp-pop-cancel {
    width:100px;
    height:40px;
    margin-top:10px;
    margin-left:20px;
    display: inline-block;
    border:none;
    color:#333;
    background:#eee;
    transition:background 0.4s ease;

}

.print-erp-pop-cancel:active,.print-erp-pop-cancel:focus {
    outline:none;
}
.print-erp-pop-cancel:hover {
    background:#f7f7f7;
    color:#666;
}















