@charset "utf-8";
/* 清除内外边距 */
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 字符表示，使得在任何编码下都无问题 */
}

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 { text-decoration: none; outline:none;}
a:hover { text-decoration: none; }


/* 重置表单元素 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

em {
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.display {
	display:none;
}

.p_relative {
	/*_position:relative;
	_margin-left:-30px;*/
	
	position:relative;
}

input[type="button"], input[type="submit"] {
	cursor:pointer;
}

/*****************重置样式结束*****************/



/* top */

#top {
	height:40px;
	background:#619773;
}

.wrap_top a:link, .wrap_top a:visited, .wrap_top a:hover, .wrap_top a:active {
	color:#fff;
}

.wrap_top {
	width:960px;
	margin:0 auto;
	height:40px;
	line-height:40px;
}

.set_homepage {
	float:left;
	color:#fff;
}

.set_homepage a {
	margin:0 12px;
}

.v_service {

	position:relative;
	float:right;
	margin-right:10px;
	z-index:999;
}

.v_service a {
	margin-right:30px;
}

.v_service span, .v_service em {
	color:#fff;
}

.second_list {
	position:absolute;
	top:40px;
	padding:0 0 10px 10px;
	border:1px solid #ddd;
	background:#fff;
	z-index:99;	
	_width:150px;
}

.my_plastify {

	display:inline-block;
	*display:inline;
	*zoom:1;
}

.membership {

	display:inline-block;
	*display:inline;
	*zoom:1;
}

.about_my_plastify {
	display:none;
	left:0;
}

.my_membership {
	display:none;
	left:90px;
}

.v_service {

	position:relative;
	float:right;
	margin-right:10px;
	z-index:999;
}

.v_service .second_list a {

	display:block;
	height:30px;
	line-height:30px;
	padding:4px 0 0 20px;
	color:#000;
}

.v_service .second_list a:hover {

	color:#000;
}

.amp1 {
	background:url(images/nav_ico.png) 0 -230px no-repeat;
}

.amp2 {
	background:url(images/nav_ico.png) 0 10px no-repeat;
}

.amp3 {
	background:url(images/nav_ico.png) 0 -18px no-repeat;
}

.amp4 {
	background:url(images/nav_ico.png) 0 -48px no-repeat;
}

.amp5 {
	background:url(images/nav_ico.png) 0 -78px no-repeat;
}

.ms1 {
	background:url(images/nav_ico.png) 0 -108px no-repeat;
}

.ms2 {
	background:url(images/nav_ico.png) 0 -140px no-repeat;
}

.ms3 {
	background:url(images/nav_ico.png) 0 -170px no-repeat;
}

.ms4 {
	background:url(images/nav_ico.png) 0 -198px no-repeat;
}

/*****************top样式结束*****************/

/* header */

/* header */
.wrap_header {
	padding-top:1px;
	width:960px;
	margin:0 auto;
}

.wrap_logo {
	overflow:hidden;
}

.logo {
	float:left;
	display:block;
	margin:28px 0 0 10px;
	max-width:200px;
	max-height:50px;
	min-width:100px;
	min-height:30px;
	overflow:hidden;
}
.page_title{
    float:left;
    width:450px;
    margin:15px 0;
    margin-left:20px;
}
.page_title .t{
    font-size: 25px;
    font-family: 微软雅黑;
    font-weight: bold;
    color:#1b1b1b;
    height:35px;
    line-height: 35px;
    display: block;
    letter-spacing: 5px;
}
.page_title .b{
    display: block;
    height:40px;
    line-height: 18px;
    overflow: hidden;
    width:100%;
    color:#505050;
    font-family: 微软雅黑;
    font-weight: normal;
    font-size: 12px;
}
.page_title .b a {
    color: #505050;
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
}
.nav {
	margin:12px 0;
	overflow:hidden;
	zoom:1;
}

.nav a {
	float:left;
	color:#666;
	font-size:14px;
	font-family:"微软雅黑";
	padding:6px 12px;
	margin-right:18px;
	border:1px solid transparent;
	_border:none;
}

