/* 清除内外边距 */
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 {
	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;
}

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

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

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

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


/***************top****************/
.top_company {
	height: 112px;
}

.top_con {
	position:relative;
}

.top_con {
	position:relative;
	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;
	text-decoration: none; outline:none;
}

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

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

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

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

.company_name h2 a {
	color:#000;
    overflow: hidden;
    height:1.5em;
    line-height: 1.5em;
    display:block;
	color:#000;
	text-decoration: none; outline:none;
}

.company_name .c_product {
	margin-top:8px;
	max-width: 480px;
    overflow: hidden;
    height:1.5em;
    line-height: 1.5em;
}

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

/*会员及年限*/
.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;
}

/*nav*/
#nav {
	z-index:999;
	position:relative;
	height:59px;
	line-height:59px;
	border-bottom:1px solid #341211;
	background:url(image/Bg_tip.png) repeat-x;
}

#nav .max_width {
	position:relative;
}

#nav ul li {
	position:relative;
	float:left;
	display:inline;
	padding:0 20px;
	height:59px;
	line-height:59px;
	background:url(image/L_tip.png) right -65px no-repeat;
}

#nav ul li a {
	float:left;
	display:inline;
	color:#e8d8ba;
	height:32px;
	line-height:32px;
	padding:0 10px;
	margin-top:14px;
	font-size:15px;
	font-family:"微软雅黑";
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-decoration: none; outline:none;
}

#nav ul li a:hover, #nav ul li a.current {
	background:url(image/Bg_tip.png) 0 -102px repeat-x;
}

#secondNavList {
	position:absolute;
	top:59px;
	top:-999em;
	left:150px;
	padding:0 12px;
	background:url(image/L_tip.png) #222 -16px -125px no-repeat;;
}

#tranTip {
	position:absolute;
	top:-9px;
	left:110px;
	display:block;
	width:19px;
	height:10px;
	background:url(image/L_tip.png) 0 -55px no-repeat;
}

#secondNavList .pro_list {
	padding:12px;
	background:url(image/L_tip.png) right -125px no-repeat;
}

#secondNavList .pro_list p {
	min-width:80px;
	max-width:120px;
	_width:80px;
	height:24px;
	line-height:24px;
	overflow: hidden;
}

#secondNavList .pro_list a {
	/*display:block;
	_float:left;
	_display:inline;
	_width:80px;*/
	min-width:80px;
	color:#e8d8ba;
	text-decoration: none; outline:none;
}

#secondNavList .pro_list a:hover {
	color:#A51A1B;
}

/*banner*/
.banner {
	height:436px;
	padding:2px 0;
	background:#6d2623;
}
.banner .max_width {
	position:relative;
	margin-top:10px;
}
.sliderBox {
	position:relative;
	width:980px;
	height:416px;
	overflow:hidden;
}
.sliderBox li img{
	width:980px;
	height:416px;
	vertical-align: middle;
}
.sliderSwitch .switchBtn {
	position:absolute;
	top:190px;
	width:33px;
	height:36px;
	cursor:pointer;
	background:url(image/B_tip.png) no-repeat;
}
.control {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
	z-index: 9;
}
.control li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
	background: #666;
}
.control li.current {
	background: #eee;
}
.sliderSwitch .preview {
	left:-40px;
}
.sliderSwitch .next {
	right:-40px;
	background-position:0 -40px;
}


/**************content*****************/
#content {
	overflow:hidden;
	zoom:1;
	background:url(image/body_bg.png) repeat-x;
}

#content .max_width {
	overflow:hidden;
	zoom:1;
	border-bottom:9px solid #a1191a;
}


/*news*/
#left {
	overflow:hidden;
	zoom:1;
	padding-bottom:30px;
	background:#eee;
	border:1px solid #d5d5d5;
}

.index_left {
	width:314px;
}

.left_c {
	padding-top:1px;
	margin:0 12px 0 24px;
}

.title {
	height:36px;
	padding-top:8px;
	border-bottom:1px solid #d5d5d5;
}

.title h3 {
	float:left;
	display:inline;
	height:36px;
	line-height:36px;
	font-size:16px;
}

.title h3.ch {
	font-family:"微软雅黑";
	padding-right:16px;
	border-right:1px solid #d5d5d5;
}

.title h3.ch a {
	color:#222;
	text-decoration: none; outline:none;
}

.title h3.ch a span {
	color:#a51a1b;
}

.title h3.en {
	color:#b4b4b4;
	padding-left:24px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
}

.title .more {
	float:right;
	color:#fff;
	height:15px;
	line-height:15px;
	padding:0 6px;
	margin:10px 12px 0 0;
	font-family:Verdana, Geneva, sans-serif;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:url(image/Bg_tip.png) 0 -149px repeat-x;
}

.title .more:hover {
	background-position:0 -134px;
}

