body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
:focus {
	outline: 0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
strong {
	font-weight: 700;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt {
	font-size: 100%;
}
input, button, textarea, select {
*font-size: 100%;
}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
}
:link, :visited, ins {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.fn-clear:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.fn-clear {
	zoom:1;
}
body .fn-hide {
	display:none;
}
.fn-left, .fn-right {
	display:inline;
}
body .fn-left {
	float:left;
}
body .fn-right {
	float:right;
}
body .center {
	text-align: center;
}
/***************** CSS Style ********************/
body {
	color: #666;
	font: 12px/1.5 "Microsoft Yahei", Arial, "����";
	background-color: #fff;
}
a {
	text-decoration: none;
	color: #424242;
}
a.color {
	color: #b36e0b;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #b36e0b;
}
a:active {
	text-decoration: none;
}
/* layout */
.layout {
	width: 1200px;
	margin: 0 auto;
}
/* icon */
i, .text-hide {
	display: block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	background-image: url(../images22/bg.png);
	background-repeat: no-repeat;
}
/* mutual-group */
.mutual-group { width:114px;
	height: 38px;
	overflow: hidden;
}
.mutual-group a {
	width: 38px;
	height: 38px;
	float: left;
	margin-left: 9px;
	transition: all 0.3s linear 0s;
}
.mutual-group a.more {
	background-position: 0 -230px;
}
.mutual-group a.more:hover {
	background-position: 0 -270px;
}
.mutual-group a.ask {
	background-position: -40px -230px;
}
.mutual-group a.ask:hover {
	background-position: -40px -270px;
}
.mutual-group-white a.more {
	background-position: -80px -230px;
}
.mutual-group-white a.more:hover {
	background-position: -80px -270px;
}
.mutual-group-white a.ask {
	background-position: -120px -230px;
}
.mutual-group-white a.ask:hover {
	background-position: -120px -270px;
}
/* mask */
.mask-hover {
	position: relative;
	overflow: hidden;
}
.mask {
	color: #fff;
	background: url(../images22/mask.png);
	background: rgba(91, 64, 52, 0.85);
	_background: #5b4034;
	_filter: alpha(opacity=85);
	_opacity: 0.85;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 15px;
	z-index: 9;
}
.mask h5 {
	color: #fff;
	font-size: 18px;
	padding: 10px 0 3px 0;
}
.mask p {
	color: #e4d0b6;
	font-size: 13px;
	line-height: 18px;
}
.mask p a {
	color: #fff;
}
.mask p a:hover {
	color: #fff;
	text-decoration: underline;
}
/* list-group */
.list-group li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	white-space:nowrap;
}
/* list-group-line */
.list-group-line li {
	padding: 5px 15px;
	border-bottom: 1px solid #eaeaea;
}
/* list-group-small */
.list-group-small li {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}
/* list-group-min */
.list-group-min li {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}
/* list-group-icon */
.list-group-icon li {
	text-indent: 5px;
	background: url(../images22/s.jpg) 0 center no-repeat;
}
.list-group li span {
	float: right;
	color: #999;
}
.list-group li a {
	border-radius: 2px;
	padding: 2px 5px;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
color:#424242;
}
.list-group li a:hover {
	color: #fff;
	background-color: #a31f24;
}
/* btn */
.btn {
	display: block;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	background-color: #825d30;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	padding: 0 20px;
}
.btn:hover {
	color: #fff;
	background-color: #8f6635;
}
.btn:active {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
}
.btn i {
	float: left;
	margin: 0 8px 0 0;
	background-image: url(../images22/btn-icon.gif);
	cursor: pointer;
}
.btn-small i {
	margin: 0 4px 0 0;
}
.btn i.xw {
	width: 18px;
	height: 14px;
	margin-top: 9px;
	background-position: 0 0;
}
.btn i.qq {
	width: 15px;
	height: 16px;
	margin-top: 9px;
	background-position: 0 -15px;
}
.btn i.lx {
	width: 13px;
	height: 20px;
	margin-top: 7px;
	background-position: 0 -31px;
}
.btn i.zx {
	width: 25px;
	height: 29px;
	margin-top: 7px;
	background-position: -19px 0;
}
.btn i.jg {
	width: 25px;
	height: 29px;
	margin-top: 7px;
	background-position: -45px 0;
}
.btn i.yy {
	width: 38px;
	height: 28px;
	margin-top: 7px;
	background-position: -40px -30px;
}
.btn i.ding {
	width: 20px;
	height: 20px;
	margin-top: 6px;
	background-position: -19px -30px;
}
/* btn-gray */
.btn-gray {
	background-color: #6a6a6a;
}
.btn-gray:hover {
	background-color: #6f6f6f;
}
/* btn-white */
.btn-white {
	color: #999;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	border-radius: 2px;
}
.btn-white:hover {
	color: #b36e0b;
	border-color: #c0c0c0;
	background-color: #eee;
}
/* btn-small */
.btn-small {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	padding: 0 10px;
}
/* btn-min */
.btn-min {
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	padding: 0 10px;
}
/* btn-big */
.btn-big {
	height: 46px;
	line-height: 46px;
}
/* ui-input */
.ui-input {
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
}
.ui-input-hover {
	border: 1px solid #ccc;
}
.ui-input-focus {
	border: 1px solid #5b4034;
}
/* header */
#header {
}
/*�˵� start*/
#heade {
	width: 100%;
	background: #646464;
	height: 33px;
}
.dianhua {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.dh_zi {
	float: left;
	line-height: 33px;
	color: #FFF
}
.weibo {
	float: right;
	color: #FFF;
	width: 200px;
	height: 33px;
	line-height: 33px;
}
.weibo_l {
	float: left;
	width: 65px;
	height: 33px;
	background: url(../images22/weibo.png) no-repeat;
	padding-left: 33px;
}
.weibo_r {
	float: right;
	width: 65px;
	height: 33px;
	background: url(../images22/weixin.png) no-repeat;
	padding-left: 33px;
}
.weibo a {
	text-decoration: none;
	color: #FFF;
}
.logo {
	width:1200px;
	overflow:hidden;
	margin:0px auto;
	height:108px;
	padding-bottom:15px;
}
.toplogo {
	width: 684px;
	height: 55px;
	margin-top: 34px;
	float:left;
}
.topsearch {
	width: 290px;
	margin-top: 14px;
	text-shadow: 0 -1px 0 #333;
	float:right;
}
.serach1 {
	width:270px;
	margin-top:4px;
}
.text1 {
	width:195px;
	border:1px #e3e3e3 solid;
	height:30px;
	float:left;
	line-height:30px;
	padding-left:5px;
	color:#999;
}
.topbutton1 {
	font-size:12px;
	margin-left:-3px;
	height:32px;
	background:#494546;
	border:1px #494546 solid;
	width:50px;
	color:#fff;
	cursor:  pointer;
	text-shadow: 0 1px 0 #333;
}
.topbutton1:hover {
	background:#767676;
	border:1px #767676 solid;
}
/*ʱ��绰��ַʱ�����߱�*/





.biaoshi {
	width:1260px;
	/* height:32px; */
	height:69px;
	margin:0px auto;
	margin-top:20px;
}
.biaoshi_tel {
	float:left;
	width:189px;
	height:32px;
}
.biaoshi_add {
	float:left;
	width:250px;
	height:32px;
	margin-left:12px;
}
.biaoshi_add a:hover {
	background:url(../images22/12_06.jpg) no-repeat;
}
.biaoshi_add a {
	background:url(../images22/12_06.jpg) no-repeat;
	display:block;
}
.biaoshi_time {
	float:left;
	width:190px;
	height:32px;
	margin-left:12px;
}
.biaoshi_call {
	float:left;
	width:299px;
	height:32px;
	margin-left:12px;
	background:url(../images22/biaozhi_call_bg.jpg) no-repeat;
}
.biaoshi_swt {
	float:right;
	width:276px;
	height:32px;
}
.biaoshi_swt_l {
	float:left;
	width:133px;
	height:32px;
}
.biaoshi_swt_r {
	float:right;
	width:133px;
	height:32px;
}
#divOne_1 {
	position:absolute;
	width: 530px;
	height: 574px;
	border: 3px solid #fff;
	background: #fff;
	padding: 36px 1px 1px;
	z-index: 999;
	box-shadow: 0 0 20px #000;
	z-index: 850;
}
#divOne_1 .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 514px;
	height: 36px;
	background: #5b416f;
	padding: 0 4px 0 12px;
}
#divOne_1 h2 {
	float: left;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
}
#divOne_1 a.D_close {
	float: right;
	display: block;
	width: 38px;
	height: 26px;
	line-height: 26em;
	overflow: hidden;
	background: url(../images22/dialog_close.png) no-repeat -1px 0;
	cursor:pointer;
}
.biaoshi_call_text {
	width: 195px;
	height: 32px;
	float: left;
}
.biaoshi_call_text input {
	width: 189px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 3px;
	border: none;
	background-color: #FFF;
}
.biaoshi_call_btn {
	width: 57px;
	height: 30px;
	float: left;
	margin-top: 1px;
}
.biaoshi_call_btn input {
	width:104px;
	height:32px;
	padding: 0;
	border: none;
	cursor: pointer;
	background:url(../images22/12_09_02.jpg) no-repeat;
}
/* navigation */
#navigation {
	height: 44px;
	_overflow: hidden;
	background-color:#a31f24;
}
/* nav */
	#nav {
	width: 960px;
	height: 44px;
	float: right;
}
#nav li {
	width: 122px;
	height: 44px;
	overflow: hidden;
	float: left;
	margin-right: -2px;
	background: url(../images22/nav-line.gif) right center no-repeat;
}
#nav li.none {
	background: transparent;
}
#nav a {
	display: block;
	width: 122px;
	height: 44px;
	line-height: 41px;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
