@charset "gb2312";
/* CSS Document */

/* 
Copyright 2001-2014 Grand Point Inc.
2014_8 by Wang Li
 */


 /*嵌套自定义CSS样式写在这里*/
 .bodybg{
background:url(xxxx.jpg);
	 }
	
#NeiMain {
	overflow: auto;
}

#MainDiv {
	width: 100%;
	float: left;
	font-weight: normal;
}

#topNavs {
	padding: 5px 10px;
	line-height: 2em;
}

.ListTitle {
	font-weight:normal;
	font-size: 23px;
	line-height: 2.5em;
	padding: 0 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #f0f0f0;
}

.ListTitle span {
	font-size: 12px;
	color: #666;
	margin-left: 20px;
}

.ListTitle a {
	color:#333;
}




/*嵌套自定义CSS样式写在之上，以下全局CSS请勿修改和删除*/

/*全局CSS开始，请勿删除或修改*/
* {
	font-family: "微软雅黑", verdana, arial;
	margin: 0;
	padding: 0;
};

h1,h2,h3,h4,h5,h6,h7,th {
	font-weight: normal;
}

body {
	font-size: 12px;
}

img {
	border: 0;
}

ul,li {
	list-style: none;
}

a {
	color: #717171;
	text-decoration: none;
}

.clear {
	clear: both;
}

.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}

.font10 {
	font-size: 10px;
}

.ftBlue {
	color: #06C;
}

.ftOrange {
	color: #F90;
}

.ftYellow {
	color: #FF0;
}

.ftRed {
	color: #F00;
}

.ftGray {
	color: #666;
}

.ftGreen {
	color: #360;
}

.ftStrong {
	font-weight: bold;
}

.ftUnderline {
	text-decoration: underline;
}

.ftOverline {
	text-decoration: line-through;
}

.ftItalic {
	font-style: italic;
}

.mouseHand {
	cursor: pointer;
}

.imgLine {
	padding: 3px;
	border: #E8E8E8 1px solid;
	background: #FFF;
}

/*页面布局*/
.ListTb th {
	font-size: 10px;
	text-align: right;
	width: 70px;
	padding: 2px;
}

.ListTb {
	border: 0;
	width: 100%;
	margin-top: 10px;
}

.ListTb td {
	padding: 3px;
	line-height: 20px;
	background: url(D_r16_c15.jpg) no-repeat left center;
	padding-left: 10px;
}

.formTb,.schTb {
	margin: 5px 0;
	width: 100%;
	border: 1px solid #E8E8E8;
	background: #fff;
}

.schTb td, .schTb th {
	padding: 5px;
	text-align: left;
}

.schTb th {
	background: #F9F9F9;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.formTb td, .formTb th {
	padding: 5px;
	text-align: left;
	background: #F8F8F8
}

.formTb td {
	background: #FCFCFC;
}

.formTb th {
	text-align: left;
	font-weight: bold;
}

.formTb input,.formTb select,.schTb input,.schTb select {
	height: 23px;
	border: 1px solid #CCC;
	line-height: 23px;
}

.formTb input[type="checkbox"],.formTb input[type="radio"],.schTb input[type="checkbox"],.schTb input[type="radio"] {
	border: 0;
	height: 12px;
}

.formTb label {
	line-height: 23px;
}

.button {
	background: #E8E8E8;
	color: #333;
	border: 0;
	font-weight: bold;
	padding: 3px;
	height: 30px;
}

.width100 {
	width: 100%;
}

.error {
	border: 1px solid #F00;
	background: #FFECEC;
}

.error th {
	background: url(../../HdInc/Images/error.png) no-repeat 4px 4px #FFECEC;
	width: 22px;
	height: 20px;
}

.error td {
	padding: 3px;
	color: #F00;
	background: #FFECEC;
}

.success {
	border: 1px solid #690;
	background: #F0FAE7;
}

.success th {
	background: url(../../HdInc/Images/success.png) no-repeat  4px 4px #F0FAE7;
	width: 22px;
}

.success td {
	padding: 3px;
	color: #360;
	background: #F0FAE7;
}

.info {
	border: 1px solid #09C;
	background: #DFF4FF;
}

.info th {
	background: url(../../HdInc/Images/info.png) no-repeat #DFF4FF 4px 4px;
	width: 20px;
}

.info td {
	padding: 3px;
	color: #069;
	background: #DFF4FF;
}

.warning {
	border: 1px solid #F90;
	background: #FCF9DA;
}

.warning th {
	background: url(../../HdInc/Images/warning.png) no-repeat  4px 4px #FCF9DA;
	width: 22px;
}

.warning td {
	padding: 3px;
	color: #C63;
	background: #FCF9DA;
}

input.error,textarea.error {
	background: #FFF0F0;
	border: 1px solid #FDD;
	display: block;
}

label.error {
	color: #F90;
	border: 0;
	background: none;
	margin-left: 5px;
}

.divSCROLLBAR {
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #D2E5F4;
	scrollbar-highlight-color: #D2E5F4;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #D2E5F4;
}

.frUser {
}

.frUser caption {
	text-align: left;
	font-size: 20px;
}

.frUser th {
	line-height: 30px;
	font-weight: bold;
	width: 60px;
	height: 40px;
	text-align: right;
	padding: 0 5px;
}

.frUser th label {
	font-size: 14px;
}

.UserInput {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	border: 1px solid #999;
	width: 200px;
}

.AutiInput {
	width: 40px;
}

#uMenu {
	border: 1px solid #E8E8E8;
}

#uMenu li {
}

