@charset "gb2312";
/* CSS Document */

/* 
Copyright 2001-2014 Grand Point Inc.
2014_8 by Wang Li
 */


 /*嵌套自定义CSS样式写在这里*/
	
#NeiMain {
	overflow: auto;
}

#MainDiv { width:885px; float:left; margin-top:40px; margin-bottom:70px; margin-left:15px;}

#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: 14px;
}

img {
	border: 0;
}

ul,li {
	list-style: none;
}

a {
	color: #232323;
	text-decoration: none;
}

a:hover {
	color: #e77918;
}

.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: 2em;
	/*两倍行距，此处不要直接用px*/
	font-size: 14px;
	color: #333;
}
#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;;
}
#ClsDetail {
	margin:26px 0 0 0; text-align:left;	
}

#ClsDetail h2 {
	font-size: 18px;
	line-height: 1.5em;
	background: none; 
	font-weight: normal;
	color:#232323;
}

#ClsDetail h3 {
	font-size: 12px;
	color: #656565;
	line-height: 2.5em;
	background: none;
	font-weight: normal;
}

.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:0; height:70px; border-bottom:1px solid #b4b4b4; border-top:1px solid #b4b4b4;
}

#PreNextRs p {
	line-height:2.5em;
	width: 50%;
	float: left;
	text-align: left;
	color:#666; padding-top:5px; font-size:12px;
}
#PreNextRs p a{ color:#666;}
#PreNextRs p a:hover{ color:#e77918; cursor:pointer;}

.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;
}
#titleName{ height:40px; border-bottom:2px solid #6e6e6e;}
#titleName p{ float: left; color:#232323; font-size:24px;}
#titleName .potion{ float:right; color:#8c8c8c; font-size:12px;}
#titleName .potion a{ color:#8c8c8c;}
#titleName .potion a:hover{ color:#e77918;}

#leftmain{ width:220px;float:right; margin:85px 0; }
.gongggao{ margin-top:20px; width:100%; height:300px;}
.gongggao p{ width:220x; height:35px; line-height:35px; color:#fff; background:url(gonggao.png) no-repeat center top;}
.gongggao p a{ color:#fff; padding-left:10px;}
.gongggao ul{ width:220x; padding:20px 25px; height:235px; font-size:12px;  background:#f5f5f5;}
.gongggao ul li{ line-height:2.5em; list-style-image:url(neifu.png); list-style-position: outside;}
.gongggao ul li a{ color:#8a8a8a;}
.gongggao ul li a:hover{ color:#e77918;}
#ContentMain{ width:945px; float:left; margin-top:45px; margin-bottom:70px; margin-left:15px;}
#NormalList{ margin-top:23px;}
#NormalList dt{ height:30px; font-size:16px; color:#373737; border-bottom:1px solid #dddddd;}
#NormalList dd{ padding-top:10px; font-size:12px; color:#656565;}

.ClsListUl, .ClsListUlx {
	margin-top:35px;
	width:900px; 
}
.ClsListUlx li {
	float: left;
	width: 400px;
	height: 375px;
	font-size:16px;
	margin-right:100px;
	text-align:left;
	margin-bottom: 15px;
}
.ClsListUlx li img {
	padding:0;
}
.ClsListUl li {
	float: left;
	width: 400px;
	height:375px;
	font-size:16px;
	margin-right:100px;
	text-align: left;
	margin-bottom: 15px;
}
.ClsListUl li img {
	padding: 0;
}
.ClsListUlx li.nomg {
	margin-right: 0;
}
.ClsListUl li.nomg {
	margin-right: 0;
}
/*用户中心*/
#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: left;
	padding: 10px;
	clear: both;
	margin-top: 50px;
	font-size:14px;
}

.Pages a {
	border: 1px solid #E0E0E0;
	padding: 0px 5px;
	text-align: center;
	margin: 0 6px 0 0;
	background: #FFF;
	color:#666; 
}

.Pages a:hover {
	border: 1px solid #ddd;                                                                  
	padding: 0px 5px;
	text-align: center;
	margin: 0 6px 0 0;
	background: #f9f9f9;
	color: #333;
}

.Pages .choose {
	border: 1px solid #eee;
	padding: 0px 5px;
	text-align: center;
	margin: 0 6px 0 0;
	background: #f0f0f0;
	color: #666;
}

.Pages .PageInfo {
	border: 1px solid #ddd;
	padding: 0px 5px;
	text-align: center;
	margin: 0 6px 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 #069;
	width: 80px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #06C;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

#SeoKeywordsStr {
	margin-top: 20px;
}

.ClsListTb{
	
}
/*全局CSS结束，请勿删除或修改*/
/*通用样式开始*/
.bodymain{ position:relative; width:1200px; margin:0 auto;}
/*头部样式开始*/
#menu{ position:absolute; right:0; width:490px;}
#menu li{ float:left; width:120px; text-align:center;}
#menu li a{ color:#fff;}
#menu li ul{ background:#f5f5f5; width:130px; height:110px; padding-top:15px; display:none;}
#menu li ul li{ line-height:2em; font-size:12px;}
#menu li ul li a{ color:#000;}
#menu li a:hover{ color:#e77918;}
#menu .dian{ float:left; width:3px; height:35px; background:url(jiahao.png) no-repeat 50% 50%;}



.logol{ position:absolute; left:0; top:30px;}
#nav {
	position: absolute;
	right: 0;
	top: 0px;
	width:480px;
	height:115px;
	text-align: center;
	clear: both;
	margin: 0 auto; 
}
#nav ul {
}
#nav li {
	float: left;
	height: 115px;
	position: relative; 
}
#nav li.line_off {
	background: none
}
#nav a {
	display: block;
	float: left;
	text-decoration: none;
	height: 115px;
	line-height: 115px;
	font-size: 16px;
	color: #232323;
	width: 160px;
 blr:expression(this.onFocus=this.blur());
	outline: none;
	position: relative; background:url(xiasan.png) no-repeat 83% center;
}
#nav a:hover {
	color: #e77918;
	text-decoration: none;
	background:url(xiasanh.png) no-repeat 83% center #232323;
}
/*---当前分类---*/
#nav li ul {
	display: none;
	position: absolute;
	top:115px;
	left: 0px;
	width: 150px;
	background: #232323;
	height:150px;
}
#nav li ul li {
	width: 150px;
	line-height:30px;
	height:30px;
	margin: auto 0;
	background-image: none;
	position: relative;
}
#nav li ul a, #nav li.active ul a, #nav li.sfhover ul a {
	background: none;
	height: auto;
	color: #fff;
	line-height:30px;
	width:150px;
	font-size: 14px;
	float: none;
	text-align: center;
}
#nav li ul a:hover {
	color: #e77918;
	font-weight: bold;
}
#nav li ul .cloumn_pic {
	height:150px;
	width:280px;
	background: #232323;
	left:110px;
	position: absolute;
	top: 0;
	border: none;
}
#nav li ul .cloumn_pic .pic {
	position: absolute;
	left: 20px;
	top: 20px;
}

