﻿body {
	width:1020px;
	margin-left:auto;
	margin-right:auto;	
	height: auto;
	-moz-font-feature-settings: normal;
	-moz-font-language-override: normal;
	-x-system-font: none;
	color: #555;
	font-family: Tahoma,'Microsoft Yahei','Simsun';
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
	background:#fff ;	
}
html {
	background:#8dc7ed url(../../../static/img/bodybg_01.jpg) top center no-repeat;	
}

.b1d{
	border:1px solid #ddd;
}
.w1000{ width: 1000px;}
.w280{
	width:280px;
}
.w710{
	width:708px;
}
.w495{
	width:495px;
}
a{ color: #1276d3;}
a:hover{ text-decoration: underline;}

/* header */
.header{
	height:170px;
	background:url(../images/navbg2015.png) bottom center no-repeat;
	/*overflow:hidden;*/
	
       /*
	border-bottom: 1px solid #39F;   
	background: url(../images/navbg.png) repeat-x;
    */
}
.header .header_inner{
	
}
.header .header_inner .w200{
	width:263px;
	overflow:hidden;
	margin-right:10px;
	margin-top:6px;
}
.header .header_inner .w500{
	width:470px;
	height:65px;
	overflow:hidden;
	margin-top:16px;
	margin-right:10px;
}
.header .header_inner .w280{
	width:280px;
	margin-top:10px;
	text-align:right;
	float: right;
}
.header .header_inner .w280 .tool{
	height:16px;
}
.header .header_inner .w280 .tool a{
	width:70px;
	float:right;
	display:block;
	text-indent:20px;
	margin-left:20px;
	text-decoration:none;
	color:#333;
	cursor:pointer;
	font-size: 12px;
}
.header .header_inner .w280 .tool .sethome{
	background: url(/static/images/z_0.gif) no-repeat left;
}
.header .header_inner .w280 .tool .addfav{
	background: url(/static/images/z_12.gif) no-repeat left;
}
.header .header_inner .w280 .tool .phone{
	background: url(/static/img/phone.gif) no-repeat left;
}
.header .header_inner .w280 .search_bar{
	overflow: hidden;
	width: 280px;
	padding-top: 15px;
}
.header .header_inner .w280 .search_bar #form1{ float: right;}
.header .header_inner .w280 .search_bar #form1 #k{
	width: 140px;
}