#uMenu li a {
	height: 30px;
	line-height: 30px;
	color: #333;
	background: #FFF;
	display: block;
	padding: 0 10px;
}

#uMenu li a:hover {
	background: #F5F5F5;
	font-weight: bold;
	font-size: 14px;
}

#fPasswordList p {
	line-height: 25px;
}

.Userlist {
	width: 100%;
	margin: 20px 0;
}

.Userlist th, .Userlist td {
	padding: 5px;
}

.Userlist th {
	width: 30px;
}

.Userlist p {
	line-height: 25px;
}

.DemoDateWidth {
	width: 80px;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
}

#ContentAbout {
	border-top: 1px solid #eee;
	background: #F9F9F9;
	padding: 5px;
	text-align: right;
	color: #999;
	font-size:14px;
}

#ContentDetailUp {
	line-height: 2.2em;
	font-size: 16px;
	padding: 20px;
	color:#999;
}
#ContentDetailUp ul{
	padding-left:20px;	
}
#ContentDetailUp ul li{
	list-style:disc;	
}

#ContentDetail {
	line-height: 2.2em;
	/*两倍行距，此处不要直接用px*/
	font-size: 16px;
	color: #666;
}
#ContentDetail ul{
	padding-left:20px;
	margin-bottom:20px;
}
#ContentDetail ul li{
	list-style:disc;
}
#ContentDetail p {
	/*text-indent:2em;*/
	margin-bottom: 10px;
}

.clsdispTitle, .clsdispTitle2 {
	background: #f9f9f9;
	line-height:2em;
	font-size: 18px;
	color: #333;
	padding: 0 10px;
	border-bottom: 1px solid #f0f0f0;
}

.clsdispTitle2 {
	padding: 0;
}

#ClsXiangguan {
	padding:20px 10px;
}

#ClsXiangguan li {
	font-size:14px;
	line-height:2.4em;
	
}

#ClsXiangguan span {
	font-size: 12px;
	margin-left: 10px;
	color: #CCC;
}

#Xiangguan {
	margin-top: 20px;
}

#ClsReviews {
	padding: 10px;
	border: 1px solid #CCC;
	margin-top: 20px;
}

.LeftMenu {
	padding:30px 30px 50px 0;;
}


/*.mNormal a{
	line-height:2em;
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding:10px 15px 5px 0;
	border-bottom:1px solid #f0f0f0;
	color:#666;
	text-align:right;	
}

.mChoose a{
	line-height:2em;
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding:10px 15px 5px 0;
	border-bottom:1px solid #f0f0f0;
	color:#FF8C11;
	text-align:right;	
}

.mNormalSub a{
	font-size: 14px;
	display: block;
	line-height:2em;
	padding:5px 15px 5px 0;
	border:0;
	color:#666;
	text-align:right;	
}

.mNormal a:hover ,.mChoose a:hover{
	color:#000;
	background:#f9f9f9;
}

.mNormalSub a:hover, .mChooseSub a:hover {
	color:#000;
	background:#f9f9f9;
}


.mChooseSub a{
	font-size:14px;
	display: block;
	line-height:2em;
	padding:5px 15px 5px 0;
	border:0;
	color:#FF8C11;
	text-align:right;	
	font-weight: normal;
}
*/

#ClsDetail {
	margin: 20px;
}

#ClsDetail h2 {
	font-size: 24px;
	line-height: 1.5em;
	background: none;
}

#ClsDetail h3 {
	font-size: 12px;
	color: #999;
	line-height: 2em;
	background: none;
}

.sLabel {
	display: inline;
	padding: 0px 5px;
	;
	background: #F8F8F8;
	color: #069;
	margin-right: 5px;
	border: 1px solid #F2F2F2;
	line-height: 1.6em;
}

.dispLabel {
	display: inline;
	padding: 5px 10px;
	font-size:14px;
	background: #F8F8F8;
	color: #069;
	border: 1px solid #F2F2F2;
	line-height: 3em;
	margin-right: 6px;
	margin-bottom: 6px;
}

.hightline {
	background: #FF9;
	color: #C30;
}

#ClsReviewsList li {
	margin: 0 0 20px 0;
	background: #F8F8F8;
	padding: 10px;
	border-top: 1px solid #C8C8C8;
}

#ClsReviewsList li h4 {
	line-height: 2em;
	font-size: 12px;
	/*border-bottom:1px dotted #ccc;*/
	font-weight: normal;
}

#ClsReviewsList li h4 a {
	color: #036;
}

#ClsReviewsList li h5 {
	font-size: 10px;
	color: #999;
	line-height: 2em;
	font-weight: normal;
}

.ClsReviewDetail {
	padding: 10px;
	line-height: 1.8em;
	color: #999;
}

.JsPages {
	padding: 5px;
	text-align: right;
	clear: both;
}

#ClsReviewAdd {
	width: 100%;
	margin-top: 15px;
}

#ClsReviewAdd td,#ClsReviewAdd th {
	padding: 5px;
}

#ClsReviewAdd input[type=text] {
	width: 360px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #E8E8E8;
	padding: 5px;
}

#ClsReviewAdd .nmSubmit {
	border: 1px solid #069;
	width: 80px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #06C;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
}

#ClsReviewAdd textarea {
	width: 360px;
	height: 100px;
	line-height: 30px;
	border: 1px solid #E8E8E8;
	padding: 5px;
}

#ClsReviewAdd #Auti {
	width: 100px;
}

#ClsReviewAdd #ReviewBt {
	width: 80px;
}

