@charset "gb2312";
/* CSS Document */
/*==================================================
置顶通栏：#TopBar
         #TopLogin  顶部登录
		 
上部通栏：#Top   
         #Top-Logo  上部网站标志部分
         #Top-Nav   上部网站导航部分
         #Top-Banner  上部网站广告部分

整体布局：#Layout  固定其宽度为1000PX，高度为100%，以满足其高度随内容的高度而自动调节

网站头部：#Header
         #Header-Logo  头部网站标志部分
         #Header-Nav   头部网站导航部分
         #Header-Banner   头部网站广告部分

网站主体：#Main
        .ModuleOne   第一模块部分
        .ModuleOne-Left     第一模块之左侧部分
        .ModuleOne-Center   第一模块之中间部分

        .ModuleOne-Right    第一模块之右侧部分
		
网站脚部：#Footer
        .FooterLink-List  脚部友情链接之列表式
        .FooterLink-Img   脚部友情链接之图片式
        .FooterCopyright  脚部之版权声明
		
底部通栏：#Bottom
        .BottomLink-List   底部友情链接之列表式
	    .BottomLink-Img    底部友情链接之图片式
	    .BottomCopyright   底部之版权声明    
中间主体：#main  中间左侧：#main-left  中间居中：#main-center   中间右侧：#main-right 
下部布局：#bottom  下部左侧：#bottom-left  下部右侧：#bottom-right
导航部分：#nav　　子导航：.subnav
菜单部分：.menu　　子菜单：.submenu
友情链接：.Friendlink
顶部登录：#loginbar  主体登录：#login
广告部分：.banner
搜索部分：.search
内容部分：.content   .container
版权部分：.copyright
文章列表：.name+list
侧栏：.sidebar   左侧栏：.left-sidebar  右侧栏：.right-sidebar
栏目：.colu
服务：.service
注册：.regsiter

注意事项：
网站标准宽度不超过1000PX，如无特别要求，则宽度标准定义为1000PX；
1、DIV若不定义高度且无内容录入，则不能正常预览；
2、#/. 当网站内只有一个样式调用时，用#标签，当一个类别被多次调用时，则用"."标签；


关于类别标签的命名规则
1、第一级标签的命名规则为：#+网站布局位置属性名称
2、第二级标签的命名规则为：.+网站布局位置属性名称-分类所处左中右名称
3、第三级标签的命名规则为：.+网站布局位置属性名称-分类所处左中右名称-类别名称
====================================================*/
/*网站通用样式*/
html, body {
    margin: 0;
    padding: 0;
    font-family: Microsoft Yahei, Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff;
}

body {
    overflow-x: hidden;
}

*{
    margin: 0px auto;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    text-decoration: none;
}

.clear {
    clear: both;
    /*visibility: hidden;*/
}

.text-overflow {
    overflow: hidden; /*将超出内容隐藏*/
    white-space: nowrap; /*强制内容不换行。强制在同一行内显示所有文本，直到文本结束或者遭遇 br 元素*/
    text-overflow: ellipsis; /*IE专用属性，文本溢出时显示省略标记()；其他浏览器不支持。*/
    -o-text-overflow: ellipsis;
}

