body {
	min-width: 1200px;
}

img {
	width: 100%;
}

.container {
	width: 1200px;
	margin: auto;
}

.header {
	max-width: 1920px;
	height: 631px;
	margin: 0 auto;
	background: url(/Public/Images/bang/top_bg.png) no-repeat;
	background-position: top center;
	background-size: cover;
}

.logo {
	width: 224px;
	margin-top: 40px;
	margin-right: 80px;
}

.title {
	display: block;
	width: 775px;
	margin: 0 auto;
	padding-top: 130px;
}

.select {
	margin-top: -60px;
	text-align: center;
}

.layui-form {
	width: 145px;
	margin: 0 5px;
	display: inline-block;
}

.layui-other {
	width: 180px;
}

.header .search-group {
	display: inline-block;
	background-color: #fff;
	width: 386px;
	margin: 80px 5px 0;
	line-height: 38px;
	font-size: 18px;
	border-radius: 4px;
}

.header .search-input {
	line-height: 38px;
	height: 38px;
	padding-left: 10px;
	width: 270px;
}

.header .search-group input {
	border: none;
	vertical-align: middle;
	padding-left: 0px;
	font-size: 16px;
	width: 270px;
}

.header .search-btn {
	display: inline-block;
	width: 106px;
	background-color: #e43719;
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 4px;
}
.header .search-btn:hover {
	cursor: pointer;
}

.header .search-btn img {
	width: 20px;
	margin-top: -4px;
}

.mt-80 {
	margin-top: -80px;
}

.column {
	background-color: #f3f3f3;
	border-bottom: 1px solid #ccc;
}

.c-title {
	width: 100%;
	height: 74px;
	line-height: 74px;
	background: url(/Public/Images/bang/column.png) no-repeat;
	background-position: top center;
	background-size: 100%;
}

.sub1 {
	font-size: 44px;
	color: #fff;
	font-style: italic;
	font-weight: 600;
	margin-left: 60px;
}

.sub3 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	margin-left: 60px;
}

.sub2 {
	font-size: 24px;
	color: #ffe074;
	margin-left: 20px;
}

.c-subtitle {
	font-size: 24px;
	color: #c60d08;
	text-align: center;
	padding: 10px 0;
}

.c-subtitle:after {
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	position: relative;
	top: 6px;
	border: 8px solid transparent;
	border-top: 10px solid #c60d08;
}

.c-content {
	background-color: #fff;
}

.c-personal {
	float: left;
	width: 360px;
	margin: 20px;
}

.c-pic {
	display: inline-block;
	width: 130px;
	height: 164px;
	border: 1px solid #ccc;
}

.c-txt {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-left: 20px;
}

.c-name {
	font-size: 24px;
	font-weight: 600;
}

.c-intro {
	margin-top: 20px;
	text-align: justify;
	font-size: 16px;
	line-height: 1.8;
}

.c-more {
	color: #c60d08;
}

.footer {
	margin: 40px auto 0;
	max-width: 1920px;
	height: 130px;
	background-color: #d22911;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-top: 40px;
	line-height: 1.6;
	box-sizing: border-box;
}

.footer span {
	margin: 0 20px;
}


.d-column {
	border: 1px solid #ddd;
}

.d-column .c-title {
	width: 100%;
	height: 74px;
	line-height: 74px;
	background: url(/Public/Images/bang/column2.png) no-repeat;
	background-position: top center;
	background-size: 100%;
}

.d-column .c-title a {
	font-size: 24px;
	color: #fff;
	margin-left: 30px;
}

.d-introduc {
	width: 1168px;
	margin: 30px auto;
	background: url(/Public/Images/bang/d_bg.png) no-repeat;
	background-position: bottom center;
	background-size: 100%;
	min-height: 300px;
	padding: 20px;
	box-sizing: border-box;
}

.d-self {
	float: left;
	width: 810px;
}

.d-title {
	font-size: 28px;
	color: #d04000;
}

.d-head {
	float: right;
	width: 290px;
}

.d-info {
	font-size: 18px;
	font-weight: bold;
	padding: 40px;
}

.d-content {
	width: 1168px;
	margin: 0 auto;
}

.d-deeds {
	width: 100%;
	height: 90px;
	line-height: 90px;
	background-color: #fff3d5;
	font-size: 28px;
	color: #d04000;
	padding: 0 30px;
	box-sizing: border-box;
}

.d-icon {
	width: 36px;
	margin-right: 10px;
}

.d-txt {
	margin-top: 20px;
	line-height: 2;
	font-size: 18px;
	text-indent: 2em;
}

.d-txt h1 {
	font-size: 24px;
	color: #d04000;
}