﻿* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.banner img {
	width: 100%;
}

/* 面包屑 */
.mianbaoxie ul {
	display: flex;
	background-color: #f7f7f7;
	padding-left: 10px;
}

.mianbaoxie ul li {
	padding: 10px 5px 10px;

}

.mianbaoxie ul li a {
	color: #666;
	font-size: 14px;
}

.mianbaoxie ul li a:hover {
	color: #004d80;
}

/* 内容 */
.main-section {
	margin: 20px auto;
}

.n_f_title {
	text-align: center;
	border-bottom: 1px solid #a5a5a5;
	padding: 20px;
}

.n_f_title h2 {
	text-align: center;
	font-size: 20px;
	color: #004d80;
	font-weight: 500;
}

.n_f_title p {
	font-size: 14px;
	color: #808080;
	margin-top: 10px;
}

.div-wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
}

/* 左边内容 */
.cont-left {
	width: 850px;
	float: left;
	margin-right: 60px;
}



.wenzhang span {
	display: block;
	padding-top: 15px;
	line-height: 24px;
}

.wenzhang p {
	margin: 20px 0;
	line-height: 24px;
	text-indent: 2em;
	color: #555;
}

.wenzhang .peitu {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.wenzhang .peitu span {
	color: #676767;
	font-size: 14px;
	margin: 0 0 15px;
}

.buju {
	display: flex;
	justify-content: space-between;
}

.buju .buju_l {
	width: 59%;

}

.buju .buju_r {
	width: 40%;
}

.buju .buju_r img {
	width: 100%;
}
.peitu img {
	width: 100%;
}
.peitu2 {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}

.peitu2 img {
	width: 49%;
}
.peitu3{
	display: flex;
	justify-content: space-between;
}
.peitu3 .dan{
	width: 46%;
}
.peitu3 .shuang{
	width: 51%;
}
.peitu3 div img{
	width: 100%;
	padding-top: 20px;
}

/* 表格 */
.biaoge {
	/* width: 800px; */
	margin: 20px auto;
	
}

.biaoge table {
	border: 1px dashed #bdbdbd;
	border-bottom: none;
	border-left: none;
	border-spacing: 0;
}

.biaoge table tr:first-child {
	background-color: #e0edf9;

}

.biaoge table tr {
	background-color: #f1f4f8;
	text-align: center;

}

.biaoge table td {
	border: 1px dashed #d0d0d0;
	border-top: none;
	border-right: none;
	padding: 10px;
	width: 400px;
}

.biaoge table td:first-child {
	width: 50px;
}

.biaoge h2 {
	background-color: #8facd3;
	margin: 0;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-size: 20px;
}


/* 右边内容 */
.list-right {
	float: left;
}

.box-fixed {
	width: 290px;
	height: 910px;
	position: relative;
	top: 0px;
	text-align: center;
}

.box-fixed h2 {
	color: #004d80;
	padding: 10px 0;
	background-color: #f7f7f7;
}

.xgcp_list {
	background-color: #f7f7f7;
}

.xgcp_list a {
	display: flex;
	justify-content: space-between;
}

.xgcp_list a .xgcp_img {
	width: 50%;

}

.xgcp_list a .xgcp_img img {
	width: 100%;

}

.xgcp_neirong {
	padding-top: 15px;
	text-align: center;
	width: 50%;

}

.xgcp_neirong h6 {
	margin-top: 20px;
	color: #000000;
	font-size: 14px;
	text-align: center;
}

.xgcp_neirong button {
	padding: 5px 10px;
	background-color: #004D80;
	border: none;
	border-radius: 5px;
	color: #FFFFFF;
	margin-top: 20px;
	cursor: pointer;
}

.xgcp_list:hover button {
	background-color: #eb9d00;
}

.xgcp_list:hover a {
	background-color: #FFFFFF;

}

.lianxiwm {
	margin-top: 20px;

}

.lianxiwm a {
	display: flex;
	border: 1px solid #ff9900;
	/* padding: 20px; */
}

.lianxiwm a p {
	font-size: 18px;
	width: 50%;
	padding: 20px 0px;
	font-weight: bold;
}

.lianxiwm a p:first-child {
	background-color: #ff9900;
	color: #FFFFFF;
}

.lianxiwm a p:nth-child(2) {

	color: #ff9900;
}

/* 现场案例 */
.xg_case {
	margin: 0 auto;
	border-top: 1px solid #b4b4b4;
	padding-top: 30px;
	margin: 30px;
	text-align: center;
}

.xg_case h2 {
	font-size: 20px;
	text-align: center;

}

.xg_case .xg_case_list {
	display: inline-block;
	text-align: center;
}

.xg_case .xg_case_list a {
	display: inline-block;
	width: 28%;
	padding: 10px;
	box-shadow: 0 0 5px #b4b4b4;
	margin: 15px 10px;
}

.xg_case .xg_case_list a img {
	width: 100%;
	height: 280px;
}

.xg_case .xg_case_list a p {
	padding-top: 10px;
	color: #5b5b5b;
                font-size: 14px;
}

.xg_case button {
	padding: 15px 50px;
	letter-spacing: 3px;
	margin: 20px auto;
	background-color: #ff9900;
	border: none;
	border-radius: 10px;
	display: block;
	
}

.xg_case button a {
	color: #FFFFFF;
	font-size: 16px;
}

/* <-----------------------> */
.cont-item {
	width: 100%;
	height: 200px;
	background: tan;
	margin-top: 10px;
}

.tab_fix_bottom {
	position: absolute;
	bottom: 0px;
	top: auto;
}

.tab_fix {
	position: fixed;

}


/* 标题5 */
.biaoti_5 {
	display: flex;
}

.biaoti_5 img {
	width: 40px;
	height: 40px;
}

.biaoti_5 h3 {
	color: #227ab0;
	margin-top: 7px;
	margin-left: 10px;
	font-size: 20px;
}

