body,.mui-content {background: #ffffff}
.mui-article {
    padding: 15px;
}
.mui-article h3 {
    color: #444;
    line-height: 1.2;
}
.mui-article .date {
    color: #b7b7b7;
}
.mui-article .content {
    color: #333333;
    font-size: 14px;
}
.mui-article .content p {
    color: #333333;
}
.mui-header {
    background: #278550;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mui-header .logo {
    display: block;
    margin-right: 10px;
    width: 20%;

}
img {
    max-width: 100%;
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.touch-icon {display: block;color: #ffffff;text-align: center;padding: 8px 5px;}
.touch-icon img {
    margin-bottom: 3px;
    width: 25px;
}

.touch-icon p {color: #ffffff;margin-bottom: 0}
.mui-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}


.mui-tab {
    border-bottom: 1px solid #dddddd;
    text-align: center;
    background: #ffffff;
}
.mui-tab a, .mui-tab div {
    line-height: 3em;
    height: 3em;
    color: #333333;
}
.mui-tab a {
    padding: 0 10px;
}
.mui-tab a.on, .mui-tab div.on {
    color: #006600;
}
.job-title {
    padding: 0 15px;
    line-height: 2.2em;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    color: #333333;
}
.job-title .time {
    float: right;
    color: #666;
    font-size: 12px;
}
.none-border {
    border: none !important;
}
.mui-job .mui-article .content {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}
.process-step {
    margin: 0 10px;

}
.process-step .process {
    padding-left: 10px;
    padding-bottom: 20px;
    margin-left: 15px;
    position: relative;
    border-left: 1px solid #278550;
}
.process-step .process:last-child {
    padding-bottom: 0px;
}
.process-step .process:after {
    content: " ";
    position: absolute;
    left: -10px;
    top: 0;
    width: .5em;
    height: .5em;
    background: #278550;
    border-radius: 50%;
    margin-left: 0.3em;
}
.process-step .process span {
    position: absolute;
    left: -25px;
    top: -3px;
    color: #278550;
    font-size: 16px;
    line-height: 100%;
}

.nav-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.nav-row .nav-img {
    border-radius: 50%;
    background: #aeaeae;
    margin-right: 1px;
}
.nav-row img {
    width: 45px;
    height: 45px;
    padding: 10px;

}
.nav-row h1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    text-align: center;
}
.row-recommend {
    padding: 3px;
}

.recommend-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.recommend-news a.home-img{
    width: 44%;
    margin-right: 5px;
}
.recommend-news .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    color: #888888;
    position: relative;
}
.recommend-news .txt strong{
    margin-bottom: 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}
.recommend-news .txt p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 12px;
    overflow: hidden;
}
.recommend-news .txt p a {
    color: #999999;
}
.recommend-news .txt.txt a.mores {
    text-indent: -99999em;
    display: block;
    width: 65px;
    padding-left: 10px;
    height: 20px;
    background: url(../../yiren/img/more.png) center no-repeat;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    z-index: 99;
}


.mui-nav-bar {
    height: 45px;
    padding: 0 .3em;
    background: #278550;
    position: relative;
}

.mui-nav-bar .logo {
    height: 45px;
    color: #ffffff;
    font-size: 16px;
}
.mui-nav-bar .logo a {
    display: block;
    color: #ffffff;
}
.mui-nav-bar .logo img {
    height: 45px;
}
.mui-nav-bar .menu-bar {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
}
.mui-nav-bar .menu-bar .menu {
    float: right;
    height: 45px;
}
.menu em {
    display: block;
    height: 21px;
    text-indent: -9999px;
    width: 21px;
    background: url(../images/menu.svg) no-repeat;
    display: block;
    margin-top:12px;
    margin-right: 12px;
    background-size: 100%;
}


.mui-footer {
    background: #278550;
    padding: 30px 20px;

}

.footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #ffffff;
}

.footer-container .footer-logo img {
    width: 80px;
    margin-right: 15px;
}
.footer-container .footer-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.footer-container p {
    color: #ffffff;
    margin-bottom: 0px;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 360px) {
    .nav-row img {
        width: 35px;
        height: 35px;
        padding: 8px;
    }
    .nav-row h1 {
        font-size: 13px;
    }
    .mui-header {
        padding: 2%;
    }
}
@media only screen
and (min-device-width : 700px) {
    .recommend-news img {
        width: auto;
    }
}

.dropload-up,.dropload-down{
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 12px;
    /* 开启硬件加速 */
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
}
.dropload-down{
    height: 50px;
}
.dropload-refresh,.dropload-update,.dropload-load,.dropload-noData{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.dropload-load .loading{
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




.weui-media-box {
    padding: 15px;
    position: relative;
    display: block;
}
.weui-media-box:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    left: 15px;
}
.weui-media-box:first-child:before {
    display: none;
}
a.weui-media-box {
    color: #000000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.weui-media-box:active {
    background-color: #ECECEC;
}
.weui-media-box__title {
    font-weight: 400;
    font-size: 17px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.weui-media-box__desc {
    color: #999999;
    font-size: 13px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.weui-media-box__info {
    margin:15px 0 0 0;

    padding: 0 0 5px 0;
    font-size: 13px;
    color: #CECECE;
    line-height: 1em;
    list-style: none;
    overflow: hidden;
}
.weui-media-box__info__meta {
    float: left;
    padding-right: 1em;
}
.weui-media-box__info__meta_extra {
    padding-left: 1em;
    border-left: 1px solid #CECECE;
}
.weui-media-box_text .weui-media-box__title {
    margin-bottom: 8px;
}

/* 案例和产品 */
.image-list {
    background: #dddddd;
    padding-top: 4px;
}
.image-list .col-cell {

}
.image-list .col-cell:nth-child(odd) {


    padding: 0 2px 4px 0;
}
.image-list .col-cell:nth-child(even) {
    padding:0 0 4px 2px;
}
.image-list .col-cell a {
    display: block;
    background: #ffffff;
    padding-bottom: 5px;
}
.image-list .col-cell a h3 {
    color: #333333;
    padding: 8px 5px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
}
.image-list .col-cell a p {
    text-align: center;
    line-height: 18px;
    height: 36px;
    margin: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.on {
    color: #006600!important;
}
.mui-navigate-right:after {
    color: #006600!important;
    font-size: 20px;
}
.back-btn {
    text-align: center;
    margin: 30px auto 10px auto;
}
.back-btn a {
    display: inline-block;
    padding: 8px 45px;
    border: 1px solid #9cc382;
    color: #006600;
    border-radius: 2px;
    height: 40px;
    line-height: 24px;
}
#show-product-category:after {
    text-align: center;
    right: 0;
    width: 43px;
    height: 43px;
    line-height: 43px;
    color: #ffffff!important;
    background: #006600;
}