a.nav_active {

	color:#fff;
	background:#fff;
	background:url(images/h_bg.png) repeat-x;
}

.diamond {
	width:235px;
    height:80px;
    float:right;
    background:url(./images/member_star.png) scroll no-repeat 0 0 transparent;
    position: relative;
    margin-top:10px;
}
.diamond .star01{
    position: absolute;
    width:67px;
    height:78px;
    background:url(./images/star01.png) scroll no-repeat 0 0 transparent;
    top:0;
    left:0;
}
.diamond .star02{
    position: absolute;
    width:67px;
    height:78px;
    background:url(./images/star02.png) scroll no-repeat 0 0 transparent;
    top:0;
    left:0;
}
.diamond .star03{
    position: absolute;
    width:67px;
    height:78px;
    background:url(./images/star03.png) scroll no-repeat 0 0 transparent;
    top:0;
    left:0;
}
.diamond .star04{
    position: absolute;
    width:67px;
    height:78px;
    background:url(./images/star04.png) scroll no-repeat 0 0 transparent;
    top:0;
    left:0;
}

.diamond .text {
    position:absolute;
    top:45px;
    left:72px;
	color:#AE1B02;
    font-family:微软雅黑;
    font-size:12px;
    font-weight:normal;
    height:23px;
    letter-spacing:1px;
    position:absolute;
    text-align:center;
    width:150px;
}

.number {
	position:absolute;
    left:178px;
    top:22px;
	color:#fff;
    font-weight:bold;
}


/*****************header样式结束*****************/

/* content */

.banner {
	padding:16px 0;
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	background:url(images/banner_bg.png) repeat;
}

.wrap_banner {
	position:relative;
	width:960px;
	height:320px;
	margin:0 auto;
	overflow:hidden;
}

.wrap_banner_pic {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	zoom:1;
}

.wrap_banner_pic a {
	display:block;
	float:left;
	width:960px;
	height:320px;
	overflow:hidden;
}

.wrap_banner_pic a img {
	width:960px;
	height:320px;
}

.slide_control {
	position:absolute;
	right:25px;
	bottom:25px;
}

.slide_control a {
	float:left;
	display:block;
	width:24px;
	height:24px;
	line-height:24px;
	margin-left:10px;
	outline:none;
	text-align:center;
	color:#619773;
	background:#dbfee7;
	border:1px solid #619773;
}

a.slide_control_active {
	color:#dbfee7;
	background:#619773;
	border-color:#dbfee7;
}

/* main_content */

.main_content {
	background:#fff;
	overflow:hidden;
	zoom:1;
}

.wrap_content {
	width:940px;
	padding:0 10px;
	margin:0 auto;
	color:#7c7c7c;
	overflow:hidden;
	zoom:1;
}

.wrap_content a {
	color:#7c7c7c;
}

.top_tip {
	padding-top:16px;
	overflow:hidden;
	zoom:1;
}

.now_position {
	float:left;
	padding-left:18px;
	background:url(images/tip.png) no-repeat;
}

.now_position a {
	margin:0 8px 0 6px;
}

.now_position a:link {
	color:#7c7c7c;
}

.now_position a:visited {
	color:#7c7c7c;
}

.now_position a:hover {
	color:#333;
}

.now_position a:active {
	color:#333;
}

.tody_date {
	float:right;
	margin-right:10px;
}

/* left content */

.left_content {
	float:left;
	width:240px;
	margin-top:20px;
}

.same_title {
	margin-bottom:24px;
}

.w_title {
	height:40px;
	line-height:40px;
	overflow:hidden;
	zoom:1;
	background:url(images/h_bg.png) 0 -32px repeat-x;
}

.same_title h3 {
	float:left;
	height:40px;
	line-height:40px;
	margin-left:12px;
	font-size:14px;
	color:#353535;
	font-family:"微软雅黑";
	letter-spacing:2px;
}

.w_title a {
	float:right;
	margin-right:12px;
	font-size:10px;
	-webkit-text-size-adjust:none;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#5aa171;
}

.w_title a:hover {
	text-decoration:underline;
}

.p_notice {
	position:relative;
	height:100px;
	overflow:hidden;
	margin:10px 10px 0 10px;
}

