﻿.main1000{ width:1000px; margin-left:auto; margin-right:auto; overflow:hidden; margin-bottom:10px;}




header .centered-content
{
    position: relative;
    z-index: 2;
}

header a {
	color: #2e2e2e;
}
header .header-content a {
	color: #fff;
	text-decoration: underline;
}

/* Header text */

header .header-content 
{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	line-height: 22px;
	position: relative;
	z-index: 1;
	border-top: 1px solid #fff;
	-webkit-box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.5), inset 0px -10px 8px -10px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.5), inset 0px -10px 8px -10px rgba(0,0,0,0.4);
	box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.5), inset 0px -10px 8px -10px rgba(0,0,0,0.4);
	background-color: #d64516;
	background-image: url(111111.jpg);
	background-repeat: no-repeat;
	background-position: 50% -4px;
}
.header-content 
{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	line-height: 22px;
	position: relative;
	z-index: 1;
	border-top: 1px solid #fff;
	-webkit-box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.5), inset 0px -10px 8px -10px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.5), inset 0px -10px 8px -10px rgba(0,0,0,0.4);
	box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.5), inset 0px -10px 8px -10px rgba(0,0,0,0.4);
	background-color: #d64516;
	background-image: url(rdn_53b64e7996caf.jpg);
	background-repeat: no-repeat;
	background-position: 50% -4px;
}









/********************
---| GLOBAL TAGS | ***/
* {
	margin: 0;
	padding: 0;
	outline: none;
}

/*******************
---| Header | ***/
header {
	width: 1000px;;
	margin: 0 auto;
	position: relative;
	color: #ffffff;
	background:#efefef;
	overflow: hidden;
}

header .centered-content
{
    position: relative;
    z-index: 2;
}

header a {
	color: #2e2e2e;
}
header .header-content a {
	color: #2e2e2e;
	text-decoration: underline;
}

/* Header text */

.header-content 
{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	line-height: 22px;
	position: relative;
	z-index: 1;
	border-top: 1px solid #fff;
	-webkit-box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.5), inset 0px -10px 8px -10px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.5), inset 0px -10px 8px -10px rgba(0,0,0,0.4);
	box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.5), inset 0px -10px 8px -10px rgba(0,0,0,0.4);
	background-color: #d64516;
	background-image: url(header-background.jpg);
	background-repeat: no-repeat;
	background-position: 50% -4px;
}
.header-content.home {
	height: 362px;
}

