﻿@charset "utf-8";
	/*去除页面中所有标签的默认间距、补白*/
* {
	margin:0px;
	padding:0px
}


/*页面右侧滚动条*/html {
	overflow-y:scroll
}
/*清除页面所有图片的默认边框*/img {
	border:none
}
/*去除ol、ul、li的默认样式*/ol,ul,li {
	list-style-type:none
}
/*设置表单等项目的默认字体大小*/input,select,textarea {
	font-size:12px;
	font-family:Arial
}
input {
	vertical-align:middle
}
/*设置文字段落、表格单元格的默认行高*/p,th,td {
	line-height:22px
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal
}
em,i,u,s {
	font-style:normal
}
h1 {
	font-size:14px
}
h2 {
	font-size:12px
}
h3 {
	font-size:12px
}
/*去除页面中的链接点击后留下的虚线框*/body a {
	outline:none;
	blr:expression(this.onFocus=this.blur())
}
/* 整个网站需要的字体样式*//* p系列控制padding */.p5 {
	padding:5px
}
.p10 {
	padding:10px
}
.p15 {
	padding:15px
}
.p20 {
	padding:20px
}
.p25 {
	padding:25px
}
.p30 {
	padding:30px
}
.pt5 {
	padding-top:5px
}
.pt10 {
	padding-top:10px
}
.pt15 {
	padding-top:15px
}
.pt20 {
	padding-top:20px
}
.pt25 {
	padding-top:25px
}
.pt30 {
	padding-top:30px
}
.pr5 {
	padding-right:5px
}
.pr10 {
	padding-right:10px
}
.pr15 {
	padding-right:15px
}
.pr20 {
	padding-right:20px
}
.pr25 {
	padding-right:25px
}
.pr30 {
	padding-right:30px
}
.pb5 {
	padding-bottom:5px
}
.pb10 {
	padding-bottom:10px
}
.pb15 {
	padding-bottom:15px
}
.pb20 {
	padding-bottom:20px
}
.pb25 {
	padding-bottom:25px
}
.pb30 {
	padding-bottom:30px
}
.pl5 {
	padding-left:5px
}
.pl10 {
	padding-left:10px
}
.pl15 {
	padding-left:15px
}
.pl20 {
	padding-left:20px
}
.pl25 {
	padding-left:25px
}
.pl30 {
	padding-left:30px
}
/* m系列控制padding */.m5 {
	margin:5px!important
}
.m10 {
	margin:10px!important
}
.m15 {
	margin:15px!important
}
.m20 {
	margin:20px!important
}
.m25 {
	margin:25px!important
}
.m30 {
	margin:30px!important
}
.mt5 {
	margin-top:5px!important
}
.mt10 {
	margin-top:10px!important
}
.mt15 {
	margin-top:15px!important
}
.mt20 {
	margin-top:20px!important
}
.mt25 {
	margin-top:25px!important
}
.mt30 {
	margin-top:30px!important
}
.mr5 {
	margin-right:5px!important
}
.mr10 {
	margin-right:10px!important
}
.mr15 {
	margin-right:15px!important
}
.mr20 {
	margin-right:20px!important
}
.mr25 {
	margin-right:25px!important
}
.mr30 {
	margin-right:30px!important
}
.mb5 {
	margin-bottom:5px!important
}
.mb10 {
	margin-bottom:10px!important
}
.mb15 {
	margin-bottom:15px!important
}
.mb20 {
	margin-bottom:20px!important
}
.mb25 {
	margin-bottom:25px!important
}
.mb30 {
	margin-bottom:30px!important
}
.ml5 {
	margin-left:5px!important
}
.ml10 {
	margin-left:10px!important
}
.ml15 {
	margin-left:15px!important
}
.ml20 {
	margin-left:20px!important
}
.ml25 {
	margin-left:25px!important
}
.ml30 {
	margin-left:30px!important
}
/* 其他常用元素 *//*文本对齐样式*/.center {
	margin:0px auto
}
.tcenter {
	text-align:center
}
.tleft {
	text-align:left
}
.tright {
	text-align:right
}
/*左右漂浮样式*/.l {
	float:left
}
.r {
	float:right
}
/*css清除浮动*/.c {
	clear:both
}
.clear {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px
}
/*clearfix*/.fix {
	*zoom:1;
	*clear:both
}
.fix:before,.fix:after {
	content:"";
	display:table;
	clear:both
}
.imgfix img {
	display:block
}
/*添加鼠标悬浮显示手的形状*//*单行截字*/.textbreak {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
/*隐藏元素*/.hide {
	display:none
}
/*解决IE6双边距加倍错误*/.inline {
	_display:inline
}
/*通用样式*/.title {
	width:100%;
	float:left
}
.title h2,.title h3 {
	width:auto;
	float:left;
	white-space:nowrap
}
.title span.more {
	width:auto;
	float:right;
	font-family:宋体
}
.list {
	width:100%;
	float:left
}
.list li {
	width:100%;
	float:left
}
.img {
	float:left
}
.intro {
	float:right
}
.content {
	width:100%;
	float:left
}
em.w {
	margin:0px 5px
}
/*表格*/.datalist {
	border:1px solid #ccc;
	border-collapse:collapse;
	background:#fff;
	text-align:left
}
.datalist caption {
	padding-bottom:5px;
	font-weight:bold
}
.datalist th {
	border:1px solid #ccc;
	background-color:#eee;
	color:#000;
	font-weight:bold;
	padding:4px 0 4px 15px
}
.datalist td {
	border:1px solid #ccc;
	padding:4px 0 4px 15px
}
.datalist tr.altrow {
	background:#c7e5ff
}
/*inputholder*/.inputholder {
	color:#969696
}
.inputholder.focous {
	color:#333
}
.btn {
	cursor:pointer
}
.hidetext {
	font:0/0 a;
	letter-spacing:-9px
}
.base_list li {
	height:24px;
	line-height:24px;
	border-bottom:1px dotted #ccc;
	background:url(../images/small_b.png) 0 0px no-repeat;
	padding-left:12px
}
.base_list a {
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width:100%
}
.base_pic_list li {
	padding-bottom:5px
}
.base_pic_list li a {
	display:block;
	width:100%
}
.base_pic_list li img {
	display:block
}
.base_pic_list li h3 {
	width:100%;
	height:24px;
	line-height:24px;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
/*下拉(组)*/.sele {
	position:relative;
	height:20px;
	line-height:20px;
	width:99px;
	cursor:pointer
}
.sele_ {
	display:none;
	position:absolute;
	width:100%;
	left:-1px;
	top:20px;
	background:#fff;
	border:1px solid #cacad9;
	height:auto !important;
	height:200px;
	max-height:200px;
	overflow:auto
}
.sele_ a {
	display:block
}
.sele_ a:hover {
	background:#9f9f9f;
	color:#333
}
input,textarea {
	font:12px/1.67 'Microsoft Yahei','SimSun',sans-serif;
	border:0;
	outline:none;
	background:none;
	color:#666;
	vertical-align:middle
}
/*common*/
.tc {
	text-align:center
}
.tr {
	text-align:right
}
.tl {
	text-align:left
}
.vm {
	vertical-align:middle
}
.pr {
	position:relative
}
.pa {
	position:absolute
}
.db {
	display:block
}
.dib {
	-moz-inline-stack:inline-block;
	display:inline-block;
	*display:inline;
	*zoom:1
}
.el,.base_list li {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.oh {
	overflow:hidden;
	*zoom:1
}
.mh {
	height:auto !important;
	height:464px;
	min-height:464px
}
.fm {
	font-family:'Microsoft Yahei'
}
.cir {
	width:0;
	height:0;
	overflow:hidden
}
.c {
	clear:both
}
/*幻灯片(组)*/
.slide {
	position:relative;
	width:100%
}
.ban_c {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden
}
.ban_c img {
	width:100%;
	height:100%
}
.ban_t {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	line-height:20px;
	padding:4px 0;
	text-indent:10px;
	white-space:nowrap;
	overflow:hidden;
	color:#fff;
	background:rgba(0,0,0,.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88000000,endcolorstr=#88000000);
	z-index:3
}
.ban_nav {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:right;
	z-index:4
}
.ban_nav a {
	display:inline-block;
	vertical-align:middle;
	width:14px;
	height:14px;
	line-height:14px;
	overflow:hidden;
	text-align:center;
	margin-right:8px;
	cursor:pointer;
	text-decoration:none;
	font-size:10px;
	-webkit-text-size-adjust:none;
	background:#ccc
}
.ban_nav .on {
	background:#f90;
	color:#fff
}
.Left,.Right {
	cursor:pointer
}
/*.ban_navbg {
	width:100%;
	height:30px;
	position:absolute;
	left:0px;
	bottom:0px;
	background:rgba(0,0,0,.30);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#11000000,endcolorstr=#11000000)
}
*/
i.play {
	display:block;
	width:41px;
	height:41px;
	background:url(../images/play.png) no-repeat;
	position:absolute;
	left:50%;
	top:50%;
	margin:-20px 0px 0px -20px
}
/*图标*/
.ico {
	display:inline-block;
	overflow:hidden;
	width:20px;
	height:20px;
	vertical-align:-6px;
	*vertical-align:-2px;
	background:url(../images/ico.png)
}
.ico1_2 {
	background-position:-20px 0
}
.ico1_3 {
	background-position:-40px 0
}
.ico1_4 {
	background-position:-60px 0
}
.ico1_5 {
	background-position:-80px 0
}
.ico2_1 {
	background-position:0 -20px
}
.ico2_2 {
	background-position:-20px -20px
}
.ico2_3 {
	background-position:-40px -20px
}
.ico2_4 {
	background-position:-60px -20px
}
.ico2_5 {
	background-position:-80px -20px
}
.ico3_1 {
	background-position:0 -40px
}
.ico3_2 {
	background-position:-20px -40px
}
.ico3_3 {
	background-position:-40px -40px
}
.ico3_4 {
	background-position:-60px -40px
}
.ico3_5 {
	background-position:-80px -40px
}
.ico4_1 {
	background-position:0 -60px
}
.ico4_2 {
	background-position:-20px -60px
}
.ico4_3 {
	background-position:-40px -60px
}
.ico4_4 {
	background-position:-60px -60px
}
.ico4_5 {
	background-position:-80px -60px
}
.ico5_1 {
	background-position:0 -80px
}
.ico5_2 {
	background-position:-20px -80px
}
.ico5_3 {
	background-position:-40px -80px
}
.ico5_4 {
	background-position:-60px -80px
}
.ico5_5 {
	background-position:-80px -80px
}
/*CSS Begin*/
.max-wrap {
	max-width:1920px;
	_width:expression((documentElement.clientWidth >1920)?"1920px":"auto");
	margin:0 auto;
	clear:both
}
.wrap {
	width:980px;
	height:auto;
	clear:both;
	margin:0 auto
}
/*top*/
.top {
	width:100%;
	height:105px;
	background:url(../images/topbg.png) top repeat-x;
	position:relative;
	z-index:100
}
.top .wrap {
	height:98px;
	position:relative;
	z-index:10
}
.top .logo {
	position:absolute;
	left:0px;
	top:7px
}
.i_top_r {
	right:0;
	top:15px;
	line-height:20px;
	position:absolute;
	color:#a98e86
}
.i_top_r a {
	color:#a98e86
}
.i_top_r a:hover {
	color:#333
}
.i_top_r .l {
	border-left:1px solid #F4F4F4;
	padding:0 8px
}
.i_top_r .ol {
	color:#b7b6b6;
	position:relative
}
.i_top_r .short_l {
	background:url(../images/small_b.png) 0px -334px no-repeat
}
.i_top_r .l .ico1_3 {
	margin-right:2px
}
.i_top_r .tb_sele {
	width:80px;
	border:0;
	background:url(../images/small_b.png) right -35px no-repeat
}
.i_top_r .tb_sele .sele_ div {
	width:80px;
	height:110px;
	float:left;
	text-align:center;
	padding:0px 20px
}
.i_top_r .mc .n {
	display:block;
	width:90px;
	height:24px;
	padding-left:6px;
	padding-top:3px;
	border:#dddddd 1px solid;
	border-bottom-width:0;
	border-color:#a6a6a6 #e0e0e0 #e0e0e0 #a6a6a6;
	background:#fff url(../images/tb_selebg.gif) 0px 0px no-repeat;
	position:absolute;
	left:1px;
	top:-4px;
	z-index:10
}
.i_top_r .mc .sele_ {
	display:block;
	width:80px;
	height:123px;
	padding:5px 8px 5px;
	overflow:hidden;
	left:1px;
	top:23px;
	border-color:#dddddd #dddddd #dddddd #b9b9b9;
	background:url(../images/tb_selebg.gif) 0px -40px no-repeat;
	cursor:default
}
.i_top_r .mc .sele_ a {
	margin-bottom:3px;
	background:#fff!important
}
.i_top_r .mc .sele_ a:hover {
	color:#333!important
}
.i_top_r .mobile_sele .sele_ {
	width:360px;
	height:123px;
	padding:20px 10px 0px;
	overflow:hidden;
	cursor:default
}
.i_top_r .language,.i_top_r .language .sele_ {
	width:85px
}
.i_top_r .language .n {
	width:95px;
	background-position:-120px 0px
}
.i_top_r .company .sele_ {
	width:150px;
	left:-69px
}
.nav {
	width:707px;
	height:53px;
	float:right;
	margin-top:44px;
	border-top:#e1e1e1 1px solid;
	padding-left:15px
}
.nav .nl {
	width:98px;
	height:53px;
	float:left;
	margin-right:1px
}
.nav .na {
	display:block;
	width:100%;
	height:40px;
	line-height:26px;
	padding-top:13px;
	font-size:14px;
	overflow:hidden;
	text-indent:16px;
	color:#502f27
}
.secnav {
	display:none;
	width:916px;
	padding:30px;
	border:#ac9b8b 2px solid;
	position:absolute;
	left:0px;
	top:98px;
	background-color:#fff;
	min-height:100px;
	overflow:hidden
}
.secnav .text,.secnav .links {
	width:680px;
	float:left
}
.secnav .text {
	line-height:21px;
	height:126px;
	overflow:hidden
}
.secnav .links li {
	width:30%;
	padding-left:3%;
	float:left;
	border-right:#dbdbdb 1px dotted;
	margin-bottom:10px
}
.secnav .links li a {
	display:inline-block;
	width:auto;
	height:20px;
	line-height:20px;
	padding:10px 0px;
	font-size:14px;
	color:#ac9b8b!important
}
.secnav .links li a:hover {
	color:#000!important
}
.secnav .specialLinks {
	width:210px;
	float:right
}
.secnav .specialLinks li {
	width:210px;
	height:125px;
	position:relative;
	overflow:hidden;
	margin-bottom:15px
}
.secnav .specialLinks li a {
	display:block;
	width:100%;
	height:125px
}
.secnav .specialLinks li h3 {
	width:140px;
	height:125px;
	line-height:124px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:rgba(172,155,139,.80);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ac9b8b,endcolorstr=#99ac9b8b);
	position:absolute;
	right:0px;
	top:0px
}
.nav .nl_hover .na,.nav .na:hover,.nav .nl_cur .na {
	background:url(../images/nav.gif) center 13px no-repeat;
	color:#fff!important
}
.nav .nl_hover .secnav {
	display:block
}
.secnav .text strong.t {
	display:block;
	font-size:16px;
	font-weight:normal;
	height:24px;
	line-height:24px;
	padding-bottom:5px
}
.secnav .links li li {
	width:160px;
	padding:0px 32px 10px 12px;
	line-height:16px;
	margin-bottom:0px;
	border:0;
	background:url(../images/nav.gif) 0px -45px no-repeat
}
.secnav .links li li a {
	padding:0px;
	font-size:12px;
	color:#666666!important
}
.secnav .links li li a:hover {
	color:#ac9b8b!important
}
/*top end*/

/*foot*/
.foot {
	background:url(../images/ifootbg.gif) no-repeat;
	color:#d6d6d6
}
.foot a {
	color:#d6d6d6!important
}
.foot a:hover {
	color:#ffffff!important
}
.foot .siteMap {
	width:665px;
	float:left;
	padding-top:15px
}
.foot .siteMap li {
	padding-bottom:10px
}
.foot .siteMap h3 {
	font-size:15px;
	font-weight:bold;
	height:30px;
	line-height:30px
}
.foot .siteMap .con {
	line-height:24px
}
.foot .siteMap .con a {
	display:inline-block;
	white-space:nowrap
}
.foot .siteMap .con em.w {
	margin:0px 8px
}
.foot1_right {
	width:295px;
	height:150px;
	float:right;
	padding-top:15px
}
.foot1_right .t {
	font-size:15px;
	font-weight:bold;
	height:30px;
	line-height:30px
}
.foot1_right .search {
	width:300px;
	height:31px;
	background:url(../images/foot_search.png) no-repeat;
	margin-bottom:15px;
	clear:both
}
.foot1_right .search .sele {
	width:90px;
	height:30px;
	float:left;
	margin-right:18px
}
.foot1_right .search .sele .n {
	width:76px;
	height:30px;
	line-height:30px;
	padding-left:14px;
	color:#fff;
	font-size:14px
}
.foot1_right .search .sele_ {
	border:0;
	top:28px;
	background-color:#c9beb4;
	left:0px;
	padding-top:3px;
	overflow:hidden;
	border-radius:0px 0px 3px 3px
}
.foot1_right .search .sele_ a {
	padding-left:14px;
	line-height:24px;
	color:#fff!important
}
.foot1_right .search .input {
	width:188px;
	height:30px;
	line-height:30px;
	float:left;
	color:#fff
}
.foot1_right .search .btn {
	width:38px;
	height:31px;
	float:left
}
.foot1_right .ewm {
	clear:both;
	margin-bottom:15px
}
.foot1_right .ewm img {
	width:69px;
	height:69px;
	float:left
}
.foot1_right .ewm span {
	display:inline-block;
	padding:50px 0px 0px 5px
}
.foot1_right .hd a {
	width:50px;
	height:20px;
	line-height:20px;
	padding:30px 0px 0px 0px;
	margin:0px 16px 0px 0px;
	background:none;
	text-align:center;
	float:left;
	font-size:12px;
	cursor:pointer;
	line-height:20px;
	color:#fff!important;
	background:url(../images/share_ico.png) 0px -50px no-repeat
}
.foot1_right .hd a:hover {
	filter:alpha(opacity=100);
	opacity:1
}
.foot1_right .hd a.email {
	background-position:0px -50px
}
.foot1_right .hd a.bds_tsina {
	background-position:-50px -50px
}
.foot1_right .hd a.bds_tsina:hover {
	background-position:-50px 0px
}
.foot1_right .hd a.bds_tqq {
	background-position:-100px -50px
}
.foot1_right .hd a.bds_tqq:hover {
	background-position:-100px 0px
}
.foot1_right .hd a.bds_renren {
	background-position:-150px -50px
}
.foot1_right .hd a.bds_renren:hover {
	background-position:-150px 0px
}
.foot2 .wrap {
	line-height:48px;
	width:970px;
	text-align:center
}
.foot2 em.w {
	margin:0px 8px
}
.foot2 .copyRight {
	padding-left:15px
}






/*index*/
.main {
	margin-top:-7px;
	clear:both;
	width:100%
}
.ibanner {
	width:100%;
	height:400px;
	overflow:hidden;
	position:relative
}
.ibanner .bgs,.ibanner .bgs li {
	width:100%;
	height:400px;
	position:absolute;
	left:0px;
	top:0px
}
.ibanner .bgs li {
	display:none;
	background-position:center top;
	background-repeat:no-repeat
}
.ibanner .bgs li  a {
	display:block;
	width:100%;
	height:400px
}
.ban_navbg {
	width:100%;
	height:54px;
	border-top:#c9c8c9 1px solid;
	background:rgba(255,255,255,.50);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff,endcolorstr=#99ffffff);
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:10
}
.ban_nav_new {
	width:980px;
	height:54px;
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-490px;
	border-left:#c9c8c9 1px solid;
	z-index:20
}
.ban_nav_new li {
	width:244px;
	height:54px;
	position:relative;
	float:left;
	border-right:#c9c8c9 1px solid
}
.ban_nav_new li.on .bcover {
	background:rgba(150,150,150,.60);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99969696,endcolorstr=#99969696)
}
.bcover {
	width:200px;
	height:189px;
	position:absolute;
	left:0px;
	bottom:-149px;
	padding:7px 22px
}
.bcover a {
	display:block;
	width:100%;
	height:100%
}
.bcover .thumb {
	width:70px;
	height:40px;
	float:left
}
.bcover .n {
	font-size:14px;
	float:left;
	height:40px;
	line-height:40px;
	font-weight:normal;
	padding-left:10px;
	margin-bottom:10px;
	white-space:nowrap;
	color:#2f2f2f
}
.bcover .ico {
	background-image:url(../images/i_b.png);
	_background-image:url(../images/i_b_ie6.png);
	position:absolute;
	right:22px;
	top:20px
}
.bcover .big {
	width:200px;
	height:95px;
	display:block;
	clear:both
}
.bcover .big img {
	width:200px;
	height:95px;
	display:block;
	clear:both
}
.b_hover .bcover {
	height:auto;
	background:rgba(150,150,150,.60);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99969696,endcolorstr=#99969696)
}
.b_hover .bcover .thumb {
	display:none
}
.b_hover .bcover .thumb img{
	display:none;
	width:70px;
	height:40px;
}
.b_hover .bcover .n {
	font-size:22px;
	color:#fff
}
.b_hover .bcover .ico {
	background-position:-20px 0px
}
.b_hover .bcover .text {
	padding-top:10px;
	color:#fff;
	padding-bottom:0px;
	height:44px;
	overflow:hidden
}
.hotNewsSlider {
	width:450px;
	height:28px;
	line-height:28px;
	float:left
}
.hotNewsSlider .hd {
	width:28px;
	height:28px;
	float:left
}
.hotNewsSlider .hd a {
	display:block;
	width:0px;
	height:0px;
	overflow:hidden;
	border-style:dashed dashed solid dashed;
	border-color:transparent transparent #999999 transparent;
	border-width:6px;
	margin-bottom:3px
}
.hotNewsSlider .hd a.next {
	border-style:solid dashed dashed dashed;
	border-color:#999999 transparent transparent transparent;
	*border-width:5px;
	*margin-left:1px
}
.hotNewsSlider .hd a.prev:hover {
	border-bottom-color:#ac9b8b
}
.hotNewsSlider .hd a.next:hover {
	border-top-color:#ac9b8b
}
.hotNewsSlider .bd {
	width:350px;
	height:28px;
	line-height:28px;
	float:left;
	overflow:hidden;
	_position:relative
}
.hotNewsSlider .bd ul {
	width:350px;
	float:left
}
.hotNewsSlider .bd li {
	width:350px;
	height:28px;
	line-height:28px;
	float:left
}
.hotNewsSlider .bd h2 {
	width:260px;
	height:28px;
	float:left;
	margin-right:10px;
	font-size:14px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.index .mainT {
	margin-bottom:20px
}
.inews,.icase {
	width:660px;
	float:left;
	overflow:hidden
}
.ivideo,.iservice {
	width:300px;
	float:right;
	overflow:hidden;
	*position:relative
}
.imain .comT2 {
	font-size:20px;
	height:50px
}
.inews,.ivideo {
	height:350px;
	margin-bottom:40px
}
.topNews {
	width:100%;
	float:left;
	padding-bottom:20px;
	margin-bottom:5px
}
.topNews .img {
	width:265px;
	height:170px
}
.topNews .intro {
	width:375px
}
.topNews .intro h2 {
	height:24px;
	line-height:24px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:8px;
	color:#ac9b8b
}
.topNews .intro p.text {
	line-height:20px;
	padding-bottom:8px
}
.topNews  .intro  .text {
	color:#636363
}
.topNews  a:hover .intro  .text {
	color:#ac9b8b
}
.topNews .intro .time {
	color:#a3a3a3;
	margin-right:10px
}
.topNews .intro .more {
	color:#ac9b8b
}
.inewsList {
	width:720px;
	float:left;
	overflow:hidden
}
.inewsList ul {
	width:308px;
	height:96px;
	float:left;
	border-right:#e9e9e9 1px solid;
	padding-right:15px;
	margin-right:15px
}
.inewsList li {
	height:24px;
	line-height:24px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.inewsList li a {
	color:#636363
}
.inewsList li a:hover {
	color:#ac9b8b
}
.inewsList li span {
	color:#aaaaaa;
	margin-right:3px
}
.video-con {
	width:300px;
	height:170px;
	position:relative;
	margin-bottom:20px;
	clear:both
}
.video-con img {
	width:300px;
	height:170px
}
.ivList li {
	height:24px;
	line-height:24px
}
.ivList li a {
	display:block;
	width:276px;
	padding-left:24px;
	background:url(../images/iv_ico.gif) 0px -24px no-repeat;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.ivList li a:hover {
	background-position:0px 0px;
	color:#ac9b8b!important
}
.icase_list {
	width:110%
}
.icase_list li {
	width:210px;
	height:225px;
	border:#e0e0e0 1px solid;
	float:left;
	margin-right:10px
}
.icase_list li img {
	display:block;
	width:210px;
	height:150px
}
.icase_list li p {
	line-height:20px;
	height:20px;
	padding:10px 15px 0px;
	margin-bottom:10px
}
.icase_list li .more {
	display:block;
	padding-left:38px;
	height:38px;
	line-height:38px;
	font-size:12px;
	border-top:#e0e0e0 1px solid;
	background:url(../images/detail_ico.gif) 15px 12px no-repeat;
	color:#ac9b8b
}
.iservice .pc {
	width:110%;
	height:28px;
	background:#ac9b8b;
	float:left;
	position:relative;
	margin-top:15px;
	margin-bottom:10px
}
.iservice .pc li {
	width:101px;
	height:28px;
	float:left;
	background:url(../images/s_line.gif) right 50% no-repeat
}
.iservice .pc li a {
	display:block;
	width:100%;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:14px;
	color:#fff!important
}
.iservice .pc i {
	display:block;
	width:0px;
	height:0px;
	border-color:transparent transparent #ac9b8b transparent;
	border-style:dashed dashed solid dashed;
	border-width:5px;
	position:absolute;
	left:140px;
	top:-10px;
	overflow:hidden
}
.iservice .plist {
	width:110%;
	background:#eeeeee;
	float:left;
	padding-left:10px
}
.iservice .plist li {
	padding-left:15px;
	width:85px;
	height:24px;
	line-height:24px;
	float:left;
	background:url(../images/small_b.png) 0px -62px no-repeat
}
.icase,.iservice {
	margin-bottom:30px
}
.ilinks {
	width:100%;
	height:80px;
	background:url(../images/ilinkbg.png) center top no-repeat;
	overflow:hidden
}
.ilinks li {
	width:245px;
	height:80px;
	float:left
}
.ilinks li a {
	display:block;
	width:100%;
	height:42px;
	line-height:42px;
	padding:19px 0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#6c5f4f!important
}
.ilinks li a:hover {
	color:#ac9b8b!important
}
.ilinks li .bico {
	display:inline-block;
	width:42px;
	height:42px;
	overflow:hidden;
	vertical-align:middle;
	background:url(../images/bl_ico.png) no-repeat;
	margin-right:12px
}
.ilinks li .bi01 .bico {
	background-position:0px 0px
}
.ilinks li .bi01:hover .bico {
	background-position:0px -42px
}
.ilinks li .bi02 .bico {
	background-position:-42px 0px
}
.ilinks li .bi02:hover .bico {
	background-position:-42px -42px
}
.ilinks li .bi03 .bico {
	background-position:-84px 0px
}
.ilinks li .bi03:hover .bico {
	background-position:-84px -42px
}
.ilinks li .bi04 .bico {
	background-position:-126px 0px
}
.ilinks li .bi04:hover .bico {
	background-position:-126px -42px
}
.side_layer {
	width:78px;
	height:auto;
	position:fixed;
	right:0px;
	top:50%;
	margin-top:-116px;
	z-index:1100;
	border-bottom:#dedede 1px solid
}
.side_layer li {
	width:76px;
	height:76px;
	border:#dedede 1px solid;
	border-bottom:0;
	position:relative
}
.side_layer li a {
	display:block;
	width:76px;
	height:76px;
	background:url(../images/side_ico.png) no-repeat
}
.side_layer li.sl01 a {
	background-position:0px 0px
}
.side_layer li.sl01 a:hover {
	background-position:-76px 0px
}
.side_layer li.sl02 a {
	background-position:0px -76px
}
.side_layer li.sl02 a:hover {
	background-position:-76px -76px
}
.side_layer li.sl03 a {
	background-position:0px -152px
}
.side_layer li.sl03 a:hover {
	background-position:-76px -152px
}
.wl {
	display:none;
	width:160px;
	height:185px;
	position:absolute;
	right:76px;
	top:-1px;
	border:#dedede 1px solid
}
* html .side_layer {
	/* ie6 hack */
position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px')
}
/*index end*/ 

/*channel_content*/
.channelTop {
	height:30px;
	line-height:30px;
	padding:29px 0px
}
.channelTop .channelT {
	width:auto;
	float:left;
	font-size:24px;
	color:#3c3c3c
}
.channelTop .breadcrumbs {
	width:auto;
	float:right;
	color:#8c8c8c
}
.channelTop .breadcrumbs em {
	margin:0px 8px
}
.channelTop .breadcrumbs a {
	color:#8c8c8c
}
.channelTop .breadcrumbs a:hover {
	color:#ac9b8b
}
.channelMenu {
	width:982px;
	margin-bottom:30px
}
.channelMenu ul {
	width:auto;
	float:left;
	border:#e5e5e5 1px solid;
	border-width:1px 1px 1px 0px;
	white-space:nowrap;
	background-color:#fff
}
.channelMenu li {
	width:118px;
	height:47px;
	float:left;
	border-left:#e5e5e5 1px solid;
	position:relative
}
.channelMenu li a {
	display:block;
	width:100%;
	height:47px;
	line-height:46px;
	text-align:center;
	font-size:13px;
	color:#3c3c3c!important
}
.channelMenu li i {
	display:none;
	width:0px;
	height:0px;
	overflow:hidden;
	border-width:5px;
	border-color:#ac9b8b transparent transparent transparent;
	border-style:solid dashed dashed dashed;
	position:absolute;
	left:50%;
	bottom:-10px;
	margin-left:-5px
}
.channelMenu li a:hover,.channelMenu li.selected a {
	background:url(../images/menu_select.gif) top repeat-x;
	font-size:16px;
	font-weight:bold;
	color:#fff!important
}
.channelMenu li a:hover i,.channelMenu li.selected a i {
	display:block
}
.comSlide {
	width:930px;
	height:300px;
	padding:0px;
	border:0px solid #ddd;
	background:#fff;
	margin:0px 0 0;
	margin:0 auto 25px
}
.comSlide .slide {
	height:100%
}
.comSlide .ban_navbg {
	display:none
}
.comSlide .ban_nav {
	text-align:center;
	bottom:14px
}
.comSlide .ban_nav a {
	display:inline-block;
	width:10px;
	height:10px;
	overflow:hidden;
	line-height:99px;
	background-color:#b2b2b2;
	border:#b2b2b2 2px solid;
	border-radius:50%
}
.comSlide .ban_nav a.on {
	background-color:#fff
}
.channel_content {
	background-color:#fff;
	padding:20px;
	width:940px
}
.text_content,.text_content p {
	line-height:1.8;
	clear:both
}
.otherP {
	overflow:hidden
}
.otherP .base_pic_list {
	width:110%
}
.otherP .base_pic_list li {
	width:290px;
	float:left;
	margin-right:35px
}
.otherP .base_pic_list li h3 {
	font-size:18px;
	height:34px;
	text-align:left
}
/*综合页*/
.complex {
	background-color:#ffffff
}
.complex .main {
	background:url(../images/complex_channel_topbg.png) center top no-repeat
}
.complex .channelTop {
	margin-bottom:30px
}
.complex .channel_content {
	width:980px;
	padding:0px
}
.hotNewsRec {
	width:675px;
	height:412px;
	float:left;
	margin-bottom:40px
}
.comT {
	width:auto;
	height:32px;
	float:left;
	line-height:32px;
	font-size:16px;
	font-weight:bold;
	padding:0px 20px;
	background-color:#ac9b8b;
	color:#fff
}
.comT1 {
	display:block;
	height:24px;
	line-height:24px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	clear:both
}
.comT2 {
	display:block;
	height:32px;
	line-height:32px;
	font-size:18px;
	font-weight:bold;
	color:#000
}
.hotshow {
	width:675px;
	height:380px;
	position:relative;
	clear:both;
	background-color:#f7f7f7
}
.hotshow .BigImg {
	width:515px;
	height:380px;
	float:left;
	position:relative;
	overflow:hidden
}
.hotshow .BigImg a {
	display:block
}
.hotshow .BigImg img {
	display:block;
	width:515px;
	height:340px
}
.hotshow .BigImg h3 {
	width:100%;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#fff;
	text-align:center;
	position:absolute;
	left:0px;
	bottom:0px;
	background:rgba(0,0,0,.60);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000)
}
.rightSlider {
	width:106px;
	padding-top:3px;
	float:right;
	margin-right:25px;
	_display:inline
}
.rightSlider .bd {
	width:106px;
	height:312px;
	overflow:hidden
}
.rightSlider .bd li {
	width:106px;
	height:78px
}
.rightSlider .bd li img {
	display:block;
	width:100px;
	height:66px;
	border:#ffffff 3px solid
}
.rightSlider .bd li.selected img {
	border-color:#ac9b8b
}
.rightSlider a.prev,.rightSlider a.next {
	display:block;
	width:100px;
	height:30px;
	background:url(../images/slide_btn.png) 0px 0px no-repeat;
	margin:0 auto
}
.rightSlider a.prev {
	background-position:0px 0px
}
.rightSlider a.prev:hover {
	background-position:-100px 0px
}
.rightSlider a.next {
	background-position:0px -30px
}
.rightSlider a.next:hover {
	background-position:-100px -30px
}
.newsSearchBy {
	width:290px;
	float:right;
	margin-bottom:40px
}
.newsSearchBy .bdsharebuttonbox {
	height:28px
}
.nsb {
	border:#eaeaea 1px solid;
	padding:20px 20px 0px;
	clear:both
}
.hotThemes {
	padding:5px 0px;
	line-height:0px;
	font-size:0px
}
.hotThemes a {
	display:inline-block;
	white-space:nowrap;
	height:20px;
	line-height:20px;
	font-size:12px;
	padding:0px 8px;
	background-color:#b6b6b5;
	color:#fff;
	margin:0px 5px 5px 0px
}
.newsSearch {
	width:247px;
	height:25px;
	background:url(../images/news_search.gif) no-repeat
}
.newsSearch .input {
	padding-left:35px;
	width:130px;
	height:25px;
	line-height:25px;
	float:left;
	margin-right:5px
}
.newsSearch .btn {
	width:77px;
	height:25px;
	float:left
}
.newsSearchBy .Calendar {
	clear:both;
	text-align:center;
	padding:10px 0px 0px;
	height:243px;
	overflow:hidden
}
/*日历样式调整*/
.newsSearchBy .Calendar .ui-datepicker-inline {
	border-radius:0;
	border-color:#ddd
}
.newsSearchBy .Calendar .ui-state-default {
	background:none
}
.newsSearchBy .Calendar a.ui-state-default {
	border-top-color:#eee;
	border-bottom:2px solid #937c67;
	border-left-color:#eee;
	border-right-color:#eee
}
.ui-datepicker .ui-datepicker-header {
	border:none;
	background:none
}
.ui-widget-content {
	color:inherit;
	border:0!important
}
.ui-datepicker th {
	padding:0 .3em
}
.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
	background:none;
	width:0;
	height:0;
	overflow:hidden;
	border-width:8px
}
.ui-datepicker .ui-datepicker-prev span {
	border-color:transparent #333 transparent transparent;
	border-style:dashed solid dashed dashed
}
.ui-datepicker .ui-datepicker-next span {
	border-color:transparent transparent transparent #333;
	border-style:dashed dashed dashed solid
}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
	border:0 !important;
	background:none !important
}
.ui-datepicker .ui-datepicker-header {
	_width:100%
}
.shortNews {
	width:675px;
	height:408px;
	float:left;
	margin-bottom:40px
}
.snTab li {
	width:auto;
	height:32px;
	float:left;
	line-height:32px;
	font-size:16px;
	font-weight:bold;
	background-color:#ac9b8b;
	color:#fff;
	margin-right:5px;
	background-color:#b3b3b3
}
.snTab li a {
	display:inline-block;
	width:auto;
	height:32px;
	padding:0px 20px;
	color:#fff!important
}
.snTab li.active {
	background-color:#ac9b8b
}
.shortNews .news_list {
	clear:both
}
.shortNews .news_list li {
	padding-top:24px
}
.shortNews .news_list li h2 {
	width:100%;
	height:30px;
	line-height:28px;
	font-size:14px;
	padding-left:11px;
	background:url(../images/small_b.png) -2px -60px no-repeat;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.shortNews .news_list li .text {
	line-height:20px;
	color:#818181
}
.weiboP {
	width:248px;
	float:right;
	border:#eaeaea 1px solid;
	padding:10px 20px;
	margin-bottom:40px
}
.weiboP .comT2 {
	margin-bottom:10px
}
.weiboP .fix {
	height:340px;
	overflow:hidden
}
.videoP {
	width:100%;
	overflow:hidden;
	clear:both;
	position:relative
}
.videoP ul.list {
	width:110%;
	padding-top:20px
}
.videoP li {
	width:185px;
	height:220px;
	border-bottom:#eeeeee 1px solid;
	position:relative;
	margin-right:14px
}
.videoP li img {
	width:185px;
	height:105px;
	display:block;
	margin-bottom:10px
}
.videoP li .play {
	top:35px;
	margin-top:0px
}
.videoP li h3 {
	width:100%;
	height:40px;
	line-height:20px;
	overflow:hidden;
	margin-bottom:5px
}
.videoP li .time {
	display:block;
	color:#c3c3c3;
	padding-bottom:10px
}
.videoP li .bl {
	width:33.3%;
	float:left;
	clear:right;
	color:#828282
}
/*news_list*/
.newsListSearch .comT1 {
	padding-bottom:8px
}
.newsListSearch .timeInput {
	width:98px;
	height:20px;
	border:#dddddd 1px solid;
	background:url(../images/time_input.gif) right 50% no-repeat
}
.newsListSearch .search {
	display:inline-block;
	width:157px;
	height:22px;
	background:url(../images/list_search.gif) no-repeat;
	vertical-align:middle;
	margin-right:30px
}
.newsListSearch .search .input {
	width:125px;
	height:22px;
	float:left;
	padding-left:2px
}
.newsListSearch .search .btn {
	width:30px;
	height:22px;
	float:left
}
.newsListSearch .cates input {
	vertical-align:-1px;
	*vertical-align:-3px;
	margin-left:2px
}
.newsList .list {
	*padding-bottom:20px
}
.newsList li {
	border-bottom:#dddddd 1px solid;
	padding-bottom:20px;
	margin-bottom:20px
}
.newsList img {
	width:175px;
	height:110px;
	float:left;
	padding:10px 13px 14px 10px;
	background:url(../images/imgbg.png) no-repeat;
	margin-right:15px
}
.newsList .intro {
	width:auto;
	float:none;
	display:inline
}
.newsList .intro h2 {
	line-height:24px;
	font-size:14px;
	padding-bottom:5px;
	font-weight:bold;
	color:#666666;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.newsList .intro .time {
	color:#bcbcbc;
	font-size:11px
}
.newsList .intro .text {
	line-height:20px;
	height:40px;
	overflow:hidden;
	color:#868686;
	margin-bottom:20px
}
.newsList .intro .more {
	display:inline-block;
	width:71px;
	height:19px;
	background:url(../images/rm.gif) no-repeat
}
/*page*/
.page {
	clear:both;
	padding:25px 0px
}
.page .page-con {
	width:100%;
	height:auto;
	text-align:center;
	white-space:nowrap;
	line-height:0;
	font-size:0
}
.page .page-con a,.page .page-con strong,.page .page-con .total {
	display:inline-block;
	width:auto;
	height:28px;
	line-height:28px;
	font-size:12px;
	padding:0px 10px;
	border:#e8ddd3 1px solid;
	overflow:hidden;
	margin:0px 2px;
	color:#a38f7e!important;
	vertical-align:middle;
	white-space:nowrap
}
.page .page-con a:hover,.page .page-con strong.cur {
	background-color:#a38f7e;
	color:#fff!important
}
/*page end*/

.detailTop {
	position:relative;
	margin:22px 75px 0;
	padding-bottom:40px
}
.detailTop .detailPage {
	width:100%;
	height:0px;
	position:absolute;
	left:0px;
	top:0px
}
.detailTop .detailPage a {
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	top:12px;
	background:url(../images/detail_page.gif) no-repeat
}
.detailTop .detailPage a.prev {
	background-position:0px 0px;
	left:-70px
}
.detailTop .detailPage a.prev:hover {
	background-position:0px -50px
}
.detailTop .detailPage a.next {
	background-position:-50px 0px;
	right:-70px
}
.detailTop .detailPage a.next:hover {
	background-position:-50px -50px
}
.detailTop span.time,.detailTop span.cate {
	display:inline-block;
	width:auto;
	height:18px;
	line-height:18px;
	padding:0px 5px;
	font-size:11px;
	background-color:#cccccc;
	color:#fff;
	margin-right:5px;
	overflow:hidden;
	vertical-align:middle
}
.detailTop span.share {
	display:inline-block;
	width:auto;
	height:18px;
	line-height:18px;
	padding:0px 10px 0 20px;
	font-size:11px;
	color:#fff;
	margin-right:5px;
	overflow:hidden;
	vertical-align:middle;
	background:#cccccc url(../images/share.gif) 2px no-repeat
}
.detailTop span.rate {
	display:inline-block;
	width:auto;
	height:18px;
	line-height:18px;
	padding:0px 10px 0 20px;
	font-size:11px;
	color:#fff;
	margin-right:5px;
	overflow:hidden;
	vertical-align:middle;
	background:#cccccc url(../images/rate.gif) 2px no-repeat
}
.detailTop span.rate a {
	color:#fff
}
.detailTop h2 {
	font-size:24px;
	font-weight:normal;
	line-height:32px;
	padding:5px 0px;
	color:#1e1e1e;
	margin-bottom:10px
}
.detailCon {
	background-color:#fff;
	padding:0px 10px 20px;
	clear:both;
	position:relative
}
.detailCon,.detailCon p {
	line-height:2
}
.detailCon .Tools {
	width:auto;
	position:absolute;
	right:60px;
	top:20px
}
.detailCon .Tools .ico {
	vertical-align:-6px;
	*vertical-align:-3px
}
.detailCon h3.secT {
	font-size:12px;
	line-height:24px;
	padding-bottom:10px;
	font-weight:normal
}
.detailPage_bottom {
	border-top:#d5d5d7 1px solid;
	border-bottom:#d5d5d7 1px solid;
	height:81px;
	_overflow:hidden;
	clear:both
}
.detailPage_bottom li {
	width:100%;
	float:left;
	border-bottom:#dadadc 1px dotted;
	height:40px;
	line-height:40px
}
.detailPage_bottom li strong,.detailPage_bottom li h3 {
	float:left;
	font-weight:normal
}
.detailPage_bottom li strong {
	width:55px;
	padding-left:30px;
	font-weight:bold
}
.detailPage_bottom li h3 {
	width:520px;
	height:40px;
	font-size:12px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.detailPage_bottom li .time {
	width:auto;
	float:right;
	white-space:nowrap;
	padding-right:15px
}
.editArea {
	padding-bottom:20px
}
.detail_bottom {
	clear:both;
	text-align:right;
	padding-top:30px
}
.detail_bottom .backList {
	font-size:14px
}
.detail_bottom .ico {
	vertical-align:-6px;
	*vertical-align:-3px
}
.detail_bottom .bdsharebuttonbox .ico {
	width:20px;
	height:20px;
	padding:0;
	margin:0;
	background:url(../images/ico.png) 0 -40px no-repeat;
	float:none
}
.detail_bottom .bdshare-button-style0-16:after {
	display:inline-block!important
}
.mediaList li {
	padding-bottom:10px
}
.mediaList h2 {
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	padding:5px 0px
}
.mediaList h2 a {
	color:#666!important
}
.mediaList h2 a:hover {
	color:#ac9b8b!important
}
.mediaList .time {
	color:#bcbcbc
}
/*下载*/
.downloadList {
	clear:both
}
.l_1 {
	width:50%
}
.l_2 {
	width:25%
}
.l_3 {
	width:25%
}
.listT {
	height:28px;
	line-height:28px;
	background-color:#f9f7f6;
	clear:both
}
.listT li {
	float:left;
	text-align:center;
	font-size:14px;
	color:#433529;
	clear:right
}
.listT li.l_1 {
	text-align:left;
	text-indent:120px
}
.listL {
	clear:both;
	padding:10px 0px
}
.listL li {
	width:100%;
	float:left;
	border-bottom:#e8e8e8 1px solid
}
.listL h2,.listL span {
	float:left;
	text-align:center;
	height:20px;
	line-height:20px;
	padding:5px 0px;
	clear:right
}
.listL h2 {
	text-align:left;
	text-indent:27px;
	background:url(../images/small_b.png) 5px -60px no-repeat
}
/*视频*/
.vdLeft {
	width:600px;
	float:left
}
.vdLeft .vdt {
	font-size:18px;
	line-height:32px;
	color:#ac9b8b;
	padding-bottom:10px
}
.vdLeft .time {
	display:block;
	padding-bottom:10px
}
.videoCon {
	width:600px;
	height:375px;
	position:relative;
	overflow:hidden
}
.vdIntro {
	clear:both;
	padding:20px 0px
}
.vdIntro,.vdIntro p {
	line-height:1.8
}
.vdRight {
	width:255px;
	float:right;
	border-left:#cdcdcd 1px dashed;
	padding:69px 0 0 42px
}
.vdRight li {
	height:auto;
	position:relative;
	filter:alpha(opacity=60);
	opacity:0.6;
	padding-bottom:25px
}
.vdRight li img {
	width:255px;
	height:160px;
	display:block
}
.vdRight li h2 {
	font-size:13px;
	line-height:18px;
	background:#e7e7e7 url(../images/video_ico.gif) 10px 13px no-repeat;
	padding:10px 10px 10px 35px;
	color:#3a3a3a
}
.vdRight li .play {
	top:66px;
	margin-top:0px
}
.vdRight li.active {
	filter:alpha(opacity=100);
	opacity:1
}
/*product*/
/*三幅全屏滚动*/
.fullscroll {
	height:395px
}
.fullscroll li a {
	display:block;
	height:100%
}
.fullscroll img {
	width:100%;
	height:100%
}
.fullscroll .next,.fullscroll .prev {
	position:absolute;
	top:50%;
	height:90px;
	width:40px;
	z-index:3;
	filter:alpha(Opacity=100);
	opacity:1;
	background:url(../images/full_slide_btn.png) no-repeat #9b9b9b
}
.fullscroll .prev {
	margin:-45px 0 0 5px
}
.fullscroll .next {
	margin:-45px 5px 0 0;
	background-position:-80px 0;
	right:0
}
.fullscroll .next:hover {
	background-color:#a4816f;
	background-position:-120px 0
}
.fullscroll .prev:hover {
	background-color:#a4816f;
	background-position:-40px 0
}
.fullscroll .mask-left,.fullscroll .mask-right,.fullscroll li {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	left:1920px;
	top:0;
	background:#fff;
	z-index:1
}
.fullscroll li {
	left:9999px
}
.fullscroll .mask-right,.fullscroll .mask-left {
	z-index:4;
	left:-100%;
	filter:alpha(Opacity=50);
	opacity:.5
}
.fullscroll .mask-right {
	left:100%
}
.mainT {
	width:100%;
	height:auto;
	padding:15px 0px;
	background:#fff url(../images/i_newsbg.gif) bottom repeat-x;
	clear:both;
	border-bottom:#c1c1c1 1px dotted;
	margin-bottom:50px
}
.comT3 {
	width:auto;
	height:28px;
	line-height:28px;
	background-color:#ac9b8b;
	font-size:16px;
	padding:0px 20px;
	font-weight:normal;
	color:#fff!important;
	display:inline-block;
	overflow:hidden
}
.comT4 {
	width:auto;
	height:32px;
	line-height:32px;
	background-color:#ac9b8b;
	font-size:16px;
	padding:0px 20px;
	font-weight:normal;
	color:#fff!important;
	display:inline-block;
	overflow:hidden
}
.comT4 a,.comT3 a {
	color:#fff!important
}
.mainT .comT3 {
	float:left;
	margin-right:15px
}
.proT .sele {
	width:195px;
	height:26px;
	border:#cccccc 1px solid;
	float:left;
	margin-right:10px
}
.proT .sele i {
	display:block;
	width:0px;
	height:0px;
	border-style:solid dashed dashed dashed;
	border-width:5px;
	border-color:#ac9b8b transparent transparent transparent;
	overflow:hidden;
	position:absolute;
	right:10px;
	top:10px
}
.proT .sele .n {
	display:block;
	width:185px;
	text-align:left;
	height:26px;
	line-height:26px;
	padding-left:10px
}
.proT .sele_ {
	top:26px
}
.proT .sele_ a {
	display:block;
	height:22px;
	line-height:22px;
	padding-left:10px
}
.proT .sele_ a:hover {
	color:#fff
}
.proRecArea {
	width:620px;
	float:left;
	overflow:hidden;
	position:relative
}
.proRecArea .recA-con {
	width:700px;
	float:left;
	*padding-bottom:20px
}
.proRecArea .recA {
	width:300px;
	height:245px;
	float:left;
	margin:0px 20px 20px 0px;
	overflow:hidden;
	position:relative
}
.proRecArea .long {
	width:620px
}
.proRecArea .recA .cover {
	width:100%;
	height:245px;
	position:absolute;
	left:0px;
	top:211px;
	background:#ac9b8b
}
.proRecArea .recA .cover .t {
	height:34px;
	line-height:34px;
	font-size:14px;
	line-height:34px;
	color:#fff;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.proRecArea .recA .cover strong.n {
	width:63px;
	height:34px;
	float:left;
	text-align:center;
	background-color:#5a3226;
	margin-right:13px
}
.proRecArea .recA .cover .text {
	line-height:24px;
	padding:20px 20px 0px;
	color:#fff;
	height:120px;
	overflow:hidden
}
.proRecArea .recA .cover .more {
	display:block;
	text-align:right;
	padding:0px 25px 0px;
	color:#fff
}
.proInfo {
	width:338px;
	float:right;
	border:#e0e0e0 1px solid;
	border-top:0;
	overflow:hidden
}
.proInfo .proTab li {
	width:169px;
	height:50px;
	float:left
}
.proInfo .proTab li a {
	display:block;
	width:100%;
	height:47px;
	border-top:#dadada 3px solid;
	background-color:#dadada;
	font-size:18px;
	line-height:46px;
	text-align:center;
	font-weight:bold;
	color:#6c5f4f
}
.proInfo .proTab li.active a {
	background-color:#fff;
	border-top-color:#ac9b8b
}
.pi-con {
	clear:both;
	padding:20px;
	height:419px;
	overflow:hidden
}
.pi-con li {
	width:100%;
	float:left;
	background-color:#f6f6f6;
	margin-bottom:18px
}
.pi-con li a {
	width:100%;
	float:left
}
.pi-con li img {
	width:88px;
	height:68px;
	float:left;
	margin-right:13px
}
.pi-con li h3 {
	width:195px;
	height:42px;
	line-height:21px;
	overflow:hidden;
	float:left;
	padding-top:15px
}
.pi-con li a:hover h3 {
	color:#ac9b8b
}
.proMlist {
	width:100%;
	float:left;
	padding-bottom:30px
}
.proMlist .proT {
	width:100%;
	height:33px;
	background:#f6f6f6;
	position:relative;
	margin-top:5px;
	cursor:pointer
}
.proMlist .proT .t {
	width:auto;
	height:33px;
	line-height:32px;
	background-color:#e5e5e5;
	font-size:14px;
	color:#616161;
	padding:0px 35px;
	float:left
}
.proMlist .proT .more {
	position:absolute;
	right:0px;
	top:0px;
	width:auto;
	height:33px;
	line-height:32px;
	padding-right:34px;
	color:#ac9b8b;
	white-space:nowrap
}
.proMlist .proT .more i {
	display:block;
	width:0px;
	height:0px;
	border-color:transparent transparent transparent #ac9b8b;
	border-width:5px;
	border-style:dashed dashed dashed solid;
	overflow:hidden;
	position:absolute;
	right:13px;
	top:11px
}
.proL {
	display:none
}
.proL .list {
	padding:20px 0px
}
.proL li {
	width:244px;
	height:230px;
	margin-right:1px;
	border-bottom:#e3e3e3 5px solid
}
.proL li img {
	display:block;
	width:244px;
	height:180px
}
.proL li h3 {
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	padding:10px 0px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.proL li .links {
	display:block;
	text-align:center
}
.proL li .links a {
	margin:0px 5px
}
.proL li.hover {
	border-bottom-color:#ac9b8b
}
.proL li.hover h3 {
	color:#907257
}
.pt_act {
	background:#e7dbcd
}
.proMlist .pt_act .t {
	background-color:#ac9b8b;
	color:#fff
}
/*product_list*/
.product .channelMenu li {
	width:215px
}
.product_list .comT1 {
	font-size:15px;
	height:32px;
	line-height:32px;
	padding:10px 0px
}
.product_list .list {
	border-bottom:#e5e5e5 1px solid;
	margin-bottom:10px;
	*padding-bottom:30px
}
.product_list li {
	margin-bottom:30px
}
.product_list .img,.product_list .img img {
	width:215px;
	height:140px
}
.product_list .intro {
	width:690px;
	float:right;
	padding-right:10px
}
.product_list .intro .t {
	font-size:15px;
	height:30px;
	line-height:30px
}
.product_list .intro .text {
	line-height:21px;
	padding-bottom:20px
}
.product_list .intro .links a {
	margin-right:5px;
	color:#7f654d!important
}
.product_list li.hover {
	background-color:#f8f6f3
}
.product_list2 li {
	width:470px
}
.product_list2 li .intro {
	width:210px;
	padding-right:20px
}
.product_detail_top {
	width:980px;
	padding:0
}
.pdTab {
	height:43px;
	clear:both;
	font-size:14px;
	width:980px;
	background-color:#fff;
	position:initial;
	z-index:999
}
.pdTab ul {
	width:100%;
	height:43px
}
.pdTab ul li {
	width:auto;
	height:43px;
	border-right:#f1ede9 1px solid;
	float:left
}
.pdTab ul li a {
	display:block;
	width:auto;
	height:21px;
	line-height:21px;
	padding:10px 30px;
	border-top:#fff 2px solid;
	white-space:nowrap
}
.pdTab ul li a i {
	margin-right:5px
}
.pdTab ul li.selected a {
	border-top-color:#ac9076
}
.product_detail .bigImg {
	float:left;
	padding-left:10px;
	margin-bottom:40px
}
.product_detail .bigImg,.product_detail .bigImg img {
	width:470px;
	height:345px
}
.product_detail .intro {
	width:405px;
	float:right;
	padding-right:10px;
	margin-bottom:40px
}
.product_detail .intro h2 {
	font-size:24px;
	padding:10px 0px;
	line-height:24px;
	color:#ac9b8b
}
.product_detail .intro p.text {
	line-height:22px;
	padding-bottom:15px
}
.product_detail .opt {
	background-color:#f1ede8;
	padding:10px 20px;
	margin-bottom:22px;
	margin-top:20px
}
.product_detail .opt a {
	margin-right:13px
}
.product_detail .pdBtn01,.product_detail .pdBtn02 {
	display:inline-block;
	width:163px;
	height:34px;
	line-height:34px;
	background:url(../images/pd_btn.gif) no-repeat;
	font-size:14px;
	color:#fff;
	overflow:hidden;
	margin-top:10px
}
.product_detail .pdBtn01 {
	padding-left:65px;
	width:98px;
	background-position:0px 0px
}
.product_detail .pdBtn02 {
	padding-left:46px;
	width:132px;
	background-position:-163px 0px;
	margin-right:0px!important
}
.product_detail .intro .thumbs li {
	width:128px;
	height:94px;
	float:left;
	margin-right:3px
}
.product_detail .intro .thumbs li img {
	width:122px;
	height:88px;
	border:#fff 3px solid
}
.product_detail .intro .thumbs li.selected img {
	border-color:#bba38e
}
.product_detail .text_content {
	padding:40px 15px;
	border-top:#e5e5e5 1px solid
}
.hisPro {
	width:100%;
	overflow:hidden;
	clear:both
}
.hisPro .comT2 {
	font-weight:normal;
	padding-left:15px
}
.hisPro ul.base_pic_list {
	padding-top:10px;
	width:110%;
	padding-left:15px
}
.hisPro li {
	width:215px;
	float:left;
	margin-right:15px
}
.hisPro li img {
	width:215px;
	height:140px
}
.hisPro li h3 {
	height:40px;
	line-height:40px;
	font-size:15px
}
/*job*/
.job_listSearch .comT1 {
	width:95px;
	float:left
}
.job_listSearch .con {
	width:365px;
	float:left;
	clear:none
}
.job_listSearch .con .search,.job_listSearch .con .sele {
	width:158px;
	height:22px;
	float:left;
	margin-right:20px
}
.job_listSearch .con .sele {
	width:155px;
	height:20px;
	border:#bebebe 1px solid
}
.job_listSearch .sele .n {
	display:block;
	width:150px;
	padding-left:5px;
	height:20px;
	line-height:20px;
	text-align:left
}
.job_listSearch .sele .sele_ a {
	width:145px;
	padding-left:10px;
	height:22px;
	line-height:22px
}
.job_listSearch .sele .sele_ a:hover {
	color:#fff
}
.job_listSearch .sbtn {
	width:58px;
	height:24px;
	float:left;
	background-color:#ac9b8b;
	text-align:center;
	line-height:24px;
	color:#fff
}
.job_listSearch .search .input {
	width:122px;
	padding-left:5px
}
.jobList {
	border-collapse:collapse;
	border:#d6d6d6 1px solid
}
.jobList th,.jobList td {
	border:#d6d6d6 1px solid;
	font-size:14px;
	line-height:20px;
	padding:5px 20px
}
.jobList h2 {
	font-size:14px;
	width:268px;
	height:20px;
	line-height:20px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.jobList th {
	font-weight:normal;
	text-align:center;
	background-color:#7b7b7b;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px
}
.comCover {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	background-color:#000;
	z-index:999;
	filter:alpha(opacity=40);
	opacity:0.4
}
.comLayer {
	display:none;
	width:570px;
	height:auto;
	background-color:#fff;
	border:#5a5959 3px solid;
	position:fixed;
	left:50%;
	top:20%;
	margin-left:-288px;
	z-index:1000;
	_top:50%
}
* html .comCover {
	position:absolute;
	left:expression(eval(document.documentElement.scrollLeft));
	top:expression(eval(document.documentElement.scrollTop))
}
* html .comLayer {
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px')
}
.comLayer .close {
	position:absolute;
	right:5px;
	top:5px
}
.layer-con {
	padding:10px 20px
}
.jobDetail .comT1 {
	font-size:16px;
	color:#ac9b8b;
	border-bottom:#dddddd 1px dashed;
	padding:10px 0px
}
.cond {
	padding:8px 0px;
	border-bottom:#dddddd 1px solid;
	line-height:1.8
}
.job_btn {
	display:inline-block;
	width:86px;
	height:20px;
	text-align:center;
	line-height:20px;
	color:#fff!important;
	background-color:#ac9b8b
}
.mainT .bdsharebuttonbox {
	width:140px;
	float:right;
	margin-left:18px
}
.mainT .weibo {
	width:auto;
	float:right;
	height:20px;
	line-height:20px;
	padding-top:3px
}
.mainT .weibo .ico {
	background:url(../images/sina.gif) center no-repeat;
	vertical-align:-4px
}
.caseShow {
	padding-bottom:30px;
	clear:both
}
.caseIntro {
	width:690px;
	float:left;
	background-color:#eeeeee;
	position:relative
}
.caseIntro .img {
	width:280px;
	height:190px;
	float:left
}
.caseIntro .intro {
	width:375px;
	float:right;
	padding:10px 15px 0px 0px
}
.caseIntro .intro h2 {
	font-size:15px;
	height:32px;
	line-height:32px;
	padding-bottom:10px;
	color:#363636;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.caseIntro .intro p.text {
	line-height:22px;
	height:88px;
	overflow:hidden;
	margin-bottom:10px;
	color:#757575
}
.caseIntro .intro .date {
	color:#999999
}
.caseIntro .share {
	position:absolute;
	right:10px;
	bottom:8px
}
.thumbImgs {
	width:280px;
	float:right;
	overflow:hidden
}
.thumbImgs ul {
	width:300px;
	float:left
}
.thumbImgs li {
	width:135px;
	height:90px;
	float:left;
	margin:0px 8px 8px 0px
}
.thumbImgs li img {
	width:135px;
	height:90px
}
.thumbImgs li .selected img {
	width:129px;
	height:84px;
	border:#ac9b8b 3px solid
}
.text-con01 .text {
	padding:20px 0px 30px
}
.jobMain {
	clear:both;
	padding-bottom:20px
}
.jobMain .jm {
	width:490px;
	height:290px;
	float:left;
	border-top:#baa592 2px solid
}
.jmt {
	padding-left:38px;
	background:url(../images/tit_dot.gif) 20px -13px no-repeat;
	font-size:16px;
	line-height:20px;
	margin-top:18px;
	margin-bottom:20px
}
.jmt span {
	color:#b8a38f
}
.jmt span.en {
	font-size:12px;
	display:block
}
.jobMain .campus {
	border-top-color:#7ecd36
}
.jobMain .campus .jmt {
	background-position:20px -63px
}
.jobMain .campus .jmt span {
	color:#40861c
}
.jobMain .campus .jmt span.en {
	color:#7c7c7c
}
.jobList01 {
	padding-left:30px
}
.jobList01 li {
	width:100%;
	height:36px;
	line-height:36px;
	float:left
}
.jobList01 li span,.jobList01 li h3 {
	float:left;
	white-space:nowrap
}
.jobList01 li .time {
	font-size:11px;
	margin-right:20px
}
.jobList01 li .area {
	width:72px
}
.jobList01 li h3 {
	width:220px;
	height:36px;
	line-height:36px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.jobList02 {
	padding-left:30px
}
.jobList02 li {
	width:100%;
	height:36px;
	line-height:36px;
	float:left;
	text-indent:10px;
	background:url(../images/small_b.png) -13px -86px no-repeat;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.j_bottom {
	width:100%;
	clear:both;
	overflow:hidden
}
.j_bottom ul {
	width:110%
}
.j_bottom li {
	width:310px;
	height:225px;
	float:left;
	margin-right:25px
}
.j_bottom li img {
	display:block;
	width:310px;
	height:160px
}
.j_bottom li .text {
	padding:15px
}
.companys .intro {
	padding-top:20px
}
.companys .hover .intro .text {
	color:#ac9b8b
}
#staffPictures .cell img {
	display:block;
	width:100%;
	height:auto
}
#staffPictures .cell {
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:15px
}
#staffPictures .cell p {
	display:block;
	width:100%;
	height:34px;
	line-height:34px;
	position:absolute;
	z-index:10;
	left:0px;
	bottom:0px;
	background:rgba(0,0,0,.40);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
	color:#fff;
	text-align:center;
	font-size:12px
}
#staffPictures .cell .cover {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background:rgba(0,0,0,.40);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#bb000000,endcolorstr=#bb000000)
}
#staffPictures .cell .cover s {
	display:block;
	width:64px;
	height:64px;
	background:url(../images/cover_zoom.png) no-repeat;
	position:absolute;
	left:50%;
	top:50%;
	margin:-32px 0px 0px -32px
}
#staffPictures .cell_hover p {
	background:none;
	filter:none
}
/*about edit by gengjianxin*/
.mb40 {
	margin-bottom:40px
}
.about {
	background-color:#FFF
}
.about_wrap {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF
}
.ab_tit {
	width:142px;
	height:33px;
	background-color:#ac9b8b;
	color:#FFF;
	font:bold 16px/32px "MicroSoft YaHei";
	text-align:center
}
.about_banner .intro {
	width:275px;
	height:229px;
	background:#ebebeb
}
.about_company {
	margin-left:20px;
	line-height:32px
}
.group_intro {
	border-bottom:#ddd solid 1px;
	padding-bottom:0px;
	clear:both;
	padding-bottom:10px;
	margin-bottom:25px
}
.group_intro p.con {
	padding:20px 15px 30px
}
.group_intro a.more {
	float:right;
	color:#ac9b8b;
	margin-right:15px;
	_display:inline
}
.culture {
	border-bottom:#ddd solid 1px;
	padding-bottom:25px;
	margin-bottom:25px
}
.culture .intro {
	width:714px
}
.culture .intro .con {
	padding-left:25px
}
.culture .intro .con p strong {
	font:bold 16px/32px "MicroSoft YaHei";
	color:#ac9b8b
}
.culture .intro .con a {
	display:inline-block;
	width:79px;
	height:16px;
	border-right:#ddd solid 1px;
	margin-right:15px;
	font-size:16px;
	line-height:16px
}
.about_list {
	margin-right:-33px;
	float:left
}
.about_list li {
	width:309px;
	height:310px;
	float:left;
	margin-right:32px;
	margin-bottom:10px
}
.about_list li img {
	vertical-align:top
}
.about_list li p {
	padding:0 15px
}
.about_wrap .ab_list {
	float:left
}
.about_wrap .ab_list li {
	padding-bottom:30px;
	border-bottom:#ddd solid 1px;
	margin-bottom:30px;
	float:left
}
.about_wrap .ab_list li h3 {
	font:bold 15px/15px "MicroSoft YaHei";
	margin-bottom:20px
}
.about_wrap .ab_list li img {
	float:left
}
.about_wrap .ab_list li .intro {
	width:680px;
	background-color:#f8f6f3;
	height:110px;
	padding:30px 20px 0 25px
}
.about_wrap .ab_list li p {
}
.list_wrap {
	padding:30px 25px 0px 25px;
	width:940px
}
.about_wrap .ab_list li i.more {
	float:right;
	display:block
}
.channel_content .content .culture_img {
	float:left
}
.channel_content .content .intro {
	float:right;
	width:630px
}
.channel_content .content .intro h4 {
	font-size:16px;
	font-weight:bold;
	color:#ac9b8b
}
.channel_content .content .intro strong {
	font-size:14px;
	color:#ac9b8b
}
.cul_tit {
	font:bold 20px/20px "MicroSoft YaHei";
	color:#ac9b8b
}
.leader {
	padding:30px;
	width:920px
}
.leader .hotshow {
	width:910px;
	height:430px;
	background-color:#FFF
}
.leader .hotshow .BigImg {
	width:582px;
	height:430px;
	float:left;
	position:relative;
	overflow:hidden;
	margin-right:30px
}
.leader .hotshow .BigImg img {
	display:block;
	width:582px;
	height:430px
}
.leader .rightSlider {
	width:290px;
	float:left;
	_display:inline;
	margin-right:0px
}
.leader .rightSlider .bd {
	width:290px;
	height:380px;
	overflow:hidden
}
.leader .rightSlider .bd li {
	width:295px;
	height:71px;
	margin-bottom:5px
}
.leader .rightSlider .bd li img {
	display:block;
	width:96px;
	height:68px;
	border:#ffffff 3px solid;
	margin-right:15px;
	float:left
}
.leader .rightSlider .bd li p {
	float:right;
	width:175px
}
.leader .rightSlider .bd li.selected img {
	border-color:#ac9b8b
}
.leader .rightSlider a.prev {
	display:block;
	width:100px;
	height:30px;
	background:url(../images/slide_btn2.png) 0px 0px no-repeat;
	margin:0 auto
}
.leader .rightSlider a.prev {
	background-position:0px 0px
}
.leader .rightSlider a.prev:hover {
	background-position:-100px 0px
}
.leader .rightSlider a.next {
	background-position:0px -30px
}
.leader .rightSlider a.next:hover {
	background-position:-100px -30px
}
table.FormTable {
	border-collapse:collapse
}
table.FormTable th,table.FormTable td {
	padding:2px 2px
}
table.FormTable th {
	text-align:right;
	font-weight:normal
}
table.FormTable td .input {
	width:280px;
	height:24px;
	line-height:24px;
	border:#c0c0c0 1px solid
}
table.FormTable td  font {
	color:red
}
table.FormTable td .textarea {
	width:365px;
	height:105px;
	border:#c0c0c0 1px solid
}
table.FormTable td .btn01,table.FormTable td .btn02,table.FormTable td .btn03 {
	width:97px;
	height:28px;
	border:none;
	cursor:pointer
}
table.FormTable td .btn01 {
	background:url(../images/input_btn01.gif) no-repeat
}
table.FormTable td .btn02 {
	background:url(../images/input_btn02.gif) no-repeat
}
table.FormTable td .btn03 {
	background:url(../images/input_btn00.jpg) no-repeat
}
/*搜索*/
.searchResult {
	line-height:44px;
	font-size:14px;
	color:#666
}
.searchResult strong.n {
	font-size:18px;
	font-weight:normal;
	color:#333
}
.searchResult b.num {
	font-size:18px;
	color:#da251c;
	margin:0px 5px
}
.stepSearch {
	border:#cccccc 1px solid;
	background:#efefef;
	clear:both;
	padding:10px 15px
}
.stepSearch strong.n {
	font-size:14px;
	white-space:nowrap;
	float:left;
	font-weight:normal;
	line-height:26px
}
.stepSearch .input {
	width:226px;
	float:left
}
.stepSearch .input input {
	width:220px;
	height:25px;
	line-height:25px;
	border:#cccccc 1px solid;
	background:#fff
}
.stepSearch .btn {
	width:auto;
	float:left
}
.stepSearch .btn input {
	width:auto;
	height:auto;
	background:#da251c url(../images/search_ico.gif) left 50% no-repeat;
	padding:2px 24px 3px 28px;
	font-size:14px;
	color:#fff;
	font-family:"Microsoft yahei"
}
.searchList li {
	border-bottom:#cccccc 1px dashed;
	padding:10px 0px;
	overflow:hidden;
	*zoom:1
}
.searchList .num {
	width:30px;
	float:left;
	font-size:14px;
	font-weight:normal;
	line-height:30px
}
.searchList .info {
	width:650px;
	float:right;
	margin-right:258px;
	border:0;
	_display:inline
}
.searchList .info .t {
	font-size:14px;
	line-height:22px;
	padding-bottom:5px
}
.searchList .info .t h2 {
	width:auto;
	line-height:28px;
	font-size:14px;
	display:inline
}
.searchList .info .text {
	font-size:13px;
	line-height:22px;
	color:#5f5f5f
}
.highslide-caption {
	background:#fff
}
.f_row {
	margin:0 0 1px;
	height:40px;
	line-height:40px
}
.f_row .f_t {
	display:inline-block;
	width:78px;
	padding-left:20px;
	font-size:14px;
	background:#f5f5f5;
	vertical-align:middle
}
.f_row .inp {
	border:1px solid #ccc;
	width:280px;
	height:24px;
	line-height:24px;
	vertical-align:middle
}
.f_row i {
	color:#ff0034
}
.f_row_text {
	height:124px;
	line-height:124px
}
.f_row_text textarea {
	height:100px;
	width:500px;
	padding:.5em;
	border:1px solid #ccc;
	overflow:auto;
	line-height:22px;
	vertical-align:middle
}
.f_row img {
	vertical-align:middle
}
.f_row .short {
	width:100px
}
.form .pannel {
	padding-left:98px;
	margin-top:20px
}
.form .pannel .btn {
	width:92px;
	height:23px;
	overflow:hidden;
	background:url(../images/form_btn.png);
	margin-left:5px
}
.form .pannel .res {
	background-position:-99px 0
}
/*网站地图*/
.maplist {
	margin-bottom:24px
}
.maptitle {
	line-height:30px;
	padding-left:10px;
	border-bottom:#7e7e7e 1px dotted;
	font-size:14px;
	color:#3b3b3b;
	font-weight:bold
}
.maptitle a:link {
	color:#3b3b3b
}
.maptitle a:visited {
	color:#3b3b3b
}
.maptitle a:hover {
	color:#dc0000
}
.map_list ul li {
	width:90px;
	height:13px;
	line-height:15px;
	margin:5px 0px;
	border-right:#aaaaaa 1px solid;
	float:left;
	text-align:center
}
/*网站地图*/

/*add20140120*/
.iservice .pc li {
	position:relative
}
.iservice .pc i {
	left:50%;
	margin-left:-5px;
	display:none
}
.iservice .pc li.selected i {
	display:block
}
.pdTab-fix {
	position:fixed;
	top:0;
	z-index:999
}
* html .pdTab-fix {
	position:absolute;
	top:expression(eval(document.documentElement.scrollTop))
}
/*选项卡*/
.add_tab {
	width:100%
}
.add_tab .addtab_tab ul li {
	float:left;
	margin-right:10px;
	margin-bottom:20px
}
.add_tab .addtab_tab ul li a {
	display:block;
	padding:0 60px;
	height:30px;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:#d1d1d1
}
.add_tab .addtab_tab ul li.cur a {
	background:#ac9b8b
}
.addtab_val {
	display:none
}
/*add20140227*/
.companys .comT1 {
	padding-left:10px
}
.companys .intro {
	width:920px
}
.companys .intro .text {
	height:110px;
	overflow:hidden;
	padding-bottom:0px;
	margin-bottom:20px
}
.companys .open .intro .text {
	height:auto
}
.add_tab01 .addtab_tab ul li font {
	text-align:center;
	width:225px;
	display:inline-block
}
.add_tab01 .addtab_tab ul li {
	float:left;
	margin-right:10px;
	margin-bottom:0px
}
.add_tab01 .addtab_tab ul li {
	display:block;
	width:225px;
	height:30px;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:#d1d1d1;
	margin-bottom:10px;
	text-align:center
}
.add_tab01 .addtab_tab ul li:hover {
	background:#ac9b8b
}
.add_tab01 .addtab_tab ul li.cur {
	background:#ac9b8b
}
.page {
	clear:both;
	text-align:center;
	padding:30px 0px;
	font-size:14px
}
.page a,.page strong {
	display:inline-block;
	width:38px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	vertical-align:middle;
	text-align:center
}
.page strong.cur {
	color:#ac9b8b
}
.page a.prev,.page a.next {
	font-size:14px
}
/*20140326*/
.add_sys_top {
	height:43px;
	width:100%;
	clear:both;
	position:relative
}
.add_sys_sele {
	width:170px;
	height:40px;
	position:absolute;
	top:0px;
	right:0px;
	line-height:40px;
	font-size:14px;
	border-top:2px solid #ac9076;
	border-left:1px solid #ddd;
	background:#fff url(../images/add_jt_03.gif) no-repeat right center;
	text-indent:20px
}
.add_sys_sele .sele_ {
	top:40px;
	line-height:28px
}
.font_ico {
	width:56px;
	height:24px;
	position:absolute;
	bottom:40px;
	left:290px
}
#switcher {
	display:inline-block;
	background:url(../images/font_ico.gif) no-repeat 0 0
}
#switcher a {
	display:inline-block;
	width:28px;
	height:24px;
	overflow:hidden
}
/*20140326*/
.about_banner .add_intro {
	width:260px
}
.adcom_left {
	width:640px;
	float:left;
	margin-top:35px
}
.adcom_right {
	width:250px;
	float:right;
	margin-top:35px
}
.adcom_right .adr_title {
	width:135px;
	height:32px;
	line-height:32px;
	background:#ac9b8b;
	color:#fff;
	text-indent:15px;
	font-size:14px
}
.add_leftcomlist li {
	width:100%;
	height:68px;
	background:#ebebeb;
	margin-top:10px
}
.add_leftcomlist li img {
	float:left
}
.add_leftcomlist li .fcom_nr {
	float:right;
	width:150px
}
.add_leftcomlist li .fcom_nr p {
	line-height:20px
}
.add_leftcomlist li .fcom_name {
	padding-top:5px;
	font-weight:bold;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.add_leftcomlist li .fcom_sum {
	color:#666
}
.add_jh_val {
	margin-bottom:20px;
	width:100%;
	overflow:hidden
}
.add_jhltitle {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	color:#333
}
.add_jhyl_list {
	width:110%
}
.add_jhyl_list li {
	width:295px;
	float:left;
	_display:inline;
	margin:0 27px 0 0
}
.add_jhyl_list li .jg_img {
	width:100%;
	height:155px
}
.add_jhyl_list li .jg_name {
	height:30px;
	line-height:30px;
	display:inline-block;
	width:auto;
	padding:0 15px;
	font-size:14px;
	color:#fff;
	text-align:center;
	background:#ac9b8b
}
.add_jhyl_list li .jg_sum {
	color:#9b8876;
	margin-top:20px
}
.add_sb_list_auto {
	height:auto !important
}
.add_sb_list {
	width:100%;
	overflow:hidden;
	height:570px;
	border-top:3px solid #e0d6cc;
	padding-top:20px
}
.add_sb_list ul {
	width:110%
}
.add_sb_list ul li {
	width:460px;
	height:166px;
	background:#eeefef;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0 17px 17px 0
}
.add_sb_list ul li .sb_img {
	width:242px;
	height:100%;
	float:left
}
.add_sb_list ul li .sb_nr {
	width:200px;
	float:right
}
.add_sb_list ul li .sb_nr .sb_name {
	font-size:14px;
	color:#5d3327;
	font-weight:bold;
	padding:5px 0 3px
}
.add_sb_list ul li .sb_nr .sb_sum {
	color:#5d3327
}
.add_seemore {
	width:100%;
	border-top:1px solid #e5e5e5;
	margin-top:15px
}
.add_seemore .more_btn {
	width:168px;
	margin:0 auto;
	height:25px;
	background:url(../images/add_more.gif) no-repeat 0 0;
	color:#5d3327;
	text-indent:50px;
	font-size:14px;
	cursor:pointer
}
.add_seemore .add_sqbtn {
	background-position:0 -25px
}
/*20140327*/
.ad_news_left {
	width:400px;
	height:190px;
	background:#eeeeee
}
.ad_news_left .leftimg {
	width:243px;
	height:190px
}
.ad_news_left .rightnr {
	width:215px;
	padding-right:10px
}
.rightnr .adn_title {
	font-size:14px;
	padding:15px 0 5px;
	width:100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.rightnr .adn_sum {
	height:105px;
	overflow:hidden;
	margin-bottom:10px;
	color:#999
}
.rightnr .adn_sum a {
	color:#999
}
.rightnr .adn_date {
	color:#999
}
.ad_news_right {
	width:470px;
	height:190px;
	overflow:hidden
}
.ad_news_right .rightimg {
	float:left;
	width:120px;
	height:85px
}
.adnr_list li {
	width:100%;
	height:85px;
	background:#eeeeee;
	margin-bottom:19px
}
.adnr_list li .adn_rightnr {
	width:310px;
	padding-right:15px
}
.adn_rightnr .adn_title_r {
	width:100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-size:14px;
	padding:5px 0
}
.adjob_right {
	width:710px;
	height:auto !important;
	height:400px;
	min-height:400px
}
.adjob_left {
	width:210px
}
.adjob_cat {
	width:100%;
	height:39px;
	line-height:39px;
	background:#7b7b7b;
	border:#d6d6d6 1px solid;
	font-size:14px;
	color:#fff;
	text-align:center
}
.ajobc_list {
	background:#fff
}
.ajobc_list li {
	width:100%;
	height:30px;
	line-height:30px;
	border:1px solid #d6d6d6;
	border-top:none;
	font-size:14px;
	text-align:center;
	position:relative;
	float:left
}
.ajobc_list li a {
	display:block;
	width:219px;
	height:30px;
	position:absolute;
	top:0px;
	left:0px
}
.ajobc_list li a:hover {
	background:url(../images/jobhover.gif) no-repeat 0 0;
	color:#fff
}
.jobhoerbg td {
	background:#ededed
}
.lem {
	position:absolute;
	z-index:99;
	width:208px
}
.add_company .list .intro .text img {
	width:220px;
	height:110px;
	margin:0 10px 10px 0
}
