.main_inner {
	margin-top: 30px;
}

#leftbar {
	float: left;
	margin-right: 20px;
	width: 350px;
}

@media only screen and (max-width: 768px) {
	#leftbar {
		display: none;
	}
}

.rightwrap {
	float: right;
	width: -moz-calc(100% - 370px);
	width: -webkit-calc(100% - 370px);
	width: calc(100% - 370px);
	position: relative;
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
	.rightwrap {
		width: 100%;
		padding: 0 10px;
	}
}

A.menu2:link
{
	text-decoration:none;
	color:#ffffff;
}
A.menu2:hover
{
	text-decoration:underline;
	color:#ffffff;
}

.breadcrumb {
	text-align: right;
}

@media only screen and (max-width: 768px) {
	.breadcrumb {
		text-align: left;
	}
}

.breadcrumb span {
	display: inline-block;
	line-height: 30px;
}

.rightwrap h4{
	font-size:24px;
	line-height: 45px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding-bottom:5px;
}

#pro_c ul li{
	width: 25%;
	float: left;
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
	#pro_c ul li {
		width: 50%;
	}
}

#pro_c ul li label{
	width: 100%;
}

#pro_c ul li label a{
	width: 100%;
	height: 100%;
	padding: 10px;
}

#pro_c ul li label a img{
	width: 100%;
	height: 100%;
}

#pro_c ul li p a{
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*------------PAGINATION------------*/

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 40px 0;
	border-radius: 4px
}

.pagination .cur {
	background-color: #eee;
}

.pagination>li {
	display: inline;
	background-color: #ddd;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

#news_c ul li a{
	line-height: 40px;
	position: relative;
	border-bottom: 1px dotted #999999;
}

@media only screen and (max-width: 768px) {
	#news_c ul li a{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-right: 90px;
	}
}

#news_c ul li a span{
	position: absolute;
	right: 0;
	top: 0;
}

.footcopy{
	background: #333333;
}

.foot_mess{
	padding: 20px 0;
}

.foot_mess p{
	color: #fff;
	line-height: 30px;
	text-align: center;
}

#cont_c p{
	line-height: 30px;
}

.index_pro {
	background: #EEEEEE;
	padding-bottom: 10px;
}

.pro_title{
	padding: 20px 0;
}

.pro_title h3{
	text-align: center;
	font-size: 26px;
	line-height: 60px;
}

.pro_cont ul li{
	width: 25%;
	float: left;
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	.pro_cont ul li{
		width: 50%;
	}
}

.pro_cont ul li label{
	
}
.pro_cont ul li a{
	width: 100%;
	height: 100%;
	padding: 0 5px 10px;
	font-weight: bold;
	font-size: 16px;
}
.pro_cont ul li a img{
	width: 100%;
	height: 100%;
}

.pro_cont ul li p a{
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.banner_inner img{
	width: 100%;
}

.index_Combined{
	margin: 40px 0;
}

.about_cont{
	width: 50%;
	float: left;
	padding-right: 25px;
}

.about_cont img{
	width: 100%;
}

.about_cont p{
	text-align: justify;
	text-indent: 24px;
	line-height: 24px;
	padding-top: 10px;
}

.about_cont p a{
	display: inline-block;
	color: #E9291E;
}

.news_cont{
	width: 50%;
	float: left;
}

.news_cont h3{
	font-size: 20px;
	margin-bottom: 10px;
}

.news_cont ul li a{
	padding-left: 90px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

.news_cont ul li a span{
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 20px;
}

@media only screen and (max-width: 768px) {
	.about_cont,.news_cont{
		float: none;
		width: 100%;
	}
	
	.index_Combined{
		padding:10px
	}
}

#order_c table{
	width: 600px;
}
@media only screen and (max-width: 768px) {
	#order_c table{
		width: 100%;
	}
}

#order_c tr td:last-child{
	padding: 10px 0;
}

#order_c tr td:first-child{
	text-align: right;
	padding-right: 10px;
	width: 25%;
}

#order_c input{
	border: 1px solid #e1e1e1;
	line-height: 24px;
	padding: 5px;
}

#order_c textarea{
	border: 1px solid #e1e1e1;
	width: 100%;
	display: block;
	padding: 5px;
}

#order_c input[type=submit]{
	background: #E9291E;
	width: 80px;
	color: #fff;
	border-radius: 4px;
}

.newsInfo h3{
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 10px;
}

.newsInfo .source{
	text-align: center;
}
.newsInfo .source li span{
	display: inline-block;
}

.centerwrap{
	position: relative;
	margin-bottom: 30px;
}

.centerwrap .breadcrumb{
	position: initial;
}