@charset "gb2312";
/* CSS Document */

/* 
Copyright 2001-2014 Grand Point Inc.
2014_8 by Wang Li
 */


 /*嵌套自定义CSS样式写在这里*/
	
#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;
}

body{
margin:0;padding:0;
font-size:14px;
font-family:"微软雅黑";

	}
ul,li{
	padding:0;margin:0;list-style-type:none;
	}
a:link,a:visited,a:active{color:inherit; text-decoration:none;}
a:hover{
	color:inherit;
	text-decoration:none;
}	
img{
	border:0;
	}

.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: 1000px;
	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;
	padding: 10px;
	clear: both;
	margin-top: 20px;
	font-size:14px;
}

.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-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 #CF2123;
	width: 80px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #CF2123;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

#SeoKeywordsStr {
	margin-top: 20px;
}

.ClsListTb{
	
}
/*全局CSS结束，请勿删除或修改*/
.position{width:100%;margin:0 auto;position:relative;clear:both;float:left;}
.b1{height:565px;}
.b1_pos{width:1000px;margin:0 auto;clear:both;position:relative;height:565px;}
.b1_set_add{float:right;height:40px;line-height:40px;color:#fff;}
.b1_set_add span{cursor:pointer;}
.b1_logo{float:left;clear:right;}
.b1_logo img{width:240px;height:70px;}
.b1_search{float:right;margin-top:30px;}
.b1_search input[type=search]{border:0;width:170px;height:30px;background:rgba(255,255,255,.7);padding-left:5px;float:left;}
.b1_search input[type=submit]{width:30px;height:30px;background:url(../../HdImg/HdBas/bg_search.png) no-repeat center #A81D1E;border:0;float:right;}
.b1_more{width:55px;height:30px;line-height:30px;background:url(../../HdImg/HdBas/bg_b1_more.png) no-repeat center;top:325px;left:300px;color:#fff;font-size:12px;padding-left:50px;clear:both;position:absolute;z-index:999;}

.nav{height:55px;z-index:2;width:760px;font-size:16px;position:absolute;float:left; clear:right;bottom:0;}
		.nav a{ color:#fff;font-size:16px; }
		.nav .nLi{ display:inline-block;float:left;clear:right;}
		.nav .nLi div{
					height:55px;
					width:126px;
					text-align:center;
					line-height:55px;
					margin:0 auto;
					background:url(../../HdImg/HdBas/bg_b1_cut.png) no-repeat right #3B3B3B;
					}
		.nav .nLi div a{ display:block;	color:#fff;}
		
		.nav .sub{ display:none; width:125px; top:45px;margin-top:10px;margin-left:0px;  position:absolute; background:#A81D1E; z-index:2; line-height:40px; list-style-type:none; text-align:center;}
		.nav .sub a{ display:block; padding:0 0px; }
		.nav .sub a:hover{ background:#6d6d6d; color:#fff;  }
.block2{width:1000px;height:140px;margin:0 auto}
.b2_left{width:695px;float:left;clear:right;height:140px;border-bottom:2px solid #777777;}
.b2_l_title{font-size:16px;color:#313131;height:25px;line-height:25px;padding-left:35px;background:url(../../HdImg/HdBas/b2_news.png) no-repeat left;margin-top:45px;float:left;clear:right;}

/* 本例子css */
		.picScroll-top{ margin:45px auto 0 auto;  width:545px;  overflow:hidden; position:relative;}
		.picScroll-top .hd{ overflow:hidden;  }
		.picScroll-top .hd .prev{ display:block;  width:8px; height:5px;  overflow:hidden;
			 cursor:pointer;background:url(../../HdImg/HdBas/bg_b3_up.png) no-repeat center;position:absolute;right:0;top:0;}
	    .picScroll-top .hd .next{ display:block;  width:8px; height:5px;  overflow:hidden;
			 cursor:pointer;background:url(../../HdImg/HdBas/bg_b3_down.png) no-repeat center;position:absolute;right:0;top:10px;}
		.picScroll-top .hd .prevStop{ background-position:-60px -100px;  }
		.picScroll-top .hd .nextStop{ background-position:-60px -140px;  }
		.picScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picScroll-top .hd ul li.on{ background-position:0 0; }
		.picScroll-top .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-top .bd ul li{ text-align:left;width:545px;height:25px;line-height:25px;}
		.picScroll-top .bd ul li .title{width:410px;padding-left:10px;color:#8c8c8c;background:url(../../HdImg/HdBas/bg_b2_point.png) no-repeat left;float:left;clear:right;}
         .b2_l_date{color:#8c8c8c;}
		 .b2_right{float:right;margin-top:-130px;width:244px;height:270px;}
.b2_right li{width:244px;height:90px;background-color:#A81D1E;color:#fff;text-align:center;float:right;margin-bottom:1px;}
.b2_right li span{display:block;}
.b2_r_ch{font-size:18px;margin-top:20px;}
.b2_r_en{margin-top:10px;}
.zsgs:hover{background:url(../../HdImg/HdBas/bg_b2_r1.jpg) no-repeat center;}
.b2_hr:hover{background:url(../../HdImg/HdBas/bg_b2_r.jpg) no-repeat center;}
.sjwz:hover{background:url(../../HdImg/HdBas/bg_b2_r2.jpg) no-repeat center;}
.block3{width:1000px;margin:0 auto;height:100px;clear:both;}
.b3_top{clear:both;}
.b3_top span{display:block;text-align:left;float:left;clear:both;}
.b3_txt_ch{font-size:22px;color:#313131;margin-top:30px;}
.b3_txt_en{font-size:14px;color:#8b8b8b;}
 /* 本例子css */
		.picScroll-left{ width:1000px; position:relative;float:left;clear:right;}
		.picScroll-left .hd .prev{ display:block;  width:55px; height:55px;  overflow:hidden;position:absolute;top:47%;left:-115px;
			 cursor:pointer; background:url(../../HdImg/HdBas/bg_b3_prev.png) no-repeat;}
	   .picScroll-left .hd .next{ display:block;  width:55px; height:55px;  overflow:hidden;position:absolute;top:47%;right:-115px;
			 cursor:pointer; background:url(../../HdImg/HdBas/bg_b3_next.png) no-repeat;}
		.picScroll-left .bd{ padding-top:15px;width:1000px;overflow:hidden;}
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:left;border:1px solid #ccc;margin-right:17px;}
		.list_hover{background-color:#A81D1E;}
		.picScroll-left .bd ul li .pic{width:235px;height:180px;background-color:#333;}
		.picScroll-left .bd ul li .pic img{ width:235px; height:180px; display:block; opacity:0.5;}
		.picScroll-left .bd ul li .title{ width:125px;height:90px;padding-left:85px;padding-right:25px;cursor:pointer;}
.picList li .yljg{background:url(../../HdImg/HdBas/bg_b3_tree.png) no-repeat;background-position:25px 23px;}
.picList li .dckf{background:url(../../HdImg/HdBas/bg_b3_house.png) no-repeat;background-position:25px 23px;}
.picList li .wygl{background:url(../../HdImg/HdBas/bg_b3_star.png) no-repeat;background-position:25px 23px;}
.picList li .xxjs{background:url(../../HdImg/HdBas/bg_b3_chat.png) no-repeat;background-position:25px 23px;}
.picList li .hbzs{background:url(../../HdImg/HdBas/bg_b3_hbzs.png) no-repeat;background-position:25px 23px;}
.picList li .wtcy{background:url(../../HdImg/HdBas/bg_b3_wtcy.png) no-repeat;background-position:25px 23px;}
.picList li .hbzs{background:url(../../HdImg/HdBas/bg_b3_hbzs.png) no-repeat;background-position:25px 23px;}
.picList li .zhjd{background:url(../../HdImg/HdBas/bg_b3_hotel.png) no-repeat;background-position:25px 23px;}
.picList li .zhxf{background:url(../../HdImg/HdBas/bg_b3_zhxf.png) no-repeat;background-position:25px 23px;}

		.title span{display:block;}
		.b3_txt_title{font-size:16px;color:#323232;padding-top:10px;}
		.b3_txt_des{font-size:12px;color:#8c8c8c;padding-top:8px;}
.b4{height:135px;background:#3B3B3B;clear:both;margin-top:55px;float:left;}
.block4{width:1000px;height:135px;margin:0 auto;}
.b4_left{float:left;clear:right;}
.b4_logo{float:left;clear:right;margin-top:55px;margin-right:25px;}
.b4_contact{margin-top:35px;line-height:26px;font-size:14px;color:#8c8c8c;float:right;text-align:left;}
.b4_right{float:right;}
.b4_right span{display:inline-block;margin-left:20px;margin-top:25px;}
.b4_right span img{width:80px;height:80px;}
.b5{height:45px;background:#3B3B3B;border-top:1px solid #4F4F4F;clear:both;}
.block5{width:1000px;height:45px;line-height:45px;margin:0 auto;font-size:12px;color:#8c8c8c;clear:both;}
/* 本例子css */
		.slideBox{ width:100%; height:565px; overflow:hidden; position:absolute;}
		.slideBox .bd{ position:relative; height:100%;overflow:hidden;}
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%; height:565px; display:block;}
.block6{width:1000px;height:125px;margin:0 auto;}
.b6_set_add{height:35px;line-height:35px;float:right;color:#BEBEBE;clear:both;}
.b6_set_add span{cursor:pointer;}
.b6_logo_nav{width:1000px;clear:both;}
.b6_logo{float:left;clear:right;}
.b6_logo img{width:240px;height:70px;}
.b6_logo_x{float:left;clear:right;}
.b6_logo_x img{width:410px;height:70px;}
		.nav1{height:15px; line-height:15px;  position:relative; z-index:1;  float:right;margin-top:45px;}
		.nav1 .nLi1{ float:left;  position:relative; display:inline;  }
		.nav1 .nLi1 div{ float:left; width:115px;height:15px;text-align:center;line-height:15px;border-right:1px solid #4F4F4F;font-size:16px;}
		.nav1 .nLi1 div a{color:#3c3c3c;font-size:16px;margin-top:-10px;height:40px;line-height:40px;display:block;}
		.nav1 .nLi1 div a:hover{background:#A81D1E;color:#fff;}
		.nav1 .sub1{ display:none; width:115px; left:0; top:30px;  position:absolute; background:#A81D1E;  line-height:26px; }
		.nav1 .sub1 li{ zoom:1;line-height:40px; }
		.nav1 .sub1 a{ display:block; padding:0 10px; color:#fff;font-size:16px;text-align:center;}
		.nav1 .sub1 a:hover{ background:#6d6d6d; color:#fff;  }
.b7{height:215px;}
.b7 img{width:100%;height:215px;position:absolute;left:0;right:0;z-index:-1;}
.block7{width:1000px;height:215px;position:relative;margin:0 auto;}
.b7_title{position:absolute;right:15px;top:100px;color:#a91d1f;}
.b7_title span{display:block;margin-bottom:5px;}
.b7_t_ch{font-size:30px;}
.b7_t_en{font-size:16px;}
.b8{height:35px;border-bottom:1px solid #ddd;}
.block8{width:1000px;height:35px;line-height:35px;margin:0 auto;}
.block8 span{display:inline-block;padding:0 15px;border:1px solid #ddd;border-bottom:0;border-left:0;float:left;color:#989898;}
.b8_hp{background:url(../../HdImg/HdBas/bg_b8_hp.png) no-repeat;background-position:15px 12px;}
.block9{width:1000px;height:40px;margin:30px auto 0 auto;clear:both;}
.b9_normal{width:143px;padding:0 10px;height:40px;line-height:40px;text-align:center;border:1px solid #ddd;border-bottom:2px solid #A81D1E;float:left;clear:right;}
.b9_choose{width:145px;padding:0 10px;height:41px;line-height:40px;text-align:center;border:2px solid #A81D1E;border-bottom:0;float:left;clear:right;}
.d_page{width:1000px;margin:35px auto 0 auto;}
.d_title_date{text-align:center;}
.d_title_date span{display:block;}
.d_title{font-size:16px;color:#323232;margin-bottom:15px;}
.d_date{font-size:14px;color:#373737;margin-bottom:20px;}
.d_con{color:#8c8c8c;line-height:26px;letter-spacing:1.5px;width:1000px;float:left;clear:both;}
.x_page{width:1000px;margin:35px auto 0 auto;}
.x_page li{width:1000px;height:110px;margin-bottom:20px;}
.x_order{width:100px;height:110px;float:left;clear:right;background:#E7E7E7;font-size:60px;color:#bebebe;text-align:center;line-height:110px;}
.x_list{width:860px;float:right;height:80px;background:#EFEFEF;padding:15px 20px;}
.x_title_date span{display:inline-block;}
.x_title{font-size:16px;color:#373737;float:left;clear:right;}
.x_date{color:#373737;float:right;}
.x_con{color:#8F8F8F;line-height:24px;margin-top:10px;clear:both;float:left;}
.tw_page{width:1000px;margin:35px auto 0 auto;}
.tw_page li{width:1000px;height:135px;margin-bottom:35px;}
.tw_img img{width:178px;height:133px;padding:1px;border:1px solid #ddd;}
.tw_con{width:795px;position:relative;height:135px;}
.tw_title_date{clear:both;float:left;width:795px;}
.tw_title_date span{display:inline-block;color:#323232;}
.tw_title{float:left;}
.tw_date{float:right;}
.tw_des{clear:both;margin-top:20px;color:#a0a0a0;line-height:26px;float:left;}
.tw_more{width:105px;height:30px;background:url(../../HdImg/HdBas/bg_b1_more.png) no-repeat center;position:absolute;left:0;bottom:0;color:#fff;line-height:30px;font-size:12px; text-indent:50px;}
.t_page{width:1010px;margin:35px auto 0 auto;}
.t_page li{float:left;margin:0px 7px 20px 7px;}
.t_page li img{width:233px;height:173px;padding:1px;border:1px solid #ddd;}
.t_des{width:235px;height:35px;border:1px solid #ddd;border-top:0;line-height:35px;text-align:center;color:#323232;}
.b10{height:385px;clear:both;}
.slideBox1 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox1 .bd li{ zoom:1; vertical-align:middle; }
.slideBox1 .bd img{ width:100%; height:385px; display:block;  }
.block11{width:1000px;margin:30px auto 0 auto;}
.b11_top{width:650px;height:30px;clear:both;}
.b11_top_title{width:630px;float:left;clear:right;}
.b11_top .company{background:url(../../HdImg/HdBas/bg_b11_top.jpg) no-repeat right 18px;background-size:475px 1px;}
.b11_top .news{background:url(../../HdImg/HdBas/bg_b11_top.jpg) no-repeat right 18px;background-size:178px 1px;}
.b11_top_title span{display:inline-block;}
.b11_top_ch{font-size:18px;color:#363636;margin-right:5px;}
.b11_top_en{color:#969696;}
.b11_top_more{float:right;margin-top:15px;}
.b11_left{float:left;clear:right;}
.b11_l_img{margin-top:10px;float:left;clear:right;}
.b11_l_img img{padding:1px;border:1px solid #ddd;width:238px;height:178px;}
.b11_l_con{width:380px;float:right;margin-top:15px;position:relative;height:178px;}
.b11_l_con span{display:block;clear:both;}
.b11_l_title{font-size:16px;color:#363636;}
.b11_l_txt{color:#a0a0a0;line-height:24px;margin-top:15px;}
.b11_l_more{color:#c8290b;font-size:12px;width:65px;height:15px;line-height:15px;background:url(../../HdImg/HdBas/b11_l_con_more.png) no-repeat right center;position:absolute;bottom:0;}
.b11_right{float:right;}
.b11_list{margin-top:10px;clear:both;}
.b11_list li{width:310px;height:30px;line-height:30px;padding-left:10px;background:url(../../HdImg/HdBas/bg_b2_point.png) no-repeat left center;}
.b11_r_title{color:#373737;float:left;clear:right;}
.b11_r_date{color:#373737;float:right;}
.block12{width:1000px;height:165px;clear:both;margin:25px auto 0 auto;}
.b12_left{width:1000px;height:165px;float:left;clear:right;overflow:hidden;}
.b12_left li{width:216px;height:165px;float:left;clear:right;}
.b12_l_img img{width:214px;height:163px;border:1px solid #ddd;}
.b12_l_after{width:216px;height:165px;background:#C7290C;float:left;}
.b12_l_after span{display:block;clear:both;text-align:center;color:#fff;}
.b12_l_name{font-size:18px;margin-top:55px;clear:both;}
.b12_l_btn{margin:20px auto 0 auto;width:25px;height:25px;border-radius:25px;background:url(../../HdImg/HdBas/bg_b12_more.png);clear:both;}
