* {
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
}

html, body {
	font-size: 16px;
	background-color: #fff;
}

body, div, a, li, ul, ol, dl, img, span, input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

/* IOS 样式兼容 */

input[type=button], input[type=submit], input[type=file], select, button, input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

/* 外边距和后台一致 */

p {
	margin: 5px 0;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px!important;
}

.this-1200 {
	margin: 0 auto;
	width: 1200px;
}

/* 头部 */

#header {
	line-height: 76px;
	padding: 0 40px;
}

#header a.logo img {
	vertical-align: middle;
}

#header .right .nav {
	font-size: 0;
}

#header .right .nav li {
	float: left;
	margin-left: -3px;
}

#header .right .nav li a {
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
}

#header .right .nav span {
	color: #666;
	font-size: 14px;
}

#header .right .nav li:hover {
	background-color: #c30d23;
}

#header .right .nav li:hover a {
	color: #fff;
}

#header .right .nav li:hover span {
	color: #c30d23;
}

#header .right .nav li.active {
	background-color: #c30d23;
}

#header .right .nav li.active a {
	color: #fff;
}

#header .right .nav li:last-child span {
	display: none;
}

#header .right .phone {
	color: #666;
	margin-left: 10px;
}

#header .right .search input {
	border: 1px solid #d3d3d3;
	outline: none;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	width: 170px;
	margin-left: 30px;
	margin-right: -30px;
	padding-right: 30px;
	box-sizing: border-box;
}

#header .right .search button {
	background-color: #fff;
	border: 0;
	outline: none;
	cursor: pointer;
}

/* 导航自适应 */

@media screen and (max-width:1700px) {
	#header .right .phone {
		display: none;
	}
}

@media screen and (max-width:1570px) {
	#header .right .search {
		display: none;
	}
}

@media screen and (max-width:1400px) {
	#header .right .nav li a {
		padding: 0 12px;
	}
}

/* 组件 */

/* 招标组件 */

.notice-list>.title span {
	float: left;
	line-height: 60px;
	color: #fff;
	padding: 0 25px;
	background-color: #ca3243;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}

.notice-list>.title span:nth-of-type(1), .notice-list>.list a span:nth-of-type(1) {
	width: 50%;
}

.notice-list>.title span:nth-of-type(2), .notice-list>.list a span:nth-of-type(2) {
	width: calc(50% - 120px);
}

.notice-list>.title span:nth-of-type(3), .notice-list>.list a span:nth-of-type(3) {
	width: 120px;
	padding: 0;
	text-align: center;
}

.notice-list>.list a {
	display: block;
	background-color: #f2f8ff;
	margin-top: 5px;
}

.notice-list>.list a:after {
	content: "";
	display: block;
	clear: both;
}

.notice-list>.list a span {
	line-height: 47px;
	float: left;
	padding: 0 25px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #333;
}

.notice-list>.list a:hover {
	background-color: #d0edfd;
}

/* 招标组件-内页 */

.notice-list-view>.title span {
	float: left;
	padding: 0px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.notice-list-view>.title span:nth-of-type(1), .notice-list-view>.list a span:nth-of-type(1) {
	width: 50%;
	padding-right: 10px;
}

.notice-list-view>.title span:nth-of-type(2), .notice-list-view>.list a span:nth-of-type(2) {
	width: calc(50% - 120px);
}

.notice-list-view>.title span:nth-of-type(3), .notice-list-view>.list a span:nth-of-type(3) {
	width: 120px;
	padding: 0;
	text-align: center;
}

.notice-list-view>.list a {
	display: block;
	line-height: 40px;
	border-bottom: 1px dashed #999;
}

.notice-list-view>.list a:after {
	content: "";
	display: block;
	clear: both;
}

.notice-list-view>.list a:hover span {
	color: #c30d23;
}

.notice-list-view>.list a span {
	line-height: 47px;
	float: left;
	padding: 0;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}

/* 新闻组件 */

.news-list li {
	line-height: 40px;
	border-bottom: 1px dashed #999;
}

.news-list a {
	width: 780px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
}

.news-list a:hover {
	color: #c30d23;
}

.news-list li:after {
	content: "";
	display: block;
	clear: both;
}

.news-addtime-hide a {
	width: 100%;
}

.news-addtime-hide .addtime {
	display: none;
}

.news-list .addtime {
	float: left;
	width: 90px;
	text-align: right;
	font-size: 14px;
	color: #333;
}

/* 首页公共部分 */

#home .notice {
	padding-bottom: 50px;
}

#home .notice>div>.title {
	line-height: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#home .notice>div>.title p {
	color: #c30d23;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

#home .notice>div>.title a {
	font-size: 14px;
}