#PreNextRs {
	margin: 10px 0;
}

#PreNextRs p {
	line-height: 2em;
	width: 50%;
	float: left;
	text-align: center;
}

.dialogTips {
	font-size: 12px;
}

.dialogTips h3 {
	font-weight: bold;
	line-height: 2em;
	font-size: 12px;
}

.dialogTips p {
	line-height: 2em;
	margin-bottom: 10px;
	color: #999;
}

.dialogTips ul {
	margin-left: 20px;
	padding: 0 0 0 20px;
}

.dialogTips li {
	line-height: 2em;
	list-style-type: disc;
	color: #666;
}
/*头部例子*/
#header,#footer  {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	border-bottom: 1px solid #666;
}

#TopSearch {
	text-align: right;
}

/*中间例子*/
#main {
	width: 1200px;
	background: #FFF;
	margin: 0 auto;
}
/*用户中心*/
#UserMain {
	width: 1200px;
	margin: 0 auto;
	background: #FFF;
}

#UserMain .uRight a {
	color: #06C;
	text-decoration: underline;
}

#UserMain .uLeft {
	width: 200px;
	padding: 20px;
	font-weight: normal;
}

#UserMain .uLeft h3 {
	width: 180px;
	height: 33px;
	background: url(U_Title_Bg.jpg) no-repeat;
	line-height: 33px;
	padding: 0 10px;
	color: #464637;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

#UserMain .uLeft ul {
	border: 1px #DFDFD0 solid;
	width: 178px;
	background: #FAFAF3;
	padding: 10px;
	margin-bottom: 20px;
}

#UserMain .uLeft ul li {
	margin-bottom: 5px;
}

.uMenuNormal a {
	background: none;
	display: block;
	width: 140px;
	height: 30px;
	font-size: 14px;
	color: #343426;
	line-height: 30px;
	text-align: left;
	padding: 0 20px;
}

.uMenuNormal a:hover {
	font-weight: bold;
}

.uMenuChoose a {
	background: url(U_Menu_Bg.jpg) no-repeat;
	display: block;
	width: 140px;
	height: 30px;
	font-size: 14px;
	color: #F0F0E0;
	line-height: 30px;
	text-align: left;
	padding: 0 20px;
}

#UserMain .uRight {

}

#UserMain .uRight h2 {
	background: #8A8A7B;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	color: #F0F0DF;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1px;
}

#UserMain .uRight .Zhaiyao {
	width: 704px;
	padding: 15px;
	border: 3px solid #9B9B8C;
}

.UserTb {
	width: 100%;
	background: #DDDDDD;
}

.UserTb td {
	padding: 12px;
	background: #FFF;
	line-height: 2em;
}

.UserTb th {
	padding: 12px;
	background: #FAFAF3;
	line-height: 2em;
	color: #464637;
	text-align: left;
	font-weight: bold;
}

.UserTb caption {
	background: #DFDFD0;
	text-align: left;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	color: #464637;
	font-size: 14px;
	font-weight: bold;
}

#SafeNote {
	width: 200px;
	display: none;
	position: absolute;
	top: 0;
	left: 9px;
	padding: 10px;
}

.uButton {
	width: 80px;
	height: 30px;
	background: url(UserBt.jpg) no-repeat;
	color: #FFF;
	font-size: 14px;
	border: 0;
}

.uInput {
	background: #F0F0DF;
	border: 0;
	color: #464637;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	padding: 0 5px;
}

#todo {
	margin: 5px 0;
	height: 30px;
}

#todo li {
	width: auto;
	height: 30px;
	margin: 0px 5px 0 0;
	text-align: center;
	float: left;
}

#todo li a {
	background: #FAFAF3;
	display: block;
	padding: 0 10px;
	line-height: 30px;
	color: #FFF;
}

#todo li a:hover {
	background: #8A8A7B;
	font-weight: bold;
	color: #fff;
}

.Pages {
	text-align: right;
	clear: both;
	margin-top: 20px;
	font-size:14px;
	margin-right:-10px;
}

.Pages a {
	border: 1px solid #E0E0E0;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #FFF;
	color:#666;
}

.Pages a:hover {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #f9f9f9;
	color: #333;
}

.Pages .choose {
	border: 1px solid #eee;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #f0f0f0;
	color: #666;
}

.Pages .PageInfo {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #f9f9f9;
	color: #666;
}

#tbUserLogin {
	width: 100%;
}

#tbUserLogin td {
	background: #F0F0DF;
	line-height: 30px;
	padding: 0 10px;
	height: 30px;
}

.listTb {
	margin: 5px 0;
	width: 100%;
	border: 1px solid #E8E8E8;
	background: #fff;
}

.listTb td, .listTb th {
	padding: 5px;
	text-align: left;
	background: #F8F8F8;
}

.listTb td {
	background: #FCFCFC;
}

.listTb th {
	text-align: left;
	font-weight: bold;
}

.SchList {
	width: 100%;
	margin: 0 auto;
}

.SchList th {
	text-align: left;
	font-weight: normal;
	font-size: 17px;
	line-height: 2.5em;
	border-bottom: 1px dotted #CCC;
	color:#666;
}

.SchList td {
	color: #AAA;
	line-height: 2em;
}

.SchList span {
	color: #C30;
}

.SchList em {
	color: #090;
	font-style: normal;
	font-size: 10px;
	line-height: 3em;
}

#schs {
	width: 500px;
	height: 50px;
	margin:0 auto;
	margin-top: 20px;
}

