.container .row{
display:block;
}
.row .content {
	border-radius: 4px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 28px;
}

.prohead {
	overflow: hidden
}
.prohead .hleft {
	width: 48%;
	float: left;
    margin-right: 2%;
}
.prohead .hleft img{
	width: 100%;
	float: left;
}
.prohead .hright {
	float: right;
	width: 50%;
}
@media (max-width:768px) {
.prohead .hleft {
	width: 100%;
}
.prohead .hright {
	width: 100%;
}
}
section .mt-5 {
	margin-top: 20px !important;
}
.prohead .hright h1 {
	font-size: 18px;
}
.prohead .hright h2 {
	font-size: 14px;
}
.prohead .hright .proinfo {
	border-bottom: 1px solid #9b9b9b;
	padding-bottom: 12px;
	font-size: 24px;
}
.prohead .hright .btns {
	padding: 10px 0px;
}
.prohead .hright .btns img {
	margin-right: 20px;
}
.prohead .hright .tips {
	border: #F66 1px solid;
	background-color: #FCF;
	font-size: 12px;
	padding: 0px 12px;
	color: #E2782E;
	display: none
}
.rexian {
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #E2782E;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
}
.procontent {
	margin-top: 20px;
}
.procontent .tit {
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #E2782E;
}
.procontent .tit dt {
	float: left;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #E2782E;
	text-align: center;
	width: 160px;
	font-weight: bold;
	font-size: 18px;
}
.procontent .detail {
	margin-top: 20px;
}
.fanye {
	width: 100%;
	height: auto;
	overflow: hidden
}
.fanye li:first-child {
	float: left;
	width: 50%;
	overflow: hidden;
    list-style-type: none;
}
.fanye li:last-child {
	float: right;
	width: 50%;
	overflow: hidden;
    list-style-type: none;
    text-align: right;
}
.fanye li a {
	color: #000;
	display: inline;
}