/*
Copyright (c) 2009, LCP! Inc. All rights reserved.
version: 2.7.0
*/
/*  
Reset
*/
html { color: #000; background: #FFF; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form,input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; font-family:????}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: inherit; font-weight: inherit; }
del, ins { text-decoration: none; }
li { 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: ''; }
abbr, acronym { border: 0; font-variant: normal; }
sup { vertical-align: baseline; }
sub { vertical-align: baseline; }
legend { color: #000; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
input, button, textarea, select { *font-size: 100%;
}
div, form, img, ol, dl, dt, dd, ul, p, li, dt, dd, table, textarea {
	margin:0;
	font-size:13px;
	list-style: none;
	padding: 0px;
	line-height: 1.5;

	list-style-image:none;
	list-style-position:outside;
}



/** 
Font 
*/
select, input, button, textarea, button { }
table { font-size:inherit; }
pre, code, kbd, samp, tt {}

/**
  base 
 */
h1 { font-size: 138.5%; }
h2 { font-size: 123.1%; }
h3 { font-size: 108%; }
h1, h2, h3, h4, h5, h6, strong, dt { font-weight: bold; }
h1,h2,h3,h4,h5{
	display:block
}  /*licheng add*/
optgroup { font-weight:normal; }
abbr, acronym { border-bottom: 1px dotted #000; cursor: help; }
em { font-style: italic; }
del { text-decoration: line-through; }
ol li { list-style-type:none; }
ul li {
	list-style-type:none;
	display: block;
}
.inner .detail .det {
	padding-right: 40px;
	padding-left: 40px;
	font-size: 14px;

}
.inner .detail .det p {
	font-size: 14px;
}
.inner .detail {

}
.det,.det p , .det div , .det div span{
	line-height: 2em;
}

th, td { }
th { font-weight: bold; }
caption { margin-bottom: .5em; text-align: center; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
p, fieldset, table, pre { margin-bottom: 1em; }
button, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] { padding:1px; }
iframe { background:#FFF}


a{
	text-decoration: none;
	color: #5B5B5B;
}

/**/
.container { width: 980px; margin:0 auto; 
}


.banner{
	margin:0 auto;
	text-align: center;
}

.box{
	background-image: url(../images/index_box_back.png);
	background-repeat: no-repeat;
	background-position: center -3px;
	margin-top: 0;
	height: 950px;
	width: 856px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 .boxcontent{
	width:830px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 20px;
	position: relative;
}

.clear{ clear:both}


.header {
	position: relative;
	height: 40px;
	width: 850px; margin:0 auto;
}
.header .logo {
	position: absolute;
}
.header .navi {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 670px;
}
.header .navi li {
	float: left;
	height: 40px;
	width: 84px;
	display: block;
}
.header .navi li a {
	line-height: 40px;
	text-align: center;
	display: block;
	color: #FFF;
	background-image: url(../images/navi_back_off.png);
}
.header .navi li a.select,.header .navi li a:hover{background-image: url(../images/navi_back_on.png);
}

.header .navi li.left,.header .navi li.right {
	width: 83px;
}


.header .navi li.left a {
	background-image: url(../images/navi_back_left_off.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.header .navi li.left a.select,.header .navi li.left a:hover{background-image: url(../images/navi_back_left_on.png);
}

.header .navi li.right a {
	background-image: url(../images/navi_back_right_off.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.header .navi li.right a.select,.header .navi li.right a:hover{background-image: url(../images/navi_back_right_on.png);
}


#index .maincontent{
	width:435px;
	float:left;
	margin-left: 45px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	padding: 20px;
	height: 824px;
	-moz-border-top-right-radius: 10px;      /* Gecko browsers */
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-top-righ-radius: 10px;   /* Webkit browsers */
	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius:10px;            /* W3C syntax */
	border-bottom-right-radius:10px;



}
#index .sider{
	width:272px;
	float:right;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEECEC;
	height: 863px;
}
#bigplate .title .page {
	float: right;
	width: 130px;
	height: 25px;
}
#bigplate .title {
}


#bigplate .title .tcontent {
	float: left;
	width: 280px;
}
#bigplate .title .tcontent strong {
	color: #010101;
	font-size: 19px;
	font-family: "微软雅黑";
	line-height: 20px;
}
#bigplate .title {
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D3D3;
}
#bigplate .pic {
	padding-top: 15px;
	padding-bottom: 15px;
}

#bigplate  .title .tcontent strong.select, #bigplate div.select {color:#E60012}



.news .img {
	float: left;
}
.news .content {
	float: right;
	width: 260px;
}
.news {
	padding-top: 27px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D3D3;
}
#bigplate {
	padding-bottom: 20px;
	cursor: pointer;
}
#index  .subnavi {
	background-image: url(../images/index_new_left_back.png);
	background-repeat: no-repeat;
	background-position: left -1px;
	position: absolute;
	height: 867px;
	width: 45px;
	left: 4px;
	top: 20px;
	z-index:900;
}
#index .subnavi .title {
	font-size: 14px;
	color: #E60012;
	font-weight: bolder;
	width: 25px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	height: 200px;
}
#index  .subnavi #t1 {
	height: 440px;
}
#index .sider  h2 {
	color: #E60012;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D3D3;
}
#index .sider #yuanzhang .content {
	background-image: url(../images/index_yzjieshao_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 170px;
	width: 272px;
	padding-top: 20px;
}
.sider #yuanzhang .content .img {
	float: left;
	margin-left: 10px;
}
.sider #yuanzhang .content .con {
	float: left;
	margin-left: 10px;
	font-size: 12px;
	line-height: 19px;
}
.sider #yuanzhang .content ul {
	height: 60px;
}
.sider #yuanzhang .content ul li {
	float: left;
	height: 45px;
	width: 45px;
	margin-left: 10px;
}
.sider #yuanzhang .content .iminfo {
	text-align: center;
	margin-top: 20px;
	height: 45px;
	padding-left: 17px;
}
.sider #yuanzhang .content .iminfo a {
	display: block;
	height: 45px;
	width: 45px;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
}
.sider #about .content {
	background-image: url(../images/index_sider_video_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 212px;
	width: 272px;
}
#index .sider .plate {
	margin-bottom: 10px;
}
.sider #other .content ul li {
	height: 60px;
	width: 60px;
	display: block;
	float: left;
}
.sider #other  li a {
	text-align: center;
	display: block;
	font-size: 11px;
	background-image: url(../images/index_icon_1_off.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
.sider #other .content ul {
	height: 60px;
	padding-left: 15px;
}

