* {
    margin:0 auto;
	padding:0;
}
html {
	overflow-x: hidden; background-color:#fff;
}
body {
    font-family:"宋体",Arial,Helvetica,sans-serif;
	color:#363636;
	line-height:21px;
	font-size:12px;
}
ul li {
    list-style:none;
}
.tbold { font-weight:bold;}
.tred {color:#F00;}
.tblue {color:#0066FF}
.tem {font-style:italic}
input {
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0 2px;
}
.inp {
    height:25px;
	line-height:25px;
	padding:0 2px;
	border:1px solid #ccc;
}
.dat {
	border:1px solid #ccc;
	background:url(../images/date.gif) no-repeat right bottom #FFF;
}
textarea {
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:2px;
}

td {
	padding:2px;
}
.subit {
    cursor:pointer;
	border:1px solid #ddd;
	height:25px;
	line-height:25px;
	padding:0 5px;
	background:#eee;
}

.area {
	border:1px solid #ddd;
}
.code {
	width:60px;
    height:25px;
	line-height:25px;
	padding:0 2px;
}


a:link, a:visited {
    color:#363636;
	text-decoration:none;
	outline:none; blur:expression(this.onFocus=this.blur());
}
a:hover, a:Active {
    color:#F00;
	text-decoration:none;
}
#container {
    width:1000px;
	overflow:auto;
}
a img {
    border:0;
}

#top {
	width:100%;
	height:90px;
}
#topcon {
	width:1000px;
	height:90px;
	position:relative;
	background:url(logo.gif) left no-repeat;
}
#logo {
    width:360px;
	height:90px;
	float:left;
}
#logo a {
    width:360px;
	height:90px;
	display:block;
}
.tel {
	width:auto;
	height:50px;
	float:right;
	padding-top:30px;
	font-size:14px;
	color:#c00;
	font-family:"Microsoft YaHei"
}
.tel em {
	font-size:25px;
	line-height:35px;
	font-weight:bold;
}

#sc {
    width:220px;
	height:20px;
	line-height:20px;
	float:right;
	padding-right:10px;
	position:absolute;
	top:5px;
	right:5px;
}
#sc a {
    margin:0 5px;
}


.fixedmenu{position:fixed;top:0px;left:0px;width:100%;	
    FILTER: alpha(opacity=80); 
	opacity: 0.8;
}
#menu {
    width:100%;
	height:45px;
	line-height:45px;
	z-index:9999;
	background:#045ea1;
}

#menu ul{ 
    width:1000px;
    margin:0 auto;
	font-family:"Microsoft YaHei";
	font-size:14px;
} 
#menu>ul>li{ 
    width:auto;
	height:45px;
	line-height:45px;
	display:block;
	text-align:center;
	float:left;
	font-size:14px;
	position:relative;
	margin-right:1px;
} 
#menu>ul>li>a:link, #menu>ul>li>a:visited {
	text-decoration:none;
	display:block;
	color:#fff;
}
#menu>ul>li span {
    padding:0 26px;
}
#menu>ul>li b {
	background:url(mico.png) no-repeat center;
	width:14px;
	height:6px;
	position:absolute;
	bottom:4px;
	left:45%;
	z-index:9999;
}
#menu>ul>li:hover b, #menu>ul>li.navthis> b{
	background:url(mico2.png) no-repeat center;
}


#menu>ul>li:hover,#menu>ul>li>a:hover, #menu>ul>li>a:active, #menu>ul>li.navthis>a{
	background:#0071c4;
	color:#ff0;
	transition:0.3s; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease;
} 

/* 下拉的菜单栏 */ 
#menu>ul>li ul{ 
    display:none; 
    width:108px; 
    position:absolute; 
    background:#0071c4;
    color:#fff; 
    box-shadow:2px 2px 10px #333; 
    -webkit-box-shadow:2px 2px 10px #333; 
    -moz-box-shadow:2px 2px 10px #333;
    z-index:9999;
} 
/* 下拉菜单的菜单项 */ 
#menu .arrow{
	position:absolute;
	right:-10px;
    color:#ddd;
	font-family:"宋体"
}
#menu>ul>li>ul li{
	position:relative;
	text-align:left;
	line-height:25px;
	border-bottom:1px solid #0584e1;
} 
#menu>ul>li>ul li>a{
	color:#fff;
	padding-left:25px;
	display:block;
} 
#menu>ul>li>ul li:hover,#menu>ul>li>ul li.mcur {
	color:#ff0;
	background:#333;
	border-bottom:1px solid #333;
} 
#menu>ul>li>ul li a:hover,#menu>ul>li ul li:hover .arrow {
	color:#ff0;
}

