
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
ul, ol, li, /* list elements 列表元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td {
 /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

img {
	border:none;
	margin:0;
}

/* 设置默认字体 */
body,
button, input, select, textarea {
 /* for ie */
    /*font: 12px Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px "\5b8b\4f53", Tahoma, Helvetica, Arial, sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
	outline:none;
}

h1 {
 font-size: 24px; /* 18px / 12px = 1.5 */ }
h2 {
 font-size: 16px; }
h3 {
 font-size: 14px; }
h4, h5, h6 {
 font-size: 100%; }

/* 重置列表元素 */
ul, ol {
 list-style: none; }

/* 重置文本格式元素 */
a {
	color:#000;
	text-decoration: none; outline:none;
}
a:hover {
	color:#000;
	text-decoration: none; 
}

/* 重置表单元素 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
	border:none;
	background:none;
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

em {
	font-style:normal;
	font-family:Verdana, Geneva, sans-serif;
}

.verdana {
	font-family:Verdana, Geneva, sans-serif;
}

.max_width {
	width:980px;
	margin:0 auto;
}

.hidden {
	display:none;
}

.clear {
	overflow:hidden;
	zoom:1;
}

.fl {
	float:left;
	display:inline;
}

.fr {
	float:right;
	display:inline;
}

input[type="button"], input[type="submit"] {
	cursor:pointer;
}

/*****************重置样式结束*****************/


/***************top****************/
body {
	background:url(image/body.png) left bottom repeat-x;
}

.top_con {
	position:relative;
}

.top_con {
	overflow:hidden;
	zoom:1;
	padding: 10px 0;
}

/*设为首页*/
.top_con .top_nav {
	position:absolute;
	top:0;
	right:0;
	color:#fff;
	height:28px;
	line-height:28px;
	background:#a41a1b;
	border:1px solid #a41a1b;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	box-shadow:0px 3px 3px 0px #ccc;
}

.top_con .top_nav a {
	color:#fff;
	margin:0 10px;
}

/*logo*/
.top_con .logo {
	margin:0 30px 0 0;
}

.top_con .logo img {
	min-width:80px;
	min-height:80px;
	max-width:180px;
	max-height:120px;
}

/*公司名称*/
.company_name {
	margin-top:10px;
	font-family:"微软雅黑";
}

.company_name h2 {
	font-size:30px;
	font-weight:normal;
}

.company_name h2 a {
	color:#000;
}

.company_name .c_product {
	margin-top:8px;
}

.company_name .c_product a {
	color:#000;
	font-size:13px;
	margin-right:6px;
}

/*会员及年限*/
.diamond {
	position: absolute;
	top:20px;
	right:0;
	width: 235px;
	height: 80px;
	background: url("./image/member_star.png") no-repeat;
}
.group {
	position: absolute;
	top:20px;
	right:0;
	width: 235px;
	height: 80px;
}
.group_7{
	background:url("./image/group_7.png") scroll no-repeat 0 0 transparent;
	z-index: 3;
}
.group_8{
	background:url("./image/group_8.png") scroll no-repeat 0 0 transparent;
	z-index: 2;
}
.group_9{
	background:url("./image/group_9.png") scroll no-repeat 0 0 transparent;
	z-index: 1;
}
.diamond .star02 {
	position: absolute;
	top: 0;
	left: 0;
	height: 78px;
	width: 67px;
	background: url("./image/star02.png") no-repeat;
} 
.diamond .star03 {
	position: absolute;
	top: 0;
	left: 0;
	height: 78px;
	width: 67px;
	background: url("./image/star03.png") no-repeat;
} 
.diamond .star04 {
	position: absolute;
	top: 0;
	left: 0;
	height: 78px;
	width: 67px;
	background: url("./image/star04.png") no-repeat;
} 

.diamond .text {
	position: absolute;
	left: 72px;
	top: 45px;
	color: #AE1B02;
	font-family:"微软雅黑";
	font-size: 12px;
	font-weight: normal;
	height: 23px;
	letter-spacing: 1px;
	text-align: center;
	width: 150px;
}

.diamond .number {
	position: absolute;
	top:46px;
	right:32px;
	color: #fff;
	font-weight: bold;
}

/*banner*/
.banner {
	height:400px;
}

.banner .max_width {
	position:relative;
}

#bannerList {
	position:relative;
	width:980px;
	height:400px;
	overflow:hidden;
}

#bannerList img {
	position:absolute;
}

