body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; color:#555; font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover { text-decoration:underline; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;} 
.cha{float:right;padding-right:0px;}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	*zoom: 1;
}
/*以上是css初始化*/
body
{
	font-family: Verdana;
	font-size: 14px;
	margin: 0;
}

#container
{
	margin: 0 auto;
	width: 1000px;
}

#header
{
	height: 120px;
	background: #6cf;
	margin-bottom: 5px;
}

#menu
{
	height: 32px;
	margin-bottom: 5px;
	width: 1000px;
}

#mainContent
{
	height: 320px;
	margin-bottom: 5px;
}

#sidebar
{
	float: right;
	width: 250px;
	height: 320px;
}

#content
{
	float: left;
	width: 745px;
	height: 320px;
}/*因为是固定宽度，采用左右浮动方法可有效避免ie 3像素bug*/
/* common styling */

#mainContent1
{
	margin-bottom: 5px;
}

#sidebar1
{
	float: right;
	width: 250px;
	height: 245px;
	border: 1px solid #afcde5;
}

#content1
{
	float: left;
	width: 745px;
	height: 245px;
	border: 1px solid #afcde5;
}/*因为是固定宽度，采用左右浮动方法可有效避免ie 3像素bug*/

#mainContent2
{
	margin-bottom: 5px;
}

#sidebar2
{
	float: right;
	width: 250px;
	height: 245px;
	border: 1px solid #afcde5;
}

#content2
{
	float: left;
	width: 998px;
	height: 245px;
	border: 1px solid #afcde5;
	margin-top: 5px;
	margin-bottom: 5px;
}/*因为是固定宽度，采用左右浮动方法可有效避免ie 3像素bug*/

#mainContent3
{
	margin-bottom: 5px;
	width: 1000px;
}

#lsidebar3
{
	float: left;
	width: 326px;
	height: 245px;
	border: 1px solid #afcde5;
	margin-right: 5px;
	margin-bottom: 5px;
}

#csidebar3
{
	float: left;
	width: 326px;
	height: 245px;
	border: 1px solid #afcde5;
	margin-bottom: 5px;
}

