/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	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; }


/* #Basic Styles
================================================== */
	body {
		font: 14px/21px Microsoft YaHei,SimHei,"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #000;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: Microsoft YaHei,SimHei,"Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 0px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 0px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom:0px; }
	fieldset {
		margin-bottom:0px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }





/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

.parallax-viewport,.pr {
    position: relative;     /* relative, absolute, fixed */
    overflow: hidden;
}
.parallax-layer,.pa {
    position: absolute;
}

body {background:#efefef; overflow-x:hidden; width:100%;}

.main_index {width:100%; height:100%; /*min-height:832px;*/ background-repeat:no-repeat; background-position:center center; background-size:100% auto; position:relative;}
.main_footer2 {height:53px; width:100%; text-align:center; line-height:53px; color:#fff; bottom:0; font-size:2rem;}

.main_nav {width:320px; top:178px;}
.main_nav ul li {position:relative;}
.main_nav ul li,.main_nav ul li dl dd {height:80px; margin-bottom:20px; width:100%;}
.main_nav ul li a.t {width:250px; height:78px; display:block; background-color:rgba(0,0,0,.5); background-image:url(../images/icon_1.png); background-repeat:no-repeat; background-position:267px center; border:solid 1px #fff; border-left:0; line-height:78px; font-size:2.5rem; color:#fff; text-decoration:none; padding-left:64px;}
.main_nav ul li dl {position:absolute; top:0; left:318px; width:0px; height:0; overflow:hidden; display:none;}
.main_nav ul li dl dd a {width:172px; height:78px; display:block; background-color:rgba(0,0,0,.5); background-image:url(../images/icon_2.png); background-repeat:no-repeat; background-position:195px center; border:solid 1px #fff; line-height:78px; font-size:2rem; color:#fff; text-decoration:none; padding-left:79px; -moz-border-radius-bottomright:6px; -moz-border-radius-topright:6px; -webkit-border-bottom-right-radius:6px; -webkit-border-top-right-radius:6px; border-bottom-right-radius:6px; border-top-right-radius:6px;}

.main_header {width:100%; min-width:640px; height:70px; background:url(../images/bg_top_nav.png);}
.main_header a.home {display:block; width:54px; height:54px; background:url(../images/icon_home.png) no-repeat center center; float:left; overflow:hidden; text-indent:-9999em; cursor:pointer; margin:8px 0 0 37px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;}
.main_header a.back {display:block; width:95px; height:50px; background:url(../images/icon_back.png) no-repeat center center; float:left; overflow:hidden; text-indent:-9999em; cursor:pointer; margin:8px 0 0 37px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;}
.main_header_list {width:54px; height:63px; float:right; margin:8px 32px 0 0; position:relative; z-index:100;}
.main_header_list a.nav {width:54px; height:54px; display:block; overflow:hidden; background:url(../images/icon_list.png) no-repeat center center; text-indent:-9999em; cursor:pointer; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;}
.main_header_list ul {width:0px; height:0px; overflow:hidden; position:absolute; top:62px; right:0; display:none; margin:0;}
.main_header_list ul li {height:55px; border-bottom:solid 2px #fff; margin:0;}
.main_header_list ul li a {display:block; height:55px; line-height:55px; padding-left:28px; font-size:1.625rem; color:#fff; background-color:rgba(0,0,0,.6); text-decoration:none;}

.main_slide {height:360px; margin:0 auto; padding:0px 0px 0;}
.slideBox{ position:relative; overflow:hidden; width:100%; height:360px;}
.slideBox .hd{ position:absolute; height:34px; line-height:34px; bottom:0; right:0; z-index:1; margin-right:25px;}
.slideBox .hd li{display:inline-block; width:8px; height:8px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#fff; text-indent:-9999px; overflow:hidden; margin:0 3px;}
.slideBox .hd li.on{ background:#808080;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center; height:360px;}
.slideBox .bd li img{ background:url(../images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:34px; line-height:34px; background-color:rgba(0,0,0,.6); color:#fff; text-align:left; text-decoration:none; font-size:1.75rem;}

.main_search {height:70px; padding:20px 15px 0; margin-bottom:20px;}
.main_search ul {height:70px; background-color:#ccc; position:relative;}
.main_search ul li.search_i {width:100%;position:absolute;left:0px; margin-left:-1px;}
.main_search ul li.search_i div {margin-right:86px; height:68px;}
.main_search ul li.search_i div.p {margin-right:250px; height:68px;}
.main_search ul li.search_i div input.search_input {border:0; height:68px; line-height:68px; -moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px; padding:0 0 0 10px; width:100%; font-size:1.5rem; color:#999;}
.main_search ul li.search_c {width:164px;  position:absolute; right:85px;z-index:2; background-color:#fff; height:68px;}
.main_search ul li.search_c dl dt {width:140px; height:68px; line-height:68px; font-size:1.5rem; color:#afafaf; padding-left:20px; background:url(../images/icon_xia.png) no-repeat 127px 26px; cursor:pointer; border-left:solid 2px #ccc; border-right:solid 2px #ccc;}
.main_search ul li.search_c dl dd {background-color:#fff; border-left:solid 2px #ccc; border-right:solid 2px #ccc; border-bottom:solid 2px #ccc;}
.main_search ul li.search_c dl dd a {display:block; width:140px; height:40px; line-height:40px; padding-left:20px; font-size:1.5rem; text-decoration:none;}
.main_search ul li.search_c dl dd a:hover {background-color:#efefef;}
.main_search ul li.search_c dl dd strong {display:block; width:140px; height:40px; line-height:40px; padding-left:20px; font-size:1.5rem; color:#afafaf; font-weight:normal;}
.main_search ul li.search_c dl dd {display:none;}
.main_search ul li.search_t {width:84px; position:absolute; right:2px;z-index:1;}
.main_search ul li.search_t input.search_btn {width:100%; height:68px; background:#434343 url(../images/icon_search.png) no-repeat center center; overflow:hidden; border:0; padding:0; margin:0; text-indent:-9999em; overflow:hidden; cursor:pointer; -moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;}

.main_title {margin:20px 15px; height:70px; background-color:#ccc; position:relative;}
.main_title_area {margin-left:-1px; right:2px; width:100%; position:absolute; height:68px; background-color:#fff;}
.main_title_area h1 {float:left; margin:12px 0; height:44px; line-height:44px; padding:0 8px 0 20px; border-right:solid 1px #000; font-size:2rem; color:#bf1300;}
.main_title_area h2 {float:left; line-height:44px; margin:12px 0; padding-left:10px; font-size:1.75rem;}
.main_news_list {padding:0 15px;}
.main_news_list ul {width:100%; clear:both;}
.main_news_list ul li {margin-bottom:10px; height:90px; padding:10px 12px; background-color:#fff;}
.main_news_list ul li div.pr {width:100%; height:90px;}
.main_news_list ul li p {width:127px; height:90px; left:0; z-index:1; position:absolute;}
.main_news_list ul li p img {display:block;}
.main_news_list ul li div.news_title {position:absolute; right:0; width:100%;}
.main_news_list ul li div.news_title a {display:block; margin-left:142px; background:url(../images/icon_3.png) no-repeat right center; height:90px; text-decoration:none;}
.main_news_list ul li div.news_title a strong {padding-top:20px; height:40px; line-height:40px; font-size:1.75rem; color:#000; display:block; font-weight:normal; overflow:hidden;}
.main_news_list ul li div.news_title a em {font-style:normal; color:#4d4d4d; font-size:1rem;}

.project_list {padding:0 15px; margin-top:20px;}
.project_list ul {width:100%; clear:both;}
.project_list ul li {margin-bottom:12px; height:122px;}
.project_list ul li div.pr {height:96px; padding:8px 12px; background-color:#fff;}
.project_list ul li p {width:165px; height:94px; left:12px; z-index:1; position:absolute;}
.project_list ul li p img {display:block; width:150px; height:94px;}
.project_list ul li div.news_title {position:absolute; right:0; width:100%;}
.project_list ul li div.news_title a {display:block; margin-left:196px; margin-right:12px; background:url(../images/icon_3.png) no-repeat right center; height:90px; text-decoration:none;}
.project_list ul li div.news_title a strong {padding-top:5px; margin-bottom:4px; height:28px; line-height:28px; font-size:1.75rem; color:#000; display:block; font-weight:normal; overflow:hidden;}
.project_list ul li div.news_title a em {font-style:normal; color:#808080; font-size:1.25rem; display:block; clear:both; line-height:28px;}


.page {height:3.125rem; padding:20px 0; text-align:center;}
.page select {display:inline-block; font-style:normal; margin:0 1rem; font-size:1.5rem; height:3.125rem; line-height:3.125rem; width:120px; background-color:#e6e6e6; color:#000;}
.page a,.page span {display:inline-block; margin:0 1rem; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background-color:#666; font-size:1.5rem; padding:0 1.625rem; height:3.125rem; line-height:3.125rem; color:#fff; border-bottom:solid 1px #d0d2d3; border-right:solid 1px #d0d2d3; text-decoration:none;}
.page span {background-color:#999;}

.main_footer {width:100%; height:49px; line-height:49px; font-size:1.5rem; background-color:#3c3b3a; color:#fff; text-align:center; border-top:solid 1px #c2c2c2;}

.main_news_search {padding:0 14px;}
.main_news_search ul {background-color:#fff; border-bottom:solid 2px #ccc; border-right:solid 2px #ccc; padding-bottom:28px;}
.main_news_search ul li {height:68px; padding:0 29px 0 24px; line-height:68px; border-bottom:dashed 1px #b3b3b3;} 
.main_news_search ul li a {display:block; padding-right:19px; height:68px; line-height:68px; background:url(../images/icon_3.png) no-repeat right center; font-size:1.75rem; overflow:hidden; text-decoration:none;}

.news_disp {padding:35px 14px;}
.news_disp_body {background-color:#fff; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc;}
.news_disp_title {padding-top:9px; height:56px; border-bottom:dashed 1px #b3b3b3; position:relative;}
.news_disp_title h1 {position:absolute; width:100%; left:0; z-index:1; font-size:2rem; line-height:40px; padding:8px 0; text-align:center;}
.news_disp_title h1 span {font-family:Arial, Helvetica, sans-serif; padding-right:15px;}
.news_disp_title h1 strong {font-weight:normal; padding-left:15px; border-left:solid 2px #b3b3b3;}
.news_disp_title h1 div {margin-left:30px; margin-right:120px; font-size:2rem; overflow:hidden; height:56px;}
.news_disp_title em {width:120px; position:absolute; font-size:1rem; line-height:56px; right:0; font-style:normal;}
.news_disp_area {padding:25px 0; font-size:1.75rem; line-height:160%;}
.news_disp_area p {text-indent:2em; margin:0 15px 20px 20px;}
.news_disp_area img {width:100%; margin-left:-2em;}
.news_disp_area p img {width:100%; margin-left:-2em;}

.contact_list li {height:70px; border-bottom:dashed 1px #b3b3b3; line-height:70px; font-size:2rem; padding-left:37px;}

.contact_list li.tel {padding-left:105px; background:url(../images/icon_tel.png) no-repeat 41px center;}
.contact_list li.address {padding-left:105px; background:url(../images/icon_address.png) no-repeat 39px center;}
.contact_list li.email {padding-left:105px; background:url(../images/icon_email.png) no-repeat 35px center; border-bottom:0;}

.contact_msg {padding:13px 37px 0;}
.contact_msg dl {width:100%; position:relative; height:78px;}
.contact_msg dl.t {height:220px;}
.contact_msg dl dt {width:140px; position:absolute; left:0; height:51px; line-height:51px; font-size:2rem;}
.contact_msg dl dd {width:100%; position:absolute; right:0; height:51px;}
.contact_msg dl dd div {margin-left:140px;}
.contact_msg dl dd div input {height:51px; font-size:1.5rem; padding:0 0 0 25px; width:98%;}
.contact_msg dl.t div textarea {font-size:1.5rem; padding:10px 0 0 25px; width:98%; height:180px;}
.contact_msg_button {padding-left:125px; height:75px; position:relative;}
.contact_msg_button input {width:154px; height:59px; position:absolute; left:50%; margin-left:-77px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background-color:#bf1300; font-size:1.75rem; color:#fff; text-shadow:none; border:0;}


.main_about {width:100%; height:100%; background:url(../images/bg_index.jpg) no-repeat center center; background-size:100% auto;}
.index_nav {width:270px; height:100%; position:absolute; left:0; background:url(../images/nav_bg.png);}
.back_nav {width:100%; height:75px; background:url(../images/icon_about_back.png) no-repeat 214px center;}
.back_nav a {display:block; cursor:pointer; width:100%; height:100%;}
.index_nav ul {padding:46px 20px 0 20px; width:230px;}
.index_nav ul li {height:28px; padding:46px 0 15px; border-bottom:solid 1px #fff; line-height:28px;}
.index_nav ul li a {display:block; font-size:1.5rem; color:#fff; display:block; text-decoration:none;}
.index_nav ul li a em {display:block; float:left; width:115px; border-right:solid 2px #fff; line-height:28px; padding-left:2px; font-style:normal; font-family:Arial, Helvetica, sans-serif; font-size:1.2rem; text-decoration:none;}
.index_nav ul li a span {float:right; display:block; text-align:right; line-height:28px; text-decoration:none;}
.index_nav_logo {width:189px; height:122px; background:url(../images/index_nav_logo.png) no-repeat; position:absolute; left:50%; margin-left:-94px; bottom:40px;}

.project_cate_area {padding:0 15px; margin-top:20px; clear:both; height:70px;}
.build_cate {width:49.5%; float:left;}
.area_cate {width:49.5%; float:right;}
.build_cate,.area_cate {height:70px; background-color:#ccc; position:relative; z-index:10;}
.build_cate strong,.area_cate strong {display:block; height:68px; margin-right:2px; background-color:#fff; line-height:68px; text-align:center; font-size:2rem; font-weight:normal;}
.build_cate ul,.area_cate ul{position:absolute; top:70px; width:100%; display:none;}
.build_cate ul li,.area_cate ul li,.build_cate ul li.x dl dd{height:50px; margin-top:5px; background-color:#fff; text-align:center; line-height:50px; font-size:1.5rem; border-left:solid 12px #135343; padding:0 29px 0 17px; border-bottom:solid 1px #b7b4b4; border-right:solid 1px #b7b4b4;}
.project_cate_area a {text-decoration:none; display:block; width:100%; height:70px; line-height:70px; background:url(../images/icon_4.png) no-repeat right center;}
.project_cate_area .cate_nav ul li,.project_cate_area .cate_nav ul li dl dd {height:70px;}
.build_cate ul li.x {position:relative;}
.build_cate ul li.x dl {position:absolute; left:100%; margin-left:2%; top:-5px; width:100%; display:none;}
.area_cate ul {max-height:550px; overflow:auto;}

.project_index {padding:0 15px; margin-top:20px; clear:both;}
.project_index h2 {height:70px; border-bottom:solid 1px #b7b4b4; border-right:solid 1px #b7b4b4; background:#595959 url(../images/logo_s.jpg) no-repeat 17px center; line-height:70px; color:#fff; text-align:center; margin-bottom:10px;}
.project_index ul li {margin-bottom:10px; height:70px; border-bottom:solid 1px #b7b4b4; border-right:solid 1px #b7b4b4; background-color:#fff; border-left:solid 12px #135343; padding:0 29px 0 17px;}
.project_index ul li.g {border-left:solid 12px #67bb5d;}
.project_index ul li a {display:block; text-align:center; line-height:70px; text-decoration:none; background:url(../images/icon_4.png) no-repeat right center; font-size:30px;}