#home .notice .left {
	width: 872px;
}

#home .notice .right {
	width: 270px;
}

#home .notice .right .list a {
	width: 270px;
	line-height: 200px;
	display: block;
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-bottom: 8px;
	background-size: cover;
	position: relative;
}

#home .notice .right .list a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(179, 179, 179, 0.3);
	opacity: 1;
	transition: all 0.3s;
}

#home .notice .right .list a span {
	position: relative;
}

#home .notice .right .list a::after {
	content: "";
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	position: absolute;
	opacity: 1;
	border: 1px solid #fff;
	top: 3px;
	left: 3px;
	box-sizing: border-box;
}

#home .notice .right .list a:hover::before {
	opacity: 0;
}

#home .notice .right .list a:hover span {
	color: #c30d23;
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -1px 0 0, #fff 0 -2px 0;
}

#home .about {
	background-image: url(../images/bg_about.jpg);
	background-size: cover;
	padding: 30px 0;
}

#home .about a.more {
	width: 160px;
	text-align: center;
	color: #fff;
	background-color: #999;
	line-height: 45px;
	display: block;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 30px;
	transition: all 0.3s;
	font-size: 14px;
}

#home .about a.more:hover {
	background-color: #c30d23;
}

/* 其他页公共部分 */

#main>.banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}

#main>.banner p {
	line-height: 150px;
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

#main>.banner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
}

#main>.this-1200>.left {
	width: 300px;
	float: left;
	margin-bottom: 40px;
	margin-top: 20px;
}

#main>.this-1200>.left>.title {
	line-height: 50px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border: 1px solid #eee;
	padding-left: 10px;
	background-color: #ca3243;
}

#main>.this-1200>.left>.title i {
	margin-right: 10px;
}

#main>.this-1200>.left>.list li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	line-height: 46px;
	padding-left: 10px;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid #eee;
	margin-top: -1px;
}

#main>.this-1200>.left>.list li a i {
	margin-right: 10px;
	color: #666;
}

#main>.this-1200>.left>.list li a:hover {
	color: #c30d23;
}

.left-active {
	background-color: #ddd!important;
}

#main>.this-1200>.left .contact {
	border: 1px solid #eee;
	border-top: 0px;
	padding: 10px;
}

#main>.this-1200>.left .contact p {
	line-height: 25px;
	font-size: 14px;
	color: #333;
}

#main>.this-1200>.right {
	width: 870px;
	float: left;
	margin-left: 30px;
}

#main>.this-1200>.right>.link {
	line-height: 35px;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	text-align: right;
}

#main>.this-1200>.right>.link a {
	font-size: 14px;
	color: #333;
}

#main>.this-1200>.right>.link a:hover {
	color: #40434C;
}

#main>.this-1200>.right .content {
	padding: 10px 0;
}

/* 新闻内页 */

#main .news-view .title p:first-child {
	font-size: 28px;
	text-align: center;
}

#main .news-view .title p:first-child+p {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	color: #999;
	margin-bottom: 10px;
}

#main .news-view .content {
	padding: 10px 0;
}

