﻿body {
    font-family: Hiragino Sans GB,Arial,Helvetica,"宋体",sans-serif;
}

a {
    text-decoration: none;
}
/*头部*/
/*.head_bg {
    background: linear-gradient(#EFF7DF, #CDDA99) repeat scroll 0 0 #CDDA99;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF7DF), to(#CDDA99));
}*/
.head_padding {
    min-height: 40px !important;
    line-height: 40px;
    text-shadow: none;
}

.index-icon {
    background: url("../images/index.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 60px;
    width: 60px;
    margin: 1px auto 0;
    position: relative;
    background-size: 100% auto;
}

.index-icon-qyjj {
    background-position: 0 0px;
}

.index-icon-cptp {
    background-position: 0 -60px;
}

.index-icon-gqhz {
    background-position: 0 -120px;
}

.index-icon-qydt {
    background-position: 0px -180px;
}

.index-icon-cpbj {
    background-position: 0px -240px;
}

.index-icon-lxfs {
    background-position: 0px -300px;
}

/*内容*/
.main_style {
    padding: 0;
}

.main_font_size {
    font-size: 15px;
}

.index-font-mar {
    display: block;
    margin-top: 3px;
}

.ui-grid-c {
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
}

.index_grid_div {
    text-align: center;
    background-color: white;
    padding: 0.4em !important;
    border: 0px;
}

    .index_grid_div a {
        display: block;
        height: 100%;
    }

.font_a_black {
    color: #333333 !important;
    text-decoration: none;
}

.font_normal {
    font-weight: normal !important;
}

/*横栏*/
.bar_h3 {
    margin-bottom: 0.4em;
    margin-left: 0.4em;
    margin-right: 0.4em;
    border-bottom: 1px solid #DDDDDD;
}

    .bar_h3 a {
        display: block; /*color:#59824A !important;*/
        font-weight: normal;
        text-decoration: none;
    }

/*列表*/
.list_ul {
    margin: 0 !important;
}

    .list_ul img {
        min-width: 6em !important;
        width: 6em;
        height: 4em;
        top: 50% !important;
        margin-top: -2em;
        margin-left: 2px;
        margin-right: 2px;
    }
/*列表图片居中*/
.list_ul_forimg {
    margin: 0 auto !important;
}

    .list_ul_forimg .ui-li-thumb {
        max-height: none !important;
        max-width: none !important;
        height: 100%;
        width: 5em;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto; /*top: 50% !important;
    margin-top:-2em;
    margin-left:2px;
    margin-right:2px;*/
    }

.ui-listview .ui-li-time {
    right: 1em;
    top: 0.5em;
}

.ui-listview span {
    font-size: 0.75em;
    font-weight: 400;
}

.ui-listview h2 {
    font-weight: normal !important;
}

/*控制列表距右侧7em*/
.padding-right7em a {
    padding-right: 7em;
}

.padding-right9em a {
    padding-right: 9em;
}

.mmbj-collapsible a {
    padding-right: 7em;
}

/*隐藏分页控件*/
.page_box {
    display: none;
}

/* Specify Swiper's Size: */
.swiper-container, .swiper-slide {
    width: 100%;
    height: 200px;
}

.a-inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    display: block;
}

.device {
    position: relative;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: -20px;
    width: 100%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

/*内容页*/
.article_div {
    padding: 1em;
}

    .article_div p {
        text-indent: 2em;
        line-height: 2em;
    }

    .article_div ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

.bizimgs_div {
    padding: 0.4em;
}

    .bizimgs_div ul li a {
        border: 1px solid #ddd;
        display: block;
        margin-top: 10px;
        border-radius: 0 0 5px 5px;
    }

        .bizimgs_div ul li a img {
            margin: -1px 0 0 -1px;
            width: 100%;
            width: -webkit-calc(100% + 3px);
            width: -moz-calc(100% + 3px);
            width: calc(100% + 3px);
        }

        .bizimgs_div ul li a span {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
            line-height: 1.8;
        }

.red {
    color: #DD0000 !important;
}

.b {
    font-weight: bold;
}

/*报价种类图标半透明*/
#category .ui-btn:after {
    opacity: 0.4;
}

/*报价列表价格位置*/
.mmbj-collapsible .ui-li-aside {
    width: 6em;
    margin: 0;
    position: absolute;
    right: 3.333em;
    text-align: right;
    top: 1.2em;
}

.mmbj-collapsible p {
    display: block;
    font-size: 0.75em;
    font-weight: 400;
    margin: 0.6em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mmbj-list {
    width: 5em;
    display: inline-table;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.mmbj_specs {
}

.article_div img {
    height: auto !important;
    max-width: 100% !important;
}

.ui-popup-active {
    z-index: 9999;
}

#search .twospace .input {
    width: 4.5em !important;
}

#search .ui-field-contain {
    border-bottom: 0px;
}