#schtop {
	width:300px; height:25px;
	position:absolute;
	top:5px; right:0;
	text-align:right;
	margin:0; padding:0;
}
#schtop #w {
	height: 25px;
	line-height: 25px;
	padding:0 5px;
	border:0;
	width: 140px;
	font-size: 12px;
	color: #999;
	background:#FCFCFC;
	position:absolute;
	top:0; right:30px;
}

#schtop #schSubmit {
	border:0;
	width: 25px;
	height: 25px;
	position:absolute;
	top:0; right:0;
	background:url(sch.jpg) no-repeat center;
}

#schs #w {
	height: 30px;
	line-height: 30px;
	border: 1px solid #CCC;
	width: 400px;
	font-size: 14px;
	color: #666;
	padding: 5px;
}

#schs #schSubmit {
	border: 1px solid #E60212;
	width: 80px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #E60212;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

#SeoKeywordsStr {
	margin-top: 20px;
}

.ClsListTb{
	
}
/*全局CSS结束，请勿删除或修改*/



#top{
	width:100%;
	height:100px;
	background:#fff;
	}
#top .position{
	width:1200px;
	height:100px;
	margin:0 auto;
	position:relative;
	}
#top .position .logo{
	width:405px;
	height:50px;
	float:left;
	margin-top:25px;
	}
#top .position .logo img{
	width:405px;
	height:50px;
	}
#TopSearch{
	width:208px;
	height:23px;
	border:1px solid #E6E6E6;
	border-radius:7px;
	float:left;
	margin:50px 0 0 385px;
	}
.TopSearch{
	width:180px;
	height:23px;
	float:left;
	border:none;
	background:none;
	}
.TopSearch_button{
	width:28px;
	height:23px;
	float:right;
	border:none;
	background:url(1.png) no-repeat center;
	}
#top .focus{
	float:right;
	margin-top:55px;
	height:20px;
	line-height:20px;
	width:195px;
	}
#top .focus p{
	display:block;
	line-height:20px;
	color:#D7D7D7;
	font-size:14px;
	}
#top .focus p a{
	padding:0 0 0 15px;
	display:block;
	float:left;
	color:#D7D7D7;
	}
#top .quickmark{
	width:160px;
	height:196px;
	position:absolute;
	z-index:10;
	background:url(21.png) no-repeat;
	top:80px;
	display:none;
	}
#top .quickmark img{
	width:120px;
	height:120px;
	margin:56px 0 0 20px;
	display:block;
	}
#top .quickmark_blog{
	right:3px;
	}
#top .quickmark_qq{
	right:-30px;
	}
#top .quickmark_wechat{
	right:-61px;
	}

#guide{
	width:100%;
	height:50px;
	background:#E60212
	}
#guide .position{
	width:1200px;
	height:50px;
	margin:0 auto;
	}
#guide .nav{line-height:50px; position:relative; z-index:1; width:100%; right:0; float:right;}
#guide .nav a{ color:#fff;}
#guide .nav .nLi{ float:left; display:inline; position:relative; background:url(20.png) no-repeat left;}
#guide .nav .nLi h3{ float:left; font-weight:normal;}
#guide .nav .nLi h3 a{ display:block; text-align:center; font-size:16px; font-weight:bold; color:#fff;float:left; font-weight:normal; }
#guide .nav .nLi h3 a span{
	display:block;;
	float:left;
	color:#fff;
	 padding:0 51px;
	}
#guide .nav .sub{ display:none;  top:50px;  position:absolute; background:#E6E6E6;  line-height:26px; opacity:0.8; width:100% }
#guide .nav .sub li{ zoom:1; display:block;  }
#guide .nav .sub a{ display:block; line-height:30px; text-align:center; font-size:14px; color:#666 }
#guide .nav .sub a:hover{ color:#FF4646;  }
#guide .nav .nLi h3 a span:hover{
	color:#E60212;
	background:#fff;
	}
/*#guide .nav .on h3 a{  color:#E60212; font-weight:normal; background:#fff;}
#guide .nav .on h3 a span{
	color:#E60212;
	}*/



#adv img{
	width:1920px;
	height:600px;
	}
#adv{
	float:left;
	width:100%;
	height:600px;
	position:relative;
	overflow:hidden;
	}
#adv .slideBox{
	width:1920px;
	height:600px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	overflow:hidden;
	}

#adv .slideBox{ width:1920px; height:600px; overflow:hidden; position:relative;}
#adv .slideBox .hd{ height:30px; overflow:hidden; position:absolute; right:880px; bottom:35px; z-index:1; }
#adv .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;}
#adv .slideBox .hd ul li{ float:left; margin-right:2px;  width:30px; height:30px; line-height:14px; text-align:center; background:url(6.png) no-repeat center; cursor:pointer; border-radius:15px; margin:0 5px; line-height:30px;}
#adv .slideBox .hd ul li p{
	font-size:14px;
	color:#000000;
	opacity:0;
	}
#adv .slideBox .hd ul li.on{ background:url(5.png); }
#adv .slideBox .hd ul li.on p{
	opacity:1;
	}
#adv .slideBox .bd{ position:relative; height:100%; z-index:0;   }
#adv .slideBox .bd li{ zoom:1; vertical-align:middle; }
#adv .slideBox .bd img{ width:1920px; height:600px; display:block;  }
#content1{
	width:100%;
	height:410px;
	overflow:hidden; 
	}
#content1 .position{
	width:1200px;
	height:410px;
	position:relative;
	margin:0 auto;
	}
.title_index{
	width:1200px;
	height:180px;
	background:url(9.png) no-repeat top;
	}
