﻿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, 
ol, ul, li {
	list-style: 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:"΢���ź�";
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	color: #330;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: #333;
	text-decoration: none;
}
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: #980000; }

.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; }


.logocss{ display: block;overflow: hidden; margin:0 auto; width:100%; margin-top:10px;}
.logocss img{ width:100%;}
/*��ർ��������ʽ*/

#menu .Search {padding:10px 0 10px 20px; }
#menu .Search img{ width:92%;}
#menu input.s1 { border:none; 
	width: 50%;
	border-radius: 0.3em 0.3em;
	height: 30px;
	background-image: url(../img/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(../img/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;}
#header,
.header,
#footer
{
	background: #d90504;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 60px;
	height: 60px;
	padding: 0 50px;
	
}
#footer a,#footer a:link{ color:#fff;}

#header a.lbtn
{  display: block;
	width: 10%;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}
#header a.rbtn
{ display: block;
	width: 10%;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
}

/* banner�µ��� */
#nav { height:110px; margin:0; padding:0;}

#nav li { float:left; width: 33.2%;}
#nav li img { max-width:109px; display:block; max-height:40px;  margin:0 auto; width:98%; }
#nav a{ width:100%; display:block; height:100%; text-align: center; border-left:#f4efea solid 2px; padding:20px 0;}
.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-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;}