.overflow-hidden {
    overflow: hidden; /*将超出内容隐藏*/
    text-overflow: ellipsis; /*IE专用属性，文本溢出时显示省略标记()；其他浏览器不支持。*/
    -o-text-overflow: ellipsis;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

a{
    text-decoration: none;
}

.pad-none{
    padding: 0 0;
}

a:hover {
    text-decoration: none;
}

/*title*/
.topbar{
	width: 1600px;
	height: 28px;
	background: #00bff3;
}
.topbar-center{
	width: 1060px;
	height: 28px;
}

.topbar-left p{
	font-size: 12px;
	color: #fff;
	line-height: 28px;
}

.topbar-right{
	margin-top: 8px;
	width: 251px;
	height: 20px;
}

.topbar-right ul li{
	float: left;
}

.topbar-right ul li img{
	float: left;
	margin-left: 8px;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

.topbar-right ul li h5{
	float: left;
	margin-top: 2px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}

.topbar-right ul li h5:hover{
	color: #F00;
}

.bottombar{
	width: 1600px;
	height: 103px;
	border-bottom: 1px solid #007ccb;
}

.logo-center{
	width: 1060px;
	height: 103px;
}

.logo{
	width: 260px;
	height: 103px;
}

.logo img{
	width: 256px;
	height: 103px;
}

.logo-right{
	width: 645px;
	height: 103px;
}

.phone{
	float: right;
	margin-top: 15px;
	width: 250px;
	height: 30px;
	font-size: 18px;
	color: #930913;
}
/*nav*/
*{
	list-style-type: none;
	text-decoration: none;
}
.nav{
	clear: both;
	float: right;
	margin-top: 10px;
	width: 720px;
	height: 50px;
}

.nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}

.nav ul li{
	float: left;
}

.nav ul li a{
	float: left;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	width: 108px;
	height: 40px;
	font-size: 18px;
	color: #053d55;
	text-align: center;
	line-height: 40px;
	
}

.nav ul li a:hover{
	color: #e2f1e1;
	background: #04b0de;
	border-radius: 5px;
}

.nav li a.selected{ 
	color: #333;
}
 
.nav li a.selected2{
	color: #e2f1e1;
	background: #04b0de;
	border-radius: 5px;
}

.nav ul li ul{
	clear:both;
	margin-left: 5px;
	z-index: 9999;
	display: none;
 	position: relative;
	width: 92px;
}

.nav ul li ul li{
	width:108px;
	float:left;
	display: block;
	background: #0aa0c8;
	opacity: 0.8;
	text-decoration: none;
	list-style-type: none;
}

.nav ul li ul li a{
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 31px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

.nav ul li ul li a:hover{
	color: #b60925;
	text-decoration: none;
	list-style-type: none;
}

.nav ul li:hover ul{
	display: block;
	list-style-type: none;
	text-decoration: none;
}

/*-----banner 开始------*/
#divSmallBox-{
	overflow:hidden;
	*display:inline;
	*zoom:1;
	width-:10px;
	height-:10px;
	margin-:0 5px;
	border-radius:10px;
	background:#fff;
}
#playBox{
	width:1600px;
	height:401px;
	position:relative;
	overflow:hidden;
	background: #09C;
}

#playBox img{
	width:100%;
	height:400px; 
}

#playBox .oUlplay {
	width:99999px;
	position:absolute;
	left:0; top:0;
}
#playBox .oUlplay li{
	float:left;
}
#playBox .pre{ 
	cursor:pointer;
	width:45px;
	height:45px; 
	background:url(../images/l.png) no-repeat;
	position:absolute; 
	top:190px;
	left:10px;
	z-index:10;
}
#playBox .next{
	cursor:pointer;
	width:45px;
	height:45px;
	background:url(../images/r.png) no-repeat;
	position:absolute;
	top:190px;
	right:10px; 
	z-index:10;
}
#playBox .smalltitle {
	width:1000px;
	height:10px;
	position:absolute;
	bottom:15px;
	z-index:10
}
#playBox .smalltitle ul{
	width:120px; 
	margin:0 auto;
}
#playBox .smalltitle ul li{
	width:10px;
	height:10px;
	margin:0 5px;
    border-radius:10px;
	background:#fff; 
	float:left;
	overflow:hidden;
	*display:inline;
	*zoom:1;
}
#playBox .smalltitle .thistitle{
	background:#69aaec;
}
/*-----banner 结束------*/

.main-center{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 1060px;
	height: 500px;
}

.main-one{
	float: left;
	width: 254px;
	height: 503px;
}

.main-one1{
	width: 254px;
	height: 35px;
	border-bottom: 2px solid #848484;
}

.main-one1 a,.main-two1 a{
	font-size: 16px;
	color: #0874a6;
	font-weight: 600;
}

.main-one1 a:hover,.main-two1 a:hover{
	color: #093;
}

.main-one2{
	margin-top: 16px;
	width: 254px;
	height: 27px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
}

.main-one3{
	margin-bottom: 13px;
	width: 254px;
	height: 150px;
}

.main-one3 img{
	width: 255px;
}

.main-one4,.main-one7{
	margin-bottom: 3px;
	width: 254px;
	height: 18px;
}

.main-one4 a,.main-one7 a,.main-two4 a{
	float: right;
	font-size: 12px;
	color: #0874a6;
}

.main-one4 a:hover,.main-one7 a:hover,.main-two4 a:hover{
	color: #900;
}

.main-one5{
	width: 254px;
	height: 28px;
	font-size: 14px;
	color: #666;
}

.jwplayer{
	margin-bottom: 13px;
	width: 254px;
	height: 183px;
	background: transparent !important;
	overflow:hidden;
}

.main-two{
	float: left;
	margin-left: 45px;
	margin-right: 45px;
	width: 443px;
	height: 500px;
	background: url(../image/two-1.jpg) no-repeat 130px 20px;
}

.main-two1{
	width: 443px;
	height: 35px;
	border-bottom: 2px solid #848484;
}

.main-two1 a{
	font-size: 16px;
	color: #0874a6;
	font-weight: 600;
}

.main-two1 a:hover{
	color: #093;
}