.title_index img{
	width:290px;
	height:30px;
	}
.title_index p{
	display:block;
	width:290px;
	height:30px;
	margin:0 auto;
	top:110px;
	position:relative;
	}
.title_index .name{
	display:block;
	width:290px;
	height:40px;
	margin:0 auto;
	background:url(8.png) center no-repeat;
	font-size:16px;
	color:#333333;
	position:relative;
	text-align:center;
	line-height:40px;
	top:110px;
	}
#content1 .one{
	text-align:center;
	padding-top:23px;
	display:block;
	line-height:80px;
	font-size:26px;
	color:#333333;
	font-weight:normal;
	
	}
#content1 .two{
	text-align:center;
	line-height:30px;
	color:#878787;
	font-size:14px;
	}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox{
	width:1200px;
	height:390px;
	}
#fancybox img{
	width:1200px;
	height:390px;
	}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	background: transparent url('images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 14px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
	text-align:center;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 30px;
	background: url('images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -55px -90px no-repeat;
}

/* IE6, IE7, IE8 */

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_nw.png', sizingMethod='scale'); }
#content2{
	width:100%;
	height:900px;
	position:relative;
	}
#content2 .position{
	width:1200px;
	height:900px;
	margin:0 auto;
	position:relative;
	}

#content2 .slideTxtBox{ width:1200px; height:670px; position:relative; margin-top:50px;}
#content2 .slideTxtBox .hd{ height:130px; background:#f4f4f4; width:1200px; position:relative; }
#content2 .slideTxtBox .hd ul{ width:1200px; height:130px; float:left; display:block; position:relative; }
#content2 .slideTxtBox .hd ul li{ float:left; width:300px; height:130px; cursor:pointer; background:#FAFAFA;  }
#content2 .slideTxtBox .hd ul .one a,#content2 .slideTxtBox .hd ul .two a,#content2 .slideTxtBox .hd ul .three a,#content2 .slideTxtBox .hd ul .four a{
	background:url(10.png) no-repeat 143px 30px;
	display:block;
	width:300px;
	height:130px;
	}
#content2 .slideTxtBox .hd ul .two a{
	background:url(11.png) no-repeat 143px 30px;
	}
#content2 .slideTxtBox .hd ul .three a{ 
	background:url(12.png) no-repeat 140px 30px;
	}
#content2 .slideTxtBox .hd ul .four a{
	background:url(23.png) no-repeat 130px 20px;
	}
#content2 .slideTxtBox .hd ul li a span{
	display:block;
	text-align:center;
	line-height:24px;
	height:24px;
	font-size:14px;
	}
#content2 .slideTxtBox .hd ul li a .ch{
	padding-top:65px;
	}
#content2 .slideTxtBox .hd ul li.on span{
	color:#DA0010;
	}
#content2 .slideTxtBox .hd ul li.on{ height:400px; height:130px; background:#F3F3F3 }
#content2 .slideTxtBox .bd ul{ display:block; zoom:1; width: 1230px; height: 520px;  margin-top:20px; }
#content2 .slideTxtBox .bd li{ width:385px; height:520px; display:block; float:left; margin-right:23px;   }
#content2 .slideTxtBox .bd li .img{
	width:385px;
	height:220px;
	display:block;
	}
#content2 .slideTxtBox .bd li .img img{
	width:385px;
	height:220px;
	}
#content2 .slideTxtBox .bd li .infom{
	width:383px;
	height:298px;
	border:1px solid #EFEFEF;
	 background:#fff;
	 text-align:center;
	}
#content2 .slideTxtBox .bd li .infom .topic{
	display:block;
	color:#333333;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	margin-top:35px;
	}
#content2 .slideTxtBox .bd li .infom .des{
	display:block;
	font-size:14px;
	line-height:20px;
	color:#A9A9A9;
	}
#content2 .slideTxtBox .bd li .infom .des2{
	width:280px;
	height:90px;
	line-height:30px;
	margin:0 auto;
	display:block;
	margin-top:20px;
	font-size:14px;
	color:#A9A9A9;
	text-align:left;
	text-indent:1em;
	}
#content2 .slideTxtBox .bd li .infom .more{
	width:120px;
	height:30px;
	display:block;
	background:#DA0010;
	color:#fff;
	line-height:30px;
	margin:0 auto;
	margin-top:30px;
	}
#content3{
	width:100%;
	height:700px;
	}
#content3 .position{
	width:1200px;
	height:700px;
	margin:0 auto;
	position:relative;
	}
#content3 .main{
	width:1230px;
	height:400px;
	margin-top:50px;
	}
#content3 .main .box{
	width:385px;
	height:400px;
	float:left;
	margin-right:23px;
	}
#content3 .main .box .img{
	width:385px;
	height:220px;
	}
#content3 .main .box .img img{
	width:385px;
	height:220px;
	}
#content3 .main .box .down{
	width:383px;
	height:178px;
	border:1px solid #EEEEEE;
	background:#fff;
	}
#content3 .main .box .down a{
	display:block;
	height:55px;
	line-height:55px;
	margin-top:10px;
	text-align:center;
	color:#333333;
	font-size:18px;
	font-weight:bold;
	}
#content3 .main .box .down p{
	display:block;
	width:335px;
	height:90px;
	line-height:30px;
	margin:0 auto;
	color:#A9A9A9;
	font-size:14px;
	text-align:center;
	}
#content4{
	width:100%;
	height:600px;
	background:url(13.jpg) no-repeat center;
	}