/* 导航 */
.nav_inner{ margin-top: 10px; height: 54px; overflow: hidden; background: url(../images/nav_inner_bg.jpg) no-repeat;}
.nav_inner li{ float: left; height: 54px; padding: 4px 16px 4px 14px; background: url(../images/nav_inner_li.jpg) no-repeat right 7px;}
.nav_inner li a{ color: #fff; text-decoration: none; font-size: 12px; padding: 2px 2px 1px 2px; *padding: 0 1px; _padding: 0 2px; margin-left:3px;} 
.nav_inner li a:hover{ color: #000; background: #ffe207;}
.nav_inner li.nli1{ width: 46px; text-align: center;}

.nav_inner li.nli5{ background: none;}
.nav_inner li strong  {  font-size: 15.2px; height:23px; font-weight: bold; margin-right:5px;} 
.nav_inner li div { margin-top: 0px; margin-bottom: 4px;}


/* 友情链接 */
.friend_link{
	border:1px solid #9CCEFD;
	height:30px;
	line-height:30px;
	background:#fff;
	overflow:hidden;
	text-indent:1em;
}
.friend_link a{
	color:#333;
	text-decoration:none;
	padding-right:10px;
}
.friend_link span a{
	font-weight:bold;
	color:#0860A8;
}
.friend_link a:hover{
	color:#ff5500;
}
/* ff5500 */

/* 尾部 */
.footer{
	margin-top:10px;
	height:160px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#fff;
	/*border-top:2px solid #39F;*/
	color:#7E7C79;
	text-align:center;
	background:url(../images/footerbg2015.png) center bottom no-repeat;
}
.footer .footer_inner a{
	text-decoration:none;
	color:#7E7C79;
}

/* 广告图 */
.ad_footer{
	
}

.ad{
	
}

/* tabs */
.Menubox{
	height:30px;
	background:url(/static/img/Menubox_bg.png) no-repeat;	border:1px solid #9CCEFD;
}
.Menubox li{
	float:left;
	height:30px;
	line-height:30px;
	margin:0 5px;
	*margin:0 2px;
	font-size:14px;
	width:80px;
	text-align:center;
}
.Menubox li a{
	text-decoration:none;
	height:30px;
	width:88px;
	line-height:30px;
	display:block;
	font-weight:bold;
	position:relative;
	top:5px;
	background:url(/static/img/Menubox_hover.png) no-repeat;
}
.Menubox li.hover a{
	background:url(/static/img/Menubox.png) no-repeat;
}
.Contentbox{
	border-left:1px solid #9CCEFD;
	border-right:1px solid #9CCEFD;
	border-bottom:1px solid #9CCEFD;
	padding:5px;
	background: #fff;
}
.Contentbox a{
	padding:0 5px;
}
.Contentbox a:hover{
	color: #ff5500;
}
.Contentbox ul{
	display:block;
	clear:both;
	line-height:25px;
	color:#F1F5FA;
	height: px;
}
.Contentbox ul li{
	display: block;
	float: left;
	margin:0;
	padding:0;
	width:auto;
	height:30px;
	line-height:30px;
}
.Contentbox ul li a{
	text-decoration:none;
	height:30px;
	line-height:30px;
	color: #333;
}
.Contentbox ul.navul{
	background: #f9f9f9;
}
.Contentbox ul.hover{
	background: #fff;
}

// .header,.nav{display: none;}

.pagination{ height: 40px; line-height: 30px; padding:0 10px; margin-top: 10px;}
.pagination li{ list-style: none; float: left; margin-right: 10px;}
.b1s{ border: 1px solid #9CCEFD; background: #fff;}
.w349{ width: 349px; overflow: hidden;}
.w282{ width: 282px; overflow: hidden;}
.h264{ height: 254px; overflow: hidden;}
.h254{ height: 220px; overflow: hidden;}
.topnews{ height: 254px; background: #fff url(/static/img/top_news_bg.jpg) no-repeat 5px 5px;}
.topnewsimg{ top: 76px; left: 10px;}
.topnewslist{ right: 30px; top: 30px;}
.topnewslist li{ width: 452px; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px dashed #9CCEFD;}
.topnewslist li a{ text-decoration: none; display: block;}
.topnewslist li a.n_t{ font-size: 16px; font-weight: bold; color: #000; text-align: center; margin-bottom: 10px;}
.topnewslist li a.n_d{ color: #777; text-indent: 2em; line-height: 24px;}
.topnewslist li a:hover { color:#F00;}
.t_n{ height: 32px; background: url(/static/img/w1000_h30_bg.png) repeat-x left bottom;}
.t_n a{ text-decoration: none; display: block; line-height: 32px; color: #000;}
.t_n a strong{color: #ff7301; }
.t_n .fl{ font-size: 16px; width: 120px; text-indent: 22px; background: url(/static/img/t_n_t.gif) no-repeat 10px 10px;}
.t_n .fr{ width: 60px; text-indent: 10px;}
.n_l{ padding: 10px 5px;} 
.n_l li{ height: 28px; line-height: 28px;/* overflow: hidden; background: url(/static/img/news_list_style.png) no-repeat left center;*/}
.n_l li a{ text-decoration: none; color: #333; display: block;/* padding-left: 12px;*/ font-size: 13px; height: 28px; line-height: 28px; overflow: hidden;}
.fltitle { float: left; display: block; width: 210px; height: 28px; overflow: hidden; cursor:pointer;}
.n_l li .fltitle:hover { color:#F00; }
.frtime { float: right; display: block; width: 50px; height: 28px; overflow: hidden; color: #aeaeae; font-size: 12px; text-align: right; margin-right: 4px;}


.img-scroll{
	height:80px;
	overflow:hidden;
	position:relative;
	border-left:1px solid #9CCEFD;
	border-right:1px solid #9CCEFD;
	border-bottom:1px solid #9CCEFD;	background: #fff url(/static/img/img_bg_12.jpg) no-repeat left 10px;
	_background: #fff url(/static/img/img_bg_12.jpg) no-repeat left -5px;
}

.img-scrol2{
	height:80px;
	overflow:hidden;
	position:relative;
        border-top:1px solid #9CCEFD;
	border-left:1px solid #9CCEFD;
	border-right:1px solid #9CCEFD;
	border-bottom:1px solid #9CCEFD;	background: #fff url(/static/img/img_bg.jpg) no-repeat left 10px;
	_background: #fff url(/static/img/img_bg.jpg) no-repeat left -5px;
}


.img-daxuezhaosheng{
	height:95px;
	overflow:hidden;
	position:relative;
        border-top:1px solid #9CCEFD;
	border-left:1px solid #9CCEFD;
	border-right:1px solid #9CCEFD;
	border-bottom:1px solid #9CCEFD;	background: #fff url(/static/img/img_bg_13.jpg) no-repeat left 10px;
	_background: #fff url(/static/img/img_bg_13.jpg) no-repeat left -5px;
}

.img-list{
	width: 960px;
	height: 77px;
	position: relative;
	margin-left: 40px;
}
.img-list ul li{
	height:60px;
	display:block;
	float:left;
	margin: 10px 0;
}
.img-list ul li .demoadimg{
	margin:0 10px 0 0;
	border:1px solid #9CCEFD;
}
.img-list ul li:hover{
	cursor:pointer;
}

.largeimgad{
	display:none;
	position:absolute;
	margin:0;
	padding:0;
	left:-40px;
	top:0;
	z-index: 999;
}
.largeimgad img{ height: 80px; width: 998px}

.catlist{
	margin-bottom:10px;
	border:1px solid #9CCEFD;
	background:#fff;
}
.catlist h3{
	border:none;
	text-indent:2em;
}
.catlist table tr{
	height:30px;
	line-height:30px;
	font-size:14px;
}
.catlist table tr td{
	text-align:center;
}
.catlist table tr td a{
	text-decoration:none;
}
.catlist table tr td a:hover{
	color:#ff5500;
}


.xiangguanxinwen{ width: 280px;}
.xiangguanxinwen h3{display:block;border:1px solid #9CCEFD;border-bottom:3px solid #9CCEFD;height:30px;line-height:30px;background:#deeefd;overflow:hidden;text-indent:1em; font-size:15.5px;font-weight: normal;background:url(/static/img/w1000_h30_bg.png) repeat-x;}
.xiangguanxinwen ul{border-left:1px solid #9CCEFD;border-right:1px solid #9CCEFD;border-bottom:1px solid #9CCEFD;background:#fff; padding: 10px 0;}
.xiangguanxinwen ul li{display:block; height:28px; line-height: 28px; padding: 0 10px;}
.xiangguanxinwen ul li a{ text-decoration: none; vertical-align: middle;}
.xiangguanxinwen ul li a span{ margin-right: 5px;}

.meitimingzhan{

}
.meitimingzhan span,.mingxiaozhanshi span{
	display:block;
	border:1px solid #9CCEFD;
	border-bottom:3px solid #9CCEFD;
	height:30px;
	line-height:30px;
	background:url(/static/img/w1000_h30_bg.png) repeat-x;
	overflow:hidden;
	text-indent:1em;
	width:1000px;
}
.meitimingzhan span a,.mingxiaozhanshi span a{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	display:block;
	color: #333;
}
.meitimingzhan ul,.mingxiaozhanshi ul{
	border-left:1px solid #9CCEFD;
	border-right:1px solid #9CCEFD;
	border-bottom:1px solid #9CCEFD;
	width:1000px;
	background:#fff;
}
.meitimingzhan ul{ padding:10px 0;overflow: hidden;}
.meitimingzhan ul li{
	float:left;
	display:block;
	padding:0 10px;
	height:30px;
	line-height:30px;
	width:80px;
}
.meitimingzhan ul li a{
	color:#666;
	text-decoration:none;
}
.meitimingzhan ul li a:hover{
	color:#ff5500;
}
.mingxiaozhanshi ul{ padding:0px 0px 10px 0px; }

.mingxiaozhanshi ul li{
	float:left;
	padding:10px 0px 0px 10px; width:187px;height:79px;
}
.mingxiaozhanshi ul li a img{
	border:1px solid #9CCEFD; width:187px;height:79px;
}
.mingxiaozhanshi ul li a img:hover{
	border:1px solid #ff5500; width:187px;height:79px;
}
/* ff5500 */

.con h2{
	text-align: center;
	font-size:16px;
	font-weight:bold;
	border-top:1px solid #9CCEFD;
	border-bottom:3px solid #9CCEFD;
	height:30px;
	line-height:30px;
	background:url(/static/img/w1000_h30_bg.png) repeat-x;	
}
.con h2 a{

	color:#333
	
}

.newslt2{
	border:1px solid #9CCEFD;
	background:#fff;
	padding:10px 0;
}
.newslt2 li{
	height:40px;
	line-height:40px;
	text-indent:2em;
	border-bottom:1px dashed #9CCEFD;
	background: url(/static/img/news_list_style.png) no-repeat 10px center;
}
.newslt2 li a{
	display:block;
	margin-right:10px;
	font-size:14px;
	text-decoration:none;
}
.newslt2 li a:hover{
	cursor: pointer;
	color:#ff5500;
	}

.pagination{
	border:1px solid #9CCEFD;
	background: #fff;
}

.newslt{ background: #fff;}
.newslt dt{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border-top:1px solid #9CCEFD;
	border-left:1px solid #9CCEFD;
	border-right:1px solid #9CCEFD;
	padding:10px 0;
	background:#fff;
}
.newslt .n1{
	text-align:center;
	color:#999;
	padding:5px 0px 10px 0px;
	border-left:1px solid #9CCEFD;
	border-right:1px solid #9CCEFD;
	border-bottom:2px dashed #ddd;
	background:#fff;
}
.newslt .n1 a{
	color:#757BA8;
	text-decoration: none;	
}
.newslt .n2{
	border-left:1px solid #9CCEFD;
	border-right:1px solid #9CCEFD;
	border-bottom:1px solid #9CCEFD;
	padding:15px 40px 20px 40px;
	line-height:30px;
	background:#fff;
        font-size:14px;
}
.Contentbox .newslist{
	width:275px;
	display: block;
	margin: 0;
	padding: 0;
	height: 180px;
}
.Contentbox .newslist li{
	display:block;
	height: 30px;
	line-height: 30px;
	width: 275px;
        overflow: hidden;        
	background: url(/static/img/news_list_style.png) no-repeat 6px center;
	_background: none;        
	text-indent: 1em;
}


.Contentbox .newslist li a{
	display: block;
	height: 30px;
	line-height: 30px;        
	overflow: hidden;
        
}
.Contentbox .rtul li{
	width:60px;
	_width:56px;
	float: left;
	display: inline;
}
.Contentbox .rtul li a{
	display:block;
	width: 60px;
	_width:56px;
}
.neiw280 ul,.neiw280 span{width:280px;}
.neiw280 ul li{ width:73px;}
.nes h2{ background: #deeefd;border:1px solid #9CCEFD;background:url(/static/img/w1000_h30_bg.png) repeat-x;}

#search_main{
    width:280px;
    height:32px;
    margin-top: 20px;
}
#search {
    width:218px;
    height:30px;
    border:#999 1px solid;
    float:left;
    background: #fff;
}
.jsSelect {
    width:62px;
    height:180px;
    _height:30px;
    float:left;
    display:inline;
    margin-left: -2px;
    z-index: 9999;
}
.jsSelect ul {
    width:62px;
    height:30px;
    overflow:hidden;
    background:#FFF;
    float:left;
    position:absolute;
}
.jsSelect ul .s {
    display:block;
    background:url(http://m1.img.libdd.com/farm4/2012/1016/20/3980B72CC089D6AEDF173FC70D8F755E6B8B7F9506523_68_60.PNG) 0px -30px no-repeat;
    cursor:default;
    cursor:pointer;
    color:#1FA9F0;
}
.jsSelect ul li {
    width:60px;
    height:28px;
    line-height:28px;
    font-size: 14px;
    font-weight: bold;
    cursor:pointer;
    text-align:center;
    color:#A8A8A8;
    border:none;
    border-left:1px solid #999;
    border-right:1px solid #999;
}
#youdao_s {
    border-bottom:1px solid #999;
}
#inp {
    width:90px;
    height:30px;
    background:none;
    margin-left:2px;
    font-size:16px;
    border:none;
    line-height:28px;
    color:#008ECA;
    float: left;
}
#searchimg{
    width:50px;
    height:14px;
    background:url(http://m3.img.libdd.com/farm4/2012/1016/23/4DAF82D0B27DC4FB62DC45CD3114B9A0B154A88F1D2C4_50_70.PNG) 0px 0px;
    float:right;
    margin:7px;
}
#sure{
    width:60px;
    height:32px;
    background:url(/static/img/sure.gif);
    text-indent: -9999px;
    border:none;
    float:left;
    cursor:pointer;
}
#sure:hover{
    width:60px;
    height:32px;
    background:url(/static/img/sure_hover.gif);
    text-indent: -9999px;
    border:none;
    float:left;
    cursor:pointer;
}
.topul{ height: 160px; border:1px solid #9CCEFD; background: #fff; padding:5px 0; overflow:hidden;}
.topul .lul,.topul .rul{float:left; width:180px; padding-left:10px;}
.topul .lul li,.topul .rul li{ height:22px; line-height:24px; padding-left:10px; background:url(../images/libg.jpg) left no-repeat;}
.topul .cul{ float:left; display:inline;width:602px; margin:0 8px;}
.topul p{display:block}
.topul .cul p{ height:30px;line-height:30px;}
.topul .cul p a{ float:left; display:block; font-size: 12px; width:140px;line-height:24px;padding-left:10px; background:url(../newimages/libg.jpg) left no-repeat;}
.topul .cul p.ad{ clear:both;height:92px; margin:7px 0;}
.topul .cul p.ad a{ padding:0; width:602px;background:none;}
.topul .cul p img{ display:block; border:1px solid #666;}

.tree{ background:url(/static/img/w1000_m0a_h30_lh30_bg.png) repeat-x; border: 1px solid #9CCEFD; margin: 10px 0; padding-left: 20px; color: #666;}
.tree a{ text-decoration: none; color: #666;}

#main_detail{ padding: 30px; font-size: 14px;}







.Menubox1{
	
          height:30px;
	
          background-color:#DEEEFD;
	
          border:1px solid #9CCEFD;

}

.Menubox1 li{

	float:left;

	height:30px;

	line-height:30px;

	margin:0 5px;

	*margin:0 2px;

	font-size:14px;

	width:192px;

	text-align:center;

}

.Menubox1 li a{

	text-decoration:none;

	height:30px;

	width:192px;

	line-height:30px;

	display:block;

	font-weight:bold;

	position:relative;

	top:5px;

	background:url(/static/img/Menubox1_hover.png) no-repeat;

}

.Menubox1 li.hover a{

	background:url(/static/img/Menubox1.png) no-repeat;

}


#con_de_1 table ,#con_de_2 table ,#con_de_3 table {
	
	width: 930px;
}
#con_de_1 table th ,#con_de_2 table th ,#con_de_3 table th ,#xingwen table th {
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
        vertical-align: middle;
	border: 1px solid #ccc;
}
#con_de_1 table td ,#con_de_2 table td ,#con_de_3 table td ,#xingwen table td {
	background-color: #FFF;
	border: 1px solid #ccc;
        vertical-align: middle;
}
#gongjufuwu{
             float:left;
             display:inline;
             width:67px;
             overflow:hidden; 
             
}
#con_four_1 p a ,#con_four_1 p a:link ,#con_four_2 p a ,#con_four_2 p a:link ,#con_four_3 p a ,#con_four_3 p a:link {
         text-decoration: none;
         color: #333;
         line-height: 30px;
}
#con_four_1 p a:hover ,#con_four_2 p a:hover ,#con_four_3 p a:hover {
         text-decoration: none;
         color: #F30;
         line-height: 30px;
}
#con_new_1 p a,#con_new_1 p a:link{
         text-decoration: none;
         color: #333;
         line-height: 30px;
}
#con_new_1 p a:hover{
         text-decoration: none;
         color: #F30;
         line-height: 30px;
}


/* 分类导航表格 */
.__01 {
	width: 1000px;
	height: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	background: url(/static/img/xiaozhonggao.jpg)  no-repeat;	
	background-position: 0px 3px;
}
.__02 {
	width: 1000px;
	height: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	background: url(/static/img/gaoxiaozhongxue.jpg)  no-repeat;	
	background-position: 0px 3px;
}
.__03 {
	width: 1000px;
	height: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	background: url(/static/img/liuxuefudao.jpg)  no-repeat;	
	background-position: 0px 3px;
}
.__04 {
	width: 1000px;
	height: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	background: url(/static/img/kaoyangongwuyuan.jpg)  no-repeat;	
	background-position: 0px 3px;
}
.__05 {
	width: 1000px;
	height: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	background: url(/static/img/waiyupeixun.jpg)  no-repeat;	
	background-position: 0px 3px;
}
}
.__01 table , .__02 table , .__03 table　 , .__04 table　, .__05 table　{
	margin: 0px;
	padding: 0px;
	border: 0px;
	cellpadding:0px;
	cellspacing:0px;
}

.__01 table tr , .__02 table tr , .__03 table tr  , .__04 table tr , .__05 table tr {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.__01 table tr td , .__02 table tr td  , .__03 table tr td , .__04 table tr td , .__05 table tr td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.__01 table tr td a img , .__02 table tr td a img , .__03 table tr td a img , .__04 table tr td a img , .__05 table tr td a img{
	text-decoration: none;
}
.__01 table tr td a img:hover , .__02 table tr td a img:hover , .__03 table tr td a img:hover , .__04 table tr td a img:hover , .__05 table tr td a img:hover {
	border:1px solid #ff5500;
}