/*nav*/
#nav {
	position:relative;
	height:42px;
	line-height:42px;
	background:#333;
	margin-bottom:5px;
	border-top:1px solid #5f6062;
	border-bottom:1px solid #5f6062;
}

#nav .max_width {
	position:relative;
}

#nav ul li {
	position:relative;
	float:left;
	display:inline;
	font-family:"微软雅黑";
}  

#nav ul li a.nList {
	position:relative;
	float:left;
	display:inline;
	color:#e8d8ba;
	font-size:15px;
	width:91px;
	padding-left:30px;
	margin-left:-1px;
	vertical-align:middle;
	background:#000;
	border-left:1px solid #303031;
	border-right:1px solid #303031;
	border-top:1px solid #808080;
}

#nav ul li a.nList span {
	position:absolute;
	display:block;
	top:18px;
	left:18px;
	width:4px;
	height:4px;
	font-size:0;
	background:#9a0000;
}

#nav ul li a.nList:hover span {
	background:#fff;
}

#nav ul li a.nList:hover {
	border-top:1px solid transparent;
	background:#9a0000;
}

#nav ul li.current .nList {
	display:none;
}

#nav ul li .cNav {
	display:none;
}

#nav ul li.current .cNav {
	float:left;
	display:inline;
	color:#000;
	height:50px;
	width:121px;
	text-align:center;
	background:#fff;
	margin:-3px 0 0 -1px;
	border-left:1px solid #5c5962;
	border-right:1px solid #5c5962;
}

#nav ul li.current .cNav .enNav {
	font-size:25px;
	line-height:1.2em;
	font-family:Verdana, Geneva, sans-serif;
}

#nav ul li.current .cNav .chNav {
	font-size:13px;
	line-height:1.2em;
	vertical-align:middle;
}

#nav ul li.current .cNav .chNav span {
	color:#b9b9b9;
	margin:0 3px;
}

/*content*/
#content {
	overflow:hidden;
	zoom:1;
}

#content .index {
	margin-top:24px;
	padding:1px 20px 0 20px;
	border-left:7px solid #f2f2f2;
	border-right:7px solid #f2f2f2;
	background:url(image/bodyBg.png) repeat-x;
}

.title {
	overflow:hidden;
	zoom:1;
}

.index .title {
	margin-top:20px;
}

.title h3 {
	float:left;
	display:inline;
	color:#fff;
	width:140px;
	height:32px;
	line-height:32px;
	font-size:16px;
	font-weight:normal;
	font-family:"微软雅黑";
	background:url(image/shuimo.png) no-repeat;
}

.title h3 a {
	color:#fff;
	margin-left:10px;
}

.title .more {
	color:#fff;
	float:right;
	display:inline;
	width:48px;
	height:21px;
	line-height:21px;
	text-align:center;
	margin-top:6px;
	font-family:Verdana, Geneva, sans-serif;
	background:url(image/shuimo.png) 0 -40px no-repeat;
}

/*news*/
.index .news {
	width:330px;
}

.news .newList {
	padding-top:16px;
}

.news .newList li {
	color:#222;
	height:22px;
	line-height:22px;
}

.news .newList li a {
	color:#222;
	float:left;
	display:inline;
	width:250px;
	height:22px;
	overflow:hidden;
}

.news .newList li a:hover {
	color:#9a0000;
}

.news .newList li span {
	float:right;
	display:inline;
	font-family:Verdana, Geneva, sans-serif;
}

/*推荐产品*/
.rProcuct {
	margin-left:30px;
}

#rList {
	width:561px;
}

#sList {
	width:935px;
}

.showList {
	overflow:hidden;
	zoom:1;
	margin-top:20px;
	position:relative;
}

.showList ul {
	position:relative;
}

.showList li {
	position:relative;
	float:left;
	display:inline;
	margin-right:11px;
}

.showList li p {
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	width:176px;
	height:32px;
	line-height:32px;
	text-align:center;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	background:#000;
}

.index .showList li img {
	width:176px;
	height:132px;
	vertical-align:middle;
}

/*about us*/
.indexAbout {
	width:610px;
	overflow:hidden;
}

.indexAbout .aboutCon {
	margin-top:20px;
}

.aboutCon p {
	color:#222;
	text-indent:2em;
	line-height:20px;
	margin-top:8px;
}

.aboutCon img {
	float:right;
	display:inline;
	margin:0 0 12px 12px;
	width:238px;
	height:163px;
}

/*contact us*/
.indexContact {
	width:280px;
}

