﻿html, body, div, span, applet, object, iframe, 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, caption, tbody, tfoot, thead, 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,
ol, ul, li {
	list-style: none;
}


a{text-decoration:none;}


html, body
{

	padding: 0;
	margin: 0;
}
body {

	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	/*line-height: 22px;*/
	color: #333;
	-webkit-text-size-adjust: none;
}
body *
{ font-family:"Microsoft YaHei";
	text-shadow: none;
}
p
{
	margin: 0 0 10px 0;
}

pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#page nav
{
	display: none;
}

strong{ font-weight:bold;}


/*
	jQuery.mmenu CSS
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
  display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 20px 0; }
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;

    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen::before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333333; }

.mm-menu {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 60%; }/*改宽度*/

.mm-menu {
  width: 60%; }/*改宽度*/

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px; } }
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll; }
  html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto; }
  html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed; }
  html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto; }
  html.mm-nooverflowscrolling.mm-opened > .mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0; }
    html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
      display: block; }




/*左侧导航搜索样式*/
#menu .Search {}
#menu .Search {padding:10px 0 10px 20px; }
#menu input.s1 { border:none;
	width: 50%;
	border-radius: 0.3em 0.3em;
	height: 30px;
	background-image: url(../images/seach.png);
	background-repeat: no-repeat;
	background-position: 10px;
	color:#c1c1c1;
	padding-left:40px;
	font-size:16px;
}
#menu input.s2 {  border-radius: 0.3em 0.3em; height:33px; width: 20%; border:none;}

#menu .contact a {
	width: 33%;
	float: left;
	text-align: center;
	padding: 65px 0 10px 0;
	color: rgba(255, 255, 255, 0.6);
	background-repeat: repeat-y;
	background-image: url(../images/left_icon02.png);

}

#menu .contact a.c01{ background-position: 50% -10px ;  border-bottom: 1px solid rgba(38,38,38,1.00); }
#menu .contact a.c02{ background-position: 50% -88px; border-left: 1px solid rgba(38,38,38,1.00); border-right: 1px solid rgba(38,38,38,1.00);border-bottom: 1px solid rgba(38,38,38,1.00); }
#menu .contact a.c03{ background-position: 50% -165px; border-bottom: 1px solid rgba(38,38,38,1.00);  }
#menu .contact a.c04{ background-position: 50% -245px;}
#menu .contact a.c05{ background-position: 50% -320px;  border-left: 1px solid rgba(38,38,38,1.00); border-right: 1px solid rgba(38,38,38,1.00);}
#menu .contact a.c06{ background-position: 50% -395px; }

