﻿@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:url(../images/body_bg.jpg) repeat-x left top;
	color:#444444;
	font-size:12px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	line-height:24px;
}
#wrap{
    width:1000px;
	margin:0 auto;
	height:auto !important;
	min-height:800px;
	height:800px;
}
/***************************顶部优化部分**************************/
#seo_top{
    float:left;
	height:26px;
	min-height:26px;
	width:800px;
	color:#999;
	padding-left:5px;
	overflow:hidden;
}
#seo_top a{
    color:#999;
	text-decoration:none;
}
#seo_top a:hover{
    color:#01649B;
	text-decoration:underline;
}
/***************************语言选择部分**************************/
#lang_select{
    float:left;
	margin-left:30px;
}
#lang_select span{
    color:#01649B;
	font-weight:bold;
}
/***************************顶部logo,公司名称部分*****************/
#head{
    float:left;
	width:1000px;
	height:142px;
	background:url(../images/banner.jpg) no-repeat left top;
	border-bottom:#89B2D4 8px solid;
}
#logo{
    float:left;
	margin:45px 0 0 20px;
	display:none;
}
#company_name{
    float:left;
	margin:45px 0 0 20px;
}
#company_name h1{
    font-size:28px;
	color:#fff;
	padding-top:5px;
        font-weight:bold;
}
#company_name p{
    color:#75BCEF;
	height:24px;
	overflow:hidden;
	width:800px;
}
/************************导航部分*****************/
#nav{
    float:left;
	width:1000px;
	height:31px;
	line-height:31px;
	background:url(../images/nav_bg.jpg) repeat-x left top;
	border-top:#a7cdef 1px solid;
}
#nav li{
    float:left;
	width:143px;
	background:url(../images/nav_right_bg.jpg) no-repeat right top;
	text-align:center;
	font-weight:bold;
}
#nav li.no_nav_right{
    width:142px;
	background:none;
}
#nav li a{
    color:#fff;
	text-decoration:none;
}
#nav li a:hover{
    color:#01649B;
}
/************************便捷通道部分*****************/
#quick_link{
    float:left;
    background:url(../images/quick_link_bg.jpg) repeat-x left top;
	width:998px;
	height:143px;
	border-left:#cccccc 1px solid;
	border-right:#ccc 1px solid;
}
.quick_link_title{
    float:left;
	background:url(../images/quick_link_title_bg.jpg) no-repeat right top;
	width:312px;
	height:20px;
	line-height:20px;
	margin:15px 10px 10px 0;
	text-align:right;
	padding-right:10px;
	color:#01649B;
	font-weight:bold;
	display:inline;
}
.quick_link_right{
    background:url(../images/quick_link_right.jpg) no-repeat left 50%;
	width:1px;
	height:143px;
	float:left;
}
/************************产品搜索部分*****************/
#product_search{
    background:url(../images/product_search_bg.jpg) no-repeat 15px 30px;
	width:332px;
	height:143px;
	float:left;
}
.search_input{
    float:left;
	width:220px;
	height:20px;
	border:#666 1px solid;
	margin-left:100px;
}
.search_select{
    float:left;
	width:220px;
	height:22px;
	border:#666 1px solid;
	margin-left:100px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.search_button{
    float:left;
	border:none;
	width:73px;
	height:25px;
	background:url(../images/button.jpg) no-repeat left top;
	margin:10px 0 0 245px;
}
/************************购物车部分*****************/
#inquiry_basket{
    float:left;
	width:332px;
	height:143px;
}
#inquiry_basket_content{
    margin-left:100px;
}
/************************发送询盘部分*****************/
#send_inquiry{
    float:left;
	width:332px;
	height:143px;
}
#send_inquiry_content{
    margin-left:15px;
}
/**************************内容主体部分********************/
#content{
    float:left;
	width:998px;
	height:auto !important;
	min-height:800px;
	height:800px;
	background-color:#fff;
	border:#ccc 1px solid;
}
/***************************面包屑导航部分********************/
#position{
    width:970px;
	float:left;
	padding-left:20px;
	height:50px;
	line-height:50px;
}
#position a{
    color:#444;
	text-decoration:none;
}
#position a:hover{
    color:#01649B;
	text-decoration:underline;
}
/**************************内容主体左栏部分********************/
#content_left{
    float:left;
	margin-left:19px;
	width:260px;
	display:inline;
}
.content_left_title{
    float:left;
	width:260px;
	height:29px;
	line-height:29px;
	background:url(../images/content_left_title_bg.jpg) no-repeat left top;
	text-align:center;
}
.content_left_title h3{
    color:#fff;
	font-weight:bold;
}
.content_left_box{
    float:left;
	width:258px;
	height:auto !important;
	min-height:100px;
	height:100px;
	border:#ccc 1px solid;
	margin-bottom:20px;
}
/**************************左栏产品列别部分********************/
#product_categories{
    float:left;
}
#product_categories li{
    float:left;
	height:24px;
	line-height:24px;
	border-bottom:#ccc 1px solid;
}
.product_categories_first{
    background:url(../images/icon1.gif) no-repeat 10px 7px;
	padding-left:30px;
	width:228px;
	background-color:#f6f6f6;
}
.product_categories_first a{
    font-weight:bold;
	text-decoration:none;
	color:#444;
}
.product_categories_first a:hover{
    color:#81AAE0;
}
.product_categories_two{
    background:url(../images/icon2.gif) no-repeat 25px 7px;
	padding-left:45px;
	width:213px;
}
.product_categories_two a{
    color:#444;
	text-decoration:none;
}
.product_categories_two a:hover{
    color:#81AAE0;
}
.no_bottom_border{
    border-bottom:none;
}
/***************************左栏联系我们部分********************/
#contact_us{
    padding:5px 10px;
	width:238px;
}
/***************************左栏友情链接部分********************/
#friend_link{
    float:left;
}
#friend_link li{
    float:left;
	width:238px;
	height:24px;
	line-height:24px;
	background:url(../images/icon3.jpg) no-repeat 10px 8px;
	padding-left:20px;
}
#friend_link li a{
    color:#444;
	text-decoration:none;
}
#friend_link li a:hover{
    color:#81AAE0;
}
/***************************右边内容主体部分*******************/
#content_right{
    float:left;
	width:680px;
	margin-left:20px;
	_margin-left:19px;
}
.content_right_title{
    float:left;
	width:680px;
	height:20px;
	line-height:20px;
	background:url(../images/content_right_title_bg.jpg) no-repeat left top;
	margin-top:20px;
	border-bottom:#01649B 1px solid;
}
.content_right_title h3{
    color:#01649B;
	font-weight:bold;
	margin-left:10px;
	float:left;
	display:inline;
}
.content_right_title span{
    float:right;
	margin-right:5px;
}
.content_right_title span a{
    color:#01649B;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
.content_right_title span a:hover{
    color:#81AAE0;
}
/***************************右边内容主体关于我们部分********************/
#about_us_top{
    background:url(../images/about_us_top_bg.jpg) no-repeat left top;
	width:680px;
	height:9px;
	float:left;
	overflow:hidden;
}
#about_us_middle{
    background:url(../images/about_us_middle_bg.jpg) repeat-x left top;
	width:680px;
	height:auto !important;
	min-height:155px;
	height:155px;
	float:left
}
#about_us_bottom{
    background:url(../images/about_us_bottom_bg.jpg) no-repeat left top;
	width:680px;
	height:9px;
	float:left;
	overflow:hidden;
}
#about_us{
    float:left;
	background:url(../images/about_us_bg.jpg) no-repeat 560px 40px;
	width:680px;
	height:155px;
}
#about_us_title{
    width:530px;
	border-bottom:#01649b 1px solid;
	margin-left:15px;
	float:left;
	display:inline;
}
#about_us_title h3{
    float:left;
	font-weight:bold;
	color:#01649b;
	padding-left:5px;
}
#about_us_title span{
    float:right;
	padding-right:5px;
}
#about_us_title a{
    color:#01649b;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