.home .header-content { background: #d54515 url(slider-gradient-bg.png) repeat-y 50% 0; }

/*.header-content-wrap {width: 940px; margin: 0 auto;}*/
.header-content img {float: left; margin: 0 0 0 15px;}
.header-content .text {width:470px; margin-left: 50%; *width:430px; }
.header-content .copy {font-size: 16px; line-height: 21px; padding-right: 15px; color:#2e2e2e}
.header-content .button {width: 100% !important;}
.header-content .button a {padding-top: 7px; padding-bottom: 7px; font-size: 100px; display: inline-block; line-height:28px;}

/*#slider .text {width: 417px;}*/

/*fix the button position for the slide*/
.header-content .button {float: none;}
.header-content .dimmed {background: #b05b1b; background: rgba(0, 0, 0, 0.4);
    -webkit-transition: none;  /* Saf3.2+, Chrome */
    -moz-transition: none;  /* FF4+ */
    -ms-transition: none;  /* IE10? */
    -o-transition: none;  /* Opera 10.5+ */
    transition: none;

}

.header-content .align-bottom {position: absolute; bottom: 0px;}

/* => Slider <= */
#slider-wrap
{
    background: url(header-background1.png) repeat-x 0% 0;
    height:362px; 
}

#slider 
{
    background: url(header-background2.png) repeat-x 0% 0;
    height:332px;
    padding-top: 30px;
}

/* => SLIDE PREV AND NEXT ARROWS <= */
.slider-prev,
.slider-next 
{
    text-indent:-9999px;
    width:38px;
    height:38px;
    background:url("sprite.png") -263px -122px no-repeat;
    position:absolute;
    top:50%;
    margin-top:-19px;
    z-index:999;
    opacity:.5;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -ms-transition: all 0.3s ease-out;  /* IE10? */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    transition: all 0.3s ease-out;
		
		display: none
    }
.slider-prev{ left:12px; }
.slider-next 
{
    right:12px;
    background-position:-302px -122px;
}  
      
.slider-prev:hover,
.slider-next:hover
{
    opacity:1;
}


/* => SLIDER NAV o o o <= */    
.slider-nav 
{
    position:absolute;
    bottom:5px;
    left:50%;
    list-style:none;
    overflow:hidden;
    padding:2px;
    z-index:10;
	margin: 0;
}

.slider-nav li
{
    float:left;
    
}

.slider-nav li a
{
   display:block;
   width:8px;
   height:8px;
   overflow:hidden;
   padding:0px;
   margin:8px;
   background:url("sprite.png") no-repeat -234px -144px;
   text-decoration:none;
   text-indent:-999px;
}

.slider-nav li a:hover,
.slider-nav li a.selected
{
    background-position:-225px -144px;
}

/* => HOLY SLIDES <= */

.slider section {display: none;}
.slider section.first {display: block;}

.slider-sections, .slider-sections section {width: 861px; height: 335px;}

.slider-sections {margin: 0 auto; position: relative;}
.slider-sections section {
	position: absolute;
	top: 8px;
	left: -2px;
}

.header-content h2 
{
	font:400 32px/1.2 "microsoft yahei", Tahoma, arial, sans-serif;
	color: #fff;
	margin: 0 0 26px;
}
.header-content p 
{
    margin: 0 0 30px;
}

.header-content .centered-content
{
	padding-top: 30px;
	padding-bottom: 10px;
}

.button {
	float: left;
	width: auto !important;
	list-style: none;
}
	.button a,
	{ /* Standard black button */
	  font-size: 15px;
	  /*font-family: 'lucida sans',arial,helvetica,sans-serif;*/
	  line-height: 18px;
		color: #fff !important;
		
	  text-decoration: none;
	    
	  padding: 5px 14px 6px 13px;
		display: block;
		width: auto;
		position: relative;
		z-index: 2;
   
	    border: none;
        -moz-border-radius: 3px;
		border-radius: 3px;
		cursor: pointer;
	
		background: #313131; /* Old browsers */
		background: -moz-linear-gradient(top, #313131 0%, #222222 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #313131 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #313131 0%,#222222 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #313131 0%,#222222 100%); /* IE10+ */
		background: linear-gradient(top, #313131 0%,#222222 100%); /* W3C */

		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	
	
	.button a:hover,
	{
	  background: #464646; /* Old browsers */
		background: -moz-linear-gradient(top, #464646 0%, #393939 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #464646 0%,#393939 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #464646 0%,#393939 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #464646 0%,#393939 100%); /* IE10+ */
		background: linear-gradient(top, #464646 0%,#393939 100%); /* W3C */
    }
    
	header .header-content .button a,
	#content .button a:hover
	{
	    text-decoration: none;
    }

.header-content .beta-ribbons {
    position: absolute; 
    height: 120px;
    width: 85px;
    text-indent: -200px;
    overflow: hidden;
    background: url(kendo-ribbons.png) no-repeat 0 0;
}

.header-content .beta-ribbons.ribbon-1 {
    background-position: -170px 0;
    top: -3px;
    right: -145px;
}

.header-content p.copy .beta-ribbons.ribbon-1 {
    top: -135px;
    left: 900px;
}

.header-content .beta-ribbons.ribbon-4 {
    background-position: -255px 0;
    left: -62px;
    top: -30px;
    z-index: 10;
		text-indent: -2000px;
}






.fld_b00a_1000{ margin:0 auto 10px auto; width:1000px;}


.title01 h5{ font-family:"Microsoft YaHei"; font-size:28px; float:left;}

.title01{ height:42px; }
.title01_1{background:url(rdn_53b5147f041021.jpg) no-repeat left bottom;}
.sfd_0000_1000{ width:1000px; overflow:hidden;}
.sfd_000l_334{ float:left; width:334px; overflow:hidden;}

.blk_00a0{ padding:10px; background:#fff;}
.bck_no{ background:none;}


.tit_16{padding:0px 0px 0px 15px;font:bold 14px/22px simsun;background:url(icon_10.gif) no-repeat 0px 5px}
.tit_16n { padding:0px 0px 0px 15px; font:normal 14px/22px simsun; background:url(icon_10.gif) no-repeat 0px 5px; }


.picTxt_11{ padding:10px;}
.picTxt_11 img{display:block;}
.picTxt_11 p{ line-height:18px;}
.picTxt_11 p a{ color:#8d1022;}
.picTxt_11 span a{ color:#000;}

.spe_B5{ margin-bottom:5px;}

.txt_12_20m{ font:normal 12px/20px simsun; text-indent:2em;}
.txt_12_20m{
	text-indent:2em;
	font-family: simsun;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}


.sfd_r00l_642{ float:left; margin-right:23px; width:642px; overflow:hidden;}

.blk_0aa0{ border:1px solid #ccc; padding:9px; height:100%; background:#fff;}
.untX_05, .untX_05_bgn, .untX_05_end, .untX_05_top, .untX_05_bot{ float:left; margin:0px 10px 10px 0px; padding-bottom:10px; background:url(dotline.gif) repeat-x bottom; display:inline;}

.w_305{ width:305px; overflow:hidden;}


.picTxtL_01{}
.picTxtL_01 h1{ margin-bottom:10px; font-size:14px;}
.picTxtL_01 h1 a{ color:#000;}
.picTxtL_01 h3{ font:normal 12px/18px simsun;}
.picTxtL_01 img{ float:left; margin-right:10px; _margin-right:5px; border:1px solid #ccc; display:block;}
.picTxtL_01 p{}
.picTxtL_01 p a{ color:#8d1022;}
.picTxtL_01 p strong{ color:#000; padding-right:5px;}

.picSty1 img{ border:1px solid #ccc; padding:1px;}

.f_160{ float:left; width:160px; overflow:hidden;}

.tit_10{ font:bold 14px/20px simsun;}

.clear{height:0;font-size:0;line-height:0;clear:both;}
.untX_05_end{ margin-right:0px;}





.untX_02, .untX_02_bgn, .untX_02_end, .untX_02_top, .untX_02_bot{ float:left; margin:0px 10px 10px 0px; display:inline;}
.untX_02 p{}
.untX_02_bgn{ margin-left:10px;}
.untX_02_top{ margin-top:10px;}
.untX_02_end{ margin-right:0px;}
.untX_02_bot{ margin-bottom:0px;}
.dvd_4a{ width:237px; overflow:hidden;}



.picTxt_08{}
.picTxt_08 h3{ margin-bottom:10px; border-bottom:1px solid #ccc; padding-left:10px; font:bold 14px/22px simsun; background:url(http://res.img.ifeng.com/layout1/icon_09.gif) repeat-y;}
.picTxt_08 img{ margin-bottom:10px; border:1px solid #ccc; display:block;}
.picTxt_08 p{ margin-top:5px; border-top:1px solid #ccc; padding-top:5px;}
.picTxt_08 p a{ color:#8d1022;}
.picTxt_08 span{}

.bod, .bod_TRB, .bod_RBL, .bod_RB, .bod_RBL, .bod_RL, .bod_TB, .bod_TRL{ border:1px solid #ccc;}

.pad{ padding:10px;}







.topBanner3{
	width:978px;
	float: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #cbc2b2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.space102 {height:5px; margin:0 auto; font-size:1px; line-height:1px; clear:both }



.N1000_d3, .N1000_d3_end { float: left; width: 320px; padding-right: 20px; overflow: hidden; }
.N1000_d3_end { padding-right: 0px; }


.Nblk_0aa0 { border: 1px solid #ddd; padding: 9px; }

.Ntxt_14s22_666 { font: normal 14px/22px simsun; color: #666; }



.bol, .bol a { font-weight: bold; }
.pad5_b { padding-bottom: 5px; }


.clearfix{*zoom:1}
.clearfix:after{content:" ";overflow:hidden;clear:both;display:block;height:0}




.Npic_1ddd2 img { border: 1px solid #ddd; padding: 2px; }
.flt { float: left; }
.pad10_r { padding-right: 10px; }

.Ntxt_12s18_666 { font: normal 12px/18px simsun; color: #666; }


.colPart2{width:455px;float:left;overflow:hidden;}
.focus{ width:1000px; height:300px; background:#CCC;}
.pr{position:relative;left:0;top:0;}
.hotT4{width:455px;height:356px;overflow:hidden;}
.move1{width:100%;height:62px;position:absolute;left:0;bottom:0;}
.opa02{width:100%;opacity:0.5;filter:alpha(opacity=50);height:100%;position:absolute;background:#000;bottom:0;left:0;}
.detail02{padding:10px 10px 14px 25px;position:absolute;bottom:0;left:0;color:#fff;text-align:left;}
.detail02 a{color:#fff;}
.detail02 a:hover{text-decoration:none;}
.tit022{height:38px;overflow:hidden;font:16px/38px "微软雅黑";color:#fff;}
.part02{line-height:24px;display:none;height:48px;overflow:hidden;}


.colPart1{width:260px;float:left;}

.ml10{margin-left:12px;}

.hotT2{width:260px;height:173px;overflow:hidden;}

.tit04Wrap{width:100%;position:absolute;bottom:0;left:0;height:40px;}

.mask{width:100%;height:100%;opacity:0.5;filter:alpha(opacity=50);position:absolute;background:#000;bottom:0;left:0;}

.tit0444{height:40px;font:16px/40px "微软雅黑";color:#fff;overflow:hidden;}

.detail03{color:#fff;height:100%;position:absolute;left:0;top:0;padding-left:10px;overflow:hidden;text-align:left;}
.part03{font:12px/22px "宋体";}
.part03 a{color:#fff;}
.part03 a:hover{color:#fff;}

.mt25{margin-top:25px;}
.mt10{margin-top:10px;}

.colPart3{width:260px;float:left;}