.p_notice p {
	position:absolute;
	top:0;
	left:0;
	letter-spacing:0.1em;
	text-indent:2em;
	line-height:20px;
}

.in_search {
	padding-left:6px;
	margin-top:20px;
}

.in_search p {
	margin-top:8px;
}

.in_search p select {
	vertical-align:middle;
}

.input_box {
	width:192px;
	height:14px;
	line-height:14px;
	padding:5px 36px 5px 3px;
	color:#7c7c7c;
	border:1px solid #d6d6d6;
	vertical-align:middle;
	background:url(images/tip.png) right -268px no-repeat;
}

.search_btn {
	font-size:13px;
	color:#fff;
	font-family:"微软雅黑";
	padding:2px 16px;
	*padding:0 8px;
	border:none;
	vertical-align:middle;
	margin-left:18px;
	background:#619773;
}

.classify_list {
	margin:16px 0 0 10px;
}

.classify_list p a {
	display:block;
	height:16px;
	line-height:16px;
	padding-left:26px;
	margin:6px 0;
	background:url(images/tip.png) 0 -30px no-repeat;
}

.classify_list p a:hover {
	color:#5aa171;
}

.s_center {
	margin:10px 0 0 10px;
}

.s_center p {
	height:20px;
	line-height:20px;
}

/* right content */

.right_content {
	float:right;
	margin-top:20px;
	width:670px;
}

.longer_line .w_title h3 {
	height:32px;
	line-height:32px;
	margin-top:8px;
	padding:0 8px;
	color:#fff;
	background:url(images/h_bg.png) repeat-x;
}

.p_list {
	margin-top:14px;
	overflow:hidden;
	zoom:1;
}

.recommend_product {
	height:150px;
	width:670px;
	overflow:hidden;
}

.recommend_product .p_list {
	position:absolute;
	top:0;
	left:0;
	height:132px;
	overflow:hidden;
}

.p_list li {

	float:left;
	display:inline;
	margin:0 13px;
}

.p_list li img {
	width:100px;
	height:100px;
	border:1px solid #c0c0c0;
	padding:3px;
}

.p_list li a {
	display:block;
}

.p_list li a:hover {
	color:#5aa171;
}

.des_product {
	margin-top:12px;
	text-align:center;
}

.brief_introduce {
	margin-top:14px;
	padding-left:4px;
	overflow:hidden;
	zoom:1;
}

.brief_introduce img {
	float:left;
	/*width:220px;*/
	/*height:150px;*/
	padding:3px;
	margin:0 6px 6px 0;
	border:1px solid #d5d5d5;
}

.brief_introduce .news_img img {

	/*float:left;*/
	float:none;
	/*width:220px;*/
	/*height:150px;*/
	padding:3px;
	margin:0 6px 6px 0;
	border:1px solid #d5d5d5;
}

.brief_introduce p {
	text-indent:2em;
	line-height:24px;
	margin:6px 0;
	letter-spacing:0.1em;
}

.brief_introduce p a {
	color:#5aa171;
}

.brief_introduce p a:hover {
	color:#5aa171;
	text-decoration:underline;
}

.product_list {
	position:relative;
	margin-top:-10px;
}

.product_list li {
	margin-top:30px;
}

/* footer */

#footer {
	height:90px;
	background:#619773;
}

.wrap_footer {
	width:960px;
	margin:0 auto;
	padding-top:18px;
	text-align: center;
}

.wrap_footer p {
	line-height:24px;
	color:#eee;
}

.b_nav {
	/*float:left;*/
}

.copy_right {
	float:right;
}

.wrap_footer span {
	color:#eee;
}

.wrap_footer a {
	color:#eee;
}

.wrap_footer p span {
	margin-left:12px;
}

.wrap_footer p a {
	margin:0px;
}


/*****************首页样式结束*****************


/* 产品中心 */

.product_classify {
	margin-top:20px;
}

.product_classify h4 span {
	float:right;
	color:#5aa171;
	font-weight:normal;
	margin-right:14px;
	cursor:pointer;
}

.all_classify {
	margin:8px 0 0 8px;
}

