@charset "utf-8";
*{font-family: "微软雅黑"}
a img{ border:none;} h1,h2,h3,h4,p{margin: 0px;padding: 0px;}

/*首页*/
.service_box{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.service_box li{
	float: left;
	background: #d7000f;
	margin: 50px 20px;
}
.service_box li:hover{
	background: #b60005;
}
.service_box li a{
	display: block;
	font-size: 20px;
	color: #fff;
	width: 200px;
	line-height: 100px;
	margin: auto;
	text-align: center;
	background: url(../images/service.png) no-repeat;
	background-size: 190px 90px;
	background-position: center;
}
.us_contact{
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 50px;
}
.all_title{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	overflow: hidden;
}
.all_title h1{
	font-size: 25px;
	line-height: 60px;
	color: #d7000f;
	float: left;
}
.all_title span{
	font-size: 13px;
	font-weight: normal;
}
.all_title a{
	display: block;
	float: right;
	font-size: 14px;
	color: #222;
	padding: 0 20px;
	line-height: 30px;
	margin-top: 15px;
	border: 1px solid #ddd;
}
.all_title a:hover{
	background: #d7000f;
	border: 1px solid #d7000f;
	color: #fff;
}
.us_box{
	float: left;
	width: 800px;
}
.us_box h2{
	font-size: 18px;
	color: #d7000f;
	font-weight: normal;
	line-height: 50px;
}
.us_box p{
	font-size: 14px;
	color: #222;
	line-height: 28px;
}
.contact_box{
	float: right;
	width: 360px;
}
.contact_box h2{
	font-size: 18px;
	color: #d7000f;
	font-weight: normal;
	line-height: 50px;
}
.contact_box .contact_ce{
	font-size: 14px;
	color: #222;
	line-height: 28px;
}
.case_box{
	width: 1200px;
	margin: auto;
	padding-bottom: 40px;
}
.case_box ul{
	padding-top: 15px;
	overflow: hidden;
}
.case_center{
	float: left;
	margin: 10px;
}
.case_center div{
	width: 280px;
	height: 200px;
	overflow: hidden;
}
.case_center img{
	width: 280px;
	min-height: 200px;
}
.case_center p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #222;
}
.case_center:hover p{
	color: #d7000f;
}
.news_box{
	width: 1200px;
	margin: auto;
	padding-bottom: 60px;
}
.news_box ul{
	padding-top: 15px;
	overflow: hidden;
}
.news_center{
	float: left;
	width: 560px;
	margin: 10px 20px 20px 20px;
}
.news_center a{
	width: 100%;
	display: block;
	font-size: 16px;
	color: #d7000f;
	font-weight: normal;
    white-space:nowrap;/*一行显示*/
    overflow: hidden;/*超出部分隐藏*/
    text-overflow: ellipsis;/*用...代替超出部分*/
}
.news_center span{
	display: block;
	font-size: 12px;
	color: #aaa;
	line-height: 30px;
}
.news_center p{
	font-size: 14px;
	color: #222;
	line-height: 22px;
}


