.brc_man {
	width:100%; 
}
.brc_man .bod {
	width:1400px;
	margin: 0 auto; 
	padding: 90px;
}
.brc_man .bod .in {
	/*padding:30px 10px 20px 10px;*/
	line-height:26px;
	color:#555555; /*常态色*/
	text-align:left;
	font-family:"Microsoft Yahei";
	font-size:14px;
}
.brc_man .bod .in p{
	line-height: 30px;
	text-indent: 30px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: black;
	text-align: center;
}

.gushi{
	padding: 25px; 
	width: 1000px;
	height: 405px;
	margin: 0 auto;
	background: url(../../../img/2.jpg) no-repeat top;
} 
/******相关文章*****/
.rel {
	width:100%;
	float:left;
	font-size:14px;
	color:#555555; /*常态色*/
	text-align:left;
	text-indent:17px;
	line-height:29px;
	padding-top:10px;
}
.rel_lst ul{
	margin:0px;
	padding-left:20px;
}
.rel_lst li{
	float:left;
	width:700px;
	height:28px;
	overflow:hidden;
	line-height:28px;
	text-align:left;
	margin:0px;
	list-style:none;
}
.rel_lst li a{
	font-size:13px;
	color:#555555; /*常态色*/
}
.rel_lst li a:hover{
	color:#0252a9; /*重点色*/
}
/******新闻列表*****/
.brc_man .lst {
	float:left!important;
	*float:none!important;
	float:none;
	width:100%;
	height:42px;
	border-bottom:1px dotted #c3c3c3
}
.brc_man .lst .l,.brc_man .lst .c,.brc_man .lst .r{
	line-height:42px;
	height:42px;
	color:#555555; /*常态色*/
	text-align:left;
	float:left;	font-size:14px
}
.brc_man .lst .l{
	width:600px; /*mod*/
	overflow:hidden;
}
.brc_man .lst a{
	color:#555555; /*常态色*/
	font-size:14px
}
.brc_man .lst a:hover{
	color:#23acce; /*重点色*/
}
.brc_man .lst .r{
	float:right;
	text-align:right;
}
/******图片新闻*****/
.news{
	width: 100%;
	height: 215px;
	background: blue;
}
.news-list{
	width: 100%;
	height: 235px;
	margin-top: 35px;
	border-bottom: 1px solid #e8e6e1;
}
.news-item1{
	width: 10%;
	padding: 35px 30px; 
	height:215px; 
}
.news-item1 i{
     font-size: 65px;
}
.news-item3 h1,.news-item3 p,.news-item3 a,.news-item1 span{
	font-family: "微软雅黑";
} 
.news-item1 span{
	 display: block;
	 font-size: 18px;
	 margin-top: -25px; 
}
.news-item2{
	width: 20%;
	padding: 0 1.5px;
	height:215px;  
}
.news-item3{
	width: 70%;
	padding: 10px 20px;
	height:215px; 
} 
.news-item3 h1:hover{
    cursor: pointer;
}
.news-item3 p:hover{
    cursor: pointer;
}
.news-item3 h1{
	font-size: 24px; 
}
.news-item3 p{
	font-size: 15px;
	margin-bottom: 10px;
}
.news-item3 a{
	font-size: 13px;
    color: #916b3b;
}
.news-item1,.news-item2,.news-item3{
	float: left;
}
/******图片展示*****/
.brc_man .can {
	float:left;
	width:180px;
	margin-top:10px;
	text-align:center;
}
.brc_man .can .pic {
	float:left;
	width:100%;
}
.brc_man .can img {
	border:1px solid #e8e8e8;
}
.brc_man .can .txt {
	float:left;
	width:100%;
	height:40px;
	line-height:20px;
	overflow:hidden;
}
.brc_man .can .txt a{
	color:#555555; /*常态色*/
}
.brc_man .can .txt a:hover{
	color:#0252a9; /*重点色*/
}


/******多图产品*****/ 
.b-box{
	 width: 100%;
	 height:1110px;
	 margin-top: 25px;
}
.box{
	width: 285px;
	height: 465px; 
	float: left; 
	margin-top: 0px;
}
.box h1{
	text-align: center;
	font-size: 16px;
	font-family: "微软雅黑";
}
.order{
	 width: 180px;
	 height: 60px;
	 float: left;
	 line-height: 60px;
	 text-align: center;
	 border-right: 1px solid #e3e3e3;
}
.order a:hover{
	color: black;
}
 
.box-h{  
  overflow: hidden;
}
.box-h img{
  cursor: pointer;
  transition: all 0.6s;
}
.box-h img:hover{
	transform: scale(1.3);
	-ms-transform:scale(1.3); 	/* IE 9 */
	-moz-transform:scale(1.3); 	/* Firefox */
	-webkit-transform:scale(1.3); /* Safari 和 Chrome */
	-o-transform:scale(1.3)); 
}
@media screen and (max-width: 1400px){
	   .brc_man .bod {
           width: 100%;
           padding: 0;   
       }
       .box{
           width: 19.5%;
       }
}