@charset "utf-8";
.news_con {
    line-height: 1.5em;
    font-size: 14px;
}

.news_con p {
    padding: 5px 0px;
}

/* 产品选项 */
.slideTxtBox {
    background-color: #fff;
    border: 1px #ccc solid;
    padding: 20px 0px;
    line-height: 1.5em;
}

.slideTxtBox .hd {
    height: 30px;
    padding: 0 10px 0 20px;
    position: relative;
}

.slideTxtBox .hd h3 {
    font-size: 16px;
}

.slideTxtBox .hd ul {
    float: right;
    position: absolute;
    right: 20px;
    top: -1px;
    height: 32px;
}

.slideTxtBox .hd ul li {
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 15px 0 25px;
    cursor: pointer;
    background: url(pro_li.png) /*tpa=http://www.fundenergy.com.cn/themes/xj555/images/pro_li.png*/ no-repeat;
}

.slideTxtBox .hd ul li.on {
    background-position: 0px -20px;
}

.slideTxtBox .hd ul li:nth-child(2n) {
    background-position: 0px -40px;
}

.slideTxtBox .hd ul li:nth-child(2n).on {
    background-position: 0px -60px;
}

.slideTxtBox .bd ul {
    padding: 15px 1px;
    zoom: 1;
}

/* 服务详情 */
.ser_info {
    width: 100%;
    height: 160px;
}

.ser_info .pic {
    width: 20%;
    height: 160px;
    float: left;
}

.ser_info .txt {
    width: 80%;
    height: 160px;
    float: left;
    line-height: 1.8em;
}

.ser_con {
    min-height: 300px;
    border-top: 1px #ccc solid;
    padding: 20px 20px;
    line-height: 1.8em;
    margin-top: 20px;
    background: url(ser_con.jpg) /*tpa=http://www.fundenergy.com.cn/themes/xj555/images/ser_con.jpg*/ top center no-repeat;
}

/* 关于我们 */
.about_con {
    width: 100%;
    min-height: 160px;
    line-height: 1.5em;
}

.about_con h3 {
    font-size: 16px;
    line-height: 1.8em;
}

.about_con p {
    padding: 5px 0px;
}

.deatil .time {
    text-align: center;
    margin-bottom: 10px;
}

.info .deatil .title {
    margin: 10px 0px;
    padding: 10px 0px 10px 0px;
    line-height: 1.5em;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

/* 在线留言 */
.FeedBack {
    padding: 0;
    margin-top: 25px;
}

.FeedBack dl {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    display: block;
    color: #666;
}

.FeedBack dt {
    float: left;
    width: 106px;
    color: #797979;
    height: 33px;
    text-align: right;
    padding-right: 10px;
}

.FeedBack dd {
    float: left;
    width: 450px;
}

.FeedBack .input {
    padding: 6px;
    border: 1px solid #cecece;
}

.FeedBack .input_1 {
    width: 250px;
    padding: 6px;
    border: 1px solid #cecece;
}

.FeedBack .input_2 {
    width: 430px;
    padding: 6px;
    border: 1px solid #cecece;
}

/* 上一条下一条 */
.nextprev span {
    display: block;
    color: #0A4E97;
    line-height: 1.5em;
}
.nextprev a {
    color: #0A4E97;
    font-size: 12px;
}

.nextprev a:hover {
    color: #9A0405;
    text-decoration: underline;
}