@charset "utf-8";
/* CSS Document */
/* =Reset
-------------------------------------------------------------- */
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;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	/*outline: thin dotted;*/
	/* 去掉超链接a外的虚线框 */
	outline:none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* ================ */
/* Body, links, basics */
html {
	font-size: 100%;
}
body {
	width:100%;
	height: auto;
	min-height: 800px;
	margin:0 auto;
	
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: "Microsoft YaHei" ! important; /*Neil*/
	font-size: 16px;
	font-size: 1rem;
	text-rendering: optimizeLegibility;
	color: #555;
	background: #f5f5f5;
}
a{font-family: "Microsoft YaHei" ! important; /*Neil*/}

.page_wrapper{
	position: relative;
	float: none;
	width:1200px;
	height: auto;
	min-height: 550px;
	margin:0 auto;
	background: #F2F2F2;
}



.sec01{
	width:100%; height: 420px;
	position: relative;
	float: left;
	background: url("images/sec1-01.webp") no-repeat center;
}




.sec02{
	width:92%; height: auto;
	position: relative;
	float: left;
	background: #FFF;
	
	padding: 70px 4% 0 4%;
}

.sec02 p{
	font-size: 24px; line-height: 44px;
	margin-bottom: 24px;
	text-indent: 48px;
	text-align: justify;
}

.slider_1_com_intro {
	height:600px;
	
}
.slider_1_com_intro, .slider_1_com_intro img{
	border:none;
}



.sec03{
	width:100%; height: auto;
	position: relative;
	float: left;
	background: #FFF;
	
	padding: 60px 0% 0 0%;
}
.sec03_p1{ width:100%; height:180px; float:left;  background: url("images/sec3-01.png") no-repeat; }

.sec03_p2{ width:100%; height:520px; float:left;  background: url("images/sec3-02.webp") no-repeat; }

.sec03_p3{ width:100%; height:510px; float:left;  background: url("images/sec3-03.webp") no-repeat; }




.sec04{
	width:100%; height: 200px;
	position: relative;
	float: left;
	background: url("images/sec4-01.webp") no-repeat;
}


.sec04 .text_com_name, .sec04 .text_com_address{
	width:100%; position: relative;
	text-align: center; color:#fff;
}

.sec04 .text_com_name{ font-size:24px; font-weight:bold; margin-top:40px; }
.sec04 .text_com_address{ font-size:18px; margin-top:14px; }

.text_beian_meta{ width:100%; display:block; position:relative; margin:30px auto 0 auto;}
.text_beian_meta a{
	display:block; position: relative;
	width:200px; text-align:center;
	margin:0 auto;
	font-size:12px; color:#CCC; text-decoration:none;
}
.text_beian_meta a:hover{ color:#FFF; }