#content4 .position{
	width:1200px;
	height:600px;
	margin:0 auto;
	}

.title_index2{
	width:1200px;
	height:180px;
	background:url(14.png) no-repeat top;
	}
.title_index2 img{
	width:290px;
	height:30px;
	}
.title_index2 p{
	display:block;
	width:290px;
	height:30px;
	margin:0 auto;
	top:110px;
	position:relative;
	}
.title_index2 .name{
	display:block;
	width:290px;
	height:40px;
	margin:0 auto;
	background:url(15.png) center no-repeat;
	font-size:16px;
	color:#fff;
	position:relative;
	text-align:center;
	line-height:40px;
	top:110px;
	}
#content4 .position h1{
	width:850px;
	height:120px;
	display:block;
	margin:0 auto;
	position:relative;
	line-height:60px;
	text-align:center;
	font-weight:normal;
	color:#fff;
	margin-top:45px;
	}
#content4 .position h3{
	width:1145px;
	height:60px;
	line-height:30px;
	text-align:center;
	color:#EDBABB;
	margin-top:5px;
	display:block;
	}
#content4 .position .box{
	width:485px;
	height:70px;
	background:#8E0712;
	margin:0 auto;
	margin-top:65px;
	}
#content4 .position .box a{
	display:block;
	width:228px;
	height:50px;
	margin:10px 0 0 10px;
	background:#fff;
	text-align:center;
	font-size:14px;
	color:#6E6E6E;
	float:left;
	line-height:50px;
	}
#content4 .position .box a:hover{
	background:#00DA80;
	color:#fff;
	}
#content5{
	width:100%;
	height:235px;
	}
#content5 .position{
	width:1200px;
	height:235px;
	background:url(16.png) no-repeat center;
	margin:0 auto;
	}
#content5 .position h1{
	width:655px; 
	height:80px;
	display:block;
	margin:0 auto;
	line-height:80px;
	padding-top:65px;
	font-size:24px;
	color:#000;
	text-align:center;
	letter-spacing:10px;
	
	}
#foot{
	width:100%;
	height:410px; 
	background:#DA0010;
	}
#foot .position{
	width:1200px;
	height:289px;
	border-bottom:1px solid #F10012;
	margin:0 auto;
	position:relative;
	}
#foot .position1{
	width:1200px;
	height:119px;
	border-top:1px solid #CB000F;
	margin:0 auto;
	position:relative;
	}
#foot .position .down_list{
	width:1000px;
	display:block;
	float:left;
	margin-top:50px;
	}
#foot .position .down_list .up{
	float:left;
	display:block;
	padding-right:50px;
	}
#foot .position .down_list .up .hrefa{
	display:block;
	font-size:14px;
	color:#fff;
	}
#foot .position .down_list .down{
	display:block;
	font-size:12px;
	color:#F4CBCD;
	margin-top:10px;
	}
#foot .position .down_list .down li{
	display:block;
	}
#foot .position .down_list .down li a{
	color:#F4CBCD;
	line-height:25px;
	}
#foot .position .link{
	float:right;
	width:195px;
	height:80px;
	margin-top:50px;
	}
#foot .position .link p{
	color:#F1F1F1;
	font-size:14px;
	}

.select{position:relative;float:left; width:195px; height:25px; margin-top:20px;}
.select dt{height:25px; display:inline-block;background:#fcfcfb url(17.png) no-repeat 180px 10px;line-height:25px;font-weight:bold;cursor:pointer;width:195px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:99;}
.select dt:hover,.select dt.cur{}
.select dd{position:absolute;left:0;top:25px;border:1px solid #d2ccc4;background:#fff;display:none; z-index:99; width:193px;}
.select dd ul{width:193px;max-height:250px;overflow:auto;}
.select dd ul li a{line-height:28px;display:block;padding:0 8px;}
.select dd ul li a:hover{background:#f5f5f5;}

#foot .position .quickmark{
	width:195px;
	height:125px;
	float:right;
	}
#foot .position .quickmark .box{
	width:90px;
	height:90px;
	}
#foot .position .quickmark .box img{
	width:90px;
	height:90px;
	}
#foot .position .quickmark p{
	display:block;
	float:left;
	width:100%;
	font-size:14px;
	margin-top:15px;
	color:#fff;
	}
#foot .position1{
	text-align:center;
	} 
#foot .position1 p{
	display:block;
	line-height:25px;
	margin-top:35px;
	color:#F4CBCD;
	}
#foot .position1 p a{
	color:#F4CBCD;
	}
#n_guide{
	width:100%;
	height:68px;
	border-top:1px solid #D8D9D8;
	border-bottom:1px solid #D8D9D8;
	margin:30px 0;
	margin-bottom:0px;
	}
#n_guide .position{
	width:1200px;
	height:68px;
	position:relative;
	margin:0 auto;
	}
#n_guide .mNormal,.mChoose{
	height:35px;
	float:left;
	text-align:center;
	line-height:35px;
	padding:0 10px;
	background:url(18.png) no-repeat left;
	font-size:14px;
	margin-top:17px;
	}
#n_guide .mNormal a{
	color:#333333;
	display:block;
	padding:0 23px;
	border-radius:5px;
	}
#n_guide .mNormal a:hover{
	color:#fff;
	display:block;
	padding:0 23px;
	border-radius:5px;
	background:#E60212;
	}
#n_guide .mChoose a{
	color:#fff;
	display:block;
	padding:0 23px;
	border-radius:5px;
	background:#E60212;
	}
#weizhi{
	width:100%;
	height:85px;
	}