/*Slide Start幻灯片位置开始*/
#Slidebox{width:1200px; height:570px;  padding:0px;  margin:0 auto;   /*position:relative;*/ overflow:hidden;}
#flashBg {
	height: 570px;
	overflow: hidden;
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}
#flashLine {height: 570px;width:1200px;clear: both;overflow: hidden;}
#flash{width: 1200px;height: 570px;overflow: hidden;margin: 0 auto;clear: both;position: relative;padding: 0px 0px;}
#flash a {width: 1200px;height: 570px;display: none;}
#flash img {width: 1200px;height: 570px;}
.flash_bar {width:650px;
	padding-left: 550px;
	z-index: 69;
	height: 50px;
	overflow: hidden;
	position: absolute;
	padding-top: 15px!important;
	padding-top: 15px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	margin: 0 auto;}
.flash_bar .dq {
display: block;float: left;width: 15px;height: 15px;margin:2px 4px;cursor: pointer;background: url(images/pagination.png) no-repeat 0px -17px; overflow:hidden;
_background: none; 
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://vizo.retail20.cn/images/pagination.png" ,sizingMethod="crop");
}

.flash_bar .no {display: block;float: left;width: 15px;height: 15px;margin:2px 4px;cursor: pointer;
background:url(images/pagination.png) no-repeat 0px -1px; overflow:hidden; 
_background: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://vizo.retail20.cn/images/pagination.png" ,sizingMethod="crop");
}

/*头部样式结束*/