.indexContact .contactList {
	margin-top:20px;
}

.indexContact .contactList img {
	width:280px;
	height:78px;
}

.indexContact .contactList p {
	color:#222;
	min-height:24px;
	line-height:24px;
}

.indexContact .contactList p span {
	color:#a51a1b;
	font-family:Verdana, Geneva, sans-serif;
}

/*footer*/
#footer .max_width {
	overflow:hidden;
	zoom:1;
	margin-top:60px;
	margin-bottom:60px;
	/*padding:6px 0;*/
	padding: 4px 0;
	border-top:1px dashed #88878d;
	border-bottom:1px dashed #88878d;
}

#footer .max_width .footerNav p {
	color:#222;
	line-height:20px;
}

#footer .fLink a {
	color:#222;
	margin:0 8px;
}

#footer p a:hover {
	color:#000;
}

#footer .cRight span, #footer .cRight a {
	margin-right:8px;
}

#footer .fContact {
	/*margin-top:10px;*/
}

#footer .fContact span, #footer .fContact a {
	margin:0 8px;
	line-height: 40px;
}

#footer  i {
	color:#a51a1b;
	font-style:normal;
	font-family:Verdana, Geneva, sans-serif;
}

#footer .fContact a {
	color:#222;
    float: right;
    padding: 2px 0;	
}


/*内页banner*/
.inBanner {
	padding:20px 0;
}

/*left*/
.left {
	float:left;
	display:inline;
	width:200px;
	margin-top:20px;
}

.left .proList {
	margin-top:40px;
}

.left .proList a {
	color:#fff;
	display:block;
	width:196px;
	height:32px;
	line-height:32px;
	margin:0 auto 12px auto;
	text-align:center;
	font-size:16px;
	font-family:"微软雅黑";
	background:url(image/shuimo.png) 0 -110px no-repeat;
	overflow:hidden;
}

.left .proList a:hover, .left .proList a.current {
	background-position: 0 -70px;
}

.left .shortList a {
	width:125px;
	background-position: 0 -318px;
}

.left .shortList a:hover, .left .shortList a.current {
	background-position: 0 -282px;
}

.left .leftBg {
	padding-top:1px;
	border-left:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	background:url(image/bodyBg.png) repeat-x;
}

.left .cTel {
	height:56px;
	width:172px;
	margin:10px auto 0 auto;
	border:1px solid #ececec;
	background:url(image/Bg_tip.png) repeat-x;
}

.cTel a {
	float:left;
	display:inline;
	padding:8px 0 0 16px;
}

.cTel .phoneTip {
	width:42px;
	height:42px;
	background:url(image/B_tip.png) no-repeat;
}

.cTel .phoneNum {
	margin:0 0 0 10px;
}

.cTel .phoneNum h3 {
	font-size:16px;
	font-weight:normal;
	font-family:"微软雅黑";
}

.cTel .phoneNum p {
	color:#9a0000;
	font-family:Verdana, Geneva, sans-serif;
}

.online {
	overflow:hidden;
	zoom:1;
	width:172px;
	margin:14px auto 0 auto;
	border:1px solid #e2e2e2;
}

.online a {
	float:left;
	display:inline;
	width:172px;
	height:32px;
	line-height:32px;
	text-align:center;
	font-family:"微软雅黑";
}

.online a span {
	margin-left:16px;
}

.qNum {
	margin:12px 0 0 10px;
}

.qNum li {
	height:20px;
	line-height:20px;
	padding-left:18px;
	/*padding-left:28px;*/
	margin-top:6px;
	font-family:Verdana, Geneva, sans-serif;
	/*background:url(image/B_tip.png) 0 -50px no-repeat;*/
}
.qNum li a{
    display: block;
    float: left;
    height: 25px;
    overflow: hidden;
    width: 22px;
}
 .qNum li span{
     display: block;
     float:left;
     margin-left: 10px;
     width:105px;
     overflow: hidden;
 }

/*right*/
.right {
	float:right;
	display:inline;
	margin-top:20px;
	width:740px;
}

.right .bRight {
	padding:0 12px;
	border-left:12px solid #f2f2f2;
	border-right:12px solid #f2f2f2;
	background:url(image/bodyBg.png) repeat-x;
}

.right .title {
	padding:24px 0 8px 0;
	border-bottom:5px solid #ececec;
}

.right .title p {
	float:right;
	display:inline;
	margin-top:12px;
	font-family:Verdana, Geneva, sans-serif;
}