#search .twospace .ui-input-text {
    float: left;
    width: auto !important;
}

/*管理后台*/
.must_lb {
    color: #FF0000;
    display: inline-block;
    padding: 3px;
}

.up-img .ui-input-text {
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    position: absolute;
    opacity: 0;
    top: 0 !important;
    width: 100% !important; /*消除上传界面*/
}

.list-div {
    margin: 0 2.5em 0 0;
    text-align: left;
}

    .list-div input {
        height: 100%;
    }

.list-btn-a {
    -moz-box-sizing: border-box !important;
    border-left-width: 1px !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 2.5em !important;
    z-index: 2 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/*显示列表右侧多个a标签*/
.ui-li-right-a2 {
    right: 2.5em !important;
    border-radius: 0 !important;
}

.ui-li-right-a3 {
    right: 5em !important;
    border-radius: 0 !important;
}

.ui-listview div {
    border-bottom: 0px;
}

.ui-first-child .list-div {
    border-top-left-radius: inherit;
}

.ui-last-child .list-div {
    border-bottom: 1px solid #DDDDDD !important;
    border-bottom-left-radius: inherit;
}



/*漂浮按钮*/

/*plugmenu*/
.plug-div {
    position: fixed;
    bottom: 0;
    left: 0px;
    z-index: 9999;
}

.phone {
    width: 100%;
    height: 480px;
    border: #000 solid 1px;
    position: relative;
}

.plug-menu {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 999;
    -moz-box-shadow: 0 0 0 4px #FFFFFF, 0 2px 5px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 0 4px #FFFFFF, 0 2px 5px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 4px #FFFFFF, 0 2px 5px 4px rgba(0, 0, 0, 0.25);
    background-color: #B70000; /*	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FF0000), color-stop(100%, #B70000));
	background-image:-webkit-linear-gradient(top, #FF0000, #B70000);
	background-image:-moz-linear-gradient(top, #FF0000, #B70000);
	background-image:-o-linear-gradient(top, #FF0000, #B70000);
	background-image:linear-gradient(top, #FF0000, #B70000);*/
}

    .plug-menu span {
        display: block;
        width: 28px;
        height: 28px;
        background: url(../images/plugmenu.png) no-repeat;
        background-size: 28px 28px;
        text-indent: -999px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -14px;
        margin-left: -14px;
        overflow: hidden;
    }

.plug-btn {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    -moz-box-shadow: 0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    z-index: 998;
}

    .plug-btn span {
        display: block;
        width: 24px;
        height: 24px;
        text-indent: -999px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -12px;
        margin-left: -12px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 24px 24px;
    }

.plug-phone .plug-useless {
    background: #e2e2e2;
}

.plug-btn {
    -webkit-transition: -webkit-transform 200ms;
    -moz-transition: -moz-transition 200ms;
}
/*主菜单*/

.plug-menu span {
    -webkit-transition: -webkit-transform 200ms;
    -moz-transition: -moz-transition 200ms;
}

    .plug-menu span.open {
        -webkit-animation-name: open;
        -webkit-transform: rotate(135deg);
        -moz-animation-name: open;
        -moz-transform: rotate(135deg);
    }

    .plug-menu span.close2 {
        -webkit-animation-name: close2;
        -webkit-transform: rotate(0deg);
        -moz-animation-name: close2;
        -moz-transform: rotate(0deg);
    }

.plug-btn1.open {
    -webkit-transform: translate(0, -100px) rotate(720deg);
    -moz-transform: translate(0, -100px) rotate(720deg);
}

.plug-btn1.close2 {
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
}

.plug-btn2.open {
    -webkit-transform: translate(47px, -81px) rotate(720deg);
    -moz-transform: translate(47px, -81px) rotate(720deg);
}

.plug-btn2.close2 {
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0,0) rotate(0deg);
}

.plug-btn3.open {
    -webkit-transform: translate(81px, -45px) rotate(720deg);
    -moz-transform: translate(81px, -45px) rotate(720deg);
}

.plug-btn3.close2 {
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0,0) rotate(0deg);
}

.plug-btn4.open {
    -webkit-transform: translate(100px, 0) rotate(720deg);
    -moz-transform: translate(100px,0) rotate(720deg);
}

.plug-btn4.close2 {
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
}
/*按钮?*/
.plug-btn5.open {
    display: block;
    width: 310px;
    height: 310px;
    border-radius: 310px;
    background-color: rgba(255, 255, 255, 0);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 997;
    left: -170px;
    top: -170px;
    overflow: hidden;
}

.plug-btn5.close2 {
    display: none;
}
