﻿.innerBox
{
    margin-top: 20px;
    margin-bottom: 40px;
}

.innerSide
{
    width: 310px;
}

/* 当前位置 */
.innerLocation{
	margin-top: 10px;
	height: 32px;
	line-height: 32px;
    font-size: 12px;
	color: #666;
}

.innerLocation a{
	padding: 0 0.5em;
	color: #666;
}
/* 当前位置 end */

/* 分页控件 */
.MvcPagerCtrl
{
	margin: 20px 0px;
	text-align: center;
}

.MvcPagerCtrl a
{
    border: 1px solid #cdcdcd;
    background-color: #cdcdcd;
    text-decoration: none;
}

.MvcPagerCtrl a
{
	padding: 5px 10px;
}

.MvcPagerCtrl a:hover,.MvcPagerCtrl a.on
{
	background-color: #bf2d2e;
	color: #fff !important;
}
/* 分页控件 end */

/* 产品列表页 */
.product-list ul
{
    margin: 0 -7px;
}
.product-list li
{
    width: 313px;
    float: left;
    margin: 0 7px 25px;
    border: 1px solid #d2d2d2;
}

.product-list li .imgBox
{
    width: 313px;
    height: 233px;
}
.product-list li span
{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}


/* 产品列表页 end */

/* 产品关键词 */
.hotKeyList
{
    margin-bottom: 20px;
    background: #f8f8f8;
    padding: 5px 0x;
}

.hotKeyList li
{
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
    line-height: 25px;
}

.hotKeyList li a
{
    color: #666;
}

.hotKeyList li:first-child
{
    font-weight: bold;
}

/* 产品关键词 end*/

/* 产品详情页 */
.product-detail{
    width: 878px;
}
.productSide
{
    width: 288px;
}
.product-detail .product-title{
    color: #bf2d2e;
    font-size: 20px;
    line-height: 40px;
}

.product-detail .product-bImg img{
    max-width: 100%;
    margin: 4px auto 0;
}

.product-detail .p-detail-title{
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #bf2d2e;
    font-size: 14px;
    padding: 0 30px;
    margin-top: 20px;
}
.product-detail .p-detail-title a
{
    color: #fff !important;
    }

.product-detail .product-content{
    border: 1px solid #bfbfbf;
    padding: 15px 30px;
    font-size: 12px;
    line-height: 24px;
    color: #444;
    min-height: 400px;
}
.product-detail .product-content p{
    text-indent: 2em;
}

.product-detail-r{
    width: 288px;
}
/* 产品详情页 */

/* 产品详情新闻 */
.pNews-list
{
    padding: 15px 25px;
    background-color: #f5f5f5;
}
.pNews-list li
{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #cacaca;
    color: #3c3c3c;
    font-size: 12px;
}
.pNews-list li span, .pTypeNews .pNews-list li i{ display: block;}
.pNews-list li span{ width: 690px;}
.pNews-list li i{width: 90px; text-align: right;}
.pNews-list li i
{
    padding-left: 20px;
}
.pNews-list li:before
{
    content: ">";
    float: left;
    margin-right: 10px;
}
/* 产品详情新闻 end */

/* 新闻列表页 */
.settop {
    position: fixed;
    top: 0;
}
.paddingleft {
    padding-left: 216px;
}