#weizhi .position{
	width:1200px;
	height:85px;
	line-height:85px;
	position:relative;
	margin:0 auto;
	}
#weizhi .position h2{
	display:block;
	float:left;
	}
#weizhi .position h2 a{
	display:block;
	float:left;
	color:#333333;
	font-size:26px;
	padding-left:5px;
	}
#weizhi .position h2 p{
	display:block;
	float:left;
	font-size:20px;
	color:#333333;
	font-weight:normal;
	line-height:20px;
	padding:37px 0 0 10px;
	}
#weizhi .weizhi{
	float:right;
	display:block;
	color:#A9A9A9
	}
#weizhi .weizhi a{
	color:#A9A9A9;
	}
#weizhi .position h2 a{
	font-size:26px;
	font-weight:normal;
	color:#333333;
	}
#content{
	width:100%;
		}
#content .position{
	width:1200px;
	margin:0 auto;
	position:relative;
	}

#content .position .list{
	width:1200px;
	height:160px;
	margin-bottom:20px;
	background:#fff;
	}
#content .position .list .left{
	float:left;
	width:160px;
	height:160px;
	background:#F6F6F6;
	}
#content .position .list .left p{
	display:block;
	width:75px;
	height:125px;
	margin:20px auto 0 auto;
	text-align:center;
	}
#content .position .list .left p span{
	display:block;
	}
#content .position .list .left p .up{
	line-height:62px;
	border-bottom:1px solid #E0DFE0;
	font-size:34px;
	font-weight:200;
	color:#E60212;
	}
#content .position .list .left p .down{
	margin-top:13px;
	font-size:14px;
	color:#E60212;
	}
#content .position .list .img{
	display:block;
	width:240px;
	height:160px;
	float:left;
	}
#content .position .list .img img{
	width:240px;
	height:160px;
	}
#content .position .list .right{
	width:799px;
	height:158px;
	border:1px solid #E3E3E3;
	border-left:none;
	float:left;
	
	}
#content .position .list .right a{
	display:block;
	padding:0 20px;
	font-size:18px;
	line-height:18px;
	margin-top:30px;
	color:#2E2E2E;
	}
#content .position .list .right p{
	color:#B8B8B8;
	font-size:14px;
	padding:0 20px;
	display:block;
	line-height:25px;
	margin-top:15px;
	}











#content .position .list .left1{
	float:left;
	width:160px;
	height:160px;
	background:#E60212;
	}
#content .position .list .left1 p{
	display:block;
	width:75px;
	height:125px;
	margin:20px auto 0 auto;
	text-align:center;
	}
#content .position .list .left1 p span{
	display:block;
	}
#content .position .list .left1 p .up{
	line-height:62px;
	border-bottom:1px solid #fff;
	font-size:34px;
	font-weight:200;
	color:#fff;
	}
#content .position .list .left1 p .down{
	margin-top:13px;
	font-size:14px;
	color:#fff;
	}

#content .position .list .right1{
	width:799px;
	height:158px;
	border:1px solid #E3E3E3;
	border-left:none;
	float:left;
	
	}
#content .position .list .right1 a{
	display:block;
	padding:0 20px;
	font-size:18px;
	line-height:18px;
	margin-top:30px;
	color:#2E2E2E;
	}
#content .position .list .right1 p{
	color:#B8B8B8;
	font-size:14px;
	padding:0 20px;
	display:block;
	line-height:25px;
	margin-top:15px;
	}
#content .pic{
	width:1230px;
	}
#content .pic .box{
	width:385px;
	height:220px;
	float:left;
	position:relative;
	margin:0 24px 25px 0;
	}
#content .pic .box .img{
	display:block;
	width:385px;
	height:220px;
	}
#content .pic .box .img img{
	width:385px;
	height:220px;
	}
#content .pic .box .topic{
	width:385px;
	height:30px;
	display:block;
	position:absolute;
	bottom:0px;
	text-align:center;
	line-height:30px;
	font-size:14px;
	color:#fff;
	background:url(19.png);
	}

#content .position .d_page{
	width:100%
	}
	
#content .position .d_page .up{
	width:100%;
	height:95px;
	text-align:center;
	}
#content .position .d_page .up h2{
	display:block;
	margin-top:25px;
	font-size:16px;
	color:#E60212;
	font-weight:normal;
	font-weight:bold;
	}
#content .position .d_page .up p{
	display:block;
	margin-top:15px;
	color:#505050;
	font-size:14px;
	
	}
#content .position .d_page .down{
	color:#828282;
	line-height:2em;
	font-size:14px;
	}



#content .position .listx{
	width:1200px;
	height:100px;
	border-bottom:1px solid #F3F3F3;
	margin-bottom:20px;
	}
#content .position .listx .date{
	width:80px;
	height:80px;
	float:left;
	text-align:center;
	background:#E60212;
	}
#content .position .listx .date1{
	width:80px;
	height:80px;
	float:left;
	text-align:center;
	background:#E60212;
	}
#content .position .listx .date .dd{
	font-size:36px;
	line-height:55px;
	color:#fff;
	}
#content .position .listx .date .yy{
	color:#fff;
	}
#content .position .listx .date1 .dd{
	font-size:36px;
	line-height:55px;
	color:#fff;
	}
#content .position .listx .date1 .yy{
	color:#fff;
	}
#content .position .listx .text{
	width:1095px;
	height:80px;
	float:right;
	}
#content .position .listx .text .topic{
	color:#333;
	font-size:16px;
	font-weight:bold;
	}