.sider #other li#icon_1 a{ background-image:url(../images/index_icon_1_off.png)}
.sider #other li#icon_2 a{ background-image:url(../images/index_icon_2_off.png)}
.sider #other li#icon_3 a{ background-image:url(../images/index_icon_3_off.png)}
.sider #other li#icon_4 a{ background-image:url(../images/index_icon_4_off.png)}

.sider #other li#icon_1 a:hover{ background-image:url(../images/index_icon_1.png)}
.sider #other li#icon_2 a:hover{ background-image:url(../images/index_icon_2.png)}
.sider #other li#icon_3 a:hover{ background-image:url(../images/index_icon_3.png)}
.sider #other li#icon_4 a:hover{ background-image:url(../images/index_icon_4.png)}.sider #yuanzhang .content .con strong {
	color: #E50011;
	font-size: 14px;
}
.news .content ul li {

}
.news .content ul li a {
	background-image: url(../images/pot.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	padding-left: 13px;
	font-size: 12px;
	float: left;
}

.news .content ul li a:hover { color:#E60012}

#bigplate .title .page a {
	display: block;
	background-color: #BDBDBD;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	margin-left: 3px;
	height: 22px;
	width: 22px;
	text-align: center;
	padding: 0px;
}
#bigplate .title .page a:hover, #bigplate .title .page a.select {
	background-color: #E60012;
}
.friendlink {
	height: 38px;
	background-image: url(../images/friendlink_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 810px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B4B3B3;
	border-bottom-color: #D2D1D1;
	margin:0 auto;
}
.friendlink ul li {
	float: left;
	height: 35px;
	width: 145px;
	line-height: 35px;
	margin-right: 5px;
}
.friendlink ul li a {
	background-image: url(../images/index_link_back.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 35px;
	display: block;
	font-size: 11px;
	color: #353535;
}
.friendlink ul li a:hover { background-image: url(../images/index_link_back_on.png); }
.friendlink ul li.noback {
	text-align: center;
	width: 60px;
	color: #353535;
	margin-right: 0px;
}
.footer {
	text-align: center;
	color: #6A6969;
	clear: both;
}
.language {
	width: 850px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 20px;
	height: 20px;
	text-align: right;
	font-size: 12px;
	color: #4F4E4E;
	margin:0 auto;
}
.language a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

img.border{
	padding: 1px;
	border: 1px solid #EBEBEB;
	 -moz-border-radius: 2px;      /* Gecko browsers */
    -webkit-border-radius: 2px;   /* Webkit browsers */
    border-radius:2px;            /* W3C syntax */

}
.sider #about .content .img {
	text-align: center;
	padding-top: 10px;
}
#bigplate .title .tcontent p {
	font-size: 14px;
	line-height: 30px;
	color: #010101;
}
#bigplate .content {
	color: #010101;
}
.sider #map {
	position: relative;
}
.sider #map .bigmap {
	position: absolute;
	top: -75px;
	right: 0px;
	
}
.sider #map .content .smallmap {
	cursor: pointer;
}
.sider #map .bigmap img.border { background:#FFF;
	padding: 4px;
	-moz-border-radius:8px;      /* Gecko browsers */
    -webkit-border-radius: 8px;   /* Webkit browsers */
    border-radius:8px;            /* W3C syntax*/
	-moz-box-shadow:2px 2px 10px #000;
	-webkit-box-shadow:2px 2px 10px #000;
	box-shadow:2px 2px 10px #000;
	
	 filter:alpha(opacity=95);  
      -moz-opacity:0.95;  
      -khtml-opacity: 0.95;  
      opacity: 0.95;
	


}
.footer .line {
	height: 80px;
}
.news .content ul li .date {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
}
#inner .sider {
	float: left;
	width: 133px;
}
#inner .maincontent {
	float: right;
	width: 685px;
}
#inner .sider .top {
	background-image: url(../images/inner_top_back.png);
	background-repeat: repeat-x;
	height: 36px;
	font-size: 18px;
	line-height: 36px;
	font-weight: bolder;
	text-align: center;
	color: #E60012;
	margin-bottom: 5px;
}

