﻿@charset "utf-8";
/* CSS Document */
/******************
* 重置代码         *
******************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border: 0;
}
/******************
* 基本类代码         *
******************/
.clear_both{
	clear:both;
}
.display_none{
	display:none;
}
/******************
* 主体代码         *
******************/
body{
    background:#49C0FC url(../images/body_bg.jpg) repeat-x left top;
	color:#444;
	font-size:12px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
#wrap{
    width:1000px;
	margin:0px auto;
	height:auto !important;
	min-height:800px;
	height:800px;
}
/***************************顶部优化部分**********************************/
#seo_top{
    float:left;
	width:760px;
	color:#80C9EE;
	height:31px;
	line-height:31px;
	overflow:hidden;
}
#seo_top a{
    color:#80C9EE;
	text-decoration:underline;
}
#seo_top a:hover{
    text-decoration:none;
}
/***************************语言选择部分**************************/
#lang_select{
    float:right;
	width:170px;
	height:31px;
	line-height:31px;
}
#lang_select span{
    color:#fff;
	font-weight:bold;
}
/***************************顶部logo,公司名称*******************/
#head_outter{
	float:left;
	width:1000px;
	height:115px;
	background:url(../images/head_outter_bg.jpg) repeat-x left top;
}
#head_inner{
	width:1000px;
	height:115px;
	background:url(../images/head_inner_bg.png) no-repeat left top;
}
#logo{
    float:left;
	display:inline;
	margin:20px 0 0 20px;
}
#company_name{
    float:left;
	margin:35px 0 0 15px;
	display:inline;
}
#company_name h1{
	color:#333;
	text-indent:-1000px;
}
#company_name p{
    color:#999;
	height:18px;
	overflow:hidden;
	width:600px;
	text-indent:-1000px;
}
/***************************banner部分*******************/
#banner{
	float:left;
	width:1000px;
	height:202px;
	margin-top:1px;
	border-bottom:#fff 1px solid;
	overflow:hidden;
}
/***************************顶部导航部分*******************/
#nav{
	float:left;
	width:1000px;
	height:39px;
	background:url(../images/nav_outter_bg.jpg) repeat-x left top;
}
#nav ul{
	width:1000px;
	height:39px;
	background:url(../images/nav_inner_bg.png) no-repeat left bottom;
}
#nav ul li{
	float:left;
	width:124px;
	height:39px;
	line-height:39px;
	border-right:#fff 1px solid;
}
#nav ul li.no_right_border{
	width:125px;
	border-right:none;
}
#nav a{
	float:left;
	width:77px;
	height:39px;
	line-height:39px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding-left:47px;
}
#nav a:hover{
	color:#EF3F8E;
}
#nav a.nav_home{
	background:url(../images/nav_home_out_bg.png) no-repeat 27px 41%;
}
#nav a:hover.nav_home{
	background:url(../images/nav_home_over_bg.png) no-repeat 27px 41%;
}
#nav a.nav_about_us{
	background:url(../images/nav_about_us_out_bg.png) no-repeat 27px 41%;
}
#nav a:hover.nav_about_us{
	background:url(../images/nav_about_us_over_bg.png) no-repeat 27px 41%;
}
#nav a.nav_products{
	background:url(../images/nav_products_out_bg.png) no-repeat 27px 41%;
}
#nav a:hover.nav_products{
	background:url(../images/nav_products_over_bg.png) no-repeat 27px 41%;
}
#nav a.nav_news{
	background:url(../images/nav_news_out_bg.png) no-repeat 27px 41%;
}
#nav a:hover.nav_news{
	background:url(../images/nav_news_over_bg.png) no-repeat 27px 41%;
}
#nav a.nav_certificate{
	background:url(../images/nav_certificate_out_bg.png) no-repeat 27px 41%;
}
#nav a:hover.nav_certificate{
	background:url(../images/nav_certificate_over_bg.png) no-repeat 27px 41%;
}
#nav a.nav_send_inquiry{
	background:url(../images/nav_send_inquiry_out_bg.png) no-repeat 27px 41%;
}
#nav a:hover.nav_send_inquiry{
	background:url(../images/nav_send_inquiry_over_bg.png) no-repeat 27px 41%;
}
#nav a.nav_contact_us{
	background:url(../images/nav_contact_us_out_bg.png) no-repeat 27px 41%;
}
#nav a:hover.nav_contact_us{
	background:url(../images/nav_contact_us_over_bg.png) no-repeat 27px 41%;
}
#nav a.nav_inquiry_basket{
	background:url(../images/nav_inquiry_basket_out_bg.png) no-repeat 27px 41%;
}
#nav a:hover.nav_inquiry_basket{
	background:url(../images/nav_inquiry_basket_over_bg.png) no-repeat 27px 41%;
}
/***************************内容主体部分*******************/
#content{
	float:left;
	width:1000px;
	height:auto !important;
	min-height:800px;
	height:800px;
	margin-top:1px;
	background:#fff url(../images/content_bg.jpg) repeat-y 260px top;
}
/***************************内容主体左栏部分*******************/
#content_left{
	float:left;
	padding:110px 0 0 10px;
	width:253px;
	height:auto !important;
	min-height:800px;
	height:800px;
	background:url(../images/content_left_bg.jpg) no-repeat left top;
}
.content_left_title{
	float:left;
	width:253px;
	height:50px;
	overflow:hidden;
	background:url(../images/content_left_title_bg.png) no-repeat left top;
}
.content_left_title h3{
	color:#fff;
	font-weight:bold;
	height:23px;
	padding:27px 0 0 10px;
	background:url(../images/content_left_title_right_bg.jpg) no-repeat right bottom;
}
.content_left_title h3 span{
	font-size:11px;
	font-weight:normal;
}
/***************************左栏产品类别列表部分********************/
#product_categories{
	margin-bottom:10px;
	float:left;
}
#product_categories li{
	height:auto !important;
	min-height:30px;
	height:30px;
	background:url(../images/product_categories_bottom_border.png) no-repeat 50% bottom;
}
.product_categories_first a{
	display:block;
	width:215px;
	padding:9px 10px 9px 15px;
	color:#2E82B8;
	line-height:14px;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/product_categories_icon.png) no-repeat 230px 50%;
}
.product_categories_first a:hover{
	color:#EF3F8E;
	background:url(../images/product_categories_icon_over.png) no-repeat 230px 50%;
}
.product_categories_two a{
	display:block;
	width:195px;
	padding:9px 10px 9px 35px;
	line-height:14px;
	color:#444;
	text-decoration:none;
	background:url(../images/product_categories_icon.png) no-repeat 230px 50%;
}
.product_categories_two a:hover{
	color:#EF3F8E;
	background:url(../images/product_categories_icon_over.png) no-repeat 230px 50%;
}
/***************************左栏联系我们部分********************/
#contact_us{
    float:left;
	width:230px;
	line-height:24px;
	padding:10px 10px 30px 10px;
	background:url(../images/product_categories_bottom_border.png) no-repeat 50% bottom;
}
/***************************左栏快速通道部分********************/
.quick_link{
	float:left;
	padding-bottom:1px;
	background:url(../images/product_categories_bottom_border.png) no-repeat 50% bottom;
}
/***************************内容主体右栏部分*******************/
#content_right{
	float:left;
	width:737px;
	height:auto !important;
	min-height:800px;
	height:800px;
	background:url(../images/content_right_bg.jpg) no-repeat left top;
}
.content_right_title{
	float:left;
	width:707px;
	height:53px;
	margin:0 0 0 10px;
	display:inline;
	background:url(../images/content_right_title_bg.png) no-repeat left top;
}
.content_right_title h3{
	float:left;
	color:#EF3F8E;
	font-weight:bold;
	padding:9px 0 0 15px;
}
.content_right_title h3 span{
	font-size:11px;
	font-weight:normal;
}
.content_right_title a{
	float:right;
	color:#2E82B8;
	font-weight:bold;
	text-decoration:none;
	padding:9px 10px 0 0;
}
.content_right_title a:hover{
	color:#EF3F8E;
}
/***************************产品搜索/收藏分享部分*******************/
#search_save{
	width:730px;
	height:39px;
	float:left;
	margin:25px 0 35px 0;
	background:url(../images/product_search_bg.png) no-repeat left top;
}
#product_search{
	float:left;
	width:490px;
	height:39px;
	line-height:39px;
	display:inline;
	padding-left:15px;
}
#product_search img{
	vertical-align:middle;
}
#product_search span{
	color:#ef3f8e;
}
.product_search_title{
	font-size:12px;
	font-weight:bold;
}
.search_input{
	padding-left:20px;
	width:160px;
	color:#999;
	background:#fff url(../images/product_search_icon.jpg) no-repeat 2px 50%;
	font-family:Arial, Helvetica, sans-serif;
}
.search_select{
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
}
.search_button{
	border:none;
	width:58px;
	height:23px;
	color:#fff;
	font-weight:bold;
	margin-left:5px;
	_margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/search_button_bg.png) no-repeat left top;
}
#save_share{
	float:left;
	width:220px;
	height:25px;
	margin-top:13px;
	display:inline;
}
#save_share span{
	font-weight:bold;
	color:#EF3F8E;
	font-size:12px;
}
#save_share img{
    vertical-align:middle;
}
/***************************面包屑部分*******************/
#position{
	float:left;
	width:692px;
	color:#666;
	margin:0 5px 20px 5px;
	padding:0 0 5px 25px;
	display:inline;
	border-bottom:#ccc 1px dotted;
	background:url(../images/position_icon.png) no-repeat 5px 3px;
	_background:url(../images/position_icon.png) no-repeat 5px 5px;
}
#position a{
	color:#ef3f8e;
	text-decoration:underline;
}
#position a:hover{
	text-decoration:none;
}
/***************************关于我们部分*******************/
#about_us{
	padding:0 5px;
	width:697px;
	margin:0 10px 20px 10px;
}
#about_us p{
	line-height:24px;
}
#about_us img{
	float:right;
	max-width:200px;
	padding:3px;
	border:#ccc 1px solid;
}
/***************************推荐产品部分*******************/
#featured_products{
	float:left;
	width:704px;
	padding:5px 0 0 18px;
}
#featured_products ul{
	float:left;
	width:176px;
	height:243px;
	padding:15px 0 10px 0;
	background:#fff url(../images/featured_products_out_bg.png) no-repeat left top;
}
#featured_products ul:hover{
	background:url(../images/featured_products_over_bg.png) no-repeat left top;
}
.products_pic{
	width:164px;
	text-align:center;
}
.products_pic img{
	width:128px;
	height:128px;
}
.products_name{
    font-size:12px;
	font-weight:bold;
	margin:7px 0 7px 9px;
	height:18px;
	width:146px;
	text-align:center;
	line-height:18px;
	overflow:hidden;
}
.products_name a{
    color:#2E82B8;
	text-decoration:underline;
}
.products_name a:hover{
	color:#ef3f8e;
}
.products_introduction{
	height:29px !important;
	height:28px;
	line-height:14px;
	overflow:hidden;
	font-size:12px;
	width:146px;
	margin:0 0 5px 9px;
}
.products_introduction a{
    color:#999;
	text-decoration:none;
}
.products_introduction a:hover{
    text-decoration:underline;
	color:#ef3f8e;
}
.products_button{
	padding:3px 0;
	width:140px;
	margin-left:60px;
	display:inline;
}
/***************************右边内容主体新闻部分********************/
#news{
	width:720px;
	margin-bottom:15px;
	float:left;
}
#news li{
	line-height:30px;
	padding-left:40px;
	background:url(../images/news_list_icon.jpg) no-repeat 20px 50%;
}
#news li a{
	color:#444;
	text-decoration:none;
}
#news li a:hover{
	color:#e55191;
	text-decoration:underline;
}
/************************热门最新产品部分*****************/
#hot_new_products{
	float:left;
	width:705px;
}
#hot_new_title{
	float:left;
	width:707px;
	height:53px;
	margin-left:10px;
	display:inline;
	background:url(../images/content_right_title_bg.png) no-repeat left top;
}
#hot_new_title h3{
	color:#e55191;
	font-weight:bold;
	float:left;
	width:220px;
	height:21px;
	line-height:21px;
	text-align:center;
	margin:6px 0 0 7px;
	cursor:hand;
}
#hot_new_title h3 span{
	font-size:11px;
	font-weight:normal;
}
#hot_new_title h3#blank1,#hot_new_title h3#blank2{
	margin-right:10px;
	display:inline;
}
.active{
	background:url(../images/active_title_bg.jpg) no-repeat left top;
}
.no_active{
	background:url(../images/no_active_title_bg.jpg) no-repeat left top;
}
.block { 
    display: block;
}
.unblock { 
    display: none;
}
#hot_new_content{
	float:left;
	width:737px;
	height:189px;
	overflow:hidden;
	background:url(../images/content_right_box_bottom_bg.jpg) no-repeat left bottom;
}
#hot_new_content div{
	padding:5px 0 15px 20px;
	float:left;
}
#hot_new_content div ul{
	width:140px;
	height:177px;
	float:left;
	background:url(../images/hnr_product_bg_out.png) no-repeat left top;
}
#hot_new_content div ul:hover{
	background:url(../images/hnr_product_bg_over.png) no-repeat left top;
}
.hot_new_products_pic{
	width:129px;
	text-align:center;
	margin:10px 0 5px 0;
}
.hot_new_products_pic img{
	width:100px;
	height:100px;
}
.hot_new_products_title{
	width:113px;
	text-align:center;
	margin:0 0 0 8px;
	height:35px;
	overflow:hidden;
}
.hot_new_products_title a{
	color:#2E82B8;
	font-weight:bold;
	line-height:18px;
	text-decoration:underline;
}
.hot_new_products_title a:hover{
	color:#ef3f8e;
}
/***************************页面底部部分********************/
#bottom_outter{
	float:left;
	width:1000px;
	height:auto !important;
	min-height:200px;
	height:200px;
	padding-top:61px;
	background:url(../images/bottom_outter_bg.png) no-repeat left top;
}
#bottom_inner{
	width:1000px;
	height:auto !important;
	min-height:190px;
	height:190px;
	text-align:center;
	line-height:24px;
	background:#FBFDFE url(../images/bottom_inner_bg.png) no-repeat left bottom;
}
#bottom_inner a{
    color:#444;
	text-decoration:none;
}
#bottom_inner a:hover{
    color:#e55191;
	text-decoration:underline;
}
#technical_support{
    font-weight:bold;
}
#flag{
    float:left;
	width:900px;
	padding:10px 20px 0 80px;
	margin:0 auto;
}
#flag li{
    float:left;
	width:110px;
	height:30px;
	text-align:left;
}
/****************浮动询盘部分********************/
.liuyan {
	width: 400px;
	height: auto;
	text-align: left;
	position: absolute;
	right:0;
	bottom:0;
	z-index:2;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
}
.liuyan_bt {
	float: left;
	width: 398px;
	height: 20px;
	line-height: 20px;
	background: url(/images/winD_left.gif) repeat-x;
}
.liuyan_bt b, .liuyan_btx b {
	padding: 0 0 0 8px;
	font-size: 13px;
	color: #000;
}
.beizhu {
	float: left;
	width: 392px;
	height: 22px;
	line-height: 22px;
	padding-left: 6px;
	color: #666;
}
.liuyan label {
	float: left;
}
.liuyan label span {
	float: left;
	width: 70px;
	height: 24px;
	line-height: 24px;
	padding-right: 2px;
	text-align: right;
}
.liuyan form {
	margin: 0px;
}
.liuyan input {
	width: 240px;
	height: 20px;
	margin-top: 2px;
	border: 1px solid #ccc;
}
.liuyan textarea {
	width: 380px;
	margin-left: 8px;
	height: 130px;
	border: 1px solid #ccc;
}
.liuyan #sendbutton {
	margin: 5px 0 5px 120px;
	width: 59px;
	height: 22px;
	border: 0;
	background: url(/images/liuyansubmit.jpg) no-repeat;
}
.liuyanx {
	width: 150px;
	height: 107px;
	text-align: left;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.liuyan_btx {
	float: left;
	width: 148px;
	height: 20px;
	line-height: 20px;
	text-align:left;
	background: url(/images/winD_left.gif) repeat-x;
}
.liuyan_btx img, .liuyan_bt img {
	padding:2px 0 0 0;
}
.liuyanx textarea {
	width: 130px;
	margin-left: 8px;
	margin-bottom: 8px;
	height: 50px;
	font-size:11px;
	line-height:16px;
	text-align:left;
	border: 1px solid #ccc;
}
.beizhu1 {
	float: left;
	height: 22px;
	line-height: 22px;
	padding-left: 8px;
	color: #666;
}
.li15 {
	width:100%;
	z-index:1;
	position:absolute;
	right:0;
	bottom:0;
}
/****************内页标题部分********************/
#page_title{
	float:left;
	width:707px;
	height:53px;
	margin:0 0 0 10px;
	display:inline;
	background:url(../images/content_right_title_bg.png) no-repeat left top;
}
#page_title h2{
	color:#EF3F8E;
	float:left;
	font-weight:bold;
	padding:9px 0 0 15px;
}
#page_content{
	float:left;
	width:707px;
	line-height:24px;
}