#content .position .listx .text .topic1{
	color:#511138;
	font-size:16px;
	font-weight:bold;
	}
#content .position .listx .text p{
	line-height:1.75em;
	padding-top:15px;
	color:#CBCAC9
	}

.piro_overlay { position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:#fff; display: none; z-index:99997; }

.loading span{position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-15px;width:30px;height:30px;display:block;z-index:100008; background:none }
.loading span span{position:absolute; display:block; width:30px;height:30px; z-index:100009;background:url(../../HdInc/demo1/ajax-loader.gif) center center no-repeat!important;background: url(../../HdInc/demo1/ajax-loader.gif) center center no-repeat;}

.caption{position:absolute;bottom:0;left:0;margin:0;display:block; padding:0px; cursor:text; background:#222;}
.piro_nav{position:absolute;bottom:0;left:50%;margin:0;display:block; padding:0; background:none;}
.caption p{ display:block; margin:0;padding:4px 28px 4px 38px; text-align:center; font-weight:normal; background:black; color:white; font-size:12px;}

a.piro_close{position:absolute;top:20px;right:20px;height:35px;width:35px;background:url(../../HdInc/demo1/close_btn.png) no-repeat;cursor:pointer;z-index:100006;}
a:hover.piro_close{background:url(../../HdInc/demo1/close_btn_h.png) no-repeat;}

a.piro_next{position:absolute;top:50%;width:35px; height:35px;right:20px;text-indent:-999em;outline:none; display:block; margin:-18px 0 0 0;background:url(../../HdInc/demo1/next.png) center right no-repeat; border:none; cursor:pointer;z-index:1000000001}
a:hover.piro_next{background:url(../../HdInc/demo1/next_h.png) center right no-repeat;}

a.piro_prev{position:absolute;top:50%;width:35px; height:35px;left:20px; text-indent:-999em; outline:none;display:block;margin:-18px 0 0 0;background: url(../../HdInc/demo1/prev.png) center left no-repeat;border:none; cursor:pointer; z-index:1000000000}
a:hover.piro_prev{background:url(../../HdInc/demo1/prev_h.png) center left no-repeat;}



.pirobox_content {position:absolute; top:50%; left: 50%; padding:0; width: 800px; height: 600px; margin:-300px 0 0 -400px; display:block; z-index:99998;font-family:Trebuchet MS,Arial;}
.pirobox_content table,tbody,tr,th,td{margin:0;padding:0;border:none;}
.pirobox_content img{ margin:0; padding:0; border:none;}

.t_l{background:url(../../HdInc/demo1/t_l.png) no-repeat; width:20px; height:20px;}
.t_r{background: url(../../HdInc/demo1/t_r.png) no-repeat; width:20px; height:20px;}
.t_c{height:20px; background:url(../../HdInc/demo1/t_c.png) repeat-x;}

.c_l{width:20px; background: url(../../HdInc/demo1/c_l.png) repeat-y;}
.c_c{background:white; margin:0; padding:0;}
.c_c div{width:760px; height:560px; margin:0; padding:0 0 0px 0;}
.c_r{width:20px; background: url(../../HdInc/demo1/c_r.png) repeat-y;}

.b_c{height:20px; background:url(../../HdInc/demo1/b_c.png) repeat-x;}
.b_l{background:url(../../HdInc/demo1/b_l.png) no-repeat; width:20px; height:20px;}
.b_r{background:url(../../HdInc/demo1/b_r.png) no-repeat; width:20px; height:20px;}

/*.t_l{background:#000; width:10px; height:10px;}
.t_r{background:#000; width:10px; height:10px;}
.t_c{height:10px; background:#000;}

.c_l{width:10px; background:#000;}
.c_c{background:#000; margin:0; padding:0;}
.c_c div{width:380px; height:180px; margin:0; padding:0;}
.c_r{width:10px; background: #000;}

.b_c{height:10px; background:#000;}
.b_l{background:#000; width:10px; height:10px;}
.b_r{background:#000; width:10px; height:10px;}
*/
.box_img{ position:absolute; z-index:99995; background: url(img_bg.png);width: 100%; top:30px; left:30px; height: 100%; padding:0;}
.err_mess{ position:absolute;bottom:20px; color:white; padding:0; margin:0 0 0 20px; display:block;}
.err_mess a{color:red; font-weight:700;}
.number{position:absolute;margin-left:3px;height:18px;width:30px; padding:3px;left:0;color:#666;bottom:1px; font-size:11px;}
a.link_to {position:absolute;margin-right:6px;height:20px;width:20px;right:0;color:#999;bottom:3px; background:url(../../HdInc/demo1/link_out.png) no-repeat; text-indent:-999em;}
a:hover.link_to { background:url(../../HdInc/demo1/link_out_h.png) no-repeat;}
a.play{position:absolute;top:20px!important;top:20px;left:20px!important;left:20px;width:40px; height:40px; margin:0; outline:none; display:block;background:url(../../HdInc/demo1/play.png) no-repeat; text-indent:-999em; border:none;cursor:pointer;}
a:hover.play{background:url(../../HdInc/demo1/play_h.png) no-repeat;}
a.stop{position:absolute;top:20px!important;top:20px;left:20px!important;left:20px;;width:40px; height:40px; margin:0; outline:none; display:block;background:url(../../HdInc/demo1/pause.png) no-repeat;text-indent:-999em; border:none;cursor:pointer;}
a:hover.stop{background:url(../../HdInc/demo1/pause_h.png) no-repeat;}


.qq,.wechat{
	padding:0 0 0 10px;
	}