#about_us_title a:hover{
    color:#81AAE0;
}
#about_us p{
    float:left;
	width:520px;
	text-align:justify;
	margin:5px 0 0 20px;
	height:115px;
	overflow:hidden;
	display:inline;
}
/***************************右边内容主体推荐产品部分********************/
#featured_products{
    float:left;
	width:680px;
}
#featured_products ul{
    float:left;
	width:170px;
	padding:15px 0;
	border-bottom:#ddd 1px solid;
}
.featured_products_pic{
	margin-left:22px;
}
.featured_products_pic a{
	display:block;
	border:#ccc 1px solid;
	width:128px;
	height:128px;
}
.featured_products_pic a:hover{
	border:#0066CD 1px solid;
}
.featured_products_pic img{
	width:128px;
	height:128px;
}
.featured_products_name{
    font-size:12px;
	font-weight:bold;
	margin:5px 0 5px 22px;
	height:20px;
	overflow:hidden;
}
.featured_products_name a{
    color:#01649B;
	text-decoration:underline;
}
.featured_products_name a:hover{
	color:#85AAD6;
}
.featured_products_introduction{
	height:28px;
	line-height:14px;
	overflow:hidden;
	margin-bottom:5px;
	font-size:11px;
	width:130px;
	margin-left:22px;
}
.featured_products_introduction a{
    color:#444;
	text-decoration:none;
}
.featured_products_introduction a:hover{
    text-decoration:underline;
	color:#85AAD6;
}
.featured_products_button{
	font-size:11px;
	padding:3px 0;
	width:140px;
	margin-left:17px;
}
a.add_to_basket{
	color:#0E66AE;
	text-decoration:underline;
}
a:hover.add_to_basket{
	text-decoration:none;
}
a.send_inquiry{
	color:#0E66AE;
	text-decoration:underline;
}
a:hover.send_inquiry{
	text-decoration:none;
}
/***************************右边内容主体新闻部分********************/
#news{
    float:left;
	width:670px;
	margin:5px 10px 15px 10px;
	_margin:5px 10px 15px 5px;
}
#news li{
	line-height:30px;
	background:url(../images/icon3.jpg) no-repeat left 12px;
	padding:0 0 0 12px;
}
#news li a{
	color:#444;
	text-decoration:none;
}
#news li a:hover{
	color:#81AAE0;
	text-decoration:underline;
}
/***************************新产品，热门产品，随机产品部分********************/
.new_hot_random_products_title{
    background:url(../images/new_hot_random_title_bg.jpg) no-repeat left top;
	width:220px;
	height:20px;
	line-height:20px;
	border-bottom:#01649B 1px solid;
}
.new_hot_random_products_title h3{
    color:#01649B;
	font-weight:bold;
	padding-left:10px;
}
.new_hot_random_products_content{
    float:left;
	margin:5px 0 0 0;
	width:220px;
}
.new_hot_random_products_content li{
    float:left;
	width:197px;
	line-height:30px;
	padding-left:23px;
	background:url(../images/icon3.jpg) no-repeat 10px 11px;
}
.new_hot_random_products_content li a{
    color:#444;
	text-decoration:none;
}
.new_hot_random_products_content li a:hover{
    color:#81AAE0;
	text-decoration:underline;
}
#new_products{
    float:left;
	width:220px;
	margin-right:10px;
}
#hot_products{
    float:left;
	width:220px;
	margin-right:10px;
}
#random_products{
    float:left;
	width:220x;
}


