/* index 样式 */
.index-top{
    position: relative;
    width: 100%;
    height: 480px;
    background: #39bf3e;
    padding-top: 70px;
}
@media screen and (max-width: 1245px) { 
.index-top{width: 1245px} 
} 
.index-top-slogan{
    position: absolute;
    top: 50px;
    left: 20px;
    font-size: 32px;
    color: #fff;
}
.index-top-data{
    position: absolute;
    top: 180px;
}
.index-top-data-item{
    display:block;
    min-width: 150px;
    float:left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin: 0 20px;
}
.index-top-data-item span{
    display:block;
}
.index-top-data-item span.total-num{
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 50px;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin-top: 15px;
}
.top-bot-nav{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
}
.top-bot-nav-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 0;
}
.top-bot-nav > .em-container{
    height: 100%;
    display: flex;
}
.top-bot-nav-item{
    position: relative;
    display: block;
        flex: 1;
    height: 100%;
    line-height: 90px;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}
.top-bot-nav-item:hover{
    background: #31aa36;
}
.top-bot-nav-item.current{
    font-size: 20px;
    background: #f79700;
}
.top-bot-nav-item img{
    vertical-align: middle;
}
.index-video{
    width: 550px;
    height: 350px;
    border: 1px solid #cccccc;
    float: left;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    align-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
.index-news{
    width: 650px;
    height: 350px;
    float: right;
}
.index-news-header,
.index-order-header,
.index-companies-header,
.index-partner-header{
    position: relative;
    width: 100%;
    height: 21px;
    line-height: 20px;
    padding-left: 15px;
    border-left: 5px solid #31aa36;
    color: #31aa36;
    box-sizing: border-box;
    font-size: 20px;
}
.index-news-header > a,
.index-order-header > a,
.index-companies-header > a,
.index-partner-header > a{
    float: right;
    font-size: 14px;
    color: #31aa36;
    text-decoration: none;
}
.index-companies-header,
.index-companies-header > a{
    color: #fff;
}
.index-companies-header{
    margin-top: 45px;
    border-left: 5px solid #fff;
}
ul.index-news-body,
ul.index-order-body{
    padding:0;
    margin: 0;
    margin-top: 10px;
    list-style: none;
}
ul.index-news-body li{    
    list-style: none;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #cfcfcf;
}
ul.index-news-body li:last-child{
    border-bottom: none;
}
ul.index-news-body li a{
    display: block;
    width: 550px;
    font-size: 16px;
    color: #465664;
    text-decoration: none;
    float: left;
}
ul.index-news-body li a:hover{
    color: #f79700;
}
ul.index-news-body li span{
    float: right;
    font-size: 14px;
    color: #999;
}

/* 外协合作流程 */
.flow-title{
    display: block;
    text-align: center;
    font-size: 38px;
    letter-spacing: 3px;
}
div.em-container.flow-container{
    width: 1225px;
    margin-top: 40px;
}
.flow-item{
    display: block;
    width: 175px;
    float: left;
    text-align: center;
}
.flow-item .flow-icon{
    display: block;
    width: 130px;
    height: 130px;
    line-height: 130px;
    margin: 0 auto 20px auto;
    border: 3px solid #31aa36;
    border-radius: 100%;
}
.flow-item .flow-icon img{
    vertical-align: middle;
}

div.em-container.index-banner{
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    background: url('../images/index-banner1.jpg') no-repeat;
    height: 130px;
}
.index-order-release-btn{
    position: absolute;
    display: block;
    top: 35px;
    right: 30px;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background: #f79700;
    border-radius: 5px;
    text-decoration: none;
}

.index-order-header{
    margin: 30px auto 15px auto;
}
ul.index-order-body{
    margin-left: -15px;
    margin-right: -15px;
}
ul.index-order-body::after{
    content: '';
    display: block;
    clear: both;
}
ul.index-order-body > li{
    display: block;
    float: left;
    width: 25%;
    margin-bottom: 30px;
}
ul.index-order-body > li > div{
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    height: 275px;
    border: 1px solid #ccc;
    background: #fff;
}

.index-order-no{
    position: absolute;
    color: #31aa36;
}
.index-order-cate{
    position: absolute;
    right: 15px;
    color: #666;
}
.index-order-title{
    display: block;
    position: absolute;
    top: 45px;
    left: 15px;
    right: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #333;    
    text-decoration: none;
}
.index-order-num{
    position: absolute;
    top: 80px;
    left: 15px;
    font-size: 14px;
    color: #666;
}
.index-order-company{
    display: block;
    position: absolute;
    top: 115px;
    left: 15px;
    right: 15px;
    font-size: 14px;
    color: #666;
}
.index-order-company > a{
    color: #31aa36;
}
.index-order-date{
    position: absolute;
    top: 150px;
    left: 15px;
    font-size: 14px;
    color: #666;
}
.index-order-hits,
.index-order-quotation{
    position: absolute;
    top: 185px;
    left: 15px;
    font-size: 14px;
    color: #666;
}
.index-order-quotation{
    left: auto;
    right: 15px;
}
.index-order-quotation-btn-container{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 0;
}
.index-order-quotation-btn{
    display: block;
    width: 100px;
    height: 33px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #31aa36;
    border-radius: 2px;
    color: #31aa36;
    text-decoration: none;
}
.index-order-quotation-btn:hover{
    color: #ffffff;
    background: #31aa36;
}
/* 首页 企业名录 */
.index-companies-header{
    margin-bottom: 30px;
}
.index-companies-title{
    position: absolute;
    top: 15px;
    left: 240px;
    font-size: 45px;
    color: #fff;
    letter-spacing: 2px;
}
.index-companies-total{
    position: absolute;
    top: 30px;
    left: 700px;
    color: #fff;
    font-size: 18px;
}
.index-companies-total > span{
    font-size: 32px;
}
.index-companies-container{
    margin-left: -15px;
    margin-right: -15px;
}
.index-companies-groups{
    position: absolute;
    top: 120px;
    left: 240px;
}
.index-companies-groups::after{
    content: '';
    display: block;
    clear: both;
}
.index-companies-group{
    float: left;
    padding: 0px 40px;
    text-align: center;
    color: #fff;
}
.index-companies-group > span{
    font-size: 32px;
}
.index-companies-container::after{
    content: '';
    display: block;
    clear: both;
}
.index-company-item-container{
    width: 20%;
    height: 300px;
    float: left;
}
.index-company-item{
    margin: 0 15px;
    padding: 10px;
    height: 100%;
    background: #eeffee;
}
.index-company-item-logo{
    width: 100%;
    height: 125px;
    line-height: 125px;
    background: #fff;
    text-align: center;
    border: 1px solid #eee;
}
.index-company-item-logo > img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.index-company-item-name,
.index-company-item-info{
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}
.index-company-item-info{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.index-partner-header{
    margin: 30px 0;
}
.index-partner-container{
    margin: 0 -15px;
}
.index-partner-container::after{
    content: '';
    display: block;
    clear: both;
}
.index-partner-logo{
    width: 20%;
    float: left;
    height: 120px;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 10px;
}
.index-partner-logo img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

/* 易官网首页样式 */
.egw-top{
    background: url('../images/egw_top_bg.jpg') no-repeat center;
}
.egw-top-slogan{
    position: absolute;
    top: 50px;
    left: 20px;
    font-size: 32px;
    color: #fff;
    letter-spacing: 3px;
}
.egw-top-data{
    position: absolute;
    top: 100px;
    right: 40px;
}
.egw-top-data-item{
    display:block;
    min-width: 150px;
    float:left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin: 0 20px;
}
.egw-top-data-item span{
    display:block;
}
.egw-top-data-item span.total-num{
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 50px;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.egw-top-description{
    position: absolute;
    top: 120px;
    left: 50px;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
}

.egw-advantage-tags{
    display: block;
    position: absolute;
    padding: 5px 10px;
    background: #fff;
    box-shadow: 0 0 5px #333;
}
.egw-part-description{
    width: 870px;
    height: 350px;
    float: right;
    background: #eee;
}
.egw-part-description::after{
    content:'';
    display: block;
    clear:both;
}
.egw-part-description > div{
    position: relative;
    width: 50%;
    height: 50%;
    line-height: 25px;
    float: left;
    padding: 50px 35px;
}
.egw-advantage{
    display: block;
    position: absolute;
    top: 40px;
    left: 100px;
    right: 35px;
    font-size: 14px;
    color: #fff;
}
.egw-advantage span{
    display: block;
    margin-right: 30px;
    font-size: 18px;
    margin-bottom: 10px;
}
.egw-container{
    margin: 0 -15px;
}
.egw-container::after{
    content: '';
    display: block;
    clear: both;
}
.egw-item-container{
    width: 50%;
    float: left;
}
.egw-item-container::after{
    content: '';
    display: block;
    clear: both;
}
.egw-item{
    display: block;
    margin: 0 15px;
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    border: 1px solid #efefef;
}
.egw-item > img{
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
.egw-banner{
    height: 500px;
    background: url('../images/egw-banner1.jpg') no-repeat center;
}
.egw-banner-title{
    display: block;
    margin: 0 auto;
    font-size: 36px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
}
.egw-banner-circle{
    position: absolute;
    width: 200px;
    height: 200px;
    top: 150px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.egw-banner-circle.circle1{
    background: url('../images/circle1.png') no-repeat center;
    left: 43px;
}
.egw-banner-circle.circle2{
    background: url('../images/circle2.png') no-repeat center;
    left: 353px;
}
.egw-banner-circle.circle3{
    background: url('../images/circle3.png') no-repeat center;
    right: 353px;
}
.egw-banner-circle.circle4{
    background: url('../images/circle4.png') no-repeat center;
    right: 43px;
}
.egw-banner-circle span{
    display: block;
    font-size: 24px;
    margin: 65px 0 20px 0;
}
.egw-qrcode-info > img{
    margin-left: 150px;
}
.egw-qrcode-info > .label1{
    position: absolute;
    top: 60px;
    right: 150px;
    font-size: 36px;
    color: #333;
}
.egw-qrcode-info > .label2{
    position: absolute;
    top: 140px;
    left: 470px;
    font-size: 24px;
    color: #333;
}
/* 电子名片首页 */
.card-top{
    background: url('../images/card_top_bg.jpg') no-repeat center;
}
.card-top-slogan{
    position: absolute;
    top: 50px;
    right: 290px;
    font-size: 32px;
    color: #fff;
    letter-spacing: 3px;
}
.card-top-data{
    position: absolute;
    top: 150px;
    right: 270px;
}
.card-top-data-item{
    display:block;
    min-width: 150px;
    float:left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin: 0 20px;
}
.card-top-data-item span{
    display:block;
}
.card-top-data-item span.total-num{
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 50px;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.card-banner1 > img{
    display: block;
    margin: 0 auto;
}
.card-banner1-label1,
.card-banner1-label2{
    display: block;
    position: absolute;
    top: 150px;
    font-size: 16px;
}
.card-banner1-label1{
    left: 100px;
}
.card-banner1-label2{
    right: 100px;
    text-align: right;
}
.card-banner1-label1 > span.title,
.card-banner1-label2 > span.title{
    display: block;
    width: 140px;
    font-size: 20px;
    border-bottom: 3px solid #31aa36;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.card-banner1-label2 > span.title{
    float: right;
}
.card-container{
    margin: 0 -15px;
}
.card-container::after{
    content: '';
    display: block;
    clear: both;
}
.card-item-container{
    width: 25%;
    float: left;
    margin-bottom: 30px;
}
.card-item{
    display: block;
    margin: 0 15px;
    background: #fff;
    text-decoration: none;
    color: #333;
    padding: 20px;
}
.card-item > span{
    display: block;
}
.card-item-top{
    vertical-align: middle;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.card-icon{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    vertical-align: middle;
}
.card-item-info{
    vertical-align: middle;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.card-item-info img{
    vertical-align: middle;
}
.card-banner2{
    padding: 50px 0;
    height: 500px;
    background: url('../images/card-banner2.jpg') no-repeat center;
}
.card-banner-title{
    display: block;
    margin: 0 auto;
    font-size: 36px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
}
.card-banner-container{
    margin: 50px auto 0 auto;
}
.card-banner-container::after{
    content: '';
    display: block;
    clear: both;
}
.card-banner-item{
    width: 290px;
    float: left;
    margin-right: 180px;
    color: #fff;
    text-align: center;
}
.card-banner-item:last-child{
    margin-right: 0;
}
.card-banner-item > img{
    display: block;
    margin-bottom: 20px;
}
.card-qrcode-info > img{
    margin-left: 150px;
}
.card-qrcode-info > .label1{
    position: absolute;
    top: 60px;
    right: 150px;
    font-size: 36px;
    color: #333;
}
.card-qrcode-info > .label2{
    position: absolute;
    top: 140px;
    left: 470px;
    font-size: 24px;
    color: #333;
}
/* 联盟首页 */
.section-top{
    background: url('../images/sec_top_bg.jpg') no-repeat center;
}
.sec-top-slogan{
    position: absolute;
    top: 50px;
    right: 240px;
    font-size: 36px;
    color: #fff;
    letter-spacing: 3px;
}

.sec-top-data{
    position: absolute;
    top: 150px;
    right: 240px;
}
.sec-top-data-item{
    display:block;
    min-width: 150px;
    float:left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin: 0 20px;
}
.sec-top-data-item span{
    display:block;
}
.sec-top-data-item span.total-num{
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 50px;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.sec-banner-content{
    width: 680px;
    height: 300px;
    line-height: 30px;
    padding: 10px 0;
    font-size: 18px;
    float: right;
    letter-spacing: 3px;
}
.sec-banner1{
    padding: 50px 0;
    height: 420px;
    background: url('../images/sec_banner1.jpg') no-repeat center;
}
.sec-banner1-title{
    display: block;
    margin: 0 auto;
    font-size: 36px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
}
.sec-container{
    margin: 0 -15px;
}
.sec-container::after{
    content: '';
    display: block;
    clear: both;
}
.sec-item-container{
    float: left;
    width: 33.33%;
    margin-bottom: 30px;
}
.sec-item{
    display: block;
    margin: 0 15px;
    padding: 15px;
    background: #fff;
    text-decoration: none;
    color: #333;
    border: 1px solid #efefef;
}
.sec-item::after{
    content: '';
    display: block;
    clear: both;
}
.sec-item span{
    display: block;
}
.sec-item > span{
    margin-left: 75px;
}
.sec-icon{
    float: left;
    width: 60px;
    height: 60px;
}
.sec-item-title{
    padding-top: 3px;
    font-size: 18px;
}
.sec-banner1 > .em-container > div{
    margin-top: 60px;
}
.sec-banner1 > .em-container > div::after{
    content: '';
    display: block;
    clear: both;
}
.sec-banner1-item{
    float: left;
    width: 33.33%;
    color: #fff;
    text-align: center;
}
.sec-banner1-item > div{
    position: relative;
    width: 80%;
    height: 168px;
    margin: 0 auto;
}
.sec-banner1-item span{
    display: block;
    padding-top: 45px;
    margin-bottom: 20px;
    font-size: 24px;
}
.sec-banner1-item-bg{
    position: absolute;
    width: 100%;
    height: 100%;    
    background: #fff;
    opacity: 0.1;
    border-radius: 5px;
}
.sec-item-owner{
    padding-top: 10px;
    font-size: 14px;
    color: #999;
}

.sec-qrcode-info > img{
    margin-left: 150px;
}
.sec-qrcode-info > .label1{
    position: absolute;
    top: 60px;
    right: 150px;
    font-size: 36px;
    color: #333;
}
.sec-qrcode-info > .label2{
    position: absolute;
    top: 140px;
    left: 470px;
    font-size: 24px;
    color: #333;
}
/* 供求信息首页 样式 */
.sd-top{
    background: url('../images/sd_top_bg.jpg') no-repeat center;
}
.sd-top-slogan{
    position: absolute;
    top: 70px;
    left: 60px;
    font-size: 32px;
    color: #fff;
    letter-spacing: 3px;
}
.sd-top-description{
    position: absolute;
    top: 150px;
    left: 102px;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
}
.sd-top-data{
    position: absolute;
    top: 100px;
    right: 40px;
}
.sd-top-data-item{
    display:block;
    min-width: 150px;
    float:left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin: 0 20px;
}
.sd-top-data-item span{
    display:block;
}
.sd-top-data-item span.total-num{
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 50px;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.sd-advantage-tags{
    display: block;
    position: absolute;
    padding: 5px 10px;
    background: #fff;
    box-shadow: 0 0 5px #333;
}
.sd-part-description{
    width: 870px;
    height: 350px;
    float: right;
    background: #eee;
}
.sd-part-description::after{
    content:'';
    display: block;
    clear:both;
}
.sd-part-description > div{
    position: relative;
    width: 50%;
    height: 50%;
    line-height: 25px;
    float: left;
    padding: 50px 35px;
}
.sd-banner-title{
    display: block;
    margin: 20px auto;
    font-size: 36px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    color: #333;
}
.sd-banner-description{
    display: block;
    font-size: 18px;
    margin-bottom: 50px;
}
.sd-container{
    margin: 0 -15px;
}
.sd-container::after{
    content: '';
    display: block;
    clear: both;
}
.sd-item-container{
    width: 33.33%;
    float: left;
}
.sd-item{
    display: block;
    margin: 0 15px;
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    border: 1px solid #efefef;
}
.sd-item-top{
    height: 34px;
    vertical-align: middle;
}
.sd-item-top > img{
    display: block;
    float: left;
    width: 34px;
    height: 34px;
}
.sd-item-title{
    display: block;
    margin: auto 90px auto 44px;
    padding-top: 5px;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.sd-item-date{
    height: 100%;
    padding-top: 10px;
    float: right;
    font-size: 14px;
    color: #999;
}
.sd-item-mid{
    padding: 15px 0;
    font-size: 16px;
}
.sd-item-bot{
    position: relative;
    height: 40px;
}
.sd-item-bot > .author-icon{
    width: 40px;
    height: 40px;
    background: #efefef;
    border-radius: 40px;
    float: left;
}
.sd-item-bot > .author-name{
    display: block;
    width: 200px;
    float: left;
    font-size: 14px;
    color: #666;
    padding-top: 10px;
    padding-left: 10px;
    text-decoration: none;
    color: #666;
}
.sd-item-hits,
.sd-item-msg{
    position: absolute;
    width: 50px;
    height: 40px;
    line-height: 40px;
    right: 0px;
    font-size: 14px;
    vertical-align: middle;
}
.sd-item-hits{
    right: 100px;
}
.sd-item-hits > img,
.sd-item-msg > img{
    position: absolute;
    top: 11px;
    left:-23px;
}
.sd-banner{
    padding: 50px 0;
    height: 400px;
    background: #31aa36;
}
.sd-banner-slogan{
    margin-bottom: 50px;
    padding-top: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: 3px;
}
.sd-banner-container{
    margin: 0 -30px;
}
.sd-banner-container::after{
    content:'';
    display: block;
    clear: both;
}
.sd-banner-item{
    float: left;
    width: 33.33%;
    height: 148px;
}
.sd-banner-item > div{
    position: relative;
    margin: 0 30px;
    height: 100%;
    border: 2px solid #f79700;
    border-radius: 5px;
}
.sd-banner-item > div > img{
    position: absolute;
    top: 40px;
    left: 30px;
}
.sd-banner-item > div > span{
    position: absolute;
    top: 48px;
    left: 110px;
    font-size: 32px;
    color: #fff;
}
.sd-qrcode-info > img{
    margin-left: 150px;
}
.sd-qrcode-info > .label1{
    position: absolute;
    top: 60px;
    right: 150px;
    font-size: 36px;
    color: #333;
}
.sd-qrcode-info > .label2{
    position: absolute;
    top: 140px;
    left: 470px;
    font-size: 24px;
    color: #333;
}
/* 外协列表 */
.os-top{
    position: relative;
    width: 100%;
    height: 480px;
    background: #31aa36;
    /*padding-top: 70px;*/
    text-align: center;
}
div.em-container.os-banner{
    padding: 20px;
    margin-bottom: 20px;
    background: url('../images/index-banner1.jpg') no-repeat;
    height: 130px;
}
ul.os-order-body{
    padding:0;
    margin: 10px -15px;
    list-style: none;
}
ul.os-order-body::after{
    content: '';
    display: block;
    clear: both;
}
ul.os-order-body > li{
    display: block;
    float: left;
    width: 25%;
    margin-bottom: 30px;
}
ul.os-order-body > li > div{
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    height: 275px;
    background: #fff;
    box-shadow: 0 0 1px #999;
}

.os-order-no{
    position: absolute;
    color: #31aa36;
}
.os-order-cate{
    position: absolute;
    right: 15px;
    color: #666;
}
.os-order-title{
    display: block;
    position: absolute;
    top: 45px;
    left: 15px;
    right: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    text-decoration: none;
}
.os-order-num{
    position: absolute;
    top: 80px;
    left: 15px;
    font-size: 14px;
    color: #666;
}
.os-order-company{
    display: block;
    position: absolute;
    top: 115px;
    left: 15px;
    right: 15px;
    font-size: 14px;
    color: #666;
}
.os-order-company > a{
    color: #31aa36;
}
.os-order-date{
    position: absolute;
    top: 150px;
    left: 15px;
    font-size: 14px;
    color: #666;
}
.os-order-hits,
.os-order-quotation{
    position: absolute;
    top: 185px;
    left: 15px;
    font-size: 14px;
    color: #666;
}
.os-order-quotation{
    left: auto;
    right: 15px;
}
.os-order-quotation-btn-container{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 0;
}
.os-order-quotation-btn{
    display: block;
    width: 100px;
    height: 33px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #31aa36;
    border-radius: 2px;
    color: #31aa36;
    text-decoration: none;
}
.os-order-quotation-btn:hover{
    color: #ffffff;
    background: #31aa36;
}

/* 外协详情 */
.os-title{
    font-size: 24px;
    color: #31aa36;
    letter-spacing: 2px;
    font-weight: bold;
}
.os-view-offer-num{
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
}
.os-offer-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 30px;
    background: #f79700;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}
.os-info{
    padding: 10px 8px;
    font-size: 14px;
}
.os-info-row{
    height: 40px;
    line-height: 40px;
}
.os-info-row::after{
    content: '';
    display: block;
    clear: both;
}
.os-info-row > .col-1{
    width: 100%;
    height: 100%;
}
.os-info-row > .col-2{
    width: 50%;
    height: 100%;
    float: left;
}
.os-drawing-container > img{
    display: block;
    width: 100%;
}
.os-attache-container > a{
    display: block;
    color: #333;
    margin-bottom: 10px;
}
.os-attache-container > a:last-child{
    margin-bottom: 0;
}
.os-info > table{
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.os-info > table th,
.os-info > table td{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 5px;
    height: 40px;
    text-align: center;
}
.os-info > table th{
    background: #f0f7ff;
}
.os-info > table td{
    text-align: left;
}
/* 工业地图 */
.map-top{
    background: url('../images/map_top_bg.jpg') no-repeat center;
}
.map-top-slogan{
    position: absolute;
    top: 40px;
    right: 100px;
    font-size: 36px;
    color: #fff;
    letter-spacing: 3px;
}
.map-top-description{
    position: absolute;
    top: 100px;
    right: 400px;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
}
.map-top-data{
    position: absolute;
    top: 150px;
    right: 40px;
}
.map-top-data-item{
    display:block;
    min-width: 150px;
    float:left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin: 0 20px;
}
.map-top-data-item span{
    display:block;
}
.map-top-data-item span.total-num{
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 50px;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.map-container{
    margin: 0 -15px;
}
.map-container::after{
    content: '';
    display: block;
    clear: both;
}
.map-item-container{
    width: 50%;
    float: left;
}
.map-item{
    display: block;
    margin: 0 15px;
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    border: 1px solid #efefef;
}
.map-item > img{
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
.map-qrcode-info > img{
    margin-left: 150px;
}
.map-qrcode-info > .label1{
    position: absolute;
    top: 60px;
    right: 150px;
    font-size: 36px;
    color: #333;
}
.map-qrcode-info > .label2{
    position: absolute;
    top: 140px;
    left: 470px;
    font-size: 24px;
    color: #333;
}

/* 设备资源 */
.equipment-top{
    position: relative;
    width: 100%;
    height: 480px;
    padding-top: 70px;
    background: url('../images/equipment_top_bg.jpg') no-repeat center;
}
.equipment-top-slogan{
    position: absolute;
    top: 50px;
    left: 430px;
    font-size: 32px;
    color: #fff;
    letter-spacing: 3px;
}
.equipment-top-data{    
    position: absolute;
    top: 180px;
    left: 500px;
}
.equipment-top-data-item{
    display:block;
    min-width: 150px;
    float:left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin: 0 20px;
}
.equipment-top-data-item span{
    display:block;
}
.equipment-top-data-item span.total-num{
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 50px;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

ul.equipment-container{
    padding:0;
    margin: 0 -15px;
    list-style: none;
}
ul.equipment-container::after{
    content: '';
    display: block;
    clear: both;
}
ul.equipment-container > li{
    display: block;
    float: left;
    width: 25%;
    margin-bottom: 30px;
}
ul.equipment-container > li > div{
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    height: 470px;
    background: #fff;
    box-shadow: 0 0 1px #999;
}
ul.equipment-container > li > div *{
    display: block;
}
ul.equipment-container > li > div > img{
    height: 150px;
    border: 1px solid #efefef;
    margin: 0 auto;
}
ul.equipment-container > li > div a,
ul.equipment-container > li > div span{
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}
ul.equipment-container > li > div a.equipment-name{
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #31aa36;
}
ul.equipment-container > li > div a.equipment-company{
    text-decoration: underline;
}
.equipment-search-container{
    position: relative;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.equipment-search-container select{
    width: 100px;
    height:24px;
}
.equipment-search-container input{
    width: 70px;
    height:24px;
    padding: 0 3px;
}
.equipment-search-container input.keywords-control{
    width: 150px;
}
.equipment-search-container span{
    margin-left: 15px;
}
.equipment-search-container button{
    position: absolute;
    width: 70px;
    height: 24px;
    padding: 0;
    line-height: 24px;
    top: 4px;
    right: 60px;
}
.equipment-category-container{
    position: relative;
    padding: 20px 0;
    font-size: 14px;
}
.equipment-category-container > span{
    position: absolute;
    display: block;
    top: 30px;
    left: 0;
}
.equipment-category-list{
    display: block;
    margin: 0 0 0 80px;
    padding: 0;
    list-style: none;
}
.equipment-category-list > li{
    width: 16.66%;
    float: left;
    margin-bottom: 10px;
}
.equipment-category-list > li > a{
    display: block;
    margin: 0 10px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #aaa;
    background: #efefef;
    border: 1px solid #e9e9e9;
}
.equipment-category-list > li > a.current{
    background: #f79700;
    border: 1px solid #e78700;
    color: #fff;
}
.equipment-category-container::after,
.equipment-category-list::after{
    content: '';
    display: block;
    clear: both;
}
/* 设备详情 */
.eq-name{
    font-size: 24px;
    color: #31aa36;
    letter-spacing: 2px;
    font-weight: bold;
}
.eq-info{
    padding: 10px 8px;
    font-size: 14px;
}
.eq-info-row{
    height: 40px;
    line-height: 40px;
}
.eq-info-row::after{
    content: '';
    display: block;
    clear: both;
}
.eq-info-row > .col-1{
    width: 100%;
    height: 100%;
}
.eq-info-row > .col-2{
    width: 50%;
    height: 100%;
    float: left;
}
.eq-drawing-container > img,.eq-info img{
    display: block;
    width: 100%;
}
/* 外协列表 */
.os-top{
    position: relative;
    width: 100%;
    height: 480px;
    background: #31aa36;
    /*padding-top: 70px;*/
    text-align: center;
}
@media screen and (max-width: 1245px) { 
.os-top{width: 1245px} 
} 
div.em-container.os-banner{
    padding: 20px;
    margin-bottom: 20px;
    background: url('../images/index-banner1.jpg') no-repeat;
    height: 130px;
}
ul.os-order-body{
    padding:0;
    margin: 10px -15px;
    list-style: none;
}
ul.os-order-body::after{
    content: '';
    display: block;
    clear: both;
}
ul.os-order-body > li{
    display: block;
    float: left;
    width: 25%;
    margin-bottom: 30px;
}
ul.os-order-body > li > div{
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    height: 275px;
    background: #fff;
    box-shadow: 0 0 1px #999;
}
ul.os-order-body > li > div>img{
    width: 20px;
    margin-right: 5px;
}
ul.os-order-body > li > div>.index-order-no{
    line-height: 20px;
}
.os-order-no{
    position: absolute;
    color: #31aa36;
}
.os-order-cate{
    position: absolute;
    right: 15px;
    color: #666;
}
.os-order-title{
    display: block;
    position: absolute;
    top: 45px;
    left: 15px;
    right: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    text-decoration: none;
}
.os-order-num{
    position: absolute;
    top: 80px;
    left: 15px;
    font-size: 14px;
    color: #666;
}
.os-order-company{
    display: block;
    position: absolute;
    top: 115px;
    left: 15px;
    right: 15px;
    font-size: 14px;
    color: #666;
}
.os-order-company > a{
    color: #31aa36;
}
.os-order-date{
    position: absolute;
    top: 150px;
    left: 15px;
    font-size: 14px;
    color: #666;
}
.os-order-hits,
.os-order-quotation{
    position: absolute;
    top: 185px;
    left: 15px;
    font-size: 14px;
    color: #666;
}
.os-order-quotation{
    left: auto;
    right: 15px;
}
.os-order-quotation-btn-container{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 0;
}
.os-order-quotation-btn{
    display: block;
    width: 100px;
    height: 33px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #31aa36;
    border-radius: 2px;
    color: #31aa36;
    text-decoration: none;
}
.os-order-quotation-btn:hover{
    color: #ffffff;
    background: #31aa36;
}

/* 外协详情 */
.os-title{
    font-size: 24px;
    color: #31aa36;
    letter-spacing: 2px;
    font-weight: bold;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}
.os-view-offer-num{
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
}
.os-offer-btn{
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 30px;
    background: #f79700;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
}
.os-info{
    padding: 10px 8px;
    font-size: 14px;
    /*overflow-x: scroll;*/
}
.os-info img{
    max-width:710px;
    height: auto;
}
.os-info-row{
    height: 40px;
    line-height: 40px;
}
.os-info-row::after{
    content: '';
    display: block;
    clear: both;
}
.os-info-row > .col-1{
    width: 100%;
    height: 100%;
}
.os-info-row > .col-2{
    width: 50%;
    height: 100%;
    float: left;
}
.os-drawing-container > img{
    display: block;
    width: 100%;
}
.os-attache-container > a{
    display: block;
    color: #333;
    margin-bottom: 10px;
}
.os-attache-container > a:last-child{
    margin-bottom: 0;
}
.os-info > table,.control_required > table{
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.os-info > table th,
.os-info > table td,.control_required > table td{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 5px;
    height: 40px;
    text-align: center;
}
.os-info > table th{
    background: #f0f7ff;
}
.os-info > table td{
    text-align: left;
}
/* 工业地图 */
.map-top{
    background: url('../images/map_top_bg.jpg') no-repeat center;
}
.map-top-slogan{
    position: absolute;
    top: 40px;
    right: 100px;
    font-size: 36px;
    color: #fff;
    letter-spacing: 3px;
}
.map-top-description{
    position: absolute;
    top: 100px;
    right: 400px;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
}
.map-top-data{
    position: absolute;
    top: 150px;
    right: 40px;
}
.map-top-data-item{
    display:block;
    min-width: 150px;
    float:left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin: 0 20px;
}
.map-top-data-item span{
    display:block;
}
.map-top-data-item span.total-num{
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 50px;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.map-container{
    margin: 0 -15px;
}
.map-container::after{
    content: '';
    display: block;
    clear: both;
}
.map-item-container{
    width: 50%;
    float: left;
}
.map-item{
    display: block;
    margin: 0 15px;
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    border: 1px solid #efefef;
}
.map-item > img{
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
.map-qrcode-info > img{
    margin-left: 150px;
}
.map-qrcode-info > .label1{
    position: absolute;
    top: 60px;
    right: 150px;
    font-size: 36px;
    color: #333;
}
.map-qrcode-info > .label2{
    position: absolute;
    top: 140px;
    left: 470px;
    font-size: 24px;
    color: #333;
}

/* 企业资源 */
.company-logo{
    text-align: center;
}
.company-top{
    position: relative;
    width: 100%;
    height: 480px;
    padding-top: 70px;
    background: url('../images/company_top_bg.jpg') no-repeat center;
}
.company-top-slogan{
    position: absolute;
    top: 50px;
    left: 230px;
    font-size: 32px;
    color: #fff;
    letter-spacing: 3px;
}
.company-top-data{    
    position: absolute;
    top: 180px;
    left: 500px;
}
.company-top-data-item{
    display:block;
    min-width: 150px;
    float:left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin: 0 20px;
}
.company-top-data-item span{
    display:block;
}
.company-top-data-item span.total-num{
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 50px;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

ul.company-container{
    padding:0;
    margin: 0 -15px;
    list-style: none;
}
ul.company-container::after{
    content: '';
    display: block;
    clear: both;
}
ul.company-container > li{
    display: block;
    float: left;
    width: 25%;
    margin-bottom: 30px;
}
ul.company-container > li > div{
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    height: 360px;
    background: #fff;
    box-shadow: 0 0 1px #999;
}
ul.company-container > li > div a,
ul.company-container > li > div span{
    display: block;
}
ul.company-container > li > div > div.company-logo{
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border: 1px solid #efefef;
}
div.company-logo > img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
ul.company-container > li > div a,
ul.company-container > li > div span{
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}
ul.company-container > li > div span.main_business{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
}
ul.company-container > li > div a.company-name{
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #31aa36;
}

.company-search-container{
    position: relative;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.form-title{float:left;}
.distpickers{float:left;}
.company-search-container select{
    width: 100px;
    height:24px;
}
.company-search-container input{
    width: 70px;
    height:24px;
    padding: 0 3px;
}
.company-search-container input.keywords-control{
    width: 150px;
}
.company-search-container input.keywords-controls{
        height: 34px!important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.company-search-container span{
    margin-left: 15px;
}
.company-search-container button{
    padding: 0;
    right: 10px;
    width: 108px;
    height: 34px;
    float: right;
    background: #31aa36;
    color: #fff;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    border: none;
}
.company-category-container{
    position: relative;
    padding: 20px 0;
    font-size: 14px;
}
.company-category-container > span{
    position: absolute;
    display: block;
    top: 30px;
    left: 0;
}
.company-category-list{
    display: block;
    margin: 0 0 0 80px;
    padding: 0;
    list-style: none;
}
.company-category-list > li{
    width: 16.66%;
    float: left;
    margin-bottom: 10px;
}
.company-category-list > li > a{
    display: block;
    margin: 0 10px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #aaa;
    background: #efefef;
    border: 1px solid #e9e9e9;
}
.company-category-list > li > a.current{
    background: #f79700;
    border: 1px solid #e78700;
    color: #fff;
}
.company-category-container::after,
.company-category-list::after{
    content: '';
    display: block;
    clear: both;
}
/* 企业详情 */
.company-name{
    font-size: 24px;
    color: #31aa36;
    letter-spacing: 2px;
    font-weight: bold;
}
.company-info{
    padding: 10px 8px;
    font-size: 14px;
}
.company-info-row{
    height: 40px;
    line-height: 40px;
}
.company-info-row::after{
    content: '';
    display: block;
    clear: both;
}
.company-info-row > .col-1{
    width: 100%;
    height: 100%;
}
.company-info-row > .col-2{
    width: 50%;
    height: 100%;
    float: left;
}
.company-drawing-container > img{
    display: block;
    width: 100%;
}
/* 外协订单报价 上传附件处 */
#attach-panel{
    font-size: 14px;
}
#attach-panel input{
    border: none;
    width: 290px;
}
.upload-item{
    margin-bottom: 10px;
}
.upload-item:last-child{
    margin-bottom: 0;
}
.upload-item > .del{
    display: block;
    float: right;
    color: #a00;
    cursor: pointer;
}
/* 文章样式 */
.article-content img{
    width:100%;
}
/*列表无数据*/
.none-list{
    padding: 20px;
    text-align: center;
    color: #aaa;
}