/* 三级及以下的菜单项的定位 */ 
#menu>ul>li>ul>li ul{
	left:108px;
	top:0px;
} 

.fullSlide {
	width:100%;
	position:relative;
	height:410px;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	overflow:hidden;
	text-align:center;
	display:block;
	background:center;
}
.fullSlide .bd li a {
	display:block;
	height:410px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:20px;
	line-height:20px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:25px;
	height:5px;
	margin-left:3px;
	overflow:hidden;
	background:#222;
	filter:alpha(opacity=70);
	opacity:0.7;
	line-height:999px;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	border-radius:3px;
}
.fullSlide .hd ul .on {
	background:#0071c4;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:0;
	z-index:1;
	width:40px;
	height:60px;
	background:url(slider-arrow.png) -126px -137px #888 no-repeat;
	cursor:pointer;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:0;
	background-position:-6px -137px;
}
.fullSlide .prev:hover {
	left:0;
	z-index:1;
	background-position:-126px -137px;
	background-color:#000;
}

.fullSlide .next:hover {
	left:auto;
	right:0;
	background-position:-6px -137px;
	background-color:#000;
}

#main {
	width:1000px;
	overflow:auto;
	margin-top:5px;
	background:#FFF;
	border-bottom:5px solid #FFF;
}
#main-left {
    width:770px;
	float:left;
	border:1px solid #FFF;
}
.title {
    height:31px;
	line-height:30px;
	background:#ecebe7;
	border-bottom:1px solid #d2d2d2;
}
.titlea {
    padding:0 15px;
	letter-spacing:1px;
	float:left;
	color:#fff;
	font-size:14px;
	font-family:"Microsoft YaHei";
	background:#0071c4;
	-webkit-border-radius:5 0px 0 0; 
	-moz-border-radius:5 0px 0 0;
	border-radius:5px 0 0 0;
}
.titlea span {
    font-size:10px;
	padding-left:5px;
	color:#eee;
	font-weight:normal;
}
.title2 {
    height:30px;
	background:#222;
	line-height:30px;
}
.title2a {
    padding:0 10px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.titlecon {
    padding:5px;
	text-align:left;
}
.titlecon ul li {
	border-bottom:1px dotted #ddd;
	padding:2px;
	height:20px;
	line-height:20px;
}
.titlecon ul li img {
    margin-right:1px;
}
#zs {
    width:760px;
	padding:5px;
	height:160px;
}

#main-right {
    width:220px;
	min-height:550px;
	float:right;
	background:#f0f0f0;
	border:1px solid #FFF;
}
.classcon {
    padding:5px;
	text-align:left;
}
.classcon>ul>li {
    height:29px;
	line-height:29px;
	display:block;
	margin-top:7px;
	text-align:left;
	position:relative;
	font-family:"Microsoft YaHei";
	font-size:14px
}
.classcon>ul>li>a:link, .classcon>ul>li>a:visited {
    border:#ddd solid 1px;
	display:block;
	background:url(n1.gif);
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
	padding-left:30px;
}

.classcon>ul>li:hover>a,.classcon>ul>li>a:hover, .classcon>ul>li>a:Active, .classcon>ul>li.navs>a {
    border:#0071c4 solid 1px;
	display:block;
	background:#0071c4;
	transition:0.3s; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease;
	color:#FFF;
}
.classcon>ul>li ul{ 
    display:none; 
    width:120px; 
    position:absolute; 
    background:#0071c4;
    color:#fff; 
    z-index:4444;
	top:0px;
	left:-120px;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
} 

/* 下拉菜单的菜单项 */ 
.classcon>ul>li>ul li{
	position:relative;
	text-align:right;
	line-height:30px;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
} 
.classcon>ul>li>ul li>a{
	color:#fff;
	display:block;
	padding-right:25px;
} 
.classcon>ul>li>ul li:hover{
	background:#333;
} 
.classcon>ul>li>ul li a:hover {
	color:#ff0;
}

