#text .title {
    margin-left: 10px;
}
#text .title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.sub_tit {
    background: #293990;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
}

.sub_tit p a {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
}
/* 产品头部标题 */
/* 发送报价 */
.btn-blue {
    background: #0e90d2;
}
.btn-red {
    background: #FF0000;
}
.btn, .btn-red, .btn-green, .btn-blue, .btn-orange {
    color: #FFFFFF;
    font-size: 18px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    -webkit-appearance: none;
}
/* 发送报价 */
.chanpin-detail {
	width: 98%;
	background: #f6f6f6;
	padding: 13px 7px
}

.chanpin-detail p {
	line-height: 30px;
	overflow: hidden
}

.chanpin-detail p span {
	float: left
}

.chanpin-detail p:nth-of-type(3) .span1 {
	line-height: 20px
}

.chanpin-detail p:nth-of-type(3) .span2 {
	line-height: 22px
}

.chanpin-detail .span1 {
	font-size: 12px;
	color: #999;
	padding-left: 10px;
	display: inline-block
}

.chanpin-detail .span2 {
	font-size: 12px;
	color: #666;
	display: inline-block;
	padding-left: 20px
}

.chanpin-detail .spespan {
	color: #d7282d
}
/* 详情分割线 */
.cp_tj {
    position: relative;
    padding-top: 10px;
}
.douban {
    width: 100%;
    overflow: hidden;
}
.douban .hd h2 {
    text-align:center;
    color: #000;
    font-size: 18px;
	margin-top: 10px;
}
.douban .hd {	
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 0 0.3rem;
}

/* 顶部小字 */
.m-head__tagline {
    background-color: #f1f1f1;
    padding: 8px 0;
}

.m-head__tagline-cont {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    font-size: 11px;
    font-weight: bold;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: auto;
}

.m-head__tagline-cont a, span.a {
    transition: all 0.1s ease-in-out;
    color: #19b1ff;
    cursor: pointer;
}