#rsidebar3
{
	float: right;
	width: 332px;
	height: 245px;
	border: 1px solid #afcde5;
	margin-left: 5px;
	margin-bottom: 5px;
}
/*因为是固定宽度，采用左右浮动方法可有效避免ie 3像素bug*/
/* set up the overall width of the nav div, the font and the margins */
.navv
{
	font-family: arial, sans-serif;
	width: 1000px;
	margin: 0;
	margin: 0;
	z-index: 9999;
	position: relative;
"
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.navv ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.navv ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.navv ul li a, .navv ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:124px; 
height:32px; 
color:#093bdc; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:url(../images/gct_10.gif) repeat left top; 
line-height:30px; 
font-size:13px;
font-weight:bold;
}
/* make the dropdown ul invisible */
.navv ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main nav li on hover */
.navv ul li:hover a {
color:#fff; 
background:#2687eb;
}
/* make the sub nav ul visible and position it beneath the main nav list item */
.navv ul li:hover ul {
display:block; 
position:absolute; 
top:31px; 
left:0; 
width:105px;
}
/* style the background and foreground color of the subnav links */
.nav ul li:hover ul li a {
display:block; 
background:#faeec7; 
color:#000;
}
/* style the background and forground colors of the links on hover */
.nav ul li:hover ul li a:hover {
background:#dfc184; 
color:#000;}

/*幻灯片css*/

.ck-slide img { border: 0;z-index:-100;position: relative;"
}

.ck-slide ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ck-slide
{
	position: relative;
	overflow: hidden;
}

.ck-slide ul.ck-slide-wrapper
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.ck-slide ul.ck-slide-wrapper li
{
	position: absolute;
}

.ck-slide .ck-prev, .ck-slide .ck-next
{
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 35px;
	height: 70px;
	margin-top: -35px;
	border-radius: 3px;
	opacity: .15;
	background: red;
	text-indent: -9999px;
	background-repeat: no-repeat;
	transition: opacity .2s linear 0s;
}

.ck-slide .ck-prev
{
	left: 5px;
	background: url(../images/arrow-left.png) #000 50% no-repeat;
}

.ck-slide .ck-next
{
	right: 5px;
	background: url(../images/arrow-right.png) #000 50% no-repeat;
}

.ck-slidebox
{
	position: absolute;
	left: 50%;
	bottom: 12px;
	z-index: 30;
}

.ck-slidebox ul
{
	height: 20px;
	padding: 0 4px;
	border-radius: 8px;
	background: rgba(0,0,0,0.5);
}

.ck-slidebox ul li
{
	float: left;
	height: 12px;
	margin: 4px 4px;
}

.ck-slidebox ul li em
{
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #fff;
	text-indent: -9999px;
	cursor: pointer;
}

.ck-slidebox ul li.current em
{
	background-color: #fe6500;
}

.ck-slidebox ul li em:hover
{
	background-color: #fe6500;
}

.ck-slide
{
	width: 745px;
	height: 320px;
	margin: 0 auto;
}

.ck-slide ul.ck-slide-wrapper
{
	height: 320px;
}
/*daohang*/

.boxs
{
	margin: 0 auto;
	height: 70px;
	width: 250px;
	padding-top: 5px;
	overflow: hidden
}

.box-left
{
	margin-left: 30px;
	float: left;
	width: 150px;
	text-align: left;
	margin-bottom: 5px;
}

.box-right
{
	margin-left: 30px;
	float: left;
	width: 150px;
	text-align: right
}

.daoh
{
	background-image: url(/images/gct_10.gif);
	height: 25px;
	text-align: center;
	font-weight: bold;
	list-style-type: none;
	padding-top: 10px;
}

.gangwei
{
	padding-top: 0px;
	padding-left: 20px;
	float: left;
}

.abc
{
	float: left;
}

.leibei2
{
	width: 122px;
	height: 89px;
	float: left;
	margin-bottom: 2px;
	padding-top: 5px;
	text-align: center;
}

.leibei1
{
	width: 122px;
	height: 89px;
	float: right;
	margin-bottom: 2px;
	padding-top: 5px;
}

.leibei2 a
{
	display: block;
	cursor: pointer;
	width: 122px;
	height: 89px;
	float: left;
	background-color: #3CF;
	text-align: center;
	text-decoration: none;
	text-align: center;
}

.leibei2  a:link, a:visited, a:active
{
	text-decoration: none;
	line-height: 24px;
	color: #F06;
}

.leibei2  a:hover
{
	text-decoration: none;
	width: 122px;
	height: 89px;
	background-color: #0099FF;
}

.leibei1 a
{
	display: block;
	cursor: pointer;
	width: 122px;
	height: 89px;
	float: left;
	background-color: #3CF;
	text-align: center;
	text-decoration: none;
}

.leibei2 img
{
	padding-top: 15px;
}

.leibei1 img
{
	padding-top: 15px;
}

.leibei1  a:link, a:visited, a:active
{
	text-decoration: none;
	line-height: 24px;
	color: #0066B2;
}

.leibei1  a:hover
{
	text-decoration: none;
	width: 122px;
	height: 89px;
	background-color: #0099FF;
	0
}

.fontc
{
	color: white;
}

.banner
{
	margin-bottom: 5px;
}

ul.imglist
{
	margin: 0 auto;
	width: 745px;
	overflow: hidden
}

ul.imglist li
{
	float: left;
	padding: 4px 8px;
	width: 231px;
	padding-top: 5px
}

ul.imglist li img
{
	display: block;
	width: 113px;
	height: 156px
}

ul.imglist li span
{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center
}

ul.imglist1
{
	margin-top: 5px;
	margin: 0 auto;
	width: 1000px;
	overflow: hidden
}

ul.imglist1 li
{
	float: left;
	padding: 4px 8px;
	width: 233px;
}

ul.imglist1 li img
{
	display: block;
	width: 233px;
	height: 170px
}

ul.imglist1 li span
{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center
}

#Asidebar
{
	float: left;
	width: 250px;
	height: auto;
	border: 1px solid #afcde5;
}

#Acontent
{
	float: right;
	width: 740px;
	height: auto;
}/*因为是固定宽度，采用左右浮动方法可有效避免ie 3像素bug*/
#navsite
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 250px;
	padding: 0;
	margin-bottom: 1em;
	background-color: ; 
    color: #333;
}

