/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: #F5F8FB;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
}

img {
	border: 0;
}

a {
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #333;
}

.header {
	width: 100%;
	height: auto;
	background: #043C72;
	overflow: hidden;
	position: fixed;
	z-index: 99;
}

.header ul {
	list-style: none;
	width: 1200px;
	display: flex;
	/* 使用 Flexbox */
	flex-wrap: wrap;
	/* 允许换行 */
	justify-content: center;
	/* 居中对齐 */
	padding: 0;
	/* 去掉默认内边距 */
	margin: 0 auto;
	/* 去掉默认外边距 */
}

.header ul li {
	height: 70px;
	margin: 0px 20px;
	font-size: 16px;
	display: flex;
	/* 使用 Flexbox */
	align-items: center;
	/* 垂直居中 */
}

.header ul li a {
	color: #ffffff94;
	text-align: center;
	/* 文本居中 */
	display: block;
	/* 使链接块级化 */
	line-height: 1.5;
	/* 调整行高以适应折行 */
	max-width: 120px;
	/* 设置最大宽度以便折行 */
}

.header ul li a.select,
.header ul li a:hover {
	color: #fff;
	font-weight: 600;
}

.header ul li a:hover {
	text-decoration: none;
}

.banner {
	width: 100%;
	height: 314px;
	overflow: hidden;
	position: relative;
	top: 70px;
}

.banner a {
	width: 100%;
	height: 314px;
	display: block;
	overflow: hidden;
}

.mainboy {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 70px;
}