#OurSuperiority1_OurContent a{
	color:#444;
	text-decoration:none;
}
#OurSuperiority1_OurContent a:hover{
	color:#81AAE0;
	text-decoration:underline;
}
/***************************底部导航部分********************/
#nav_bottom{
    float:left;
	width:998px;
	margin:30px 0 0 0;
}
#nav_bottom li{
    float:left;
	width:99px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-right:#ccc 1px solid;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
}
#nav_bottom li.no_nav_bottom_right{
    border-right:none;
	width:98px;
}
#nav_bottom li a{
    color:#444;
	font-weight:bold;
	text-decoration:none;
}
#nav_bottom li a:hover{
    color:#81AAE0;
}
/***************************底部部分********************/
#bottom{
    float:left;
	width:998px;
	background-color:#f2f2f2;
	text-align:center;
}
#bottom a{
    color:#444;
	text-decoration:none;
}
#bottom a:hover{
    color:#81AAE0;
	text-decoration:underline;
}
#technical_support{
    font-weight:bold;
}
/***************************底部自动翻译部分********************/
#flag{
    float:left;
	width:898px;
	padding:10px 50px 0 50px;
	margin:0 auto;
}
#flag li{
    float:left;
	width:110px;
	height:30px;
	text-align:left;
}
/****************浮动询盘部分********************/
.sendmail_big {
	width: 400px;
	height: auto;
	text-align: left;
	position: absolute;
	right:0;
	bottom:0;
	z-index:2;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
}
.sendmail_big_inner{
	float: left; 
	width: 398px; 
	height: 436px; 
	border: 1px solid #ccc;
	background: #fff;
}
.sendmail_big_title {
	float: left;
	width: 398px;
	height: 20px;
	line-height: 20px;
	background: url(/images/winD_left.gif) repeat-x;
}
.sendmail_big_title strong, .sendmail_small_title strong {
	padding: 0 0 0 8px;
	font-size: 13px;
	color: #000;
	font-weight:bold;
}
.sendmail_big_title span{
	padding-left: 300px;
}
.sendmail_big_title span a img{
	width:13px;
	height:13px;
}
.sendmail_big_description {
	float: left;
	width: 392px;
	height: 22px;
	line-height: 22px;
	padding-left: 6px;
	color: #666;
}
.sendmail_big label {
	float: left;
}
.sendmail_big label span {
	float: left;
	width: 70px;
	height: 24px;
	line-height: 24px;
	padding-right: 2px;
	text-align: right;
}
.sendmail_big input {
	width: 240px;
	height: 20px;
	margin-top: 2px;
	border: 1px solid #ccc;
}
.sendmail_big textarea {
	width: 380px;
	margin-left: 8px;
	height: 130px;
	border: 1px solid #ccc;
}
.sendmail_big select{
	width: 244px;
    margin-top: 2px;
}
.verifycode_img{
	clear: both; 
	width: 300px; 
	padding-left: 72px;
}
.sendmail_big #sendbutton {
	margin: 5px 0 5px 72px;
	width: 59px;
	height: 22px;
	border: 0;
	background: url(/images/liuyansubmit.jpg) no-repeat;
}
.sendmail_small {
	width: 150px;
	height: 107px;
	text-align: left;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.sendmail_small_inner{
	float: left; 
	width: 148px; 
	background: #fff; 
	border: 1px solid #ccc;
}
.sendmail_small_title {
	float: left;
	width: 148px;
	height: 20px;
	line-height: 20px;
	text-align:left;
	background: url(/images/winD_left.gif) repeat-x;
}
.sendmail_small_title img, .sendmail_big_title img {
	padding:2px 0 0 0;
}
.sendmail_small_title span{
	padding-left:55px;
}
.sendmail_small_title span a img{
	width:13px;
	height:13px;
}
.sendmail_small textarea {
	width: 130px;
	margin-left: 8px;
	margin-bottom: 8px;
	height: 50px;
	font-size:11px;
	line-height:16px;
	border: 1px solid #ccc;
	color: #999; 
	text-align: center
}
.sendmail_small_description {
	float: left;
	height: 22px;
	line-height: 22px;
	padding-left: 8px;
	color: #666;
}
.control_big_small {
	width:100%;
	z-index:1;
	position:absolute;
	right:0;
	bottom:0;
}
.sendmail_results{
    position: absolute; 
	left: 30%; 
	top: 40%;	
}
.sendmail_results_inner{
	float: left; 
	width: 420px;
	border:#333 1px solid;
}
.button_close{
	float: left; 
	width: 410px; 
	padding: 0 0 0 10px; 
	height: 24px;
	line-height:24px;
	background-color:#ddd;
	border-bottom:#333 1px solid;
}
.button_close h4{
	float:left;
	color:#000;
	font-weight:bold;
}
.button_close a{
	float:right;
	margin:4px 5px 0 0;
}
.sendmail_results_content{
	float:left; 
	padding:10px; 
	width:400px;
	height:auto !important;
	min-height:50px;
	height:50px;
	text-align:left; 
	background-color:#f2f2f2;
}
.sendmail_results_content span{
	color:#f00;
	font-weight:bold;
}
/****************内页标题部分********************/
#page_title{
    background:url(../images/content_right_title_bg.jpg) repeat-y left top;
	border-bottom:#01649b 1px solid;
	width:680px;
	height:30px;
	line-height:30px;
}
#page_title h2{
    color:#01649B;
	font-weight:bold;
	padding-left:10px;
	font-size:14px;
}
