/* CSS Document */

html {
	font-size: 62.5%;
	max-width: 64rem;
	margin: 0 auto;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-size: 1.5rem;
	font-family: helvetica;
	color: #333;
	width: 100%;
	max-width: 64rem;
	margin: 0 auto;
	height: auto;
	background: #F5F8FB;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

input,
select,
textarea {
	font-size: 100%
}

article,
aside,
footer,
header,
nav,
section,
audio,
canvas,
video,
img {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

del {
	text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '' ；
}

button {
	outline: 0;
	border: none;
}

a:hover {
	text-decoration: none;
}

ins,
a {
	text-decoration: none;
}

textarea {
	resize: none;
}

iframe,
img {
	border: 0;
}

img {
	display: block;
	width: 100%;
}

ul,
ol {
	list-style: none;
	overflow: hidden;
	width: 100%;
}

input,
select,
textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
}

input {
	-webkit-appearance: none;
}

a {
	color: #000;
	text-decoration: none;
	display: block;
}

a:hover {
	text-decoration: underline;
}

.header {
	width: 100%;

}

.mainbody {
	width: 100%;
	overflow: hidden;
}
.lineBg {
	width: 100%;
	height: .2rem;
	background: #e4eaf4;
	z-index: 1;
	position: relative;
	margin: -.2rem auto 0;
}


.banner {
	width: 100%;
	overflow: hidden;
}

.leadBox {
	width:94%;
	overflow: hidden;
	margin: 0 auto;

}

.leadBox .txtBox {
	width: 100%;
	padding: 0 1rem;
	box-sizing: border-box;
	overflow: hidden;
}

.leadBox p {
	font-size: 1.5rem;
	line-height:1.5;
	color: #333;
	margin-bottom: 1.5rem;
	text-align: justify;
}

.leadBox p span {
	color: #F15A28;
	font-weight: bold;
}

.inspectBtn {
	width: 30rem;
	font-size: 1.6rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	background: #F15A28;
	cursor: pointer;
	border-radius: .2rem;
	margin: 2rem auto 0;
	color: #fff !important;
	display: block;
}

.inspectBtn:hover {
	text-decoration: none;
	opacity: .9;
}

.section {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 2rem;
	background: #fff;
	padding: 1.5rem 0;
	box-sizing: border-box;
}

.section .title {
	width: 96%;
	height: 4rem;
	margin: 0 auto 2rem;
	position: relative;
}
#section04 .title,
#section05 .title,
#section06 .title,
#section08 .title,
#section10 .title{
	height: 6rem!important;
}
.section .titleCon {
	width: 100%;
	height: 4rem;
	line-height: 1.5;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#section04 .titleCon,
#section05 .titleCon,
#section06 .titleCon,
#section08 .titleCon,
#section10 .titleCon{
	height: 6rem!important;
}
.section .titleBg {
	color: #0080C6;
	font-size: 2rem;
	font-weight: 600;
	padding: 0px 1rem;
	box-sizing: border-box;
	background: #fff;
	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%);
}
.section .titleBg img{
	width: 80%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.section .lineBg {
	width: 100%;
	height: .1rem;
	background: #ABCCE4;
	z-index: 1;
	position: relative;
	margin: -2rem auto 0;
}
#section04 .lineBg,
#section05 .lineBg,
#section06 .lineBg,
#section08 .lineBg,
#section10 .lineBg{
	margin: -3rem auto 0!important;
}
.listBox {
	width: 100%;
	list-style: none;
	margin: 1rem auto 0px;
	padding: 1rem;
	box-sizing: border-box;
	overflow: hidden;
}

.listBox .imgBox {
	width: 34%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	border: .1rem solid #eee;
}

.listBox .imgBox img {
	max-width: 100%;
	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:62%;
}

.listBox .txtBox p {
	color: #666;
	line-height: 1.5;
	font-size: 1.5rem;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}
.section:nth-child(odd) .listBox .imgBox{
	/* 奇数 */
	float: right;
	margin-left: 1rem;
}
.section:nth-child(even) .listBox .imgBox{
	/* 偶数 */
	float: left;
	margin-right: 1rem;
}
.section:nth-child(odd) .listBox .txtBox{
	/* 奇数 */
	float: left;
}
.section:nth-child(even) .listBox .txtBox{
	/* 偶数 */
	float: right;
}
#section10 .txtBox p{
	font-size: 1.5rem;
	line-height: 1.5;
	color: #333;
	padding: 0 1rem;
	box-sizing: border-box;
}
#section10 .imgBox{
	width:94%;
	margin:1.5rem auto;
}
#section11 .imgBox{
	width:100%;
	margin: 0 auto;
}
.footer {
	width: 100%;
	background: #043C72;
	padding: 2rem 0;
	box-sizing: border-box;
	align-items: center;
}

.footer .foot-menu {
	margin: 0 auto 1rem;
	-webkit-display: flex;
	display: flex;
	justify-content: center;
}

.footer .foot-menu a {
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	padding: 0 .5rem;
	box-sizing: border-box;
}

