﻿@charset "utf-8";
/* CSS Document */
body{

	background-position:bottom;
	background-color:#FFF;
	}

ul,li,h1,h2,h3,h4 { margin:0; padding:0; list-style: none}
a:link {
	color: #444;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #444;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #444;
}
h4 {
	color:#2974C5;
	font-size: 14px;
}
h5 { line-height:35px; height:35px; padding:0; margin:0; font-size:14px;}
.f{ float:left}
.r { float:right}
.clear {
	clear:both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
.hr { border:none; border-bottom:1px #CCC dashed; background:none !important; height:1px !important; line-height:1px !important; margin-top:10px; margin-bottom:20px; clear:both }
.gl { color:#069}

#head_bg{
	height:179px;
	background-image:url(../images/head_bg.jpg);
	background-repeat:repeat-x;
	}

#head {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 179px;
}
.top {
	line-height: 30px;
	background-color: #DCDADB;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.top_body {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	color: #666;
}
#logo {
	height: 180px;
	width: 960px;
}

.wrap {
	width: 1160px;
	margin-right: auto;
	margin-left: auto;
}


.meau_bg{
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	height: 50px;
	}

.menu {
	height: 50px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu 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 */
.menu 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. */
.menu ul li a, .menu ul li a:visited {
display:block;
margin-left:1px;
text-align:center; 
text-decoration:none; 
width:78px;
height:50px; 
color: #FFF; 
border:1px solid #fff;
border-width:0px 0px 0 0; 
line-height:50px; 
font-size:14px;
font-weight:bolder;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#b3ab79;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:50px; 
left:0; 
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#faeec7; 
color:#000;
width:130px;
height:40px;
line-height:40px;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#dfc184; 
color:#000;
}

.nav {
	height: 50px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.nav ul {

}

.nav li {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
.nav li a {
	line-height: 50px;
	color: #FFF !important;
	font-weight:bolder;
	display: block;
	padding-right: 11px;
	padding-left: 11px;
}
.nav li a:hover {
	color:#FC0 !important;
}
.search {
	height: auto;
	width: 250px;
	background-color: #ededed;
	padding: 5px;
	margin-top: 15px;
}
.search_key {
	float: left;
	height: 25px;
	width: 190px;
	padding: 0px;
	line-height: 25px;
	border: 1px solid #e5e5e7;
	margin: 0px;
}
.search_sub {
	float: right;
	padding: 0px;
	height: 25px;
	width: 50px;
	background-color: #5088C3;
	color: #FFF;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ad {
	float: right;
	height: 60px;
	width: 550px;
	margin-top: 10px;
	text-align: right;
}
.tag {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e0e0e0;
	border-left-color: #e0e0e0;
	background-color: #f8f8f8;
}
.tag a {color: #666 !important;}
.main {
	margin-top: 10px;

}
.main_top{
	width:960px;
	height: auto;
	}
.main_l_index {
	width: 620px;
}
.main_r_index {
	width: 320px;
	display: inline;
}

.main_l {
	width: 880px;
}
.main_r {
	width: 260px;
	display: inline;
}

.box1 {
	height: 260px;
	width: 470px;
	float:left;
}
.main_top_l{
	width:470px;
	height:250px;
	float:right;
	}
.slide {
	float: left;
	height: 300px;
	width: 300px;
}
.box2 {
	float: right;
	height: 280px;
	width: 360px;
	background-image: url(../images/hotbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
}
.title {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
	text-align: center;
}


#KinSlideshow .title {margin: 3px 0pt 0pt 6px !important; padding: 0pt !important; font-size: 12px !important; color: rgb(255, 255, 255) !important; font-family: Verdana !important; font-weight: normal !important;}

.box_content {
	line-height: 22px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: 93px;
	overflow: hidden;
	color: #666;
}
.new {
	background-image: url(../images/new.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	padding-top: 22px;
}
.new li {
	line-height: 25px;
	height: 25px;
	font-size: 12px;
}
.recommend {
}
.notice {
	line-height: 48px;
	height: 42px;
	font-size: 14px;
	background-image: url(../images/notice.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	color: #FFF;
}
.notice a{ color:#06c;}

.sidebar_title_index {
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	background-image: url(../images/s_title_index.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight:bold;
	color: #06C;
}
.sidebar_title_index a{
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	background-image: url(../images/s_title_index.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #06C;
	font-weight:normal;
}

.sidebar_title {
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	background-image: url(../images/s_title.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight:bold;
	color: #06C;
}
.sidebar_title a{
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	background-image: url(../images/s_title.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #06C;
	font-weight:normal;
}
.sidebar_content {
	line-height: 25px;
	background-image: url(../images/s_list_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccd3df;
	border-bottom-color: #ccd3df;
	border-left-color: #ccd3df;
	padding: 10px;
}

.box_tp {
	height: auto;
	margin-top: 10px;
	width: 960px;
}
.box3 {
	height: auto;
	margin-top: 10px;
	width: 620px;
}
.box_title_index {
	line-height: 43px;
	height: 40px;
	padding-left: 10px;
	background-image: url(../images/list_title_index.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #06C;
	font-size: 16px;
}
.box_title {
	line-height: 43px;
	height: 40px;
	padding-left: 10px;
	background-image: url(../images/list_title.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #06C;
	font-size: 14px;
}
.pic_title_index {
	line-height: 46px;
	height: 42px;
	padding-left: 50px;
	background-image: url(../images/pic_title_index.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #06C;
	font-size: 16px;
	}
.pic_title_index a{
	line-height: 46px;
	height: 42px;
	color: #06C;
	font-size: 12px;
	}
.pic_title {
	line-height: 46px;
	height: 42px;
	padding-left: 50px;
	background-image: url(../images/pic_title.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #06C;
	font-size: 16px;
	}
.pic_title a{
	line-height: 46px;
	height: 42px;
	color: #06C;
	font-size: 12px;
	}
.box_title a {
	color: #069 !important;
	}
.nwes {
	background-image: url(../images/s_list_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCD3DF;
	border-bottom-color: #CCD3DF;
	border-left-color: #CCD3DF;
	padding: 10px;
}
.nwes li{
		line-height:25px;
		padding-right: 5px;
		padding-left: 10px;
		clear: both;
		zoom:1;
		height: 25px;
		background-image: url(../images/list_bz.jpg);
		background-repeat: no-repeat;
		background-position: left center;
	}
.nwes li a{
		color:#316293;
	}
	
.box_imglist_tp {
	background-image: url(../images/s_list_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-color: #CCD3DF;
	border-bottom-color: #CCD3DF;
	border-top-color: #CCD3DF;
	padding: 10px;
}
.box_imglist_tp li {
	width:170px;
	height:160px;
	text-align:center;
	float:left;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
.box_imglist_tp img {
	height: 110px;
	width: 157px;
	border: 1px solid #ddd;
	padding: 2px;
}
.box_imglist_tp a { line-height:22px;}


.box_imglist {
	background-image: url(../images/s_list_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCD3DF;
	border-bottom-color: #CCD3DF;
	border-left-color: #CCD3DF;
	padding: 10px;
}
.box_imglist li {
	width:123px;
	height:160px;
	text-align:center;
	float:left;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
.box_imglist img {
	height: 110px;
	width: 115px;
	border: 1px solid #ddd;
	padding: 2px;
}
.box_imglist a { line-height:22px;}
.box4 {
	margin-top: 0px;
}
.model_index {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	display: inline;
}
.model_channel {
	float: left;
	height: auto;
	width: 680px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	display: inline;
}
.model {
	float: left;
	height: auto;
	width: 305px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	display: inline;
}
.tabs_list {

}
.tabs_list li {
	line-height:25px;
	padding-right: 5px;
	padding-left: 10px;
	clear: both;
	zoom:1;
	height: 25px;
	background-image: url(../images/list_bz.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.tabs_list li a {
	color:#316293;
}

.box_list_index {
	text-align:center;
	padding: 10px;
	background-image: url(../images/s_list_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCD3DF;
	border-bottom-color: #CCD3DF;
	border-left-color: #CCD3DF;

}

.box_list_index ul li {
	line-height:40px;
	text-align:center;
	padding-left:10px;
	clear: both;
	zoom:1;
	height: 40px;
	background-image: url(../images/list_bz_index.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.box_list_index li a {
	color:#316293;
	text-align:center;
}

.box_list {
	padding: 10px;
	background-image: url(../images/s_list_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCD3DF;
	border-bottom-color: #CCD3DF;
	border-left-color: #CCD3DF;
}
.box_list li {
	line-height:25px;
	padding-right: 5px;
	padding-left: 10px;
	clear: both;
	zoom:1;
	height: 25px;
	background-image: url(../images/list_bz.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.box_list li a {
	color:#316293;
}


.box_list_c li {
	line-height:25px;
	border-bottom:1px dashed #ddd;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
	zoom:1;

}
.time { color:#999}
.foot {
	margin-top: 10px;
	text-align: center;
	line-height: 25px;
	background-image:url(../images/foot_bg.jpg);
	background-repeat:repeat-x;
	height:145px;
}
.link{
	height:100px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}

.link_modul1{
	margin-top:10px;
	width:310px;
	*width:310px;
	float:left;
	margin-left:30px;
	}
.link_modul1 ul li{
	float:left;
	line-height:30px;
	margin-left:30px;}
.link_modul1 ul li a{
	color:#333;
	}

.link_modul2{
	margin-top:10px;
	width:310px;
	*width:290px;
	float:left;
	margin-left:30px;
	}
.link_modul2 ul li{
	float:left;
	line-height:30px;
	margin-left:30px;}
.link_modul2 ul li a{
	color:#333;
	}
	
	
.link_modul{
	margin-top:10px;
	width:310px;
	*width:260px;
	float:left;
	margin-left:30px;
	}
.link_modul ul li{
	float:left;
	line-height:30px;
	margin-left:30px;}
.link_modul ul li a{
	color:#333;
	}
.copyright{
	height:40px;
	line-height:45px;
	color:#FFF;
	}
.copyright a{
	height:40px;
	line-height:45px;
	color:#FFF;
	}
.list {
	margin-top: 0px;
}
.list li {
	line-height: 25px;
	height: 25px;
	background-image: url(../images/list_bz.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
	font-size: 14px;
}
.list_index {
	background-image: url(../images/s_list_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCD3DF;
	border-bottom-color: #CCD3DF;
	border-left-color: #CCD3DF;
	margin: 0px;
	padding: 10px;
}

.list_index1 {
	background-image: url(../images/s_list_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCD3DF;
	border-bottom-color: #CCD3DF;
	border-left-color: #CCD3DF;
	margin: 0px;
	padding: 10px;
	height:300px;
}
.list_index1 ul li {
	float:left;
	width:280px;
	height:40px;
	line-height:40px;
}
.list_content {
	padding: 10px;
	line-height:25px;
}
.list_pic {
	float: right;
	height: 80px;
	width: 100px;
	margin-left: 10px;
}
.list_pic img { border:1px #ccc solid}
.list_info {
	line-height: 25px;
	text-align: right;
	padding-right: 20px;
	color:#666
}
.list_index .box_title { border-bottom:1px dashed #ccc !important}

.pic_list {
	background-image: url(../images/s_list_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCD3DF;
	border-bottom-color: #CCD3DF;
	border-left-color: #CCD3DF;
	padding: 10px;
}
.pic_list li {
	float: left;
	height: 160px;
	width: 123px;
	padding: 5px;
	
}
.pic_list_pic {
	height: 135px;
}
.pic_list_title {
	height: 25px;
	line-height:25px;
	text-align:center
}
.content_title {
	line-height: 50px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/conpage_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	text-align: center;
}
.content_info {
	line-height: 25px;
	color: #666;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-align: center;
}
.content_body {
	width:auto;
	padding-top: 29px;
	padding-right: 10px;
	padding-bottom: 29px;
	padding-left: 10px;
	overflow:auto;
}

.content_info a {
	color:#069
}.pic_channel_title {
	margin-bottom: 10px;
	line-height: 30px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	font-size: 14px;
	height: 30px;
}

.infolist {
	padding:15px;
}
.infolist li {
	line-height:25px; height:25px;
	
}
.infolist li a { font-size:14px;}

/*��ҳ��ʽ*/

.page {
	margin-top: 20px;
	FONT-SIZE: 14px;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;


}
.page a {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px;
	MARGIN: 4px;
	COLOR: #039 !important;
	TEXT-DECORATION: none;
	float:left;
	display:block
	}
.page a:hover {
	COLOR: #FFF !important;
	background-color:#06C !important;
	}
.current {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 4px;
	MARGIN: 4px;
	COLOR: #fff !important;
	PADDING-TOP: 4px;
	TEXT-DECORATION: none;
	background-color:#06C !important;
	float:left;
	display:block
}

/*���԰�*/
.guest_index li {
	margin-top:10px;
	
	}
.guest_content {
	background-color:#f5f5f5;
	border: solid 1px #dddddd;
	line-height:25px;
	padding:10px;
	}
.guest_info {
	line-height: 25px;
	height: 25px;
	background-color:#EAEAEA;
	padding-left:10px;
	color: #069;
}
.guest_post {
	background-color:#f5f5f5;
	padding:10px;
	border: solid 1px #dddddd;

}
.guest_post_content { width:98%; height:100px; border:1px solid #ccc; margin-bottom:10px;}
.guest_post_text { width:300px; border:1px solid #ccc; height:20px;}
.guest_post_hr { margin-bottom:10px; line-height:20px}
.content_bg {
	background-color: #FDFDFD;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CBD3DE;
	border-bottom-color: #CBD3DE;
	border-left-color: #CBD3DE;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	width:auto;
}

.nTab{
    width: 320px;
    margin: auto;
    overflow: hidden;
    }
 .none {
     display: none;
        }
 .nTab .TabTitle{
	width:320px;
	height:40px;
	background-image:url(../images/tabs_title_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
 .nTab .TabTitle li {
      float: left;
      cursor: pointer;
      height: 40px;
      line-height: 40px;
      font-weight: bold;
      text-align: center;
      width: 90px;
      }
 .nTab .TabTitle li a {
       text-decoration: none;
	   font-size:14px;
        }
 .nTab .TabTitle .active{
       color: #06C;
	   font-size:14px;
	   background-image:url(../images/tabs_bg.jpg);
	   background-repeat:no-repeat;

        }
.nTab .TabTitle .normal{
        color: #000;
		font-size:14px;
        }
.nTab .TabContent{
         clear: both;
         overflow: hidden;
         background: #fff;
         display: block;
         height: 222px;
		 color:#336600;
        }
		
.xxdh {
	padding: 10px;
	height:178px;
	background-color:#FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCD3DF;
	border-bottom-color: #CCD3DF;
	border-left-color: #CCD3DF;
}

.xxdh li {
	line-height:25px;
	padding-right: 5px;
	padding-left: 5px;
	width:130px;
	float:left;
	height: 25px;
	zoom:1;
}

.xxdh li a {
	color:#316293;
}

.gg{ margin-bottom:10px;}