#navsite ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navsite ul li
{
	margin: 0;
	border-top: 1px solid #003;
	line-height：30px;
}

#navsite ul li a
{
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 1px solid #369;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	padiing-left: 20px;
	background-color: #0066FF;
	color: #fff;
	text-decoration: none;
	width: 249px;
}

html>body #navsite ul li a
{
	width: auto;
}

#navsite ul li a:hover
{
	border-left: 1x solid #036;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #69f;
	color: #fff;
} 
/*面包洗导航*/  
/* 多行式面包屑导航-默认竖线分隔 */

.rkmlbj2
{
	margin-left: -2px;
	float: left;
	background: #f9fdff;
	border: 1px solid #c2daf2;
	width: 738px;
}

.nr
{
	padding-left: 20px;
	padding-top: 10px;
	line-height: 25px;
	background: url(../images/ttbj3.gif) no-repeat left bottom;
	color: #326fcf;
}

.nr a
{
	font-size: 12px;
	color: #326fcf;
	font-weight: bolder;
}

.nr span
{
	float: right;
}

.nr span a
{
	color: #266cb3;
	font-size: 12px;
}

td
{
	line-height: 24px;
	font-size: 12px;
}


/*在线课程css*/
.aleft
{
	float: left;
	width: 738px;
	height: auto;
	border: 1px solid #a0bedf;
	font-size: 12px;
}

.kaoshi ul
{
	list-style-type: none;
}

.kaoshi
{
	width: 738px;
	overflow: hidden;
	margin-right: 20px
}

.kaoshi ul li
{
	padding: 20px;
}

.kaoshi ul li.class
{
	border-bottom: 1px dashed #dadada;
	padding: 5px 0 5px 20px;
}

.KaoshiClassBC
{
	background-color: #47B8D5;
	padding: 5px;
	color: #FFF;
	border: 1px solid #fcc279;
}

.mbdh
{
	height: 40px;
	line-height: 45px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-left: 0px;
}

.m-list7
{
	padding: 1px 0 0;
	zoom: 1;
}

.m-list7 ul
{
	margin-left: 2px;
}

.m-list7 li
{
	display: inline;
	float: left;
	width: 230px;
}

.m-list7 h3,.m-list7 p
{
	width: 100%;
	height: 20px;
	overflow: hidden;
	margin: 0px 5px 5px 75px;
	line-height: 18px;
}

.m-list7 h3 a,.m-list7 h3 a:hover
{
	color: #333;
}

.m-list7 .u-img
{
	width: auto;
	height: 150px;
}
/*新闻*/


.ZixunNewsList
{
	width: 738px;
	height: auto;
	margin-top: 20px;
}

.ZixunNewsList ul
{
	padding: 5px 25px 15px 25px;
}

.ZixunNewsList ul.list2
{
	border-top: 1px dashed #dadada;
	border-bottom: 1px dashed #dadada;
}

.ZixunNewsList ul li
{
	line-height: 25px
}

.ZixunNewsList ul li.title
{
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	color: #343434
}

.ZixunNewsList ul li.title a
{
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	color: #343434
}

.ZixunNewsList ul li.xiang
{
	text-align: right;
	color: #a2151b;
}

.ZixunNewsList ul li.xiang a
{
	text-align: right;
	color: #a2151b;
}

.ZixunNewsRight
{
	width: 260px;
}

.gg
{
	width: 231px;
	height: 148px;
	overflow: hidden
}

.ZixunNewsRT
{
	width: 231px;
	height: 265px;
	overflow: hidden
}

.ZixunNewsRT ul.tb
{
	border: 1px solid #8d111c;
	background: url(/images/NewsRB.jpg);
	margin-bottom: 10px
}