.main-two2{
	margin-top: 16px;
	width: 443px;
	height: 27px;
	font-size: 14px;
	color: #666;
}

.main-two3{
	clear: both;
	margin-bottom: 13px;
	width: 443px;
	height: 150px;
}

.main-two3 ul li,.main-two6 ul li{
	clear: both;
	padding-top: 10px;  
	height: 26px;
	border-bottom: 1px dashed #CCC;
}

.main-two3 ul li a,.main-two6 ul li a{
	font-size: 13px;
	color: #333;
}

.main-two3 ul li a:hover,.main-two6 ul li a:hover{
	color: #900;
}
.main-two4{
	width: 443px;
	height: 18px;
}

.main-two5{
	width: 443px;
	height: 22px;
	font-size: 14px;
	color: #666;
}

.main-two6{
	margin-bottom: 13px;
	width: 443px;
	height: 184px;
}

.main-two7{
	width: 443px;
	height: 18px;
}

.main-two7 a{
	float: right;
	font-size: 12px;
	color: #0874a6;
}

.main-two7 a:hover{
	color: #093;
}

.main-three{
	float: left;
	width: 273px;
	height: 500px;
}

.main-three1{
	width: 273px;
	height: 35px;
	border-bottom: 2px solid #848484;
}

.main-three1 a{
	font-size: 16px;
	color: #0874a6;
	font-weight: 600;
}

.main-three1 a:hover{
	color: #093;
}

.main-three2{
	padding-top: 10px;
	margin-bottom: 17px;
	width: 273px;
	height: 196px;
	background: url(../image/three-b.jpg) no-repeat;
}

.main-three2 ul{
	padding-top: 10px;
}

.main-three2 ul li{
	width: 150px;
	height: 40px;
}

.main-three2 ul li a{
	display: block;
	font-size: 15px;
	color: #393;
	line-height: 30px;
	text-align: center;
	background: rgba(255,255,255,0.6);
	border: 1px solid #e5eedf;
}

.main-three2 ul li a:hover{
	color: #393;
	border: 1px solid #55ba09;
	background: #e1f6d1; 
}

.main-three3{
	width: 273px;
	height: 28px;
	background-: #0F9;
}

.main-three3 a{
	font-family:"微软雅黑";
	font-size: 16px;
	color: #0874a6;
	font-weight: 600;
}

.main-three3 a:hover{
	color: #093;
}

.main-three4{
	width: 273px;
	height: 200px;
	background: url(../image/3.jpg) no-repeat 0 130px;
}

.main-three4 ul{
	width: 273px;
	height: 200px;
}

.main-three4 ul li{
	font-family: "微软雅黑";
	font-size: 13px;
	color: #333;
	font-weight: 600px;
	line-height: 24px;
}

.main-three4 span{
	margin-left: 45px;
}

.main-three5{
	width: 273px;
}

.main-three5 a{
	float: right;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #0874a6;
}

.main-three5 a:hover{
	color: #093;
}

.footer{
	margin-top: 30px;
	padding-top: 15px;
	width: 100%;
	height: 200px;
	background: #d2d2d2;
}

.footer-c{
	width: 1060px;
	height: 180px;
	background-: #999;
	border-bottom-: 1px solid #EAEAEA;
}

.footer-c1{
	float: left;
	width: 230px;
	height: 180px;
	background-: #CF3;
}

.footer-c3{
	float: right;
	width: 230px;
	height: 180px;
	background-: #CF3;
}

.footer-c2{
	float: left;
	margin-left: 155px;
	margin-right: 155px;
	width: 230px;
	height: 180px;
	background-: #699;
}

.footer-c1T,.footer-c2T,.footer-c3T{
	width: 230px;
	height: 40px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	line-height: 50px;
	border-bottom: 1px solid #EAEAEA;
}

.footer-c1B,.footer-c2B,.footer-c3B{
	width: 230px;
	height: 139px;
	background-: #C33;
}

.footer-c1B a{
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	line-height: 24px;  	
}

.footer-c1B a:hover{
	color: #093;    	
}

.footer-c2B ul li img{
	margin-top: 10px; 
	width: 30px;
	height: 30px;
}
 
.footer-c2B ul li{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
}

.footer-c2B ul li a{
	line-height: -50px;
}

.footer-c3B img{
	margin-top: 25px;
	margin-left: 55px;
	width: 105px;
}

.bottom{
	width: 100%;
	height: 50px;
	background: #095e9f;
}

.bottom p{
	display: block;
	line-height: 40px;
	text-align: center;
	color: #CCC;
}

.bottom p a{
	color: #F60;
}

.bottom p a:hover{
	color: #CCC;
}





