.classcon .arrow{
    float:left; 
    color:#ddd;
	position:absolute;
	left:10px;
	font-family:"宋体"
} 
.classcon>ul>li b {
	background:url(nico.png) no-repeat left;
	width:26px;
	height:30px;
	display:block;
	position:absolute;
	left:10px;
	z-index:5555;
}
/* 三级及以下的菜单项的定位 */ 
.classcon>ul>li>ul>li ul{
	right:120px;
	top:0px;
} 
.news {
    width:1000px;
	overflow:auto;
	margin:0 auto 5px auto;
}
.news1 {
    width:325px;
	float:left;
	border:1px solid #DDD;
	-webkit-border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.news2 {
    width:325px;
	float:left;
	border:1px solid #DDD;
	-webkit-border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	margin-left:10px;
}

.news3 {
    width:325px;
	float:right;
	border:1px solid #DDD;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}

#lxwm {
    padding:5px;
	text-align:left;
	height:250px;
	overflow:hidden;
	background:url(contact.gif) no-repeat bottom right;
}
#lxwm img {
    display:none;
}
.case {
	width:99%;
	text-align:left;
	display:block;
}
.case ul li {
    height:25px;
	line-height:25px;
	margin:5px;
	display:block;
}
.case ul li a:link, .case ul li a:visited {
    background:#eee;
	border:1px solid #ddd;
	color:#777;
	padding:5px;
}
.case ul li a:hover,.case ul li a.cur {
	border:1px solid #0071c4;
	color:#f0f0f0;
	background:#0071c4;
	transition:0.3s; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease;
}

#foot {
	width:100%;
	border-top:2px solid #0071c4;
	background:#f0f0f0;
}
#footer {
    width:990px;
	overflow:auto;
	overflow-x: hidden; 
	overflow-y: hidden;
	padding:5px;
	padding-bottom:10px;
	text-align:center;
	line-height:25px;
}

























/*二级页面*/
#second {
	width:1000px;
	overflow:auto;
	overflow-x: hidden; 
	overflow-y: hidden;
	margin-top:5px;
	border-bottom:5px solid #FFF;
	background:url(second.gif) repeat-y right #fff;
}
.classpic {
    height:300px;
	overflow:hidden;
}
.classpic a {
	display:block;
	height:300px;
}
#seco-left {
    width:770px;
	float:left;
}
#seco-right {
    width:220px;
	min-height:600px;
	float:right;
	background:#f0f0f0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.search {
	padding:5px;
}
.skey {
	background:#f0f0f0;
	padding:5px;
	text-align:left;
}
.skey span {
	color:#f00;
}
.sea {
	width:96%;
	height:30px;
	line-height:30px;
	margin:0 auto;
	font-family:"Microsoft YaHei";
}
.seb {
	height:26px;
	line-height:24px;
	cursor:pointer;
	background:#0071c4;
	border:1px solid #0071c4;
	color:#eee;
	letter-spacing:2px;
	padding:0 10px;
	text-align:center;
	margin-top:5px;
	font-family:"Microsoft YaHei";
	margin-left:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.procon {
    padding:5px 0;
	overflow:auto;
}

.procon ul li {
	list-style:none;
	float:left;
	text-align:center;
	margin:0 4px;
	margin:0 5px\9;
	_margin:0 4px;
	display:block;
	margin-bottom:5px;
	border:1px solid #ddd;
	line-height:25px;
	-webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    border-radius:5px;
}
.procon ul li:hover {
	border:1px solid #0071c4;
    box-shadow:2px 2px 10px #888;
    -webkit-box-shadow:2px 2px 10px #888; 
    -moz-box-shadow:2px 2px 10px #888;
}
.procon ul li a img {
	background:url(loading.gif) no-repeat 50% 50%;
	-webkit-border-radius:5px 5px 0 0; 
    -moz-border-radius:5px 5px 0 0; 
    border-radius:5px 5px 0 0;
}
.procon ul li a:hover {
    color:#eee;
}

.procon ul li:hover {
    background:#0071c4;
	cursor:pointer;
	color:#eee;
	display:block;
	transition:0.3s; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease;
}

.page {
	margin-top:15px;
	width:90%;
	height:34px;
	float:right;
	text-align:center;
	_overflow:hidden;
	float:right;
}
.page ul {
    float:right;
}
.page ul li {
    list-style:none;
	display:block;
	height:28px;
	margin:0 3px;
	line-height:28px;
	float:left;
	text-align:center;
}
.page ul li span {
	display:block;
	padding:0 6px;
	border:1px solid #ddd;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.page ul li.curpage {
	background:#0071c4;
	display:block;
	color:#FFF;
	border:1px solid #0071c4;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.page ul li.curpage span {
    border:0;
	padding:0 10px;
}
.page ul li a:link, .page ul li a:visited {
    display:block;
	padding:0 10px;
	border:1px solid #ddd;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.page ul li a:hover {
    display:block;
	background:#0071c4;
	border:1px solid #0071c4;
	color:#FFF;
}
/*日期*/
.dtime {
    width:60px;
	padding-top:5px;
	height:75px;
	background:#777;
	margin-bottom:10px;
	text-align:center;
	display:block;
	color:#9f9f9f;
	font-family:"Microsoft YaHei";
	float:right;
	background:url(news_clock.png) no-repeat center 47px #777;
}
.titlecon ul li:hover .dtime {
	color:#FFF;
	display:block;
	background:url(news_clock.png) no-repeat center 47px #0071c4;
	cursor:pointer;
}

.dayto {
    color:#fff;
	font-size:24px;
}

.aboutcon {
    height:170px;
    padding:5px;
	overflow:hidden;
	text-align:left;
}
.aboutcon2 td {
	margin:1px;
	padding:3px;
}
.aboutcon img {
    height:120px;
	width:150px;
	margin-right:5px;
}

.aboutcon2 {
    padding:5px;
	text-align:left;
	line-height:21px;
	margin:5px;
}
#artitle {
    font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	border-bottom:1px solid #fff;
	margin:0 10px;
	letter-spacing:2px;
	padding-top:10px;
	font-family:"Microsoft YaHei";
}
#artitle h1 {
    font-size:14px;
}
.update {
    height:20px;
	line-height:20px;
	text-align:center;
	width:98%;
    color:#aba4b4;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-top:20px;
	background:#f0f0f0
}
.aba4b4 a:link, .aba4b4 a:visited {
	color:#aba4b4
}
.aba4b4 a:hover{
    color:#99CC00
}

