/*---产品标题---*/
.product_title{background: #fff; padding: .8em; margin-bottom: .8em;}
.product_title h1{font:500 1.8em/2em "微软雅黑";}
.product_title p{padding: .2em; font:100 1.4em/1.8em "微软雅黑";}
.product_title span{display: block; float: left; margin: .3em; padding: .4em .6em; border-radius: .4em;color: #fff;}
.product_title span:nth-child(1), .product_title span:nth-child(5), .product_title span:nth-child(9){border: 1px solid #69b03c; background: #69b03c ;}
.product_title span:nth-child(2), .product_title span:nth-child(6), .product_title span:nth-child(10){border: 1px solid #ffb018; background: #ffb018 ;}
.product_title span:nth-child(3), .product_title span:nth-child(7){border: 1px solid #d6291b; background: #ee533e;}
.product_title span:nth-child(4), .product_title span:nth-child(8){border: 1px solid #ee533e; background: #d6291b;}

/*---表单---*/
.form-box{padding: .8em;background: #fff; }
.product-time{text-align:center;font-size: 16px;}
.product-time .icon{font-size:1.2em!important;margin-right:.3em;}
.product-time  span{color:#fe8417}
.form-box ul{overflow: hidden;padding: 1rem 8% 0 8%;}
.form-box ul li{position: relative;margin-bottom: 1.5rem;height: 4rem;line-height: 4rem;}
.form-box ul li .labe1{width: 13%;    text-align: right;    height: 1.67rem;    margin: 1.1rem 0;    border-right: 1px solid #fe8417;    z-index: 1;    position: absolute;    left: 0;    top: 0;    text-align: center;}
.form-box ul li .labe1 i{position: relative;top: -1rem; right: -1rem;color: #fe8417;}
.form-box ul li input {    width: 100%;    font-size: 1.4rem;    padding: 0 5% 0 16%;    position: absolute;    left: 0;    top: 0;    height: 4rem;    line-height: 4rem;    border: 1px solid #fe8417;    border-radius: 5px;}
.word_btn{    width: 70%;   background-color: #fe8417;    margin: auto;    color: #fff;    text-align: center;    line-height: 3rem;    font-size: 1.6em;border:none;}
.form-box .txt1 {
    font-size: 1.4em;
    text-align: center;
    color: #666;
}
.form-box .txt2 {
    text-align: center;
    font-size: 1.4em;
    color: #666;
}

/*---表单 END---*/
/*---产品内容介绍---*/
.content{margin-top: .8em; padding: .8em;background: #fff;}
.content .h2{ margin-bottom: 10px; border-bottom: 1px solid #e0e0e0; font-size: 10px;}
.content .h1{font: 500 1.8em/2em 微软雅黑;}
.content h2{padding:2px 0 6px 2px;margin-bottom:6px;border-bottom:1px solid #e0e0e0;}
.content h2 strong{border-left:2px solid #0088d0; padding-left:.4em;font:100 18px/20px 'STHeiti','Microsoft YaHei',Helvetica,Arial,sans-serif;}
.content h3{margin:8px 0;font:100 16px/18px 'STHeiti','Microsoft YaHei',Helvetica,Arial,sans-serif;color:#0073c3;}

.content p ,.content div{font:100 1.6em/1.6em "微软雅黑"}
.content img{display: block;
    max-width: 100%;
    height: auto!important;
	margin:0 auto!important;}
.product_tel{background:#FFF; padding:.8em;margin-top:.8em;}
.product_tel a{display:black;padding:.8em;border-radius:.4em;color:#FFF;}
.product_go_top{background:#69b03c;float:left;}
.product_go_tel{background:#d6291b;float:right;}
/*---产品内容介绍 END---*/