﻿/* CSS Document */

/*公共样式*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre,
dl, dt, dd, ul, ol, li, th, td, div, span, img,
fieldset, button, input, select, textarea{margin: 0px;padding: 0px}
.fl{float: left}
.fr{float: right}
.clear{clear: both}
li{list-style-type: none}
a{color: black}
/*单行文本换行*/
.single-text{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/**********************************首页产品css*********************/
/*产品*/
.product_items{width: 740px}
.product_item{width:235px;height: 258px;margin-left: 10px;margin-bottom: 10px;position: relative}
.product_item_img{width:235px;height: 258px;}
.product_item_text{width: 100%;text-align: center;color: white;background: rgba(215, 12, 23, 0.7);position: absolute;bottom:0px;left: 0px;line-height: 35px;height: 35px;font-size: 16px;}

/*案例*/
.index_case_items{width: 1000px;margin-top: 25px;}
.index_case_item{width: 280px;height: 355px;margin-top: 10px;margin-right:25px;margin-left: 25px;position: relative}
.index_case_item_img{width: 280px;height: 355px;}
.index_case_item_text{width: 100%;text-align: center;color: white;background: rgba(215, 12, 23, 0.7);position: absolute;bottom:0px;left: 0px;line-height: 35px;height: 35px;font-size: 16px;}

/*新闻*/
.index_news_left{width: 500px;}
.index_news_right{width: 500px;height: 370px;margin-top: 22px}
.index_new_items{width: 440px;height: 120px;margin-left: 30px;margin-top: 10px}
.index_new_item{width: 100%;line-height: 30px;}
.index_new_item_img{width: 10px;height: 10px;margin-top: 10px;margin-left: 4px;}
.index_new_item_title{}

/*问答*/
.index_ask_items{width: 480px;height: 370px;}
.index_ask_item{margin-bottom: 25px;width: 480px;height: 100px;border-color: grey;border-width: 0px 0px 1px 0px;border-style: dashed}
.index_ask_item_ask{width: 100%;}
.index_ask_item_aimg{margin-top: 5px;}
.index_ask_item_atext{height: 40px;line-height: 40px;margin-left: 5px;width: 430px}
.index_ask_item_que{width: 100%;}
.index_ask_item_qimg{margin-top: 5px;}
.index_ask_item_qtext{width: 430px;margin-top: 10px;margin-left: 5px}

/**********************************产品页面css*********************/
.product_items{width: 740px}
.product_item{width:230px;height: 258px;margin-left: 10px;margin-bottom: 10px;position: relative;border-style: solid;border-width: 1px;border-color: #eeeeee}
.product_item_img{width:230px;height: 258px;;}
.product_item_text{width: 100%;text-align: center;color: white;background: rgba(215, 12, 23, 0.7);position: absolute;bottom:0px;left: 0px;line-height: 35px;height: 35px;font-size: 16px;}

/*新闻资讯*/
.product_new_items{width: 260px;height: 240px;}
.product_new_item{width: 90%;height: 35px;margin-top: 7.5px;line-height: 35px;margin-left: 5%;border-style: solid;border-color: #b5b5b5;border-width: 0px 0px 1px 0px}
.product_new_itemtext{}

/*产品分类*/
.product_cat{position: relative;z-index: 999;}
.product_cat_items{position: absolute;left: 260px;top: 0px;background: #2d2827;width: 230px;display: none}
.product_cat_item{height: 50px;line-height: 50px;}
.product_cat_item_text{margin-left: 5%;width: 90%;height: 50px;line-height: 50px;font-size: 16px;text-align: center;border-width: 0px 0px 1px 0px;border-style: solid;border-color: #9f9f9f  }
.gd_desc img{max-width:720px }


/**********************************工程案例页面css*********************/
.case_items{width: 1000px;margin: 0px auto;}
.case_item{width: 320px;height: 280px;;position: relative;margin-top: 10px;margin-right: 13px}
.case_item_img{width: 320px;height: 280px;}
.case_item_text{width: 100%;text-align: center;color: white;background: rgba(215, 12, 23, 0.7);position: absolute;bottom:0px;left: 0px;line-height: 40px;height: 40px;font-size: 16px;}

/**********************************新闻详情页面css*********************/
.news_title{width: 100%;line-height: 35px;height: 35px;font-size: 22px;color: black;text-align: center;margin-top: 10px}
.news_time{width: 100%;text-align: center;font-size: 16px;color: gray;line-height: 30px;height: 30px;}
.news_desc{width: 100%;}
.news_desc img{max-width: 100%}