.left_c .l_con {
	padding-top:10px;
	/*margin-right:12px;*/
}

.l_con .con_list li {
	color:#454545;
	height:24px;
	line-height:24px;
	padding-left:20px;
	background:url(image/L_tip.png) 0 -30px no-repeat;
}

.l_con .con_list li a {
	color:#454545;
	float:left;
	width: 185px;
	overflow: hidden;
	height:24px;
	line-height:24px;
	text-decoration: none; outline:none;
}

.l_con .con_list li a:hover {
	color:#a51a1b;
}

.l_con .con_list li span {
	float:right;
}

/*contact*/
.l_con .con_list {
	margin-top:10px;
}

.l_con .con_list p {
	line-height:24px;
}

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

/*search*/
.l_con .d_search {
	height:42px;
	border-top:1px solid #c2c2c2;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#fff;
}

.d_search .s_text {
	float:left;
	height:20px;
	line-height:20px;
	font-size:16px;
	padding-left:3px;
	margin-top:11px;
	font-family:"微软雅黑";
}

.d_search .b_label {
	height:43px;
	margin-top:-1px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:url(image/Bg_tip.png) 0 -59px repeat-x;
}

.d_search .b_label input {
	height:24px;
	width:24px;
	margin:10px 16px;
	_float:left;
	background:url(image/L_tip.png) no-repeat;
}


/****************right*******************/
#right {
	border:1px solid #d5d5d5;
	border-left:none;
}

/*带padding的内容区*/
.p_content {
	padding:0 9px;
}
.r_content .about_con1 img{
    max-width:100%
}

.index_right {
	width:663px;
}

.r_content .title {
	border-bottom:3px solid #d4d4d4;
}

.f_content .title {
	margin-left:10px;
	border-bottom:none;
	background:#eee;
}

.f_content .title h3.ch {
	border:none;
}

.r_content .title .ch {
	padding-left:14px;
}

.g_line {
	height:3px;
	margin-top:2px;
	font-size:0;
	background:#eee;
    margin-left: 10px;
}

.r_content .pro_list {
	overflow:hidden;
	zoom:1;
	padding:12px 3px 0 3px;
}

.f_content .pro_list {
	padding:12px 12px 0 12px;
}

#m_plate {
	position:relative;
	width:639px;
	overflow:hidden;
	padding:12px 0 0 0;
	margin:0 12px;
}

#recPro {
	position:relative;
	width:639px;
	overflow:hidden;
    margin:12px 12px 0 12px;
    padding:0;
}

.r_content .pro_list ul {
	position:relative;
}

.r_content .pro_list li {
	position:relative;
	float:left;
	display:inline;
	margin:5px  auto auto 7px;
}

.r_content .pro_list li img {
	width:206px;
	height:154px;
	vertical-align:middle;
}

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

.about_us .about_con {
	overflow:hidden;
	zoom:1;
	padding:12px 3px;
}

.about_us .about_con img{
	max-width:640px;
}
.about_us .about_con p {
	text-indent:2em;
	line-height:20px;
}
.about_us .about_con a {
	margin:0 0 12px 12px;
	text-decoration: none; outline:none;
}
/************footer***************/
#footer .friend_link {
	text-align:center;
	padding:44px 0 ;
}
#footer .friend_link p {
	line-height:20px;
}
#footer .friend_link .f_link a {
	color:#222;
	margin:0 8px;
	text-decoration: none; outline:none;
    display:inline-block;
}
#footer .friend_link p a:hover {
	color:#000;
}
#footer .friend_link .c_right span, #footer .friend_link .c_right a {
	margin-right:8px;
	text-decoration: none; outline:none;
}
#footer .bottom {
	overflow:hidden;
	zoom:1;
	padding:16px 0;
	background:#eaeaea;
}
.bottom .com_name {
	color:#222;
}
.bottom .com_contact {
	color:#454545;
}
.bottom .com_contact span,.bottom .com_contact a {
	margin:0 8px;
	text-decoration: none; outline:none;
}
.bottom .com_contact a  {
	color:#000;
	text-decoration: none; outline:none;
}
.bottom .com_contact i {
	color:#a51a1b;
	font-style:normal;
	font-family:Verdana, Geneva, sans-serif;
}
.bottom .com_contact a {
	color:#222;
	text-decoration: none; outline:none;
}
/*************inside css*************/

/*********about us***********/
.inside_banner {
	padding:2px 0;
	background:#6D2623;
}

.inside_banner img {
	height:416px;
	width:980px;
	margin:10px 0;
}


/*left content*/
.inside_left {
	width:250px;
}

.l_con .ab_list {
	margin-top:10px;
}

.l_con .ab_list a{
	color:#222;
	text-decoration: none; outline:none;
}

.l_con .ab_list li {
	padding:8px 0 8px 40px;
	border-bottom:1px dashed #d5d5d5;
}