#inner .boxcontent {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#inner {
	width: 850px;
}
#inner .sider ul li {

}





#inner .sider .navi a {
	line-height: 37px;
	color: #FFF;
	font-family: "黑体";
	background-image: url(../images/inner_navi_off_back.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 37px;
	font-size: 14px;
	padding-left: 12px;
	display: block;
}
#inner .sider .navi4 a {
	padding-left: 33px;
}
#inner .sider .navi a.select ,#inner .sider .navi a:hover{
	background-image: url(../images/inner_navi_off_select_back.png);
}


#inner .sider .hassub a{
	background-image: url(../images/inner_navi_hassub_back.png);
}

#inner .sider .hassub a.select,#inner .sider .hassub a:hover{
	background-image: url(../images/inner_navi_hassub_select_ba.png);
}




#inner .sider .navi a.first{
	-moz-border-top-left-radius: 8px;      /* Gecko browsers */
	-moz-border-top-right-radius: 8px;
	-webkit-top-bottom-left-radius: 8px;   /* Webkit browsers */
	-webkit-top-bottom-right-radius: 8px;
	border-top-left-radius: 8px;            /* W3C syntax */
	border-top-right-radius: 8px;
} 

#inner .sider .navi a.last{
	-moz-border-bottom-left-radius: 8px;      /* Gecko browsers */
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;   /* Webkit browsers */
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius:8px;            /* W3C syntax */
	border-bottom-right-radius:8px;
} 

#inner .sider ul li a {
	background-color: #F4F5F6;
	padding-left: 20px;
	display: block;
	color: #646464;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D7D9;
	border-bottom-color: #fff;
	height: 37px;
	line-height: 37px;
}
#inner .sider ul li a.select,#inner .sider ul li a:hover {
	background-image: url(../images/inner_navi_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
}
#inner .bigimg {
	width: 850px;
	margin-top: 10px;
	margin-bottom: 25px;
}
#inner .maincontent .location {
	line-height: 35px;
	height: 35px;
	font-size: 14px;
	color: #646464;
	font-weight: bold;
	background-image: url(../images/inner_pot.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
}

.sider .top a {
color: #E60012;
}



#inner .plate.detail h1 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#inner .imglist  ul li {
	float: left;
	margin-bottom: 15px;
	margin-left: 12px;
	display: block;
	width: 150px;
	text-align: center;
}
#inner .imglist {
	margin-top: 30px;
}
#inner .maincontent .imglist .content ul {
	padding-left: 10px;
}
#inner .pagelink {
	text-align: center;
	margin-top: 30px;
}


#inner .articlelist {
	margin-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
#inner .articlelist .content ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	height: 40px;
	display: block;
	line-height: 40px;
}
#inner .articlelist .content ul li a .date {
	float: right;
	font-size: 12px;
}
#inner .maincontent .articlelist ul li a .title {
	float: left;
	color: #333333;
	font-weight: bolder;
	font-size: 12px;
}
#inner #content .content ul li a img {
	margin-bottom: 10px;
}
#inner  .content h1 {
	padding: 0px;
}
#inner .plate.articlelist .content ul li a:hover .title {
	color: #e60012;
}
#inner {
	height: auto;
}