#nav a:hover {
	color: #fff;
	background-color: #000;
}
#nav a span {
	display: block;
	width: 122px;
	height: 44px;
	line-height: 41px;
	text-align: center;
	position: absolute;
	left: 0;
	cursor: pointer;
}
#nav a span.out {
	top: 0;
}
#nav a span.over {
	top: -44px;
	background-color: #000;
}
/* submenu */
	#submenu {
	width: 240px;
	height: 44px;
	float: left;
	_overflow: hidden;
}
/* H2 */
		#submenu h2 {
	width: 240px;
	height: 44px;
	line-height: 42px;
	overflow: hidden;
	background-color: #57080b;
	position: relative;
	font-size: 18px;
	color: #fff;
	text-indent: 20px;
}
#submenu h2 i {
	width: 15px;
	height: 8px;
	background-position: -124px -94px;
	position: absolute;
	top: 18px;
	right: 18px;
}
/* submenu-list */
		.submenu-list {
	width: 240px;
	height:525px;
	position: absolute;
	overflow: hidden;
	background-color: #f5f5f5;
	background-color: rgba(245, 245, 245, 0.95);
*background:#f5f5f5; *filter:alpha(opacity=70);
	z-index: 99;
	_background-color: #f5f5f5;
	_overflow: hidden;
}
/* submenu-list-group */
			.submenu-list-group .submenu-item {
	width: 225px;
	height: 94px;
	padding: 10px 0 0 15px;
	line-height: 24px;
	border-bottom: 1px solid #ccc;
	_overflow: hidden;
	_float: left;
	_clear: both;
}
.submenu-list-group .i4 {
	border: 0 none;
}
.submenu-item h3 a, .submenu-item p a {
	color: #000;
}
.submenu-item:hover h3 a, .submenu-item:hover p a {
	color: #fff;
}
/* h3 */
				.submenu-item h3 {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	padding-left: 37px;
	font-size: 16px;
	margin-bottom: 7px;
	font-weight: 700;
	position: relative;
	background: url(../images22/arrow-gray.gif) 200px center no-repeat;
}
.submenu-item h3 a {
	display: block;
}
.submenu-item h3 i {
	width: 23px;
	height: 23px;
	position: absolute;
	left: 5px;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.submenu-item h3.i1 i {
	background-position: 0 -205px;
}
.submenu-item h3.i2 i {
	background-position: -50px -205px;
}
.submenu-item h3.i3 i {
	background-position: -100px -205px;
}
.submenu-item h3.i4 i {
	background-position: -150px -205px;
}
/* p */
				.submenu-item p {
	height: 48px;
	overflow: hidden;
}
.submenu-item p a {
	border-radius: 2px;
	margin-right: 4px;
	padding: 2px 5px; font-size:14px;
}
/* submenu-list-group */
			.submenu-list-group .submenu-item:hover {
	background: url(../images22/submenu-item-arrow.gif) right center no-repeat #a31f24;
}
.submenu-item:hover h3 {
	background-image: url(../images22/arrow-white.gif);
}
.submenu-item:hover h3.i1 i {
	background-position: -25px -205px;
}
.submenu-item:hover h3.i2 i {
	background-position: -75px -205px;
}
.submenu-item:hover h3.i3 i {
	background-position: -125px -205px;
}
.submenu-item:hover h3.i4 i {
	background-position: -175px -205px;
}
.submenu-item:hover p a:hover {
	color: #b36e0b;
	outline: medium none;
	text-decoration: none;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background-color: #fff;
}
/* submenu-cate */
			.submenu-cate {
	width: 905px;
	height: 510px;
	overflow: hidden;
	position:absolute;
	left: 240px;
	top: 0;
	padding: 15px 30px 0 25px;
	background-color: #fff;
}
/* submenu-cate-item */
				.submenu-cate-item {
	float: left;
	width: 690px;
	overflow: hidden;
}
.submenu-cate-item .item {
	width: 669px;
	margin-right: 20px;
}
.submenu-cate-item dl {
	overflow: hidden;
	padding: 10px 0;
	zoom: 1;
	border-bottom: 1px dotted #e5e5e5;
}
.submenu-cate-item dl.none {
	border: 0 none;
}
.submenu-cate-item dt {
	font-size: 15px;
	font-weight: 700;
	padding: 2px 0;
}
.submenu-cate-item dt a {
color:#424242;
	padding: 0 3px 1px 3px; 
}
.submenu-cate-item dd {
	line-height: 22px;
}
.submenu-cate-item dl.simple {
	height: 22px;
	padding: 12px 0;
}
.submenu-cate-item dl.simple dt {
	height: 22px;
	padding: 0;
	float: left;
}
.submenu-cate-item dl.simple dd {
	height: 22px;
	width: 245px;
	overflow: hidden;
	float: left;
}
.submenu-cate-item dd a {
	border-radius: 2px;
	padding: 0 3px 1px 3px;
	_padding: 3px 3px 1px 3px;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	display: inline-block;
	line-height: 18px;
	margin: 0 4px 0 0;
color:#424242;
}
#face-lift .submenu-cate-item dd a {
	margin: 0 2px 0 0;
}
.submenu-cate-item dd a:hover {
	color: #fff;
	background-color: #a31f24;
}
/* submenu-related */
					.submenu-related {
	width: 680px;
	overflow: hidden;
	padding: 5px 0;
}
.submenu-related h5 {
	font-weight: 700;
	color: #424242;
	font-size: 14px;
	padding: 0 10px;
}
.submenu-related .list-group-icon li {
	font-size: 14px;
	float: left;
	width: 33%;
}
/* medical-skin */
				#medical-skin .submenu-cate-item .fn-right dt {
	padding-top: 0;
}
#medical-skin .submenu-cate-item dl.simple {
	padding: 10px 0;
}
/* micro-plastic */
				#micro-plastic .item {
	width: 670px;
}
#micro-plastic dl.simple dd {
	width: 560px;
}
#micro-plastic .submenu-related h5 {
	padding: 20px 0 10px 10px;
}
/* mouth-plastic */
				#mouth-plastic .item {
	width: 670px;
}
#mouth-plastic dl.simple dd {
	width: 560px;
}
#mouth-plastic .submenu-related h5 {
	padding: 20px 0 10px 10px;
}
/* submenu-cate-silde */
				.submenu-cate-silde {
	float: right;
	width: 200px;
	overflow: hidden;
}
.submenu-cate-silde h5 {
	font-weight: 700;
	color: #424242;
	font-size: 14px;
	height: 32px;
	margin-top: 10px;
}
/* silde */
					.submenu-cate-silde .silde {
	width: 200px;
	height: 335px;
	overflow: hidden;
	position: relative;
}
.submenu-cate-silde .silde img {
	display: block;
	width: 200px;
	height: 335px;
	overflow: hidden;
}
/* num */
					.submenu-cate-silde .num {
	height: 14px;
	position: absolute;
	right: 5px;
	top: 8px;
}
.submenu-cate-silde .num li {
	float: left;
	width: 14px;
	height: 14px;
	overflow: hidden;
	margin-right: 3px;
	background-color: #fff;
	font-size: 0;
	line-height: 0;
	text-indent: -99px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	border-radius: 6px;
	cursor: pointer;
}
.submenu-cate-silde .num li.on {
	background-color: #5b4034;
}
/*ͷ������*/