article { padding:2% 5%; color: #58595b;}
article img{ width:100%; height:auto;  }
article h1,article time { display:block; text-align:center; color:#808285;}
article h1 { color:#404041;}

#footer
{
	background: #675447;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
	height: 50px;
	padding: 0 50px;
}
#footer a,#footer a:link{ color:#fff;}

.header{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;

	width: 100%;
	height: 44px;
	background: url(../images/head_bg@2x.png) repeat-x center;
	padding: 0;}
.header1 {
	z-index: 100;
	left: 0;
    margin: 0 auto;
   /* max-width: 1920px;*/
	width: 100%;
	height: 44px;
	background: url(../images/head_bg@2x.png) repeat-x center;
  padding: 0;


}
.header-wrap {
	margin: 0 auto;
	position: relative;
	width: 1076px;
	margin:0 auto;
}
.header .btn-back, .header .btn-nav {
	position: absolute;
	left: 47px;
}
.header .btn-call, .header .btn-home {
	position: absolute;
	top: 12px;
	right: 47px;
}
.logo {
	background: url(../images/logo.png) no-repeat top;
	width:233px;
	height: 44px;
	float:left;
}
.logo .page-name {
	padding-top: 10px;
}
.logo .page-name a{
	display:block;
	width:233px;
	height: 44px;
}


/* banner下导航 */
.Index_jdq a{ background-color: #e8dfd6; color:#675447;}
.Index_jdh a{ background-color: #675447; color:#e8dfd6; }
.Index_jdh{display:none;}


/* 中心导 航 */
.Departments{ width:98%; margin:2% auto;}
.Departments a ,.Departments li{ display:block;}
.Departments li { float:left; width:49%; margin-left:0.5%; margin-bottom:0.5%; }
.Departments a,.Departments a:link { font-size:18px; height:80px; color:#FFF;text-align:center;  }
.Departments .mr a,.Departments .wzx a,.Departments .pf a,.Departments .ksl a{}
.Departments .mr a { background-color: #a58f82; border-top-left-radius: 1em 1em;}
.Departments .wzx a { background-color:#897e92; border-top-right-radius: 1em 1em;}
.Departments .pf a { background-color:#d0ac96; border-bottom-left-radius: 1em 1em;}
.Departments .ksl a { background-color:#bb8d84; border-bottom-right-radius: 1em 1em; }
.Departments img{ padding:5px; vertical-align:middle;}


/* 经典项目 */
.Project {width:100%; height:auto; background-color:#e8dfd6;}
.Project ul { margin-top:2%; }
.Project li { float:left; margin-left:1.5%; margin-bottom:1.5%; width:31.3%; display:block;}
.Project li a.jd{ font-weight:bold;}
.Project li a { font-size:14px; display:block;  padding:20px 0;  border:#fff solid 1px; text-align:center; background-color:#f4efea; color:#896d4a;}





/* footer样式 */
.foot1 {
    color: #595757;
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    margin: 0 auto;
	width:1200px;
}
.banq{float:left;}
.lianjie {
float:right;
}
.lianjie ul li{float:left;padding-left:28px;}
.lianjie a{font-size: 15px;    color: #595757;}

/* 分页样式 */

.page { line-height:30px; width:230px; margin:0 auto;}
.page a { }
.page a.a1{
	background-color: #675447;
	display:block;
	padding: 5px 20px;
	border-radius: 0.5em 0.5em;
	color: #fff;
	text-decoration:none;
	float:left;
}

.page span {
	display:block;
	padding: 0 20px;
	line-height: 40px;
	float:left;
}




/*--------------banner ---------------------------*/



/* flexslider */
.flexslider{position:relative;width:100%;hoverflow:hidden;zoom:1;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.flex-direction-nav a{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(../images/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s headerease;}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(../images/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}
.flexslider .img img { width:100%;}





/*----------- 项目列表页 -----------*/
.pmenu { display:block; background: #675447; line-height:50px; }
.pmenu li {  float:left; display:block; width:25%;}
.pmenu li a { color:#fff; display:block; text-align:center; }

.Pro_main { width:90%; margin:0 auto; }
.Pro_main dl,.Pro_main dl dt,.Pro_main dl dd { display:block;}

.Pro_main dl { position:relative; border-left:#CCC solid 1px; padding:20px; }
.Pro_main dl dt{
	position: absolute;
	left: -10px;
	background-image: url(../images/l_icon01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size:18px;
	padding:0 0 0 25px;
	line-height:21px;
	font-weight:bold;
}
.Pro_main dl dd { padding:30px 0 10px 0; line-height:24px; }
.Pro_main li { float:left; margin-bottom:10px; margin-right:10px;}


.Pro_main li table {

	border-collapse: collapse;
	border-spacing: 0;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	color: #006;
}

.Pro_main li table td{
	border-left: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
	line-height: 30px;
	padding:0 5px;
}
.Pro_main .txt { font-size:12px; min-width:40%;}
.Pro_main img { max-width:100% !important; height: auto!important;}

.special { padding:1% 0;}
.special li { float:left; display:block; margin-left:1%; margin-bottom:1%;}



/*列表页*/
.boxlist { margin-bottom:10px;}
.boxlist li  { position:relative;  min-height:100px; border-bottom:#e5e5e5 solid 1px; padding:10px ; margin-left:120px; margin-bottom:5px;}
.boxlist li img { position:absolute; left:-110px;}
.boxlist li h2 { font-size:16px; color:#675447;  margin:0;}
.boxlist li p { margin:0; padding:0; color: #959595; }
.button { display:block; text-align:center; width:50%; margin:0 auto; clear:both; float:none; background-color:#ccc; border:none;  padding: 5px 0; }
a.button { color:#FFF; border-radius: 1em 1em; color:#675447;  }






.special { padding:1% 0;}
.special li { float:left; display:block; margin-left:1%; margin-bottom:1%;}
.special li img { width:100%; }
@media only screen and (min-width: 320px) and (max-width: 479px) {.special li { width:48.5%; }}
@media only screen and (min-width: 480px) and (max-width: 767px) {.special li { width:32%; }}
@media only screen and (min-width: 768px) and (max-width: 959px) {.special li { width:23.8%;}}


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

	/* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }


	#nav {
    float: left;
    margin: 0;
    padding: 0;
}
#nav li a, #nav li {
    float: left;
}
#nav li {
    list-style: outside none none;
    position: relative;

}
#nav li a {
    text-decoration: none;
}
#nav li a:hover {
}
.hasChildren {
    bottom: 0;
    position: absolute;
    right: 0;
}
#nav li ul {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
	z-index: 99;
}
#nav li:hover .submenu {
    display: block;
}
#nav .submenu li:hover ul {
    display: block;
}
#nav li ul li, #nav li ul li a {
    float: none;
    text-align: left;
}
#nav li ul li {
}
#nav li ul li a {
    display: block;
}
#nav li ul li ul {
    display: none;
}
#nav li ul li:hover ul {
    left: 100%;
    top: 0;
}

.navbox {
    background-position: 0 -138px;
    background-repeat: repeat-x;
    height: 44px;
    position: relative;
    z-index: 9;
}
.nav {
    margin: 0 auto;
    width: 843px;
	float:right;
}
.nav li {
    float: left;
    height: 44px;
   /* padding: 0 3px 0 2px;*/
    position: relative;
}
.nav li.last {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.nav li a {
    display: block;
    float: left;
    height: 44px;
   /* padding: 0 0 0 4px;*/
}
.nav li a span {
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 44px;
    padding: 0;
    text-align: center;
    width: 120px;
}
.nav li.selected a, .nav li a.selected {
    background-position: 0 -60px;
    text-decoration: none;
}
.nav li.selected a span, .nav li a.selected span {
    background-position: 100% -60px;
    color: #000;
}
.nav li.selected .submenu {
    display: block;
}
.nav li .submenu {
    display: none;
    left: 6px;
    position: absolute;
    top: 44px;
	z-index: 99;
}
.nav li .submenu:hover {
    overflow: visible;
}
.nav li .submenu {
    border-color: #ddd;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 0 5px 5px;
    width: 132px;
}
.nav li .submenu {
    border-radius: 0 0 3px 3px;
    box-shadow: 0 5px 5px #d3d3d3;
}
.nav li .submenu li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #818181;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    float: none;
    height: 31px;
    padding: 0;
}
.nav li .submenu li.last {
    border: medium none;
}
.nav li .submenu li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: none;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    text-align: center;
}
.nav li .submenu li a:hover {
    background: none repeat scroll 0 0 #ddd;
}
.nav li .submenu li ul li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: none;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    text-align: center;
}
.nav li .submenu li ul li a:hover {
    background: none repeat scroll 0 0 #ddd;
    font-weight: 800;
}
.xm_ico {
    float: left;
    height: 31px;
    width: 31px;
    margin-right: 26px;
}
.xm_wz {
    color: #606060;
}
.xm_wz2 {
    color: #606060;
    margin-left: 26px;
}
.xmjs {
    margin: 0 auto;
}
.xmjs p {
    font-size: 13px;
}
.gh-tab-search {
    cursor: pointer;
    padding: 0;
    position: relative;
    transition: width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 2.55556em;
}
.gh-tab {
    display: inline-block;
    height: 2.55556em;
    list-style-type: none;
    margin: 0;
    vertical-align: top;
}

#page_title {
    color: #000000;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    width: 830px;
	margin: 0 auto;
	height:40px;
	border-bottom: 1px dotted #999999;
}
#page_menu_title {

    color: #017c64;
    font-size: 14px;
    line-height: 30px;
    height:30px;
    width: 830px;
	margin: 0 auto;
}
#xianshang{
    width: 830px;
	margin: 0 auto;

}
.chuzhen{
width:830px;
border:#9f9f9f 1px solid;
margin-bottom:20px;
}
.banq a:link,.banq a:hover,.banq a:active,.banq a:visited { color:#595757}

.jiang5{
  background: url("/images/jiang5.jpg") no-repeat scroll center top;
  height:505px;

  }
 .yh4{
  background: url("/images/yh4.jpg") no-repeat scroll center top;
  height:377px;

  }

.zyjyul{
	padding-left:25px;
	padding-top:20px;
}