.ZixunNewsRT ul li.tb1
{
	border: 1px solid #d73e3e;
	line-height: 36px;
	background: url(/images/NewsIB1.jpg) no-repeat 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding-left: 50px
}

.ZixunNewsRT ul li.tb2
{
	border: 1px solid #d73e3e;
	line-height: 36px;
	background: url(/images/NewsIB2.jpg) no-repeat 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding-left: 50px
}

.ZixunNewsRT ul li.ls
{
	line-height: 20px;
	padding-left: 10px
}

.ZixunNewsClassBC
{
	background-color: #a2151b;
	padding: 3px;
	color: #FFF
}

#pagelist
{
	height: 50px;
	text-align: center;
	width: 726px;
	background-color: #feffff
}

#totalpage
{
	color: #a2151b;
	padding: 0 3px
}

.curr
{
	color: #a2151b;
}

.anav
{
	padding-left: 30px;
	line-height: 27px;
	background: url(../images/dhbta.gif) no-repeat left bottom;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.KaoshiShowL
{
	width: 738px;
	overflow: hidden;
}

.KaoshiShowL ul li
{
	padding: 0
}

.KaoshiShowL ul li.class
{
	border-bottom: 1px dashed #dadada;
	padding: 5px 0 5px 20px
}

.fonatL
{
	float: left;
}

.shitinglist
{
}

.shitinglist ul.xuan
{
	display: inline
}

.shitinglist ul li
{
	line-height: 48px;
	height: 48px;
	border-bottom: 1px dashed #dadada;
}

.shitinglist ul li.img
{
	background: url(/images/shitingimg3.jpg) no-repeat 15px;
	width: 45px;
	height: 48px
}

.shitinglist ul li.title
{
	width: 310px;
	font-size: 14px
}

.shitinglist ul li.title1
{
	width: 440px;
	font-size: 14px
}

.shitinglist ul li.title2
{
	width: 440px;
	font-size: 14px
}

.shitingzhuanye
{
	padding-left: 108px
}

.shitinglist ul li.title2 a
{
	font-size: 14px;
	text-decoration: underline;
	color: #a81c1f
}

.shitinglist ul li.title a
{
	font-size: 14px;
	text-decoration: underline;
	color: #a81c1f
}

.shitinglist ul li.riqi111
{
	width: 130px
}

.shitinglist ul li.riqi222
{
	width: 130px
}

.shitinglist ul li.shiting0
{
	background: url(../images/shitingimg.jpg) no-repeat left;
	width: 74px;
	height: 48px;
	padding-left: 8px;
	cursor: pointer;
	color: #FFF
}

.shitinglist ul li.shiting0 a
{
	color: #FFF
}

.shitinglist ul li.shiting
{
	background: url(../images/shitingimg2.jpg) no-repeat left;
	width: 74px;
	height: 48px;
	padding-left: 8px;
	cursor: pointer
}

.shitinglist ul li.shiting1
{
	background: url(../images/shiting.jpg) no-repeat left;
	width: 74px;
	height: 48px;
	color: #FFF;
	padding-left: 15px;
	cursor: pointer
}

.shitinglist ul li.shiting1 a
{
	color: #FFF
}

.shitinglist ul li.shiting2
{
	background: url(/images/goumai.jpg) no-repeat left;
	width: 74px;
	height: 48px;
	color: #FFF;
	padding-left: 15px;
	cursor: pointer
}

#pagelist
{
	height: 50px;
	text-align: center;
	width: 726px;
	background-color: #feffff
}

table
{
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
}

.ksnr_01 .title h3
{
	border: 1px solid #afd2f1;
	border-bottom: none;
	border-top: 2px solid #afd2f1;
	padding: 0 10px;
	font-family: "微软雅黑";
	background: #FFFFFF;
	position: absolute;
	display: block;
	height: 30px;
}

.ksnr_01 .title h3
{
	border: 1px solid #afd2f1;
	border-bottom: none;
	border-top: 2px solid #afd2f1;
	padding: 0 10px;
	font-family: "微软雅黑";
	background: #FFFFFF;
	position: absolute;
	display: block;
	height: 30px;
}

.ksnr_01 td, th, caption
{
	font-size: 14px;
}

.ksnr_01
{
	height: 100%;
	padding-bottom: 8px;
	overflow: hidden;
}

.ksnr_01 .title
{
	height: 30px;
	line-height: 29px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #afd2f1;
	position: relative;
}

.ksnr_01 .title h3
{
	border: 1px solid #afd2f1;
	border-bottom: none;
	border-top: 2px solid #afd2f1;
	padding: 0 10px;
	font-family: "微软雅黑";
	background: #FFFFFF;
	position: absolute;
	display: block;
	height: 30px;
}

.ksnr_01 h3 span
{
	background: url(/images/icos.png) no-repeat left -77px;
	height: 29px;
	display: block;
	float: left;
	width: 25px;
}

.ksnr_01 .ksnr_01box
{
	border: #C6DDF1 1px solid;
	height: 1%;
	overflow: auto;
	padding: 8px;
	border-top: none;
}

.ksnr_01 .ksnr_intro
{
	background: #FCFDFE;
	padding: 8px;
	height: 100%;
	overflow: hidden;
}

.ksnr_01 .ksnr_intro h2
{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-left: 20px;
}

.ksnr_02
{
	height: 100%;
	padding-bottom: 8px;
	overflow: hidden;
}

.ksnr_02 .title
{
	height: 30px;
	line-height: 29px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #afd2f1;
	position: relative;
}

.ksnr_02 .title h3
{
	border: 1px solid #afd2f1;
	border-bottom: none;
	border-top: 2px solid #afd2f1;
	padding: 0 10px;
	font-family: "微软雅黑";
	background: #FFFFFF;
	position: absolute;
	display: block;
	height: 30px;
}

.ksnr_02 .title span
{
	background: url(/images/icos.png) no-repeat left -50px;
	height: 29px;
	display: block;
	float: left;
	width: 25px;
}

.ksnr_02 .ksnr_02box
{
	padding: 8px;
	border: #C6DDF1 1px solid;
	line-height: 24px;
	font-size: 14px;
	text-indent: 2em;
	color: #999;
	border-top: none
}

.ksnr_02 .ksnr_03box
{
	padding: 8px;
	border: #C6DDF1 1px solid;
	border-top: none
}

.ksnr_02 .ksnr_03box ul
{
}

.ksnr_02 .ksnr_03box li
{
	line-height: 24px;
	font-size: 12px;
	color: #333;
	background: url(/images/gif-0812.gif) no-repeat 0px 8px;
	padding-left: 15px;
}


/* 带点文字链接列表-默认方点 */
.m-list2{
margin:5px 0px 10px 10px;
text-align: left;
}
.m-list2 ul{

margin: 0px;
padding: 0px;
}
.m-list2 li{
list-style-type: disc;
width: 100%;
margin-left:15px;
}
.m-list2 li a{
color: #777777;
display: block;
padding: 0px 0px 4px 1px;
}
.m-list2 li span{
float: right;/*使span元素浮动到右面*/
text-align: right;/*日期右对齐*/
}
.m-list2 li a:hover{
color: #336699;
}



.leibei img
{
	padding-top: 5px;
}

.leibei img
{
	padding-top: 5px;
}

.leibei  a:link, a:visited, a:active
{
	text-decoration: none;
	line-height: 24px;
	color: #0066B2;
}

.leibei  a:hover
{
	text-decoration: none;
	width: 122px;
	height: 89px;
	background-color: #0099FF;
	0
}

.mess
{
	float: left;
	text-align: left;
	margin-top: -15px;
	font-size: 16px;
}

.foo
{
	margin-top: 15px;
}

.pstyle
{
	WIDOWS: 2;
	TEXT-TRANSFORM: none;
	BACKGROUND-COLOR: rgb(255,255,255);
	TEXT-INDENT: 4px;
	LETTER-SPACING: normal;
	FONT: 14px/25px 宋体;
	WORD-WRAP: break-word;
	WHITE-SPACE: normal;
	ORPHANS: 2;
	COLOR: rgb(101,109,119);
	WORD-BREAK: break-all;
	WORD-SPACING: 0px;
	-webkit-text-size-adjust: auto;
	-webkit-text-stroke-width: 0px"}


.nTab{
font-family: arial;
font-size: 12px;
text-align: center;
margin: 0;
float: left;
width: 720px;
margin: 0 auto;
background-position:left;
background-repeat:repeat-y;
margin-bottom:10px;
margin-left:10px;
}
.nTab .TabTitle{
clear: both;
height: 26px;
overflow: hidden;
}
.nTab .TabTitle ul{
margin:0;
padding:0;
}
.nTab .TabTitle li{
float: left;
width: 60px;
cursor: pointer;
padding-top: 6px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 7px;
list-style-type: none;
}
.nTab .TabTitle .active{ left -25px no-repeat;}
.nTab .TabTitle .normal{}
.nTab .TabContent{
width:auto;
margin: 0px auto;
padding:10px 0 0 0;

}
.none {display:none;}
.TabContent li{float:left;list-style:none;padding-right:5px;margin-left:11px;}
.act{padding-left:2px;padding-right:10px;}
.kleft{width: 278px;
	border: 1px solid #a0bedf;
	margin-top: 5px;
	float: left;}
.anav{
padding-left: 30px;

line-height: 27px;
background: url(../images/dhbta.gif) no-repeat left bottom;
font-size: 14px;
color: #ffffff;
font-weight:bold;}
.about{width:1000px;margin:0 auto;position:relative;float:left;}
.kright{float:right;width:710px;height:auto;margin-top:5px;border: 1px solid #a0bedf;}
.leftz ul{
	list-style-type: none;margin-top:0px;color:#ffffff;
}
.leftz ul li{
	line-height: 28px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #0C3;
}


.leftz{
	width: 278px;
	padding-top:10px;
	
	margin-bottom:10px;
	
	
}

.tabs{ margin-top:10px; border-bottom:#d8d8d8 1px solid; height:36px;}
.tabs ul{}
.tabs li{list-style:none;width:auto; float:left; margin:0px 1px;  padding:0px 10px;border:#d8d8d8 1px solid; height:35px; line-height:35px; font-size:16px;text-align:center;background:url(titbg.gif) repeat-x left bottom;}
.tabs li.puton{background:url(titbg.gif) repeat-x left top;border:#d8d8d8 1px solid; border-bottom:none; width:auto; padding:0px 10px; float:left; height:36px; font-size:14px; font-weight:bold; color:#069; }
.tabs a:hover{ text-decoration:none;}
.tabs span{ line-height:36px;  font-size:14px;}
.tabs div{line-height:36px;font-size:14px;}

.tabb{width:249px; height:auto;padding:15px 0; float:left;}
.tabb li{background:url(/images/tab01li.jpg) no-repeat; float:left; width:249px; text-align:center; padding:10px 0 0; height:22px;}
.tabb li a{color:#1390cb; font-weight:700;}

.aleibie {
	width: 122px;
	height: 98px;
	float:left;
	margin-bottom:2px;
	padding-top:5px;
}
.leibei4 {
	width: 122px;
	height: 98px;
	float:right;
	margin-bottom:2px;
	padding-top:5px;
}
.aleibie a {
         display: block;
	cursor: pointer;
	width: 122px;
	height: 98px;
	float: left;
	background-color: #3CF;
	text-align: center;
	text-decoration: none;
	text-align: center;
}
.aleibie  a:link, a:visited, a:active {
text-decoration: none;
line-height: 24px;
color:#F06;
}
.aleibie  a:hover {
	text-decoration: none;
	width: 122px;
	height: 98px;
	background-color: #0099FF;
}
.leibei4 a {
	display: block;
	cursor: pointer;
	width: 122px;
	height: 98px;
	float: left;
	background-color: #3CF;
	text-align: center;
	text-decoration: none;
}

.aleibie img{padding-top:15px;}
.leibei4 img{padding-top:15px;}


.leibei4  a:link, a:visited, a:active {
text-decoration: none;
line-height: 24px;
color:#0066B2;
}
.leibei4  a:hover {
	text-decoration: none;
	width: 122px;
	height: 98px;
	
	background-color: #0099FF;0
}
.foott{
height:80px;
margin-right:20px;
marging-bottom:50px;
background-image: url(/images/zx_62.gif);	

}
.boxhead1{ margin:0px auto; width:1000px; overflow:hidden; height:25px; line-height:25px;font-size;9px; }
.boxhead1 .lhead1{ float:left;font-size;9px;}
.boxhead1 .rhead1{ float:right; font-size;9px;}

.baner{ width:1000px; margin:0px auto}
.baner img{ height:103px; width:1000px; border-bottom:1px solid #ccc;border-top:1px solid #ccc;}
.xueyuan{width:250px;height:210px;}
.fenlei
{
	width: 122px;
	height: 95px;
	float: left;
	margin-bottom: 2px;
	padding-top: 5px;
	text-align: center;
}

.fenleil
{
	width: 122px;
	height: 95px;
	float: right;
	margin-bottom: 2px;
	padding-top: 5px;
}

.fenlei a
{
	display: block;
	cursor: pointer;
	width: 122px;
	height: 95px;
	float: left;
	background-color: #3CF;
	text-align: center;
	text-decoration: none;
	text-align: center;
}

.fenlei  a:link, a:visited, a:active
{
	text-decoration: none;
	line-height: 24px;
	color: #F06;
}

.fenlei  a:hover
{
	text-decoration: none;
	width: 122px;
	height: 95px;
	background-color: #0099FF;
}

.fenleil a
{
	display: block;
	cursor: pointer;
	width: 122px;
	height: 95px;
	float: left;
	background-color: #3CF;
	text-align: center;
	text-decoration: none;
}

.fenlei img
{
	padding-top: 15px;
}

.fenleil img
{
	padding-top: 15px;
}

.fenleil a:link, a:visited, a:active
{
	text-decoration: none;
	line-height: 24px;
	color: #0066B2;
}

.fenleil a:hover
{
	text-decoration: none;
	width: 122px;
	height: 95px;
	background-color: #0099FF;
	
}
.tophead {
	height: 20px;
	width: 1000px;
}
.tophead .top1 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #000;
}
.tophead .top2 {
	font-size: 12px;
	margin-left: 20px;
}
#cont {
	margin:0px auto;
	width:1000px;
}
#cont .tophead .ty {
	float: right;
	font-size: 12px;
	margin-right:10px;
	
}
#cont .tophead {
	width: 1000px;
}


#wb_CssMenu1
{
   border: 0px #FF0000 solid;
   background-color: transparent;
   margin:0,auto;
   width:1000px;
}
#cont .main .mleft .xinw .xw {
	background-image: url(../%E7%BD%91%E7%AB%99/html/images/nav304575720a.gif);
	height: 30px;
	width: 380px;
}
#cont .main .mleft .xinw ul li {
	list-style-type: none;
	line-height:30px;
	margin-top:-5px;
}


#wb_CssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#wb_CssMenu1 li
{
   float: left;
   margin:0;
   padding: 0px 0px 0px 0px;
   width: 111px;
}
#wb_CssMenu1 a
{
   display: block;
   float: left;
   color: #FFF5EE;
   border: 0px #FF0000 solid;
   background-color: #FF0000;
   background-image: url(images/navbg.jpg);
   background-repeat: repeat;
   background-position: center top;
   font-family: 微软雅黑;
   font-size: 15px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   width: 101px;
   height: 35px;
   padding: 0px 5px 0px 5px;
   vertical-align: middle;
   line-height: 35px;
   text-align: center;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #FFFF00;
   background-color: #FF4500;
   background-image: none;
   border: 0px #FF4500 solid;
}
#wb_CssMenu1 li.firstmain
{
   padding-left: 0px;
}
#wb_CssMenu1 li.lastmain
{
   padding-right: 0px;
}
#wb_CssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0px;
}