.all_classify td {
	padding:8px 42px 8px 0;
}

.all_classify a {
	text-decoration:underline;
}

.all_classify a:hover {
	color:#5aa171;
	#5aa171
}

.all_product_list li {
	margin-left:30px;
}

.pages {

	margin-top:30px;
	text-align:center;
}

.pages a {

	display:inline-block;
	*display:inline;
	*zoom:1;
	color:#333;
	padding:2px 4px;
	margin-right:6px;
	border:1px solid #ccc;
}

.pages input {

	display:inline-block;
	*display:inline;
	*zoom:1;
	width:32px;
	padding:2px 0;
	margin-right:6px;
	text-align:center;
	border:1px solid #ccc;
	background:#fff;
}

/* 产品中心内页 */

.product_detail {
	position:relative;
	padding-top:20px;
	overflow:hidden;
	zoom:1;
}

.product_detail_pic {
	position:relative;
	float:left;
	*width:227px;
	margin-left:4px;
}

.product_introduce {
	float:left;
}

.big_pic {
	position:relative;
	height:180px;
	margin-bottom:10px;
	border:1px solid #ccc;
	overflow:hidden;
	cursor:move;            
}

.wrap_big_pic {
	position:absolute;
	top:0;
	left:0;
}

.wrap_big_pic img {
	width:225px;
	height:180px;
	vertical-align:middle;
}

.shade_layer {
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:80px;
	height:80px;
	z-index:999;
	background:url(images/z_bg.png) repeat;
}

.magnify_pic {
	position:absolute;
	top:0;
	left:250px;
	width:250px;
	height:250px;
	display:none;
	border:1px solid #ccc;
	overflow:hidden;
	
}

.magnify_pic img {
	position:absolute;
	top:0;
	left:0;
}

.wrap_pic_box {
	width:225px;
	overflow:hidden;
	zoom:1;
}

.cp_btn {

	float:left;
	width:15px;
	height:66px;
	cursor:pointer;
}

.prev_btn {
	background:url(images/prevBtn.png) 0 -2px no-repeat;
}

.next_btn {
	background:url(images/nextBtn.png) 0 -2px no-repeat;
}

.small_pic_box {
	position:relative;
	float:left;
	width:195px;
	height:66px;
	overflow:hidden;
}

.small_pic {
	position:absolute;
}

.small_pic a {

	display:block;
	float:left;
	display:inline;
	margin:2px 0 2px 4px;
	border:1px solid #c0c0c0;
}

.small_pic a:hover {

	border:1px solid #ffa600;
}

.small_pic img {

	width:58px;
	height:60px;
}

.product_detail_pic p {
	float:left;
	padding-left:20px;
	margin:16px 0 0 60px;
	height:16px;
	line-height:16px;
	cursor:pointer;
	background:url(images/tip.png) 0 -60px no-repeat;
}

.product_introduce {
	margin-left:30px;
}

.product_introduce th {
	font-weight:normal;
	padding:6px 0;
	color:#1b4c7a;
	text-align:left;
}

.product_introduce td {
	padding:6px 0 6px 28px;
}

.online_service {
	display:block;
	height:16px;
	width:24px;
	background:url(images/tip.png) 0 -90px no-repeat;
}

.scan_times {
	position:absolute;
	top:32px;
	right:6px;
}

.ask_price {
	position:absolute;
	top:60px;
	right:4px;
	display:block;
	width:77px;
	height:20px;
	background:url(images/ask_price.png) no-repeat;
}

.ln_product {
	margin:32px 0 0 100px;
}

.ln_product a {
	color:#5aa171;
	margin:0 10px; 
}

.ln_product a:hover {
	text-decoration:underline;
}

.application tr {
	border-bottom:1px solid #eee;
}

.application th {
	width:400px;
}

.application td {
	width:80px;
}

.application th a {
	display:block;
	padding-left:20px;
	color:#333;
	background:url(images/tip.png) 0 -30px no-repeat;
}

.application th a:hover {
	color:#5aa171;
}

.same_title h2 {
	text-align:center;
	margin-top:20px;
}