.section {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.inContent {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}

.lineBg {
	width: 1200px;
	height: 2px;
	background: #e4eaf4;
	z-index: 1;
	position: relative;
	margin: -23px auto 0;
}

.title {
	width: 1200px;
	height: 45px;
	margin: 50px auto 40px;
	position: relative;
}

.titleCon {
	width: 1200px;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 2;
	color: #043C72;
	font-size: 40px;
	font-weight: 600;
	overflow: hidden;

}

.titleBg {
	padding: 0px 20px;
	box-sizing: border-box;
	background: #F5F8FB;
	width: auto;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.leadBox {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;

}

.leadBox .txtBox {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.leadBox p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-bottom: 15px;
	text-align: justify;
}

.leadBox p span {
	color: #F15A28;
	font-weight: bold;
}

.inspectBtn {
	width: 300px;
	font-size: 20px;
	height: 46px;
	line-height: 46px;
	letter-spacing: 1px;
	text-align: center;
	background: #F15A28;
	cursor: pointer;
	border-radius: 2px;
	margin: 20px auto 0px;
	color: #fff !important;
	display: block;
}

.inspectBtn:hover {
	text-decoration: none;
	opacity: .9;
}

.listBox {
	width: 1200px;
	list-style: none;
	margin: 10px auto 0px;
	overflow: hidden;
}

.listBox .imgBox {
	width: 25%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #eee;
}

.listBox .imgBox img {
	max-width: 100%;
	max-height: 151px;
	height: auto;
	display: initial;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	transition: all .6s;
}

.listBox:hover .imgBox img {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.listBox .txtBox {
	float: left;
	width: 72%;
}

.listBox .txtBox p {
	color: #666;
	line-height: 26px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
}
.section:nth-child(odd) .listBox .imgBox{
	/* 奇数 */
	float: right;
	margin-left: 20px;
}
.section:nth-child(even) .listBox .imgBox{
	/* 偶数 */
	float: left;
	margin-right: 20px;
}
.section:nth-child(odd) .listBox .txtBox{
	/* 奇数 */
	float: left;
}
.section:nth-child(even) .listBox .txtBox{
	/* 偶数 */
	float: right;
}
#section10 .imgBox,#section11 .imgBox{
	width: 1200px;
	margin: 0 auto;
}
/* .footer {
	background: #043C72;
	height: 125px;
	color: #fff;
	
	padding: 20px 0 0 0;
	box-sizing: border-box;
} */

.footer {
	width: 100%;
	background: #043C72;
	padding: 30px;
	box-sizing: border-box;
	align-items: center;
	position: relative;
	top: 70px;
}

.footer .foot-menu {
	margin: 0 auto 20px;
	-webkit-display: flex;
	display: flex;
	justify-content: center;
}

.footer .foot-menu a {
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.footer .foot-menu a:hover {
	color: #fff;
}

.footer .foot-menu a::after {
	content: "|";
	padding: 0 15px;
	box-sizing: border-box;
	color: #ffffff94;
}

.footer .foot-menu a:last-child::after {
	content: "";
}

.footer p {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff94;
}

.flexBg {
	width: 100%;
	height: 52px;
	position: relative;
	margin-top: 250px;
}

/* 我要送检弹窗 css */
.overlay {
	position: fixed;
	overflow: hidden;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

.overlay .popup {
	background: #fff;
	width: 500px;
	border-radius: 10px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 30%;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
}

.overlay .popup .cancelBtn {
	float: right;
	width: 18px;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
	margin: 0;
}

.overlay .popup .cancelBtn img {
	width: 100%;
}

.overlay .popup .service_title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
	letter-spacing: 3px;
	margin: 10px auto;
}

.overlay .popup .inform {
	width: 90%;
	margin: 0 auto 15px;
	overflow: hidden;
	font-size: 16px;
}

.overlay .popup .inform label {
	float: left;
	color: #333;
	margin: 0 10px 0 0;
	height: 36px;
	line-height: 36px;
}

.overlay .popup textarea {
	float: left;
	width: 334px;
	padding: 10px;
	box-sizing: border-box;
	line-height: 20px;
	border-radius: 2px;
	border: 1px solid #ccc;
	outline: none;
	font-size: 15px;
}

.overlay .popup .inform input {
	float: left;
	width: 334px;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	border-radius: 2px;
	border: 1px solid #ccc;
	padding: 0 10px;
	box-sizing: border-box;
	outline: none;
}

.overlay .popup .service_btn {
	width: 150px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #fb5512;
	border-radius: 2px;
	border: 0 none;
	outline: none;
}

.overlay .popup .service_btn:hover {
	opacity: .8;
}

.detailsBanner {
	width: 100%;
	height: 227px;
	overflow: hidden;
	position: relative;
	top: 70px;
}

.detailsBanner a {
	width: 100%;
	display: block;
	overflow: hidden;
}
.detailsBanner img{
	width: 100%;
	display: block;
	position: relative;
	z-index: 8;
	top: -90px;
}
.detailsBanner span{
	width: 100%;
 display: block;
 text-align: center;
 font-size: 42px;
 font-weight: bold;
 line-height: 227px;
 color: #fff;
 position: absolute;
 z-index: 9;
 letter-spacing: 5px;

}
.crumbs {
	width: 1200px;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	position: relative;
	top: 70px;
	background: url(https://img.antpedia.com/images/custom/svtest/home_icon.png) no-repeat left center;
	padding-left: 20px;
	box-sizing: border-box;
	color: #7b7b7b;
	background-size: 18px;
}

.crumbs a {
	float: left;
	color: #7b7b7b;
}

.crumbs em {
	float: left;
	color: #7b7b7b;
	padding: 0 5px;
	box-sizing: border-box;
}

.crumbs span {
	float: left;
	color: #2e73b8;
}

.detailsBody {
	width: 1200px;
	margin: 0 auto 30px;
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: 2px;
	padding: 40px 70px;
	box-sizing: border-box;
	position: relative;
	top: 70px;
}

.detailsBody h1.details_title {
	color: #000;
	font-size: 34px;
	text-align: center;
}

.detailsBody .time {
	height: 20px;
	line-height: 20px;
	color: #999;
	margin: 15px auto 20px;
	text-align: center;
}

.detailsBody .time a {
	color: #666;
	padding-left: 10px;
	box-sizing: border-box;
}

.detailsBody .detailsBox {
	width: 100%;
	margin: 50px auto 0;
	overflow: hidden;
}

.detailsBox h2 {
	font-size: 16px;
	color: #333;
	line-height: 28px;
	font-weight: bold;
	margin: 0 auto 20px;
}

.detailsBox p {
	line-height: 28px;
	font-size: 16px;
	color: #333;
	margin: 0 auto 25px;
}

.detailsBox p span {
	color: #F15A28;
}

.detailsBox p strong {
	font-weight: bold;
}
.detailsBox p img{
	max-width: 100%;
	display: block;
}
.detailsTable {
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 28px;
	border-collapse: collapse;
	border: 1px solid #222;
}

.detailsTable tr th {
	background: #F15A28;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #fff;
}

.detailsTable tr td {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #eee;
}