.right .title p a {
	margin:0 3px;
}

.right .title p a {
	color:#9a0000;
}

.right .showList {
	margin:0;
	padding:0 0 50px 0;
}

.right .showList ul {
	overflow:hidden;
	zoom:1;
	margin:20px 0 0 -15px;
}

.right .showList li {
	margin:0 0 10px 15px;
	width:220px;
	height:166px;
}

.right .showList li img {
	width:220px;
	height:166px;
	vertical-align:middle;
}

.right .showList li p {
	width:220px
}

.right .page {
	margin-top:40px;
	text-align:center;
}

.right .page a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-right:8px;
	padding:4px 8px;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#f8f8f8;
}

.right .page a:hover {
	color:#a51a1b;
}

.right .page a.current_page {
	color:#fff;
	border-color:#a51a1b;
	background:#a51a1b;
}

.right input.pages_inp,.right input.pages_btn{
    /*background: none repeat scroll 0 0 #F8F8F8;*/
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #444444;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    margin-right: 8px;
    padding: 4px 8px;
}

.right input.pages_btn{
	background: none repeat scroll 0 0 #F8F8F8;
}
/* 产品中心内页 */
.product_detail {
	position:relative;
	padding:12px 0 0 6px;
	overflow:hidden;
	zoom:1;
}

.product_detail_pic {
	position:relative;
	float:left;
	width:306px;
}

.product_introduce {
	float:left;
}

#bigPhoto {
	position:relative;
	height:230px;
	margin-bottom:10px;
	overflow:hidden;
	cursor:move;            
}

#bigList {
	position:absolute;
	top:0;
	left:0;
}

#bigList img {
	width:304px;
	height:230px;
	vertical-align:middle;
}

#shadeLayer {
	position:absolute;
	top:-999em;
	left:0;
	width:80px;
	height:80px;
	z-index:999;
	background:url(image/z_bg.png) repeat;
}

#magnifyPic {
	position:absolute;
	top:0;
	left:310px;
	width:300px;
	height:300px;
	visibility:hidden;
	border:1px solid #ccc;
	overflow:hidden;
}

#magnifyPic img {
	position:absolute;
	top:0;
	left:0;
	min-width:400px;
	min-height:400px;
}

#smallPhoto a {
	display:inline-block;
	padding:2px;
	margin-left:4px;
	border:1px solid #c0c0c0;
}

#smallPhoto a {
	*display:inline;
}

#smallPhoto a:hover {
	border:1px solid #a51a1b;
}

#smallPhoto img {
	width:86px;
	height:68px;
}

.product_detail_pic p {
	float:left;
	padding-left:20px;
	margin:16px 0 0 60px;
	height:16px;
	line-height:16px;
	cursor:pointer;
	background:url(image/tip.png) 0 -60px no-repeat;
}

.product_introduce {
	margin-left:30px;
}

.product_introduce h3 {
	color:#4d4d4d;
	font-size:16px;
}

.product_introduce table {
	margin-top:8px;
}

.product_introduce th {
	font-weight:normal;
	padding:5px 0;
	color:#4d4d4d;
	text-align:left;
}

.product_introduce td {
	color:#4d4d4d;
	padding:5px 0 5px 12px;
}

.product_introduce td em {
	color:#a51a1b;
	font-family:Verdana, Geneva, sans-serif;
}

.online_service {
	display:block;
	height:16px;
	width:24px;
	background:url(image/tip.png) 0 -90px no-repeat;
}

.servie_btn {
	overflow:hidden;
	zoom:1;
	margin-top:16px;
}


.servie_btn a {
	float:left;
	display:inline;
	color:#fff;
	width:100px;
	height:42px;
	line-height:42px;
	font-size:15px;
	text-align:center;
	font-family:"微软雅黑";
	border:none;
	background:url(image/shuimo.png) no-repeat;
	cursor:pointer;
}

.servie_btn .buy {
	margin-right:45px;
	background-position:0 -150px;
}

.servie_btn .consult {
	background-position:0 -200px;
}

.inContent .aboutCon {
	padding:10px 12px;
}

/*相册内页*/
.company_photo {
	padding:50px 0;
}

.company_pic {
	position:relative;
	width:600px;
	margin:0 auto;
}

#bigPic {
	position:relative;
	height:400px;
	width:550px;
	padding:25px;
	overflow:hidden;
	margin-bottom:30px;
	border:1px solid #ddd;
}

#bigPic img {
	height:400px;
	width:550px;
}