#arcon {
    text-align:left;
	padding:10px 5px;
	font-size:14px;
	line-height:180%;
	font-family: "Microsoft YaHei";
}
#arcon img{max-width:600px;autoimg:expression(onload=function(){this.style.width=(this.offsetWidth > 600)?"600px":"auto"}); display:block; margin:0 auto;}
#arcon p{ text-indent:2em;}
.arlist {
	width:96%;
    height:40px;
	line-height:20px;
	border-top:1px dashed #ddd;
	padding:5px;
}


.more {
    float:right;
	font-weight:normal;
	font-size:12px;
	letter-spacing:2px;
	text-align:right;
}
.more a {
	display:block;
	padding:5px 15px;
	margin:5px;
	line-height:10px;
	background:#e0e0e0;
	border-radius:10px;
}
.more a:hover {
	background:#909090;
	color:#fff;
}
.path {
    float:right;
	font-weight:normal;
	font-size:12px;
	padding:0 15px;
	letter-spacing:2px;
	text-align:right;
}

#top-bottom-menu{
	font: 9pt Arial, Helvetica, sans-serit ; 
	position:fixed;
	height:auto;
	text-align:center;
	filter: alpha(opacity=80); 
    opacity: 0.8;
	z-index:9999;
}
#top-bottom-menu #dstbm-top{
	position:absolute;
	border:1px #cccccc solid;
	display:none;
	cursor:pointer;	
}
#top-bottom-menu #dstbm-menu{
	position:absolute;
	border:1px #cccccc solid;
	cursor:pointer;	
}
#top-bottom-menu #dstbm-menu a:link, #top-bottom-menu #dstbm-menu a:visited{
	 color:#777;
 }
#top-bottom-menu #dstbm-menu a:hover{
	  color:#f00;
 }
#top-bottom-menu #dstbm-menu #dstbmmenu{
	display:none;
}
#top-bottom-menu #dstbm-menu ul li{
	display:inline;
	padding-left:10px;
 }
#top-bottom-menu #dstbm-bottom{
	position:absolute;
	border:1px #cccccc solid;
	cursor:pointer;
}