/*单页、详情页css*/
.article_box{
	width: 1200px;
	margin: auto;
	margin-bottom: 50px;
}
.article_box ul{
	overflow: hidden;
}
.article_box li{
	float: left;
}
.com_left{
	width: 250px;
	margin-top: 40px;
	overflow: hidden;
}
.com_left h1{
	width: 100%;
	line-height: 40px;
	background: #d7000f;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-indent: 20px;
}
.com_left a{
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #222;
	margin-top: 5px;
	text-indent: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.com_left a:hover{
	color: #d7000f;
}
.com_left h2{
	width: 100%;
	line-height: 40px;
	background: #d7000f;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-indent: 20px;
	margin-top: 40px;
}
.com_left div{
	font-size: 14px;
	padding: 14px 0px;
	line-height: 24px;
}
.kuang{
	width: 230px;
	height: 30px;
	border: 1px solid #ddd;
	padding-left: 10px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #999;
}
.com_right{
	margin-left: 48px;
	width: 890px;
	overflow: hidden;
}
.crumbNav{
	color: #313131;
	font-size: 14px;
	padding: 40px 0px 17px 0px;
	border-bottom: 1px solid #ddd;
}
.crumbNav a{
	font-size: 14px;
	color: #313131;
	font-weight: normal;
}
.crumbNav a:hover{
	color: #d7000f;
}
.com_right h1{
	font-size: 20px;
	padding: 30px 0px 20px 0px;
	line-height: 26px;
	text-align: center;
	color: #d7000f;
}
.com_right p{
	font-size: 15px;
	color: #252525;
	line-height: 26px;
}
.new_lisbox{
	margin-top: 10px;
}
.new_listpage{
	overflow: hidden;
}
.new_listpage a{
	font-size: 15px;
	color: #555;
	line-height: 30px;
	float: left;
	display: block;
}
.new_listpage a:hover{
	color: #d7000f;
}
.new_listpage span{
	font-size: 14px;
	color: #aaa;
	float: right;
}
.flip_article{
	font-size: 14px;
	padding: 20px 0px;
	display: table;
	margin: auto;	
}
.flip_article a{
	color: #555;
}
.flip_article a:hover{
	color: #d7000f;
}
.article_libox{
  padding-top: 10px;
  overflow: hidden;
}
.article_libox li{
	width: 210px;
	background: #f7f8fa;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
	display:inline-block;
	vertical-align:top;
}
.article_liall{
	font-weight: normal;
	display: block;
	width: 210px;
	background: #0a2b4a;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.article_libox span{
	margin-top: 10px;	
	overflow: hidden;
	display: block;
}
.article_lione{
	display: block;
	line-height: 35px;
	font-size: 14px;
	color: #252525;
	text-indent: 10px;
}
.article_lione:hover{
	color: #d7000f;
}
.product_listpage{
	overflow: hidden;
}
.product_listpage a{
	float: left;
	width: 212px;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
}
.product_listpage img{
	min-width: 212px;
	height: 180px;
}
.product_listpage p{
	line-height: 40px;
	font-size: 14px;
	color: #555;
	text-align: center;
	margin: 0px;
}
.product_listpage a:hover p{
	color: #fff;
	background: #d7000f;
}
.detail_img{
	max-width: 470px;
	padding: 10px 20px 0px 0px;
	float: left;
}
.com_right h3{
	padding-top: 20px;
	font-weight: bold;
	color: #d7000f;
	font-size: 18px;
}
.com_right h4{
	font-size: 15px;
	color: #252525;
	line-height: 26px;
	font-weight: normal;
}
.list_art{
	display: table;
	margin: auto;
	overflow: hidden;
}
.list_art li{
	float: left;
	margin: 0px 10px;
}
.list_art a{
	display: block;
	float: left;
	font-size: 14px;
	padding: 0px 30px 0px 30px;
	line-height: 30px;
	border: 1px solid #d7000f;
	color: #d7000f;
	margin-bottom: 20px;
}
.list_art a:hover{
	background: #d7000f;
	color: #fff;
}

/*在线留言*/
td{
	padding: 0px;
}
.guestbook_r01{
	width:520px; 
	height:50px;
}
.guestbook_r_text01{ 
	width:500px;
	background:#eee;
	border:1px dashed #ccc;
	height:36px;
	line-height:36px;
	padding:0 10px;
}
.guestbook_r02{ 
	width:520px; 
	height:130px;
}
.guestbook_r_text02{ 
	width:500px; 
	background:#eee; 
	border:1px dashed #ccc; 
	height:84px; 
	line-height:180%; 
	padding:10px;
}
.guestbook_r03{ 
	width:520px; 
	height:50px;
}
.guestbook_r_text03{ 
	width:160px; 
	background:#eee; 
	border:1px dashed #ccc; 
	height:36px; 
	line-height:36px; 
	padding:0 10px;
}
.submit001{ 
	background:#d7000f; 
	border:none; 
	width:250px; 
	height:40px; 
	line-height:40px; 
	color:#fff; 
	font-family:"微软雅黑"; 
	font-size:16px; 
	margin-top:20px;
	cursor:pointer;
}
.reset001{ 
	background:#ccc; 
	border:none; 
	width:250px; 
	height:40px; 
	line-height:40px; 
	color:#333; 
	font-family:"微软雅黑"; 
	font-size:16px; 
	margin-left:10px; 
	margin-top:20px;
	cursor:pointer;
}

/*翻页代码*/
.pages {
	text-align: center;
	font-size: small;
	margin-top:20px;
}

.pages a {
	background-color: #f3f3f5;
	display: inline-block;
	padding: 2px 6px
}

.pages a:hover {
	border: 1px solid #666;
	padding: 1px 5px;
	text-decoration: none
}

.pages strong {
	font-weight: bold;
	background-color: #f3f3f5;
	display: inline-block;
	padding: 2px 6px;
	color: #1176bb
}

.pages .current {
	background-color: #333;
	display: inline-block;
	padding: 2px 6px;
	color: #fff
}