#bigPic span {
	position:absolute;
	left:25px;
	bottom:25px;
	display:block;
	height:40px;
	line-height:40px;
	width:550px;
	color:#fff;
	/* IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; 
	/* IE5 - 7 */
	filter: alpha(opacity=30);
	background:#000;
	background:rgba(0,0,0,0.3);
}

#bigPic span b {
	font-weight:normal;
	padding-left:12px;
}

.company_pic .small_pic {
	overflow:hidden;
}

#leftArrow {
	float:left;
	width:15px;
	height:70px;
	cursor:pointer;
	background:url(image/L_tip.png) 0 -371px no-repeat;
}

#rightArrow {
	float:right;
	width:15px;
	height:70px;
	cursor:pointer;
	background:url(image/L_tip.png) 0 -441px no-repeat;
}

.wrap_small_pic {
	position:relative;
	float:left;
	width:570px;
	height:70px;
	overflow:hidden;
}

#smallPic {
	position:absolute;
	left:0;
	top:0;
	height:70px;
}

#smallPic li {
	float:left;
	cursor:pointer;
}

#smallPic li .current {
	border-color:#5b2e2e;
}

#smallPic img {
	width:87px;
	height:66px;
	min-width:87px;
	min-height:66px;
	margin:0 2px;
	border:2px solid transparent;
	vertical-align:middle;
}

/*在线留言*/
.right .con_contact {
	overflow:hidden;
	zoom:1;
	padding:20px 20px 50px 20px;
}

.con_contact .message {
	color:#4d4d4d;
	font-family:"微软雅黑";
	margin-left:12px;
}

.con_contact .message em {
	color:#a51a1b;
	margin-left:3px;
	vertical-align:middle;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif
}

.con_contact .message th {
	text-align:right;
	font-weight:normal;
	padding:5px 10px 5px 0;
}

.con_contact .message td {
	padding:5px 0;
}

.con_contact .message input {
	height:16px;
	line-height:16px;
	padding:5px 0 5px 3px;
	border:1px solid #d0d0d0;
}

.con_contact .message textarea {
	width:327px;
	height:140px;
	padding:5px 3px;
	border:1px solid #d0d0d0;
	resize:none;
}

.message .lText input {
	width:330px;
}

.message .sText input {
	width:130px;
}

.message .code input {
	width:80px;
}

#form .servie_btn input {
	float:left;
	display:inline;
	color:#fff;
	width:58px;
	height:30px;
	line-height:30px;
	font-size:13px;
	text-align:center;
	font-family:"微软雅黑";
	border:none;
	background:url(image/shuimo.png) no-repeat;
}

#form .servie_btn .buy {
	margin-right:45px;
	background-position:0 -354px;
}

#form .servie_btn .consult {
	background-position:-142px -354px;
}

/*联系我们*/
.right .contact_pic {
	width:210px;
	height:95px;
	margin-top:24px;
}

.con_contact .c_contact {
	width:300px;
}

.con_contact .con_map {
	width:350px;
	height:270px;
}

.con_contact .c_contact h3 {
	color:#4d4d4d;
	font-size:14px;
	font-family:"微软雅黑";
	margin-bottom:16px;
}

.con_contact .c_contact p {
	color:#4d4d4d;
	line-height:24px;
}

.con_contact .c_contact p span {
	margin-left:10px;
}

.con_contact .c_contact p a {
	color:#A51A1B;
	margin-left:10px;
}

/*招聘列表*/
.right .wrap_employ {
	padding:50px 0;
}

.right .employ {
	width:630px;
	margin:0 auto;
}

.right .employ th {
	color:#222;
    height: 38px;
    line-height: 38px;
    font-family: "微软雅黑";
	font-weight:normal;
    font-size: 14px;
	background:#eee;
}

.right .employ th.line1 {
	width:290px;
	text-align:left;
	padding-left:20px;
    border-left: 3px solid #C10000;
}

.right .employ th.line2 {
	width:100px;
}

.right .employ th.line3 {
	width:60px;
}

.right .employ th.line4 {
	width:60px;
}

.right .employ th.line5 {
	width:100px;
}

.right .employ td {
	color:#4d4d4d;
	height:36px;
	line-height:36px;
	text-align:center;
	border-bottom:1px dashed #D9D9D9;
}

.right .employ td a {
	color:#4d4d4d;
	margin-left:16px;
	float:left;
}

.right .employ td a:hover {
	color:#A51A1B;
}