.l_con .ab_list li.current {
	background:url(image/L_tip.png) 25px -259px no-repeat;
}

.inside_left .d_search .s_text {
	width:136px;
	*width:110px;
}

/*right content*/
.inside_right {
	width:727px;
}

.inside_right .title {
	line-height:36px;
}

.inside_right .title .position {
	color:#4d4d4d;
	padding-left:26px;
	margin-left:24px;
	font-family:Verdana, Geneva, sans-serif;
	background:url(image/L_tip.png) 0 -298px no-repeat;
}

.inside_right .title .position a {
	color:#4d4d4d;
	margin:0 5px;
	font-family:"微软雅黑";
}
.position a {
	text-decoration: none; outline:none;
}

.inside_right .title .position a:hover {
	color:#A51A1B;
}

.inside_right .about_con {
	padding: 20px 12px 0 12px;
}

.inside_right .about_con p {
	color:#4d4d4d;
	margin-bottom:16px;
}


/**********产品展示*********/
.inside_right .r_content .pro_list {
	padding:0 0 50px 0;
}

.inside_right .r_content .pro_list ul {
	overflow:hidden;
	zoom:1;
}

.inside_right .r_content .pro_list li {
	margin:16px 0 0 16px;
}

.inside_right .r_content .pro_list li img {
	width:220px;
	height:166px;
}

.inside_right .r_content .pro_list li p {
	width:220px
}

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

.inside_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;
	text-decoration: none; outline:none;
}

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

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

/***********产品展示详情***************/
#reProduct {
	position:relative;
	width:186px;
	margin: 0 auto;
	overflow:hidden;
}

#proList li {
	position:absolute;
	margin-bottom:12px;
}

#proList li img {
	width:186px;
	height:140px;
	vertical-align:middle;
}

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

/* 产品中心内页 */

.product_detail {
	position:relative;
	padding:12px 24px 0 24px;
	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;
	left:0;
	top:-999em;
	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;
	text-decoration: none; outline:none;
	color:#000;
}

#smallPhoto a {
	*display:inline;
	text-decoration: none; outline:none;
	color:#000;
}

#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;
	max-width:320px;
}

.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;
}


.company_introduce {
    padding: 30px;
    color: #686868;
}
.company_introduce_text {
    line-height: 18px;
    margin-bottom: 16px;
}
.company_introduce_link {
    display: inline-block;
    text-align: center;
    width: 64px;
    height: 24px;
    line-height: 24px;
    vertical-align:top;
    background: #51b600;
    color: #fff;
    margin-bottom: 43px;
    *display: inline;
    *zoom: 1;
}
.company_introduce .triangle_right {
    border-bottom: 12px solid #fff;
    border-top: 12px solid #fff;
    border-left: 7px solid #51b600;
    margin-bottom: 43px;
}

.company_reg_item { line-height: 20px; }
.company_reg_item span{ color: #51b600 }

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

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

.servie_btn a{
	cursor:pointer;
}

.servie_btn a,#form .servie_btn input {
	float:left;
	display:inline;
	color:#fff;
	height:35px;
	line-height:35px;
	margin-top:20px;
	padding:0 14px;
	font-size:15px;
	font-family:"微软雅黑";
	border-radius:3px;
	border:none;
	background:url(./image/Bg_tip.png) repeat-x;
	cursor:pointer;
}



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

.servie_btn .consult, #form .servie_btn .consult {
	background-position:0 -199px;
}

/***********news**************/
.inside_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 {
	color:#4d4d4d;
	float:left;
	text-decoration: none; outline:none;
}

.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;
}

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

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

.inside_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: 100%;
}

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

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

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

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

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

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

.r_content .employ th.line4 {
	width:100px;
}

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

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

.r_content .employ td a {
	color:#4d4d4d;
	margin-left:16px;
	float:left;
	text-decoration: none; outline:none;
}

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

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

/*招聘详情*/
.r_content .wrap_employ {
	padding:50px 0;
}

.r_content .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;
}

/*相册内页*/
.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;
}

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

.r_content .con_contact {
	padding:20px 30px 50px 30px;
}

.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;
}
.con_contact .c_contact a {
	text-decoration: none; outline:none;
}

input.pages_inp,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;
}

input.pages_btn{
	background: none repeat scroll 0 0 #F8F8F8;
}

/*在线留言*/
.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;
}
a.item {
	cursor:pointer;
}

.l_con .con_list  .side_span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:170px;
	line-height:18px;
	overflow: hidden;
	vertical-align:middle;
	word-break: break-all;
}
/*//////////智能橱窗///////////////*/
#windowShow .title {
	border:1px solid #d5d5d5;
}

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

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

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

#windowShow .pro_list li img {
	width:232px;
}

#windowShow .pro_list li p {
	width:232px;
}