/* 公告 */

#main .notice-view .title, #main .notice-view .addtime {
	margin: 10px 0;
	font-size: 14px;
}

#main .notice-view .title {
	font-size: 18px;
}

#main .notice-view .title {
	margin-top: 20px;
}

#main .notice-view .title, #main .notice-view .addtime span {
	font-weight: bold;
}

#main .notice-view .addtime p {
	display: inline-block;
	margin: 0;
	margin-right: 20px;
}

#main .notice-view .detailed {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #eee;
}

/* 底部 */

#footer {
	background-color: #861121;
}

#footer .nav {
	padding: 20px 0 10px 0;
}

#footer .nav a {
	line-height: 50px;
	color: #fff;
	font-size: 14px;
}

#footer .nav span {
	color: #fff;
	margin: 0 20px;
}

#footer .nav a:hover {
	color: #fff;
}

#footer .content {
	padding-bottom: 20px;
}

#footer .content a {
	color: #fff;
}

#footer .content .left {
	width: 1000px;
	color: #fff;
}

#footer .content .right {
	width: 200px;
	text-align: right;
}

#footer .copyright {
	color: #fff;
	border-top: 1px solid #ffffff;
	line-height: 50px;
	font-size: 13px;
}

/* 移动端 */

#nav-m,#home .search-m,#main .search-m {
	display: none;
}