.publish_time {
	margin-top:18px;
	text-align:center;
}

.publish_time a:hover {
	text-decoration:underline;
}

.publish_time em {
	margin-right:30px;
}

.table_style {
	margin:12px 0 0 12px;
}

.table_style th {
	color:#333;
	text-align:left;
	padding:8px 0 8px 8px;
	font-weight:normal;
}

.table_style td {
	text-align:left;
	padding:8px 0 8px 10px;
}

.application_detail th {
	width:100px;
	border:1px solid #ccc;
}

.application_detail td {
	width:200px;
	border:1px solid #ccc;
}

.position_describe p {
	margin:6px 0;
}

.company_honor tr {
	border-bottom:1px solid #eee;
}

.company_honor td {
	width:110px;
	word-wrap:break-word;
	overflow:hidden;
	padding: 8px 10px 8px 10px;
}

/* about us */

.about_company_files th {
	font-weight:bold;
}

.about_company_files td {
	width:200px
}

.about_company_files span {
	margin:0 3px;
	text-decoration:underline;
}

.about_company_files em {

	display:inline-block;
	*display:inline;
	*zoom:1;
	width:16px;
	height:16px;
	margin:0 4px;
	vertical-align:middle;
	background:url(images/tip.png) no-repeat;
}

em.rz_tip1 {
	background-position:0 -120px;
}

em.rz_tip2 {
	background-position:0 -148px;
}

em.rz_tip3 {
	background-position:0 -180px;
}

em.rz_tip4 {
	background-position:0 -208px;
}

em.rz_tip5 {
	background-position:0 -240px;
}

.table_style a {
	margin-right:20px;
}

.table_style td span a{
	margin-right: 5px;
}

.table_style a:hover {
	text-decoration:underline;
}


/* news */

.news_center tr {
	border-bottom:1px solid #eee;
}

.news_center th {
	width:540px;
}

.news_center th a {
	display:block;
	height:14px;
	line-height:14px;
	padding-left:18px;
	background:url(images/tip.png) 0 -30px no-repeat;
}

.news_center th a:hover {
	color:#5aa171;
}

.news_center td {
	width:100px;
}

.news_content {
	margin-top:24px;
}

/* company picture */

.company_pic {
	position:relative;
	width:600px;
	margin:30px auto 0 auto;
}

.big_picture {
	position:relative;
	height:300px;
	width:600px;
	overflow:hidden;
}

.company_big_pic {
	position:absolute;
	top:0;
	left:0;
}

.company_big_pic li {
	position:relative;
	float:left;
	text-align: center;
	height:300px;
	width:600px;
}

.company_big_pic img {
	max-height:300px;
	max-width:600px;
}

.company_big_pic a {
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	height:40px;
	line-height:40px;
	padding-left:12px;
	width:100%;
	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);
}



.left_arrow {
	float:left;
	width:15px;
	height:70px;
	cursor:pointer;
	background:url(images/prevBtn.png) no-repeat;
}

.right_arrow {
	float:right;
	width:15px;
	height:70px;
	cursor:pointer;
	background:url(images/nextBtn.png)
}

.wrap_small_pic {
	position:relative;
	float:left;
	width:570px;
	height:70px;
	overflow:hidden;
}

.company_small_pic {
	position:absolute;
	left:0;
	top:0;
}

.company_small_pic li {
	float:left;
	cursor:pointer;
}

.company_small_pic li .active_small_pic {
	border-color:#619773;
}

.company_small_pic img {
	width:87px;
	height:66px;
	min-width:87px;
	min-height:66px;
	margin-left:3px;
	border:2px solid transparent;
	vertical-align:middle;
}

/* honorary picture */

.honorary_pic {
	display:block;
	width:600px;
	height:450px;
	margin:30px auto 0 auto;
}

/* company album */

.company_album {
	float:left;
	margin-left:60px;
	width:200px;
}

.company_album img {
	width:200px;
	height:120px;
	border:2px solid #619773;
}

.company_album p {
	margin-top:10px;
	text-align:center;
}

.company_album a {
	font-size:13px;
	color:#333;
}

.company_album a:hover {
	text-decoration:underline;
}