.panel {
	padding: 45px 0;
}
.gray-bg {
	background-color: #f1f1f1;
}
.dark-bg {
	background-color: #6a6a6a;
}
/* skillcase-tabs */
.skillcase-tabs {
	width: 1200px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 40px;
}
.skillcase-tabs li {
	width: 350px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	float: left;
	margin-right: -1px;
	color: #000;
	cursor: pointer;
	padding: 0 25px;
	border-left: 1px solid #fff;
	background-color: #cfcfcf;
}
.skillcase-tabs li strong {
	font-size: 18px;
	font-weight: normal;
}
.skillcase-tabs li em {
	font-size: 14px;
	color: #444;
	margin-left: 15px;
}
.skillcase-tabs li i {
	width: 35px;
	height: 30px;
	float: left;
	margin: 10px 15px 0 0;
	background-image: url(../images22/skillcase-tabs.png);
}
.skillcase-tabs li i.skill {
	background-position: 0 0;
}
.skillcase-tabs li i.case {
	background-position: -35px 0;
}
.skillcase-tabs li i.diary {
	background-position: -70px 0;
}
.skillcase-tabs li.on {
	position: relative;
	border-color: #815d2f;
	background: url(../images22/skillcase-tabs-arrow.gif) 90px 0 no-repeat #815d2f;
}
.skillcase-tabs li.on strong {
	color: #fff;
}
.skillcase-tabs li.on em {
	color: #e3ceb3;
}
.skillcase-tabs li.on i.skill {
	background-position: 0 -30px;
}
.skillcase-tabs li.on i.case {
	background-position: -35px -30px;
}
.skillcase-tabs li.on i.diary {
	background-position: -70px -30px;
}
/* skillcase-focus */
.skillcase-focus, .skillcase-item {
	width: 1200px;
	height: 450px;
	overflow: hidden;
}
/* skill-group */
	.skill-group {
	width: 1300px;
	height: 450px;
	overflow: hidden;
	margin-left: -10px;
}
.skill-group li {
	width: 231px;
	height: 450px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-left: 10px;
}
.skill-group li img {
	display: block;
	width: 477px;
	height: 450px;
}
.skill-group li .mask {
	height: 110px;
}
.skill-group li .mutual-group {
	position: absolute;
	right: 25px;
	bottom: 25px;
	display: none;
}
.skill-group li.current {
	height: 444px;
	border: 3px solid #815d2f;
}
.skill-group li.current img {
	margin: -3px 0 0 -3px;
}
.skill-group li.current .mask {
	bottom: -110px;
}
.skill-group li.current .mutual-group {
	display: block;
}
/* case-group */
	.case-group {
	height: 450px;
	overflow: hidden;
	margin: 0 0 0 -27px;
}
.caseshow-item {
	width: 382px;
	height: 218px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 0 14px 27px;
	_display: inline;
}
.caseshow-item span {
	display: block;
	width: 44px;
	color: #fff;
	background-color: #5b4034;
	background-color: rgba(91, 64, 52, 0.85);
	_background-color: #5b4034;
	_filter: alpha(opacity=85);
	_opacity: 0.85;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	padding: 5px 0;
	z-index: 3;
	text-align: center;
}
.caseshow-item .caseshow-mask {
	width: 376px;
	height: 212px;
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #815d2f;
	background-color: rgba(91, 64, 52, 0.50);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.9) inset;
	z-index: 9;
	filter: alpha(opacity=0);
	opacity: 0;
}
.caseshow-item .caseshow-mask a {
	width: 56px;
	height: 56px;
	background-image: url(../images22/reload.png);
	background-position: center center;
	filter: alpha(opacity=95);
	opacity: 0.95;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -28px;
	cursor: pointer;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.caseshow-item .caseshow-mask a:hover {
	filter: alpha(opacity=80);
	opacity: 0.80;
}
.caseshow-item .caseshow-mask a:active {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
/* diary-silde */
	#diary-silde {
	width: 1104px;
	padding: 0 48px;
	position: relative;
}
/* diary-arrow */
		.diary-arrow {
	width: 36px;
	height: 66px;
	position: absolute;
	top: 50%;
	margin-top: -33px;
	z-index: 3;
	cursor: pointer;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-image: url(../images22/diary-arrow.png);
}
.diary-arrow:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.silde-prev {
	background-position: 0 0;
	left: 0
}
.silde-next {
	background-position: -36px 0;
	right: 0;
}
/* diary-group */
		.diary-group li {
	width: 358px;
	height: 218px;
	overflow: hidden;
	float: left;
	padding: 0 5px;
	margin: 0 0 14px 0;
}
.diary-group li a {
	display: block;
	width: 322px;
	height: 182px;
	overflow: hidden;
	padding: 15px;
	border: 3px solid #fff;
	background-color: #fff;
	cursor: pointer;
}
.diary-group li a:hover {
	border-color: #815d2f;
}
/* p */
				.diary-group a p {
	width: 322px;
	height: 88px;
	line-height: 22px;
	overflow: hidden;
	font-size: 14px;
	color: #424242;
}
/* diary-user */	
				.diary-user {
	width: 322px;
	height: 87px;
	overflow: hidden;
}
.diary-user img {
	display: block;
	width: 62px;
	height: 62px;
	overflow: hidden;
	border-radius: 31px;
	float: left;
}
.diary-user h3, .diary-user h4 {
	width: 245px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	float: right;
	font-size: 18px;
	color: #000;
}
.diary-user h4 {
	margin-top: 7px;
	color: #815d2f;
	height: 40px;
	line-height: 20px;
	font-size: 16px;
}
.diary-user h3 em {
	font-size: 14px;
	margin-left: 10px;
	color: #424242;
}
/* safequip */
#safequip {
}
.safequip-tabs {
	height: 74px;
	width: 1201px
}
.safequip-tabs li {
	width: 259px;
	height: 70px;
	line-height: 70px;
	margin-right: -1px;
	padding: 1px 20px;
	border: 1px solid #eee;
	border-bottom-color: #ddd;
	background-color: #fbfaf8;
}
.safequip-tabs li strong {
	font-size: 20px;
}
.safequip-tabs li em {
	color: #666;
}
.safequip-tabs li i {
	width: 42px;
	height: 40px;
	margin: 15px 10px 0 0;
}
.safequip-tabs li i.safe {
	background-position: 0 -60px;
}
.safequip-tabs li i.envi {
	background-position: -42px -60px;
}
.safequip-tabs li i.equi {
	background-position: -84px -60px;
}
.safequip-tabs li i.repu {
	background-position: -126px -60px;
}
.safequip-tabs li.on {
	padding-top: 0;
	border-color: #ddd;
	border-top: 2px solid #a31f24;
	border-bottom-color: #fff;
	background: #fff;
}
.safequip-tabs li.on strong {
	color: #000;
}
.safequip-tabs li.on em {
	color: #666;
}
.safequip-tabs li.on i.safe {
	background-position: 0 -100px;
}
.safequip-tabs li.on i.envi {
	background-position: -42px -100px;
}
.safequip-tabs li.on i.equi {
	background-position: -84px -100px;
}
.safequip-tabs li.on i.repu {
	background-position: -126px -100px;
}
/* safequip-item */
.safequip-item {
	width: 1200px;
	height: 442px;
	overflow: hidden;
}
/* safe-silde */
#safe-silde {
}
/* safe-tabs */
	.safe-tabs {
	width: 270px;
	overflow: hidden;
	float: left;
}
.safe-tabs li {
	width: 246px;
	height: 38px;
	line-height: 38px;
	color: #424242;
	font-size: 18px;
	padding: 17px 0 17px 24px;
	overflow: hidden;
	background-color: #f1f1f1;
	border-bottom: 1px solid #fff;
	cursor: default;
}
.safe-tabs li i {
	width: 41px;
	height: 38px;
	float: left;
	margin: 0 7px 0 0;
	background-image: url(../images22/skillcase-tabs.png);
}
.safe-tabs li i.i1 {
	background-position: 0 -140px;
}
.safe-tabs li i.i2 {
	background-position: -41px -140px;
}
.safe-tabs li i.i3 {
	background-position: -82px -140px;
}
.safe-tabs li i.i4 {
	background-position: -123px -140px;
}
.safe-tabs li i.i5 {
	background-position: -164px -140px;
}
.safe-tabs li i.i6 {
	background-position: -205px -140px;
}
.safe-tabs li.on {
	color: #fff;
	background: url(../images22/safe-tabs-arrow.gif) right center no-repeat #a31f24;
}
.safe-tabs li.on i.i1 {
	background-position: 0 -178px;
}
.safe-tabs li.on i.i2 {
	background-position: -41px -178px;
}
.safe-tabs li.on i.i3 {
	background-position: -82px -178px;
}
.safe-tabs li.on i.i4 {
	background-position: -123px -178px;
}
.safe-tabs li.on i.i5 {
	background-position: -164px -178px;
}
.safe-tabs li.on i.i6 {
	background-position: -205px -178px;
}
/* safe-group */
	.safe-group {
	width: 930px;
	height: 437px;
	overflow: hidden;
	float: right;
	background-color: #fbfaf8;
}
.safe-group li {
	width: 880px;
	height: 377px;
	overflow: hidden;
	padding: 30px 25px;
	background-color: #fbfaf8;
	position: relative;
}
.safe-group li img {
	display: block;
	width: 470px;
	height: 377px;
	overflow: hidden;
	float: left;
}
.safe-group li .info {
	width: 385px;
	height: 377px;
	overflow: hidden;
	float: right;
	font-size: 16px;
	line-height: 24px; color:#424242;
}
.safe-group li .info h5 {
	font-size: 18px;
	color: #000;
	text-align: right;
	padding: 30px 0;
}
.safe-group .mutual-group {
	position: absolute;
	right: 40px;
	bottom: 40px;
}
/* environment */
#environment {
	width: 1201px;
}
#environment ul {
	float: left;
	overflow: hidden;
}
#environment ul li {
	display: inline;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 0 1px 1px;
	-moz-transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	transform: translateZ(0px);
}
/* img */
	#environment ul li img {
	display: block;
	width: 100%;
	position: relative;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#environment ul li:hover img {
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
/* span */
	#environment ul li span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: opacity 0.4s ease 0s;
	visibility: visible;
	z-index: 8;
	background-color: rgba(91, 64, 52, 0.5);
}
#environment ul li span a {
	display: block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -19px 0 0 -19px;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border: 1px solid #fff;
	background: url(../images22/lightbox.png) 7px 7px no-repeat;
	border-radius: 4px;
}
#environment ul li span a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
/* more */
	#environment ul li a.more {
	display: block;
	width: 208px;
	height: 127px;
	line-height: 127px;
	overflow: hidden;
	font-size: 18px;
	text-indent: 55px;
	color: #fff;
	background: url(../images22/white-arrow.png) 140px center no-repeat #825d30;
}
#environment ul li a.more:hover {
	color: #fff;
	background-color: #8f6635;
}
#environment ul li .mask {
	width: 100%;
	height: 35px;
	bottom: -35px;
}
#environment ul li .mask p {
	height: 35px;
	line-height: 35px;
	padding: 0;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
}
/* silde-four */
.silde-four {
	position: relative;
}
/* equipment */
#equipment {
	width: 1096px;
	padding: 0 52px;
}
#equipment .silde-safequip-main {
	margin-top: 40px;
}
.equipment-group {
	height: 350px;
	overflow: hidden;
}
.equipment-group li {
	float: left;
	width: 274px;
	height: 350px;
	overflow: hidden;
}
.equipment-group li .inner {
	width: 230px;
	height: 340px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 4px;
	position: relative;
	border: 1px solid #e2e2e2;
}
.equipment-group li img {
	display: block;
	width: 230px;
	height: 340px;
}
.equipment-group li .mask {
	height: 22px;
	overflow: hidden;
	padding: 13px 15px 14px 15px;
	_margin-bottom: -1px;
}
.equipment-group .mask h3 {
	font-size: 18px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-bottom: 10px;
}
.equipment-group .mask h3 a {
	color: #fff;
}
.equipment-group .mask h3 a:hover {
	color: #fff;
	text-decoration: underline;
}
.equipment-group .mask h4 {
	color: #e0c7bc;
	line-height: 22px;
	font-size: 12px;
	height: 22px;
	overflow: hidden;
}
.equipment-group .mask p {
	color: #f5f5f5;
	line-height: 22px;
	font-size: 12px;
	height: 66px;
	overflow: hidden;
	margin-top: 10px;
}
.equipment-group .mask .mutual-group {
	margin-top: 12px;
	float: right;
}
.equipment-group li.hover .inner {
	border: 5px solid #735c52;
	border-radius: 5px;
	margin-top: 0;
}
.equipment-group li.hover .mask {
	padding: 15px 10px 13px 10px;
}
.equipment-group li.hover .mask h3 {
	margin: 0;
}
/* reputation */	
#reputation {
	width: 1060px;
	padding: 0 60px;
}
#reputation .silde-safequip-main {
	margin-top: 39px;
}
.reputation-group {
	height: 358px;
	overflow: hidden;
}
.reputation-group ul {
	width: 270px;
	height: 358px;
	overflow: hidden;
	float: left;
}
.reputation-group li {
	float: left;
	width: 238px;
	height: 174px;
	margin-bottom: 10px;
	overflow: hidden;
}
/*
.reputation-group li a {
	display: block;
	width: 256px;
	height: 171px;
	margin: 0 auto;
	overflow: hidden;
	border: 3px solid #fff;
}
.reputation-group li a:hover {
	border-color: #684f45;
}
*/
.reputation-group li .mask {
	width: 256px;
	height: 33px;
	line-height: 33px;
	padding: 0;
	color: #fff;
	text-align: center;
	bottom: -33px;
	_margin-bottom: -1px;
}
/* service-group */	