@media screen and (max-width:1200px) {
	.this-1200 {
		width: auto;
	}
	/* 头部 */
	#header {
		display: none;
	}
	#nav-m {
		height: 50px;
		display: block;
		position: relative;
		z-index: 999;
		font-size: 0;
	}
	#nav-m .logo {
		height: 50px;
		float: left;
	}
	#nav-m .logo img {
		height: 30px;
		margin-left: 10px;
		margin-top: 10px;
	}
	#nav-m>.title {
		font-size: 16px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 10px;
		width: calc(100% - 110px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	#nav-m .menu {
		position: absolute;
		right: 10px;
		top: 11px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 3px;
	}
	#nav-m .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #000;
	}
	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}
	#nav-m .list {
		background-color: #333;
		display: none;
	}
	#nav-m .list a, #nav-m .list .more .title {
		height: 40px;
		width: 100%;
		display: block;
		padding: 0 10px;
		font-size: 14px;
		color: #f1f2f4;
		box-sizing: border-box;
		line-height: 40px;
		border-bottom: 1px solid #777;
	}
	#nav-m .list .more {
		display: inline-block;
		width: 100%;
	}
	#nav-m .list .more i {
		float: right;
		font-size: 22px;
		margin-top: 8.5px;
		text-align: center;
		color: #fff;
		transition: all 0.3s;
	}
	#nav-m .list .more .children {
		background-color: #555;
		display: none;
	}
	/* 组件 */
	/* 招标组件 */
	.notice-list>.title span:nth-of-type(1), .notice-list>.list a span:nth-of-type(1) {
		width: calc(100% - 90px);
		line-height: 40px;
		font-size: 16px;
		padding: 0 10px;
	}
	.notice-list>.title span:nth-of-type(2), .notice-list>.list a span:nth-of-type(2) {
		display: none;
	}
	.notice-list>.title span:nth-of-type(3), .notice-list>.list a span:nth-of-type(3) {
		width: 90px;
		line-height: 40px;
		font-size: 16px;
	}
	.notice-list>.list a span {
		font-size: 13px!important;
		padding: 0 10px;
	}
	/* 招标组件-内页 */
	.notice-list-view {
		padding-left: 10px;
		padding-right: 10px;
	}
	.notice-list-view>.title span {
		margin-top: 15px;
	}
	.notice-list-view>.title span:nth-of-type(2), .notice-list-view>.list a span:nth-of-type(2) {
		display: none;
	}
	.notice-list-view>.title span:nth-of-type(1), .notice-list-view>.list a span:nth-of-type(1) {
		width: calc(100% - 90px);
	}
	.notice-list-view>.title span:nth-of-type(3), .notice-list-view>.list a span:nth-of-type(3) {
		width: 90px;
	}
	/* 新闻组件 */
	.news-list li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.news-list a {
		width: calc(100% - 90px);
	}
	/* 首页 */
	#home .search-m {
		font-size: 0;
		display: block;
	}
	#home .search-m input {
		width: calc(100% - 50px);
		line-height: 40px;
		padding-left: 10px;
		box-sizing: border-box;
		outline: none;
		background-color: #f1f2f4;
	}
	#home .search-m button {
		width: 50px;
		line-height: 40px;
		border: 0;
		height: 40px;
		vertical-align: bottom;
		color: #fff;
		background-color: #DDD;
	}
	#home .notice {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	#home .notice .left, #home .notice .right {
		width: 100%;
		float: none;
	}
	#home .notice>div>.title {
		margin: 10px 0;
		line-height: 35px;
	}
	#home .notice>div>.title p {
		font-size: 18px;
	}
	#home .notice>div>.title a {
		font-size: 12px;
	}
	#home .notice .right .list::after {
		content: "";
		display: block;
		clear: both;
	}
	#home .notice .right .list a {
		width: 50%;
		float: left;
	}
	#home .about {
		padding: 20px 10px;
	}
	#home .about a.more {
		line-height: 35px;
		font-size: 14px;
	}
	/* 其它页公共部分 */
	#main>.banner p {
		line-height: 60px;
		font-size: 18px;
		letter-spacing: 5px;
		font-weight: bold;
	}
	#main>.search-m {
		font-size: 0;
		display: block;
	}
	#main>.search-m input {
		width: calc(100% - 50px);
		line-height: 40px;
		padding-left: 10px;
		box-sizing: border-box;
		outline: none;
		background-color: #f1f2f4;
	}
	#main>.search-m button {
		width: 50px;
		line-height: 40px;
		border: 0;
		height: 40px;
		vertical-align: bottom;
		color: #fff;
		background-color: #DDD;
	}
	#main>.this-1200 {
		position: relative;
	}
	#main>.this-1200>.left {
		position: absolute;
		left: -300px;
		z-index: 1;
		background-color: #fff;
		margin: 0;
		top: 50px;
	}
	#main>.this-1200>.right {
		width: 100%;
		margin-left: 0;
		box-sizing: border-box;
	}
	#main>.this-1200>.right>.link {
		padding-left: 60px!important;
		padding-right: 10px!important;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#main>.this-1200>.right .content {
		padding-left: 10px;
		padding-right: 10px;
	}
	/* 新闻内页 */
	#main .news-view .title p:first-child {
		font-size: 18px;
		margin: 0;
		padding-top: 20px;
		font-weight: bold;
	}

	/* 招标内页 */
	#main .search-m {
		font-size: 0;
		display: block;
	}
	#main .search-m input {
		width: calc(100% - 50px);
		line-height: 40px;
		padding-left: 10px;
		box-sizing: border-box;
		outline: none;
		background-color: #f1f2f4;
	}
	#main .search-m button {
		width: 50px;
		line-height: 40px;
		border: 0;
		height: 40px;
		vertical-align: bottom;
		color: #fff;
		background-color: #DDD;
	}
	#main .notice-view {
		padding-left: 10px;
		padding-right: 10px;
	}
	#main .notice-view .title {
		margin-top: 10px;
	}
	/* 底部 */
	#footer .this-1200 {
		padding-left: 10px;
		padding-right: 10px;
	}
	#footer .nav a {
		line-height: 35px;
	}
	#footer .nav span {
		display: none;
	}
	#footer .content .left, #footer .content .right {
		width: 100%;
	}
	#footer .content .right {
		display: none;
	}
	#footer .copyright {
		line-height: 35px;
	}
}