/* ���ĵ� �� */
.Departments1{ width:99%;overflow: hidden; margin:2% auto; }
.Departments1 a ,.Departments li{ display:block;}
.Departments1 li { float:left; width:33%; padding:0 0.5% 0.5% 0.5%; margin-left:0.5%; margin-bottom:0.5%; }
.Departments1 a,.Departments a:link { font-size:18px; height:auto; color:#FFF;text-align:center;  }
.Departments1 .mr a,.Departments .wzx a,.Departments .pf a,.Departments .ksl a{}
.Departments1 .mr a { background-color: #b83501; border-radius: 1em 1em;}
.Departments1 img{ padding:5px; width:33%; 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��ʽ */
footer {position: fixed;  margin-top:10px;left: 0;bottom: 0; background-color:#980000; width:100%; height:50px; }
footer li { display:block; float:left; width:50%;}
footer li a { display:block; color:#fff !important; background-color:#980000; text-align:center; height:50px; line-height:50px;}




/* ��ҳ��ʽ */
.pagecasd{margin-top: 54px;padding-bottom: 60px;}
.pagecasd ul { text-align: center; display:table; margin-left: auto; margin-right: auto; }
.pagecasd ul li { float: left; border-bottom: none; padding: 4px 10px; font-size:14px;}
.pagecasd ul li.thisclass{background: none repeat scroll 0 0 #896c49;color: #fff;}
.pagecasd ul li a{ font-size:14px;}




/*--------------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;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(../img/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(../img/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; margin-top:10px; padding-left:75px}
.boxlist li  { position:relative;  min-height:100px; border-bottom:#e5e5e5 solid 1px; padding:10px ; margin-left:15px; 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;
    }

.n_Article_hot{ width:98%; height:215px; margin:10px auto; background:#fff; border-radius:3px;}
.zj_title{ width:100%; height:31px; background-color:#675447;border-radius:3px; line-height:31px;}
.zj_title a{ float:left; color:#fff; font-size:14px;margin-left:2ex; width:auto;}
.zj_title span{ float:right; color:#fff; font-size:14px; margin-right:1%;}
.n_Article_hot ul{ width:96%; height:200px;margin:0 auto;}
.n_Article_hot ul li{ width:100%; height:30px; float:left;line-height:30px; border-bottom:1px #ccc dotted}
.n_Article_hot ul li span{margin-left:40px;}
.n_Article_hot ul li a{ font-size:14px; color:#000000}


.zj{ width:98%; height:292px; margin:10px auto; background:#fff; border-radius:3px;}
.zj_title{ width:100%; height:31px; background-color:#675447;border-radius:3px; line-height:31px;}
.zj_title a{ float:left; color:#fff; font-size:14px;margin-left:2ex; width:auto;}
.zj_title span{ float:right; color:#fff; font-size:14px; margin-right:1%;}
.zj_1{ width:94%; height:115px; margin:10px auto;}
.zj_1_pic img{ width:auto; height:115px; float:left;border-radius: 5px;}
.zj_1_right{ width:65%; height:115px; float:left;margin-left:1%;}
.zj_1_right_name{ width:100%; height:22px; float:left;}
.zj_1_right_name a{ float:left; font-size:14px; font-weight:bold; color:#675447}
.zj_1_right_jj{ width:100%; height:60px; line-height:20px; color:#767676; text-indent:4ex; float:left; margin:3px 0;}
.zj_1_right span{ float:left;}
.zj_1_right span a{ float:left; margin-left:18px;}
.case{ width:98%; height:230px; margin:0 auto; background:#fff;  border-radius:3px;}
.case_1{ width:94%; height:85px; margin:10px auto;border-bottom:1px #d7d7d7 dashed}
.case_pic{ float:left; width:auto; height:66px;}
.case_pic img{ border:1px #ccc solid; padding:1px;}
.case_1_right{ width:65%; height:78px; float:left;margin-left:20px;}
.case_1_right p{ width:100%; height:18px; float:left;}
.case_1_right p a{ font-size:14px; font-weight:bold; color:#675447;float:left; width:100%;}
.case_1_right span{ width:100%; height:60px; line-height:20px; text-indent:4ex; float:left;}

.ad{ margin-top:20px;}


.xszmtemplet{padding:1%;}
.maincrime { font-family:΢���ź�; }
.maincrime2 { width:100%; margin-top:2%;}
.main_tit { height:29px; line-height:29px; font-size:16px; font-weight:bold; border-bottom:1px solid #AD3C05;}
.main_tit a { color:#fff; padding:4px 20px;background:#AD3C05;}
.main_list { width:70%; margin-left:10%;  margin-top:1%; }
.main_list2 { width:70%; margin-left:10%;  margin-top:1%; }
.main_list2 a {color:#675F06; width:28%; height:24px; line-height:24px; display:block; float:left; margin-right:10px; display:inline;}
.main_list2 a:hover { color:#980000;}
.main_first { width:45%; float:left; color:#000000; font-size:14px; font-weight:bold;line-height:24px;}
.main_scnd { width:80%; float:left; line-height:24px; }
.main_scnd  a { color:#AD3C05; width:28%; height:24px; line-height:24px; display:block; float:left; margin-right:10px; display:inline;background:#eee;padding-left:10px;margin-bottom:5px;}
.main_other { width:70%; margin-left:15px; margin-top:15px;}
.main_other  a { color:#675F06; width:26%; display:block; float:left; height:24px; line-height:24px; margin-right:10px; display:inline; }
.nw_type { margin-left:5px; }


.kjtd{overflow: hidden; width: 98%; height:auto;margin:2% auto;}
.list_card{ padding:0; margin:0;}
.cardbox{ float:left; width: 100%;}
.list_card li dl { padding: 10px 0 0; width: 50%; float:left;text-align:center;}
.list_card li dl a {border-radius: 5px; display: block;margin: auto;overflow: hidden; }
.kjtd a:hover{ text-decoration:none; color:#980000;}

/*��Ʒչʾ*/
.Latest{width:98%; overflow:hidden;margin: 2% auto;}
.ltitle{width:98%; background-color:#980000; border-radius: 1em 1em; overflow:hidden; height:30px;line-height:30px; margin:0 auto;height:30px;line-height:30px; text-align:center;}
.title_name{font-weight:bold;font-size:14px; color:#FFFFFF;}
.gd_picList{width:98%;margin:0 auto;background-color:#fff;padding-bottom:10px;}
.gd_list{width:100%;}
.gd_list li{float:left;width:48%; padding:0 1% 1.5% 1%;height:170px;text-align:center; display:inline;}
.gd_list li img{width:100%;height:130px;margin-top:10px;margin-bottom:6px;}
.gd_list li a{color:#2d2d2d;}
.gd_Left{width:32px;height:153px;float:left;margin-left:10px;_margin-left:5px;}
.gd_Right{width:32px;height:153px;float:right;margin-right:10px;_margin-right:5px;}

/*��˾���*/
.Latest1{width:98%; overflow:hidden;margin: 5% auto 4%;}
.ltitle1{width:98%; background-color:#980000;border-radius: 1em 1em; overflow:hidden; height:30px;line-height:30px; margin:0 auto;height:30px;line-height:30px; text-align:center;}
.title_name1{font-weight:bold;font-size:14px; color:#FFFFFF; }
.fw_med { width:98%;margin: 4% auto 2%; padding-bottom:2px;    line-height:24px; text-indent:32px; font-size:16px;}
.fw_med span {  color:#980000;}
.fw_med strong{ padding-left:2%; }



/*���Ŷ�̬*/
.xwdtai{margin: 0 auto; width: 98%; overflow:hidden;}
.xwdtaimz{width:98%; background-color:#980000;border-radius: 1em 1em; overflow:hidden; height:30px;line-height:30px; margin:0 auto;height:30px;line-height:30px; text-align:center;}
.xwdtaibiaot{font-weight:bold;font-size:14px; color:#FFFFFF; }
.llist{width:100%; margin-bottom:20px; margin-top:4%;}
.llist li{width:100%;height:24px;line-height:24px;overflow:hidden;}
.llist li a{margin-left:4px;font-size:16px; display:block;float:left;}


.aboutInfo{padding:4px 10px 0px 10px;line-height:21px;color:#5c5c5c; float:right; }
.more{color:#026400;font-weight:bold;margin-left:10px;}



.picList{width:96%;height:140px;margin:0 auto; overflow:hidden;}
.pic{width:30%;height:106px; float:left;}
.pic img{width:100%;height:102px;}
.pictitle{width:65%;height:30px;line-height:30px; float:right; }
.pictitle a{color:#666;}

.nydhwe{width:98%;margin:0 auto;}
.nydh{line-height:36px;margin:0 auto;border-bottom:2px solid #fd0002;text-align:left;color:#424242; padding:0 2%;}
.nydh a{color:#424242;}

.content{width:96%;margin:0 auto; overflow:hidden;}
.newsList{width:98%;margin:0 auto;border-bottom:1px dashed #999999;line-height:30px;}
.newsTitle{height:30px;overflow:hidden;line-height:30px;}
.newsTitle a{font-size:14px;font-weight:bold;color:#980000;}
.addtime1{text-align:right;line-height:30px;}
.listCon{line-height:20px;width:98%;color:#6C6C6C; overflow:hidden;margin:0 auto;padding:5px 0px 0px 0px;}
.listCon a{color:#980000;}

.bigTitle{text-align:center; font-size:20px; letter-spacing:1px;}
.aritcleinfo{text-align:center;line-height:30px;}
.aritcleinfo span img{border:1px solid #cccccc;}
.preornext{line-height:24px;font-size:12px;color:#666666; height:80px;}
.preornext span{font-weight:bold;}
.preornext a{color:#666666;}
.sbdab{ width:96%;margin:0 auto; overflow:hidden;}




.jdt li{float:left;}
.jdt ul li img {display:block; width:100%; height:240px;}
#mar3Nav {position:absolute;right:10px;bottom:8px;}
#mar3Nav li {float:left;margin:0 1px;width:16px;height:16px;background:#333;cursor:pointer;line-height:16px;font-family:Arial;font-size:10px;color:#FFF;text-align:center;}
#mar3Nav li.navOn {background:#FF6600;}
.lanmu{margin-top:5%;}
.lanmu li{float:left; width: 33%; text-align: center; font-size: 14px;
   }
.lanmu li a{display:inline-block;width:80px; padding-top:15px; height:65px;background: #980000; border-radius: 100%; text-align: center; color: #fff;}

.swipe { position: relative; overflow: hidden; visibility: hidden; }
.swipe-wrap { overflow: hidden; position: relative; height:215px;}
.swipe-wrap > div { float: left; width: 100%; position: relative; height:100%}
.swipe-wrap img { height: 100%}


.entries {position:relative; -webkit-transition:background-color 500ms;}
.entries .top,
.entries .bottom {height:0; padding:0; -webkit-transition:height 300ms, padding 300ms; overflow:hidden;}
.entries .top a {float:left; width:70px; height:70px; border-radius:70px; color:#616161; text-align:center; font-size:14px; line-height:100px; background:no-repeat center center; background-size:30px auto; overflow:visible; }
.scaleNone {-webkit-transform:scale(0,0); -webkit-transition:-webkit-transform 500ms;}
.scaleOut {-webkit-transform:scale(1,1);}
.entries .top a span {display:block; width:100%; height:100%; border-radius:300px; -webkit-transition:-webkit-transform 500ms, -webkit-opacity 500ms;}
.entries .top a.link-1 {background-color:#e9413c; background-image:url(../images/icon_1.png);}
.entries .top a.link-2 {background-color:#1653ba; background-image:url(../images/icon_2.png);}
.entries .top a.link-3 {background-color:#3cb034; background-image:url(../images/icon_3.png);}
.entries .top a.link-4 {background-color:#ffa130; background-image:url(../images/icon_4.png);}
.entries .top a.link-1 .shadow {background-color:#e9413c;}
.entries .top a.link-2 .shadow {background-color:#1653ba;}
.entries .top a.link-3 .shadow {background-color:#3cb034;}
.entries .top a.link-4 .shadow {background-color:#ffa130;}
.entries .top a.scaleOut .shadow {-webkit-transform:scale(1.5,1.5); -webkit-opacity:0;}
.entries .bottom a {margin-top:3px; background-color:#e24944; color:#fff; background-image:url(../images/icon_8.png);}
.entries .bottom a:last-child {margin-bottom:0;}
.entries .bottom a span {padding-left:70px; background:no-repeat 0 center; background-size:56px auto;}
.entries .bottom a:nth-child(1) span {background-image:url(../images/icon_5.png)}
.entries .bottom a:nth-child(2) span {background-image:url(../images/icon_6.png)}
.entries .bottom a:nth-child(3) span {background-image:url(../images/icon_7.png)}
.news-list a {
    display: block;
    position: relative;
    padding: 13px 15px;
    height: 50px;
    background: #fff url(../images/icon_link.png) no-repeat right center;
    background-size: auto 18px;}
.news-list a span {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 40px 0 15px;
    font-size: 16px;
    line-height: 25px;
    -webkit-transform: translateY(-50%);}
#news .news-list a{margin-bottom: 12px;}
#footer {
    position: relative;
    z-index: 2;
    height: 0;
    background: #201d1f /* url(img/index/footer_bg.jpg) no-repeat center center*/;
    background-size: 100% auto;
    overflow: hidden;
    -webkit-transition: height 300ms;
}

#footer .btn-wrap {
    margin-bottom: 90px;
    padding: 15px;
}

#footer .btn {
    background-color: #4c8efa;
    color: #fff;
}

#footer .copyright p { /*padding:20px 0 28px 0;*/
    padding: 15px 0 10px 0;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    -webkit-opacity: 0.5;
    opacity: 0.5;
}
#news{background-color: #ebedec;}
.g-wrap {
    padding: 15px;}
.fy{display: block;
    line-height: 76px;
    text-align: center;
    color: #565559;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    background-color: #e4c980;
    }
    .anim-active{margin-bottom: 15px;}
.anim-active ul{display: flex;
    justify-content: space-between;}