.right .wrap_employ .page {
	margin-top:160px;
}

/*招聘详情*/
.right .con_employ {
	width:630px;
	margin:0 auto;
}

.con_employ .employ_title {
    background:#eee;
    border-left: 3px solid #C10000;
    color: #222;
    font-family: "微软雅黑";
    font-size: 14px;
    height: 38px;
    line-height: 38px;
}

.con_employ .employ_title h3 {
    display: inline;
    float: left;
    font-weight: normal;
    margin-left: 20px;
}

.con_employ .s_employ {
	color:#222;
	padding:20px 0;
	font-size:13px;
	font-family:"微软雅黑";
	overflow:hidden;
	zoom:1;
	border-bottom:1px dashed #D9D9D9;
}

.con_employ .s_employ li {
	width:33%;
	float:left;
	display:inline;
	text-align:center;
}

.con_employ .detail_employ {
	padding-left:28px;
}

.con_employ .detail_employ h4 {
	color:#4d4d4d;
	font-weight:normal;
	line-height:24px;
}

.con_employ .detail_employ p {
	color:#4d4d4d;
	line-height:24px;
}

.detail_employ .d_employ {
	margin-top:20px;
}

/*honor*/
.right .honorList ul {
	margin:20px 0 0 0;
}

.right .honorList li {
	margin:0 0 20px 45px;
}

.right .honorList li img {
	width:268px;
	height:200px;
}

.right .honorList li p {
	width:268px;
	height:50px;
	line-height:50px;
	font-size:15px;
}

/***********news**************/
.right .wrap_news_list {
	padding:50px 0;
}

.news_list {
	width:630px;
	margin:0 auto;
}

.news_list .news_title {
	color:#222;
	height:38px;
	line-height:38px;
	font-size:14px;
	font-family:"微软雅黑";
	background:#eee;
	border-left:3px solid #c10000;
}

.news_list .news_title h3 {
	float:left;
	display:inline;
	margin-left:20px;
	font-weight:normal;
}

.news_list .news_title span {
	float:right;
	display:inline;
	margin-right:50px;
}

.news_list .n_list {
	margin-top:8px;
}

.news_list .n_list li {
	color:#4d4d4d;
	height:36px;
	line-height:36px;
	padding-left:26px;
	border-bottom:1px dashed #d9d9d9;
	background:url(image/L_tip.png) 5px -333px no-repeat;
}

.news_list .n_list li a {
	float:left;
	color:#4d4d4d;
}

.news_list .n_list li a:hover {
	color:#a51a1b;
	text-decoration:underline;
}

.news_list .n_list li span {
	float:right;
	font-family:Verdana, Geneva, sans-serif;
}

.right .wrap_news_list .page {
	margin-top:160px;
}

/*新闻内容*/
.right .wrap_news_content {
	padding:40px 0 50px 0;
}

.right .wrap_news_content {
	width:630px;
	margin:0 auto;
}

.wrap_news_content .news_content h2 {
	color:#222;
	font-size:20px;
	font-weight:normal;
	font-family:"微软雅黑";
	text-align:center;
}

.wrap_news_content .a_news {
	color:#4d4d4d;
	height:38px;
	line-height:38px;
	text-align:center;
	margin-top:30px;
	background:#eee;
	border:1px solid #d5d5d5;
}

.wrap_news_content .a_news .author {
	margin-right:36px;
}

.wrap_news_content .a_news em {
	margin-right:12px;
}

.wrap_news_content .n_content {
	padding:10px 3px 0 3px;
}

.wrap_news_content .n_content p {
	color:#4d4d4d;
	text-indent:2em;
	line-height:20px;
	margin-top:8px;
}

.wrap_news_content .n_content img {
	max-width: 95%;
}

.backtop{
    line-height: 40px;
    margin: 0 8px;
}

#footer .fContact p {
	margin:0 8px;
	/*line-height: 40px;*/
	height:16px;
	line-height:16px;
	color:#222;
    padding: 2px 0;	
}

.cnzzcode a{
	margin:0;
}

.cnzzcode img{
	margin-top:5px;
}


/*//////////智能橱窗///////////////*/
#windowShow {
	margin-top:20px;
}


#windowShow .showList {
	padding:12px 0 12px 12px;
}

#windowShow .showList li {
	margin-right:8px;
}

#windowShow .showList li:last-child {
	margin-right:0;
}

#windowShow .showList li img {
	width:220px;
}

#windowShow .showList li p {
	width:220px;
}