.footer p {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: #ffffff94;
}

/*详情*/
.detailsBanner {
	width: 100%;
	height:8rem;
	overflow: hidden;
	position: relative;
}

.detailsBanner a {
	width: 100%;
	display: block;
	overflow: hidden;
}
.detailsBanner img{
	width: 100%;
	display: block;
	position: relative;
	z-index: 8;
}
.detailsBanner span{
	width: 100%;
 display: block;
 text-align: center;
 font-size: 2rem;
 font-weight: bold;
 line-height:8rem;
 color: #fff;
 position: absolute;
 z-index: 9;
 letter-spacing: .5rem;

}
.crumbs {
	width: 96%;
	margin: 0 auto;
	height:3rem;
	line-height: 3rem;
	position: relative;
	background: url(https://img.antpedia.com/images/custom/svtest/mobile/home_icon.png) no-repeat left center;
	padding-left:2rem;
	box-sizing: border-box;
	color: #7b7b7b;
	background-size: 1.6rem;
}

.crumbs a {
	float: left;
	color: #7b7b7b;
}

.crumbs em {
	float: left;
	color: #7b7b7b;
	padding: 0 .5rem;
	box-sizing: border-box;
}

.crumbs span {
	float: left;
	color: #2e73b8;
}

.detailsBody {
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
}

.detailsBody h1.details_title {
	color: #000;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.detailsBody .time {
	height: 2rem;
	line-height: 2rem;
	color: #999;
	margin: 2rem auto;
	text-align: center;
}

.detailsBody .time a {
	color: #666;
	display: inline;
	padding-left: 1rem;
	box-sizing: border-box;
}

.detailsBody .detailsBox {
	width: 100%;
	margin: 3rem auto 0;
	overflow: hidden;
}

.detailsBox h2 {
	font-size: 1.6rem;
	color: #333;
	line-height: 2.8rem;
	font-weight: bold;
	margin: 0 auto 2rem;
}

.detailsBox p {
	line-height: 2.8rem;
	font-size: 1.6rem;
	color: #333;
	margin: 0 auto 1.5rem;
}

.detailsBox p span {
	color: #F15A28;
}

.detailsBox p strong {
	font-weight: bold;
}

.detailsTable {
	width: 100%;
	margin: 2rem auto;
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 2.8rem;
	border-collapse: collapse;
	border: .1rem solid #222;
}

.detailsTable tr th {
	background: #F15A28;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 1rem;
	box-sizing: border-box;
	border: .1rem solid #fff;
}

.detailsTable tr td {
	padding: 1rem;
	box-sizing: border-box;
	border: .1rem solid #eee;
}

.details_inspectBtn {
	font-size: 1.8rem;
	height: 4rem;
	line-height: 4rem;
	letter-spacing: .1rem;
	text-align: center;
	background: #F15A28;
	cursor: pointer;
	border-radius: .2rem;
	color: #fff !important;
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 2rem;
	margin: auto;
	width: 80%;
	max-width: 52rem;
}

/* 我要送检弹窗 css */
.overlay {
	position: fixed;
	overflow: hidden;
	z-index: 99999;
	top: 0;
	width: 100%;
	max-width: 64rem;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

.overlay .popup {
	background: #fff;
	width: 92%;
	max-width: 60rem;
	border-radius: 1rem;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 20%;
	overflow: hidden;
	padding: 1rem;
	box-sizing: border-box;
}

.overlay .popup .cancelBtn {
	float: right;
	width: 1.6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	cursor: pointer;
	margin: 0;
}

.overlay .popup .cancelBtn img {
	width: 100%;
}

.overlay .popup .service_title {
	font-size: 2.2rem;
	font-weight: bold;
	color: #333;
	text-align: center;
	letter-spacing: .2rem;
	margin: 1rem auto;
}

.overlay .popup .inform {
	width: 96%;
	margin: 0 auto 1rem;
	overflow: hidden;
	font-size: 1.6rem;
}

.overlay .popup textarea {
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
	line-height: 2.4rem;
	border-radius: .2rem;
	border: .1rem solid #ccc;
	outline: none;
	font-size: 1.5rem;
}

.overlay .popup .inform input {
	width: 100%;
	height: 3.6rem;
	line-height: 3.6rem;
	font-size: 1.5rem;
	border-radius: .2rem;
	border: .1rem solid #ccc;
	padding: 0 1rem;
	box-sizing: border-box;
	outline: none;
}

.overlay .popup .service_btn {
	width: 96%;
	margin: 1rem auto;
	height: 3.6rem;
	line-height: 3.6rem;
	color: #fff;
	background: #fb5512;
	border-radius: .2rem;
	border: 0 none;
	outline: none;
}

.overlay .popup .service_btn:hover {
	opacity: .8;
}

@media (min-width: 360px) {}

@media (min-width: 384px) {}

@media (min-width: 400px) {}

@media (min-width: 540px) {}

@media (min-width: 600px) {}

@media (min-width: 640px) {}

@media (min-width: 720px) {}

@media (min-width: 768px) {}