/*中间样式开始*/
.meitinewr{ position:absolute; top:0; right:0; width:400px; height:325px;}
.meitinewr .tubg{ position:absolute; top:0; width:400px; height:170px; background:#232323; filter:alpha(opacity=30);opacity:0.3; -moz-opacity:0.3;z-index:3; display:none;}
.newxin{ height:125px; padding:15px; background:#e2e5ea;}
.newxin .times{ color:#656565; font-size:12px;}
.newxin h2 a{ height:60px; line-height:60px; color:#373737; font-size:18px; font-weight:normal; }
.newxin h2 a:hover{ color:#e77918;}
.newxin .miaoshu{  color:#656565; font-size:12px; line-height:1.8em;}

.meitinewr1{ position:absolute; top:325px; left:0; width:400px; height:325px;}
.meitinewr1 .tubgx{ position:absolute; top:0; width:400px; height:170px;background:#232323; filter:alpha(opacity=30);opacity:0.3; -moz-opacity:0.3; z-index:3; display:none;}
.newxinx{ height:75px; padding:15px; background:#e2e5ea;}
.newxinx .times{ color:#656565; font-size:12px;}
.newxinx h2 a{ height:80px; line-height:80px; color:#373737; font-size:18px; font-weight:normal; }
.newxinx h2 a:hover{ color:#e77918;}

.meitinewr2{ position:absolute; top:325px; right:400px; width:400px; height:325px;}
.meitinewr2 .tubgxx{ position:absolute; top:0; width:400px; height:170px;background:#232323; filter:alpha(opacity=30);opacity:0.3; -moz-opacity:0.3; z-index:3;display:none;}

.meitinewr3{ position:absolute; top:325px; right:0; width:400px; height:325px;}
.meitinewr3 .tubgxxx{ position:absolute; top:0; width:400px; height:170px;background:#232323; filter:alpha(opacity=30);opacity:0.3; -moz-opacity:0.3; z-index:3; display:none;}

/* 文本切换盒子 - 公用类 */ 
.slideTxtBox{ width:1200px; height:750px;} 
.slideTxtBox .hd{position:absolute; left:0px; bottom:0;} 
.slideTxtBox .hd ul{ width:1200px; height:200px; background:#818181;} 
.slideTxtBox .hd ul li{ float:left; width:300px; height:200px;} 
.slideTxtBox .hd ul li.on{ height:200px;  background:#999; cursor:pointer; }
.slideTxtBox .hd ul li .xinxibiao a { padding:15px 15px 0 15px;}
.slideTxtBox .hd ul li .xinxibiao a img{ margin-top:40px;}
.slideTxtBox .hd ul li .xinxibiao p { padding:15px; color:#fff; font-size:14px;}
.slideTxtBox .bd{ width:1200px; height:550px;} 
.slideTxtBox .bd ul{ width:1200px; height:550px;} 
.slideTxtBox .tempWrap{} 








.pinlun{ position:absolute; left:0; width:875px; height:400px;}
.guanzhu{ width:215px; height:50px; padding:15px;}
.guanzhu .guanzhul{ float:left; width:50px; height:50px; }
.guanzhu .guanzhur{ float:right; width:153px; height:50px; }
.pinlunqu{ width:855px; height:283px; margin: 0 20px 0 0; border-bottom:1px solid #d2d2d2; border-top:1px solid #d2d2d2; line-height:2em; text-indent:2em;}
.juzheng{ position:absolute; right:0; width:325px; height:400px;}
.juzheng .jubiao{ height:50px; padding:15px 0; line-height:50px; font-size:26px; color:#646464;}
.juzhengmain{ width:325px; height:283px; margin: 0; border-bottom:1px solid #d2d2d2; border-top:1px solid #d2d2d2;}
.juzhengmain span{ width:130px; height:50px; display:block; float:left; margin-top:30px;}
.juzhengmain span .guanzhul{ float:left; width:50px; height:50px; }
.juzhengmain span .guanzhur{ float:right; width:70px; height:50px; }

.juzhengmain .erweima{ position:absolute; left:0; top:193px; width:85px; height:100px; }
.juzhengmain .erweima1{ position:absolute; left:120px; top:193px; width:85px; height:100px; }
.juzhengmain .erweima2{ position:absolute; right:0; top:193px; width:85px; height:100px; }
.juzhengmain .gengduo{ position:absolute; left:0; bottom:30px; width:100%; height:44px; line-height:44px; text-align:center; border-top:1px solid #d2d2d2;  }

.zizun{ display:block; float:left; width:140px; height:40px; margin-right:35px; margin-left:270px; padding-top:15px;}
.zizun a{ display:block; width:140px; height:40px; background:url(zixun.png) no-repeat center;}
.zizun a:hover{ background:url(zixun1.png) no-repeat center;}

.cehua{ display:block; float:left; width:140px; height:40px; margin-right:35px; padding-top:15px;}
.cehua a{ display:block; width:140px; height:40px; background:url(cehua.png) no-repeat center;}
.cehua a:hover{ background:url(cehua1.png) no-repeat center;}

.jinrong{ display:block; float:left; width:140px; height:40px; margin-right:35px; padding-top:15px;}
.jinrong a{ display:block; width:140px; height:40px; background:url(jinrong.png) no-repeat center;}
.jinrong a:hover{ background:url(jinrong1.png) no-repeat center;}

.wuye{ display:block; float:left; width:140px; height:35px; padding-top:15px;}
.wuye a{ display:block; width:140px; height:40px; background:url(wuye.png) no-repeat center;}
.wuye a:hover{ background:url(wuye1.png) no-repeat center;}

/*中间样式结束*/


/*尾部样式开始*/
.wangditu{ width:895px; height:100%; margin-left:15px; color:#fff;}
.wangditu .ditubiao{ height:80px; line-height:90px; font-size:24px;}
.wangditu span a{ color:#d3d3d3;}
.wangditu span a:hover{ color:#e77918;}

.wangditu .dinav{ height:53px; line-height:53px; margin:10px 0; border-bottom:1px solid #646464; border-top:1px solid #646464; }
.wangditu .dinav span{ display:block; float:left; width:147px; height:53px; font-size:14px; color:#d3d3d3;}
.wangditu .dinavla { display:block; float:left; width:147px; height:53px; line-height:1.8em; font-size:12px;}
.wangditu .dinavla a{ color:#d3d3d3;}
.wangditu .dinavla a:hover{ color:#e77918;}
.erweima{ position:absolute; right:15px; top:120px; width:150px; height:150px;}
.copyright{ line-height:55px; font-size:12px; text-align:center; color:#656565;}
.copyright a{ color:#656565;}
.copyright a:hover{ color:#e77918;}

/*尾部样式结束*/
/*项目页面样式开始*/
.xiangmu{ width:945px; height:530px; margin-top:35px;}
.xiangmu .xiangmumain{ display:block; float:left; width:279px; height:524px; border:3px solid #ebebeb; margin-right:45px;}
.xiangmu .xiangmumain .biaotu{ width:240px; height:290px; margin-top:15px; margin-left:20px;}
.xiangmu .xiangmumain .biaoti{ width:240px; height:40px; line-height:40px; text-align:center; font-size:16px; margin-left:20px; background:#f5f5f5;}
.xiangmu .xiangmumain ul{ margin-left:20px; margin-top:5px;}
.xiangmu .xiangmumain ul li{ line-height:2em; background:url(neifu.png) no-repeat 0 50%;}
.xiangmu .xiangmumain ul li a{ padding-left:10px;}
.xiangmu .xiangmumain .chakan{ width:80px; height:30px; line-height:30px; font-size:12px; text-align:center; margin-left:180px; margin-top:15px; background:#333333;}
.xiangmu .xiangmumain .chakan a{ display:block; width:80px; height:30px; color:#fff;}
.xiangmu .tubgx .chakan a{ background: #e77918; color: #fff;}
.xiangmu .tubgx{ border:3px solid #e77918;}

.ClsListUlxiangmu{
	margin-top:35px;
	width:960px; 
}
.ClsListUlxiangmu li {
	float: left;
	width: 205px;
	height:210px;
	font-size:16px;
	margin-right:41px;
	text-align: left;
	margin-bottom: 15px;
}
.ClsListUlxiangmu li img {
	padding: 0;
}
.ClsListUlxiangmu li.nomg {
	margin-right: 0;
}

#LeftMenu1{ margin-top:35px; height:40px;}
#LeftMenu1 span{ display:block; float:left; height:40px; margin-right:15px;}
.mNormalSub a{
	display: block;
	width:115px; height:40px; line-height:40px;
	font-size: 16px;
	font-weight: normal;
	color:#fff; 
	text-align: center;
	background:#333333;
}
.mChooseSub a{
	display: block;
	font-size: 16px;
	width:115px; height:40px; line-height:40px;
	background:#CF6;
	font-weight: normal;
	color:#fff;
	text-align:center;
	background:#e77918;
}
.mNormalSub a:hover, .mChooseSub a:hover {
	color:#0090da;
	background:#e77918;
	
}

#LeftMenu{ margin-top:35px; height:40px;}
#LeftMenu span{display: block;  float:left; height:40px; margin-right:15px;}
.mNormal a{
	display: block;
	width:115px; height:40px; line-height:40px;
	font-size: 16px;
	font-weight: normal;
	color:#fff; 
	text-align: center;
	background:#333333;
}
.mChoose a{
	display: block;
	font-size: 16px;
	width:115px; height:40px; line-height:40px;
	background:#CF6;
	font-weight: normal;
	color:#fff;
	text-align:center;
	background:#e77918;
}
.mNormal a:hover, .mChoose a:hover {
	color:#0090da;
	background:#e77918;
	
}

.column{ height:50px; padding:15px 0; line-height:50px; font-size:26px; color:#646464;}

/*项目页面样式结束*/