/*С������ʼ*/

.index {
	width:1200px;
	margin:0px auto;
}
.banner_m {
	width:1198px;
	height:90px;
	border:1px #e3e3e3 solid;
	margin:0 auto;
	margin-top:20px; overflow:hidden;
}
.banner_m a{ color:#434343; font-size:14px;}
a:hover {
	text-decoration:none;
	color:#434343;
	transition: all 0.3s linear 0s;
}
.banner_nav01 {
	height:90px;
	z-index:0;
	width:184px;
	float:left;
}
.banner_nav01 ul {
	margin-top:18px;
	width:184px;
	float:left;
	margin-left:4px;
	background:url(../images22/banner_bav_bg.jpg) no-repeat right;
}
.banner_nav01 ul li {
	float:left;
	display:inline;
	margin-left:3px;
	padding-top:3px;
	height:20px;
	margin-bottom:3px;
	text-align:center;
}
.banner_nav01 ul li a {
	width:52px;
	display:block;
}
.banner_nav01_on {
	font-weight:bold
}
.banner_nav01_on a {
	color:#333;
}
.banner_nav01 ul li a:hover {
	background:#9e0000;
	color:#fff;
	text-shadow: 0 1px 0 #333;
}
.banner_nav02 {
	width:53px;
	height:56px;
	display:inline;
	float:left;
	margin-left:5px;
}
/*С��������*/
	





.banner_nav04 {
	height:90px;
	width:266px;
	_width:247px;
	float:left;
}
.banner_nav04 ul {
	margin-top:18px;
	width:266px;
	_width:247px;
	float:left;
	margin-left:4px;
	background:url(../images22/banner_bav_bg.jpg) no-repeat right;
}
.banner_nav04 ul li {
	float:left;
	display:inline;
	margin-left:7px;
	display:inline;
	padding-top:3px;
	height:20px;
	margin-bottom:3px;
	text-align:center;
}
.banner_nav04 ul li a {
	width:52px;
	display:block;
}
.banner_nav04_on {
	font-weight:bold
}
.banner_nav04_on a {
	color:#333;
}
.banner_nav04 ul li a:hover {
	background:#9e0000;
	color:#fff;
	text-shadow: 0 1px 0 #333;
}
.banner_nav05 {
	height:90px;
	width:298px;
	_width:296px;
	float:left;
}
.banner_nav05 ul {
	margin-top:18px;
	width:298px;
	_width:296px;
	float:left;
	margin-left:4px;
	background:url(../images22/banner_bav_bg.jpg) no-repeat right;
}
.banner_nav05 ul li {
	float:left;
	display:inline;
	margin-left:3px;
	padding-top:3px;
	height:20px;
	margin-bottom:3px;
	text-align:center;
}
.banner_nav05 ul li a {
	width:52px;
	display:block;
}
.banner_nav05_on {
	font-weight:bold
}
.banner_nav05_on a {
	color:#333;
}
.banner_nav05 ul li a:hover {
	background:#9e0000;
	color:#fff;
	text-shadow: 0 1px 0 #333;
}
#guanggao {
	width: 1200px;
	margin: 0 auto; display:none;
}
/************ר���Ŷ�***********/
.index01 {
	width:1200px;
	margin:0 auto;
}
.zpicScroll-left {
	overflow:hidden;
	margin-bottom:10px;
	margin-top:15px;
}
.zpicScroll-left .bd {
	overflow:hidden;
}
.zpicScroll-left .bd ul li {
	position:relative;
	display:block;
	width:286px;
	float:left;
	border:1px #e3e3e3 solid;
	height:403px; margin-left:1px;
	margin-right:9px;
	_margin-left:0px;
	_margin-right:4px;
}
.zpicScroll-left .zj-pic-content {
	position:absolute;
	left:0;
	bottom:0;
	width:286px;
	height:33px;
	overflow:hidden;
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2000000', endColorstr='#B2000000'); _background:url(../images22/zb_info_bg.gif);
	color:#fff;
}
:root .zpicScroll-left .zj-pic-content {
	filter:none;
	background-color:rgba(0, 0, 0, 0.7); 
}
.zpicScroll-left .zj-pic-content h3 a {
	color:#fff;
}
.zpicScroll-left .bd ul li img {
	display:block;
	width:286px;
	height:407px;
}
.row {
	height:auto;
	clear:both;
	_margin-left:0px;
	overflow:hidden;
}
.zpicScroll-left .bd ul li:hover {
	border:1px #888 solid;/*#b1a4ba*/
	box-shadow:0 0 15px #888;
}
.zpicScroll-left .hd ul {
	overflow:hidden;
	zoom:1;
}
.zpicScroll-left .hd ul li {
	float:left;
	width:9px;
	height:9px;
	overflow:hidden;
	margin-right:5px;
	text-indent:-999px;
	cursor:pointer;
	background:#dfdfdf;
	border-radius:20px;
}
.zpicScroll-left .hd ul li.on {
	background:#57080b;
}
.zpicScroll-left .bd ul li h3 {
	color:#fff;
	padding-left:15px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:3px;
	font-size:14px; line-height:40px;
}
.zpicScroll-left .bd ul li h3 a {
	font-size:16px;
}
.zpicScroll-left .bd ul li p {
	height:72px;
	line-height:24px;
	padding:0 10px 7px 15px;
}
.z11 {
	height:40px;
}
.z1 a {
	background:#a31f24;
	border:1px #a31f24 solid;
	line-height:25px;
	width:95px;
	height:24px;
	color:#fff;
	border-radius: 5px;
	text-align:center;
	float:left;
	margin-left:42px;
}
.z1 a:hover {
	background:#57080b;
}
.z2 a {
	background:#fff;
	border:1px #b1a4ba solid;
	line-height:25px;
	width:95px;
	height:24px;
	color:#434343;
	border-radius: 5px;
	text-align:center;
	float:left;
	margin-left:15px;
}
.z2 a:hover {
	background:#57080b;
	color:#fff;
	border:1px #57080b solid;
}
.z3 a {
	background:#758b94;
	line-height:25px;
	width:80px;
	height:25px;
	color:#fff;
	border-radius: 5px;
	text-align:center;
	float:left;
	margin-left:5px;
}
.z3 a:hover {
	background:#597580;
}
.zpicScroll-left .hd .prev, .zpicScroll-left .hd .next {
	display:block;
	width:25px;
	height:18px;
	float:right;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images22/arrow.jpg) no-repeat;
}
.zpicScroll-left .hd .next {
	background-position:-25px 0px;
}
.zpicScroll-left .hd .prev {
	background-position:0px 0;
}
.wzhuanjia {
	width:1198px;
	overflow:hidden;
	border:1px #e3e3e3 solid;
	margin-bottom:5px;
}
.anlibiao {
	width:1198px;
	overflow:hidden;
	border:1px #e3e3e3 solid;
	margin:0 auto; display:none;
}
.zhuanjia_tit {
	width:300px;
	height:47px;
	line-height:38px;
	border-bottom:20px;
	font-size:24px;
	float:left;
	color:#000000;
	padding-left:20px;
}
.zhuanjia_tit a{ color:#000000; }
.zhuanjia_tit span {
	color:#a1a1a1;
	font-size:18px;    padding: 0 5px 5px;
    border-bottom: 2px solid #9D0A3A;
}
.zpicScroll-left .hd {
	height:30px;
	width:60px;
	float:right;
	margin-right:20px;
	_margin-right:20px;
}
/************ר���Ŷӽ���***********/
	
	
	
	
.n-bTitle {
	font-size: 16px;
	color: #000;border-bottom: 2px solid #9D0A3A;padding: 0 5px 5px;
}
/* Ʒ�ƻ�б�ҳ��ʼ */
	#brand {
	width:369px;
	height: 316px;
	border: 1px solid #dfdfdf;
	float:right;
}
.brand_title23 {
	width:370px;
	height:40px;
	line-height:40px;
	margin-bottom:10px; color:#424242;
}
.brand_title {
	float:left;
	width:100px;
	height:40px;
	margin-left:10px; font-size:16px;
}
titlemb2 {
	line-height: 30px;
	font-size:16px
}
.titlemb2 a, .titlemb2 span {
	padding:0 5px 5px;
	border-bottom: 2px solid #9D0A3A;
}
.titlemb2 a:hover {
	color:#e4007f;
}
.more_1 {
	width:50px;
	height:40px;
	line-height:40px;
	float:right;
	margin-right:10px;
	color:#d6d6d6
}
.more_1:hover {
	color:#272727
}
.lanrenzhijia {
	width:354px;
	height:251px;
	font-family:'΢���ź�';
	margin:0px auto;
}
.lanrenzhijia .tab {
	overflow:hidden;
	background:#dadada;
	height:30px;
	width:354px;
}
.lanrenzhijia .tab a {
	display:block;
	width:177px;
	height:30px;
	float:left;
	text-decoration:none;
	color:#333;
	line-height:30px;
	text-align:center;
	font-size:14px;
}
.lanrenzhijia .tab a:hover {
	background:#dadada;
	color:#fff;
	text-decoration:none;
}
.lanrenzhijia .tab a.on {
	background:#a31f24;
	color:#ffffff;
	text-decoration:none;
}
.lanrenzhijia .content {
	overflow:hidden;
	padding:10px; color:#434343;
}
.lanrenzhijia .content li {
	display:none;
}
.pinp_mm {
	width:343px;
	height:188px;
	display:block;
}
.pinp_mm_l {
	float:left;
	width:166px;
	height:188px;
}
.pinp_mm_r {
	float:right;
	width:167px;
	height:188px;
	line-height:20px;
	font-size:14px;
}
.pinpai_hd_list span {
	padding-left:15px;
	width:152px;
	display: inline;
	float:left;
}
.pinpai_hd_list p {
	font-size:12px;
	float:left;
	line-height:1.8;
	padding-top:2px;
}
.pinpai_hd_list a {
	margin-top:5px;
	margin-right:30px;
	display: inline-block;
	text-decoration:underline;
	color:#9d0a3a;
}
.pinpai_hd_list h1 {
	font-size:14px;
	margin-top:5px
}
.pinpai_hd_title {
	width:150px;
	margin-bottom:4px;
	margin-top:15px;
	background-position:0;
}
/* Ʒ�ƻ�б�ҳ���� */


/*ʱ��绰��ַʱ�����߱�����*/




.xian {
	height:10px
}
#LXB_CONTAINER .lxb-container-12-2{ display:none;}