/* cont_tit */
.contbg{
	width:100%;
	height:60px;
	line-height:60px;
	background-color:#f7f7f7;
	border-bottom:1px solid #e5e5e5;
}
.cont_tit{
	width:1440px;
	margin-right:auto;
	margin-left:auto;
	color:#666;
	overflow:hidden;
	zoom:1;
}
.cont_tit h2{
	line-height:60px;
	font-size:22px;
	color:#e60012;
	font-weight:bold;
}
.cont_tit li{
	float:left;
	padding-right:30px;
	padding-left:30px;
	font-size:16px;
	border-left:1px solid #ddd;
}
.cont_tit .pull-left a{
	color:#333;
}
.cont_tit .pull-left a:hover{
	color:#db261d;
}
.cont_tit .pull-left .active{
	color:#db261d;
	font-weight:bold;
}
.cont_tit .pull-right{
	font-size:16px;
}
.cont_tit .pull-right a{
	color:#666;
}
.cont_tit .pull-right a:hover{
	color:#e60012;
}
@media (max-width:768px) {
	.contbg{
		height:46px;
		line-height:46px;
	}
	.cont_tit{
		width:100%;
	}
	.cont_tit h2{
		margin-left:15px;
		line-height:46px;
		font-size:18px;
	}
	.cont_tit li{
		padding-right:20px;
		padding-left:20px;
		font-size:15px;
	}
	.cont_tit .pull-right {
		display:none;
	}
}
/* cont */
.cont{
	width:1440px;
	margin-top:50px;
	margin-right:auto;
	margin-bottom:60px;
	margin-left:auto;
	font-size:15px;
	line-height:180%;
}
.cont_about{
	margin-top:40px;
}
.cont_about h3{
	margin-bottom:7px;
	font-size:28px;
	color:#818181;
	font-family:Arial;
	text-transform:uppercase;
}
.cont_about h2{
	margin-bottom:30px;
	font-size:36px;
	color:#e60012;
	font-weight:bold;
}
.cont_about p{
	margin-bottom:20px;
	font-size:16px;
	color:#666;
	line-height:200%;
}
.cont_about .cont_about_en{
	padding-top:20px;
	font-family:Arial;	
}
.cont_about .cont_about_en p{
	font-size:15px;
	line-height:180%;
}
@media (max-width:768px) {
	.cont{
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
	}
	.cont_pic{
		margin-right:15px;
		margin-left:15px;
	}
	.cont_about{
		margin-top:20px;
		margin-right:15px;
		margin-left:15px;
	}
	.cont_about h3{
		margin-bottom:5px;
		font-size:20px;
	}
	.cont_about h2{
		margin-bottom:20px;
		font-size:28px;
	}
	.cont_about p{
		margin-bottom:15px;
		font-size:14px;
		line-height:180%;
	}
	.cont_about .cont_about_en{
		padding-top:10px;
	}
	.cont_about .cont_about_en p{
		font-size:14px;
		line-height:160%;
	}
}
/* cont_pro */
.sidebar{}
.sidebar h2{
	padding-top:20px;
	padding-bottom:15px;
	padding-left:30px;
	line-height:100%;
	font-size:30px;
	color:#fff;
	background:url(../images/page.png) no-repeat right 32px;
	background-color:#e60012;
}
.sidebar .dianhua{
	background:url(../images/dianhua.png) no-repeat right 32px;
	background-color:#e60012;
}
.sidebar h2 span{
	font-family:Arial;
	font-size:14px;
	text-transform:uppercase;
}
.sidebar ul{
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:20px;
	border:1px solid #e5e5e5;
	border-top:none;
	background-color:#f7f7f7;
}
.sidebar li{
	padding-left:25px;
	line-height:40px;
	font-size:16px;
}
.sidebar li a{
	display:block;
	text-indent:24px;
	color:#333;
	background:url(../images/icon01.png) no-repeat left center;	
}
.sidebar li a:hover{
	color:#e60012;
	background:url(../images/icon02.png) no-repeat left center;	
}
.sidebar .contact{
	padding-top:20px;
	padding-right:20px;
	padding-bottom:25px;
	padding-left:20px;
	line-height:220%;
	font-size:15px;
	border:1px solid #e5e5e5;
	border-top:none;
	background-color:#f7f7f7;
}
.sidebar .sidebar_pro{
	padding-top:15px;
	margin-bottom:20px;
	border:1px solid #e5e5e5;
	border-top:none;
	background-color:#f7f7f7;
}
.sidebar .sidebar_pro dt{
	text-align:left;
	margin-bottom:10px;
	margin-left:20px;
	border:none;
}
.sidebar .sidebar_pro dt:hover{
	border:none;
}
.sidebar .sidebar_pro dt a{
	display:block;
	text-indent:24px;
	font-size:16px;
	color:#333;
	background:url(../images/icon01.png) no-repeat left center;
}
.sidebar .sidebar_pro dt a:hover{
	color:#e60012;
	background:url(../images/icon02.png) no-repeat left center;	
}
.sidebar .sidebar_pro dd{
	line-height:36px;
	height:36px;
	text-align:left;
	margin-left:44px;
}
@media (max-width:768px) {
	.sidebar{ 
		display:none;
	}
}
.cont_pro{
	margin-top:36px;
}
.cont_pro dl {
	margin-bottom: 20px;
}
.cont_pro dt {
	text-align:center;
	border:1px solid #d8d8d8;
}
.cont_pro dt:hover{
	border:1px solid #e60012;
}
.cont_pro dt img{
	margin-right:auto;
	margin-left:auto;
}
.cont_pro dd {
	height:46px;
	line-height:46px;
	font-size:15px;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro_show{
	text-align:center;
}
.pro_show img{
	margin-right:auto;
	margin-left:auto;
}
.cont_page{
	margin-top:50px;
}
.cont_case{
	margin-top:36px;
}
.cont_case dl {
	margin-bottom: 20px;
}
.cont_case dt {
	text-align:center;
}
.cont_case dt img{
	margin-right:auto;
	margin-left:auto;
}
.cont_case dd {
	height:46px;
	line-height:46px;
	font-size:15px;
	text-align:center;
}
@media (max-width:768px) {
	.cont_pro{
		margin-top:30px;
	}
	.cont_pro dl {
		margin-bottom: 15px;
	}
	.cont_page{
		margin-top:30px;
	}
	.cont_pro .col-xs-6{
		padding-right:10px;
		padding-left:10px;
	}
	.cont_pro dd {
		height:40px;
		line-height:40px;
		font-size:14px;
	}
	.pro_show{
		margin-right:15px;
		margin-left:15px;
	}
	.cont_case{
		margin-top:30px;
		margin-right:0;
		margin-left:0;
	}
	.cont_case .row{
		margin-right:0;
		margin-left:0;
	}
	.cont_case .col-xs-6{
		padding-right:10px;
		padding-left:10px;
	}
	.cont_case dl {
		margin-bottom: 15px;
	}
	.cont_case dd {
		height:40px;
		line-height:40px;
		font-size:14px;
	}
	.cont_page{
		margin-top:30px;
		margin-right:15px;
		margin-left:15px;
	}
	.cont_page p{
		line-height:160%;
		font-size:14px;
	}
}
/* cont_news */
.cont_news{
	margin-top:36px;
}
.cont_news dl{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #e1e1e1;
}
.cont_news dl dt{
	margin-bottom:10px;
	font-size:20px;
	color:#333333;
	font-weight:normal;
}
.cont_news dl .cont_time{
	margin-bottom:10px;
	color:#818181;
}
.cont_news dl dd a{
	line-height:180%;
	font-size:15px;
	color:#333333;	
}
.cont_news dl dd a:hover{
	color:#ff0000;	
}
/* news_show */
.news_show {
	font-size:16px;
	color:#666;
	line-height:200%;
}
.news_show h3 {
	height:60px;
	font-size: 28px;
	color: #313131;
	text-align: center;
	font-weight:bold;
	border-bottom: 1px solid #ddd;
}
.news_show h4 {
	margin-top:25px;
	margin-bottom:30px;
	font-size: 14px;
	color: #818181;
	font-weight: normal;
	text-align: center;
}
.news_show h4 a {
	color: #818181;
}
.news_show h4 a:hover {
	color: #C00;
}
@media (max-width:768px) {
	.news_show {
		padding-top:20px;
		padding-bottom:0;
	}
	.news_show h3 {
		height:40px;
		padding-bottom:12px;
		font-size: 18px;
	}
	.news_show h4 {
		margin-top:15px;
		margin-bottom:15px;
	}
	.news_des{
		margin-right:15px;
		margin-left:15px;
		font-size:14px;
		line-height:180%;
	}
}
.cont_honor{
}
.cont_honor .list{
	margin-bottom:20px;
	padding-right:10px;
	padding-left:10px;
}
.cont_honor .list img{
	border:1px solid #ddd;
}
@media (max-width:768px) {
	.cont_honor{
		width:100%;
	}
	.cont_honor .row{
		margin-right:10px;
		margin-left:10px;
	}
	.cont_honor .list{
		padding-right:5px;
		margin-bottom:10px;
		padding-left:5px;
	}
}
.cont_contact{
	margin-top:70px;
}
.cont_contact h2{
	margin-top:20px;
	margin-bottom:50px;
	font-size:30px;
	color:#e60012;
	font-weight:bold;
}
.cont_contact .map{
	width:640px;
	height:500px;
}
.cont_contact p{
	margin-bottom:25px;
	font-size:16px;
}
.cont_message{
	width:900px;
	margin-top:50px;
	margin-right:auto;
	margin-bottom:50px;
	margin-left:auto;
}
.cont_message .list{
	margin-bottom:15px;
}
.cont_message label{
	padding-top:10px;
	padding-bottom:10px;
}
.cont_message .form-control{
	height:inherit;
	padding-top:10px;
	padding-bottom:10px;
}
@media (max-width:768px) {
	.cont_contact{
		margin-top:30px;
	}
	.cont_contact h2{
		margin-top:0;
		margin-right:15px;
		margin-bottom:20px;
		margin-left:15px;
		font-size:24px;
	}
	.cont_contact p{
		margin-right:15px;
		margin-bottom:15px;
		margin-left:15px;
		font-size:15px;
	}
	.map{
		width:360px;
		height:300px;
		margin-top:30px;
		margin-right:15px;
		margin-left:15px;
	}
	.cont_message{
		width:100%;
		margin-top:30px;
		margin-right:auto;
		margin-bottom:30px;
	}
	.cont_message .list{
		margin-right:15px;
		margin-bottom:12px;
		margin-left:15px;
	}
	.cont_message label{
		padding-top:8px;
		padding-bottom:8px;
	}
	.cont_message .form-control{
		padding-top:8px;
		padding-bottom:8px;
	}
}