.newsList{
	width: 636px;
}
.newsTitleName
{
    height: 55px;
    line-height: 55px;
    background: #ececec;
    font-weight: bold;
    font-size: 25px;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #444;
}
.newsList ul li{
	border-top: 1px dashed #999;
	padding-bottom: 20px;
	padding-top: 30px;
}
.newsList ul li:first-child{
	border-top: 0;
	padding-top: 0;
}
.newsList ul .newsImg
{
    float: left;
    width: 217px;
    height: 147px;
    margin-right: 20px;
}
.newsList ul .newsImg img
{
    width: 100%;
    height: 100%;
}
.newsList ul .newsContent .title
{
    position: relative;
    line-height: 30px;
    color: #444;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}
.newsList ul .newsContent .title:before
{
    content: "";
    position: absolute;
    width: 1em;
    height: 30px;
    background: linear-gradient(to right, transparent, #fff);
    right: 0;
    top: 0;
}

.newsList ul .newsContent .description
{
    line-height: 24px;
    color: #777;
    margin-top: 6px;
    height: 72px;
    overflow: hidden;
}
.newsList ul .newsContent .pubTime
{
    color: #8e8e8e;
    line-height: 25px;
    margin-top: 13px;
}
/* 新闻列表页 end */

/* 工程列表 */
.searchBox
{
    width: 658px;
    margin: 0 auto;
    box-shadow: 0 0 4px 0 #91989d;
}
.searchBox .searchType{
    display: none;
}
.searchBox .search_text{
    width: 566px;
    height: 34px;
    line-height: 34px;
    color: #acacac;
    font-size: 12px;
    text-indent: 10px;
    border: 1px solid #91989d;
}
.searchBox .search_btn{
    width: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    background-color: #bf2d2e;
    color: #fff;
    border: 0;
}

.project-list
{
    overflow: hidden;
}
.project-list ul
{
    margin-left: -30px;
    margin-right: -30px;
}
.project-list li
{
    float: left;
    width: 274px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.project-list li a{
    color: #333;
}

.project-list li img
{
    width: 274px;
    height: 173px;
}

.project-list li .list-text{
    padding: 6px;
    font-size: 14px;
}

.project-list li span
{
    display: block;
    height: 19px;
    line-height: 19px;
}
/* 工程列表 end */

/* 详细页 */
.inner-detail
{
    width: 878px;    
    padding: 20px 34px;
	border: 1px solid #e5e5e5;
    min-height: 300px;
    box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
}
.inner-detail .detail-title{
    color: #bf2d2e;
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
    border-bottom: 1px dashed #7f7f7f;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.inner-detail .detail-title .other-info{
    color: #666;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.inner-detail .detail-content{
    font-size: 16px;
	color: #444;
	font-family: "宋体";
}
.inner-detail .detail-content p{
	text-indent: 2em;
	line-height: 1.8;
	margin-bottom: 20px;
}

.inner-detail .detail-content div
{
    line-height: 1;
    margin-bottom: 20px;
}

.inner-detail .detail-content img{
	max-width: 100%;
    margin: 0 auto;
}
/* 详细页 end */


/* 新闻新闻页 */
.newDetail {
}
/* 新闻新闻页 end */

/* 上下页按钮 */
.innerBtn{
	color: #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	margin-top: 40px;
	padding: 10px 0;
}

.innerBtn span{
	display: block;
	color: #999;
	padding: 4px 0;
}
.innerBtn a
{
	color: #999;    
}
/* 上下页按钮 end */


/* 右侧热门新闻（热门列表）*/
.hotNews ul
{
    padding: 10px;
}
.hotNews li{
	overflow: hidden;  
    margin-bottom: 8px;
	border-bottom: 1px dashed #666;
	color: #666;
	line-height: 26px;
	max-height: 52px;
	font-size: 12px;
}
.hotNews li a
{
    color: #666;
}
/* 右侧热门新闻（热门列表） end */


/* 右侧热门产品 */
.hotProduct
{
    margin-top: 40px;
}
.hotProduct ul
{
    margin-top: 15px;
}
.hotProduct li
{
    margin-bottom: 20px;
}
.hotProduct .imgBox
{
    width: 100%;
    padding-bottom: 63%;
}
.hotProduct span
{
    display: block;
    height: 30px;
    line-height: 30px;
    background-color: #7f7f7f;
    color: #fff;
    text-align: center;
}
/*  右侧热门产品 end */

/*  右侧图片 */
.imgAd img
{
    width: 100%;
    margin-bottom: 20px;
}
/*  右侧图片 end */

/* 厂家 */
.company-list
{
    border: 1px solid #e5e5e5;
}
.company-title
{
    border-bottom: 1px solid #e5e5e5;
}
.company-list ul
{
    padding: 20px;
}
.company-list ul li
{
    box-sizing: border-box;
    
    white-space: nowrap;
    margin-bottom: 15px;
}
.company-list ul.divide3 li
{
    float: left;
    width: 33%;
    padding-right: 2em;
}
.company-list ul li:before
{
    content: "·";
    margin-right: 5px;
}
.companySide
{
    width: 280px;
    border: 1px solid #e5e5e5;
}

.topProduct ul
{
    padding: 20px;
}
.topProduct ul li
{
    margin-bottom: 8px;
    padding-bottom: 7px;
    font-size: 14px;
    border-bottom: 1px solid #cacaca;
}
.topProduct ul li:before
{
    content: "·";
    margin-right: 5px;
    float: left;
}
.topProduct ul li span
{
    float: right;
}
.topProduct ul li a
{
    float: left;
}

/* 内页主区域 */
.innerMain
{
    width: 975px;
}

/* 侧导航 */
.innerSideL
{
    width: 206px;
}

.typeList
{
    background: #f5f5f5;
    margin-bottom: 15px;
}

.typeList .typeTitle
{
    padding-top: 35px;
    height: 185px;
    background: url("../Images/typeListBg.png") no-repeat center 0;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.typeList .typeTitle .chTitle
{
    font-size: 30px;
}

.typeList .typeTitle .enTitle
{
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 0 6px;
}

.typeList .typeTitle .enTitle:after, .typeList .typeTitle .enTitle:before
{
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: #fff;
    top: 50%;
}

.typeList .typeTitle .enTitle:after
{
    right: 100%;    
}

.typeList .typeTitle .enTitle:before
{
    left: 100%;    
}

.typeList ul li
{
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
}

.typeList ul li a
{
    display: block;
}

.typeList ul li.on
{
    background-color: #fff;
}
.typeList ul li.on a
{
    color: #bf2d2e;
}


/*新闻首页轮播图*/
.newsIndexSlideBox{ width:636px; height:350px; overflow:hidden; position:relative; margin-bottom: 20px; }
.newsIndexSlideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:2; }
.newsIndexSlideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.newsIndexSlideBox .hd ul li{ float:left; margin-right:4px;  width:40px; height:5px; line-height:5px; text-align:center; background:#fff; cursor:pointer;font-size: 0; }
.newsIndexSlideBox .hd ul li.on{ background:#bf2d2e; color:#fff; }
.newsIndexSlideBox .bd{ position:relative; height:100%; z-index:0;   }
.newsIndexSlideBox .bd li{ zoom:1; vertical-align:middle; }
.newsIndexSlideBox .bd img{ width:636px; height:350px; display:block;  }
.newsIndexSlideBox .mask
{
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,.6);
    margin-top: -40px;
    position: relative;
    z-index: 1;
    filter:alpha(opacity=60);
	opacity:0.6;
}

/* newsAd */
.newsAd 
{
    padding: 5px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
}
.newsAd img
{
    width: 100%;
}

/* 推荐企业 */
.reCompany
{
    margin-bottom: 16px;
}
.reCompany  .reCompany-title
{
    color: #bf2d2e;
    font-size: 22px;
    height: 26px;
    line-height: 26px;
    border-left: 7px solid #bf2d2e;
    padding-left: 10px;
    margin-bottom: 10px;
}
.reCompany ul
{
    margin: 0 -8px;
}
.reCompany li
{
    width: 227px;
    height: 69px;
    float: left;
    margin: 0 8px 14px;
}
.reCompany li img
{
    width: 100%;
}

.reCompany li.on
{
    border: 1px solid #ddd;
    box-sizing: border-box;
}



/* 十大品牌 */
.voting-rule{
  overflow: hidden;
  background-attachment: fixed;
  padding-bottom: 30px;
}

.rule-main{
  margin-top: 20px;
}

.rule-box{
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 28px;
  min-height: 200px;
  margin-bottom: 20px;
  background-color: rgba(255,255,255,.85);
  box-shadow: 0px 0px 30px 4px rgba(0,0,0,.3);
}

.rule-title{
  position: relative;
  display: inline-block;
  background: url("../images/brand/title-bg.png") no-repeat center right;
  background-size: 100%;
  min-width: 103px;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  margin-left: -50px;
}

.rule-content{
  font-size: 14px;
  color: #2e2e2e;
  line-height: 26px;
}

.rule-content p{
  text-indent: 2em;
  margin-bottom: 15px;
}

.rule-content img{
  max-width: 100%;
  margin: 0 auto;
}
#r_center ul li {
	float:left;
	width:50%;
	height:95px;
	margin-top:25px;
}
#r_center ul li img {
  border: 1px solid #D9702C;
}
#r_center ul li dl {
	float:left;
	margin-left:8px;
	width:330px;
  font-size: 12px;
  line-height: 1.4;
}
#r_center ul li dl dt {
	font-family:"????";
	font-size:16px;
	color:#eb6100;
	margin-bottom:8px;
}
#r_center ul li dl dd {
	margin-top:2px;
}