@charset "utf-8";
/* ====================================================================================================
 * Public Styles (全站级公共样式)
 * ==================================================================================================== */
/* Reset */

.table td {padding:5px;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset, img {
	border: 0;
}
em, strong, th, var {
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
html {
	-webkit-text-size-adjust: none;
}
body {
	font: 12px/18px Verdana, Geneva, sans-serif;
	color: #5f5f5f;
	position: relative
}
input, select, textarea, button {
	font: 12px Verdana, Geneva, sans-serif;
	color: #888;
	outline:none
}
table {
	font-size: inherit;
	font: 100%;
}
#content {
	background: url(../images/bg_content.jpg) repeat-x;
	padding-top: 10px;
}
.content {
	background: url(../images/bg_con.png) no-repeat;
}
/* Link */
a {
	color: #554f43;
	outline: none;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active {
	color: #015198;
	text-decoration: underline;
}
/*image center*/
.img40, .img50, .img60, .img63, .img70, .img80, .img90, .img95, .img100, .img120x150, .img110, .img120, .img134, .img130, .img140, .img150, .img160, .img170, .img180, .img190, .img200, .img300, .img360, .img400, .img160x130, .img301, .img210, .img400x230 {
	display: table-cell;
*display:block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
*font-family:Arial;
}
.img40 img, .img50 img, .img60 img, .img63 img, .img70 img, .img80 img, .img90 img, .img95 img, .img100 img, .img110 img, .img120x150 img, .img120 img, .img134 img, .img130 img, .img140 img, .img150 img, .img160 img, .img170 img, .img180 img, .img190 img, .img200 img, .img300 img, .img360 img, .img400 img, .img160x130 img, .img301 img, .img210 img, .img400x230 img {
	vertical-align: middle;
}
.img40 {
	width: 40px;
	height: 40px;
*font-size:35px;
}
.img50 {
	width: 50px;
	height: 50px;
*font-size:44px;
}
.img60 {
	width: 60px;
	height: 60px;
*font-size:52px;
}
.img63 {
	width: 63px;
	height: 63px;
}
.img70 {
	width: 70px;
	height: 70px;
*font-size:61px;
}
.img80 {
	width: 80px;
	height: 80px;
*font-size:71px;
}
.img90 {
	width: 90px;
	height: 90px;
*font-size:79px;
}
.img95 {
	width: 95px;
	height: 95px;
}
.img100 {
	width: 100px;
	height: 100px;
*font-size:87px;
}
.img120x150 {
	width: 120px;
	height: 150px;
}
.img110 {
	width: 110px;
	height: 110px;
*font-size:96px;
}
.img120 {
	width: 120px;
	height: 120px;
*font-size:105px;
}
.img134 {
	width: 134px;
	height: 134px;
}
.img130 {
	width: 145px;
	height: 130px;
*font-size:113px;
}
.img140 {
	width: 140px;
	height: 140px;
*font-size:122px;
}
.img150 {
	width: 150px;
	height: 150px;
*font-size:130px;
}
.img160 {
	width: 160px;
	height: 160px;
*font-size:140px;
}
.img170 {
	width: 170px;
	height: 170px;
*font-size:148px;
}
.img180 {
	width: 180px;
	height: 180px;
*font-size:157px;
}
.img190 {
	width: 190px;
	height: 190px;
*font-size:166px;
}
.img200 {
	width: 200px;
	height: 200px;
*font-size:175px;
}
.img210 {
	width: 210px;
	height: 120px;
*font-size:105px;
}
.img300 {
	width: 300px;
	height: 300px;
*font-size:263px;
}
.img301 {
	width: 301px;
	height: 301px;
}
.img360 {
	width: 360px;
	height: 360px;
*font-size:314px;
}
.img400x230 {
	width: 400px;
	height: 230px;
*font-size:200px;
}
/* Clearfix */
.clearfix:after, .forms li:after {
	content: "\0020";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
}
.clearfix, .forms li {
	zoom: 1;
}
.clear {
	clear: both;
	display: block;
}
/* Layout */
.layout {
	width: 1000px;
	margin: 0 auto;
}
.layout2 {
	width: 1000px;
	padding-left: 19px;
	padding-right: 20px;
	margin: 0 auto;
}
/*inquiry_basket 聚合*/
.btn_moreoption, .inquiry_tools a, .data_table .btn_remove, .productInfo .btn_addnew, .inquiry_info_title, .inquiry_data_table th, .inquiry_data_table thead, .inquiry_data_table .btn_remove, .inquiry_fill_form .btn_moreoption, .inquiry_fill_form label.error, .privacy_tips, label.error {
	background: url(../images/inquiry_pay_icon.png) no-repeat 0 -9999em;
}
/* Forms Public Styles 表单 公共样式 */
.forms li {
	padding: 5px 0;
	line-height: 20px;
	width: 650px;
	overflow: hidden;
}
.forms .list_item {
	margin: 0;
	padding: 7px 0;
	border-bottom: none;
}
.forms .label, .forms .label1 {
	float: left;
	display: inline-block;
	width: 130px;
	padding: 0 6px 0 0;
	text-align: right;
	font-size: 12px;
	color: #646464;
}
.forms .label b {
	margin: 0 4px;
	color: #c90000;
	font-weight: bold;
}
.forms .input_text, .forms .input_text1, .forms .select, .forms textarea {
	float: left;
	padding: 2px 3px;
	border: 1px solid #c2c2c2;
	font-size: 12px;
}
.forms .input_text, .forms textarea {
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #d4d5d5;
}
.forms .input_text {
	width: 300px;
	height: 16px;
}
.forms textarea {
	width: 300px;
	height: 6em;
}
.forms .select {
	width: 308px;
	padding: 3px 0\9;
}/* "\9" for IE8 select BUG*/
.forms input.error, .forms select.error, .forms textarea.error {
	border: 1px solid #ee2727;
	background: #ffd7d7;
}
.forms input.valid, .forms select.valid, .forms textarea.valid {
	border: 1px solid #92db8d;
	background: #ecffeb;
}
.forms label.error {
	display: inline;
	float: left;
	margin-left: 140px;
	width: 300px;
	padding-left: 15px;
	padding-top: 3px;
	background-position: 0 -195px;
	line-height: 16px;
	color: #db2031;
	font-size: 11px;
}
.forms .fieldset {
}
.forms .fieldset h3 {
	float: left;
	width: 230px;
	padding-right: 5px;
	text-align: right;
	text-transform: capitalize;
	color: #0f65a0;
	font-weight: bold;
	font-size: 14px;
}
.forms .requestFor {
	float: left;
	display: block;
}
.forms .moreoptions {
	display: none;
}
.forms .request_for {
	float: left;
	width: 500px;
}
.forms .request_for label {
	float: left;
	display: block;
	margin: 0 15px 5px 0;
}
.forms .btn_moreoption {
	padding-left: 20px;
	color: #a00e0e;
	text-decoration: underline;
	background-position: -4px -98px;
}
.forms .btn_moreoption_hide {
	background-position: -4px -118px;
}
.forms .btn_moreoption:hover {
	text-decoration: underline;
	color: #a00e0e;
}
.forms .message_length_tips {
	float: left;
	display: inline-block;
	margin-left: 140px;
	_margin-left: 70px;
	width: 300px;
}
.forms .message_length_tips em {
	color: #FF0000;
}
.forms .message_tips_wrap {
	float: left;
	width: 350px;
}
/*common inquiry_form_fill*/
.inquiry_form_fill {
	width: 600px;
	margin: 0 auto;
}
.inquiry_form_fill .forms .label {
	width: 130px;
	padding: 0 6px 0 0;
	font-weight: normal;
}
.inquiry_form_fill .forms .input_text {
	width: 340px;
}
.inquiry_form_fill .forms textarea {
	width: 340px;
	height: 8em;
}
.inquiry_form_fill .forms .requestFor {
	color: #7d7d7d;
}
.inquiry_form_fill .forms label.error {
	margin-left: 138px;
	padding-left: 15px;
	background-position: 0 -195px;
}
.inquiry_form_fill .inquiry_fill_subject, .inquiry_form_fill .inquiry_fill_filed {
	margin-bottom: 10px;
}
.inquiry_form_fill .inquiry_fill_filed_list {
	padding: 10px 0;
}
.inquiry_form_fill .fieldset {
	height: 23px;
	line-height: 23px;
}
.inquiry_form_fill .fieldset h3 {
	float: left;
	padding-left: 10px;
	text-align: right;
	font-weight: bold;
	color: #006ba2;
	text-transform: capitalize;
}
.inquiry_form_fill .moreoptions {
	display: none;
}
.inquiry_form_fill .requestFor label {
	margin-right: 5px;
}
.inquiry_form_fill .requestFor .btn_moreoption {
	display: inline-block;
	padding-left: 16px;
	background-position: -4px -96px;
	color: #2f8400;
	text-decoration: underline;
	cursor: pointer;
}
.inquiry_form_fill .requestFor .btn_moreoption_hide {
	background-position: -4px -116px;
}
/*============================= 按钮 button ====================================*/
.product_btn_area {
	margin-left: 137px;
	margin-top: 10px;
}
.btn_submit {
	display: inline;
	float: left;
	width: 60px;
	height: 21px;
	padding-bottom: 3px;
	padding-bottom: 0px\9;
	border: none;
	color: #fff;
	text-shadow: 1px 1px 1px #1651a2;
	background: url(../images/btn_submit.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999em;
	font-size: 0;
	font-weight: 0;
	overflow: hidden;
	margin-top: 5px;
}
/* ====================================================================================================
 * Plugin Styles (插件样式)
 * ==================================================================================================== */
/*form*/
input, select, textarea, button {
	color: #787878;
}
button {
	cursor: pointer;
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	resize: none;
}
.input_c, .input_r {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 2px 3px 2px 0;
	overflow: hidden;
	vertical-align: middle;
}
/* ---------- zoom-1.2.2 Styles ---------- */
.zoomdiv {
	z-index: 100;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 300px;
	background: url(../images/loading.gif) no-repeat 50% 50% #ffffff;
	border: 1px solid #e2e2e2;
	text-align: center;
	overflow: hidden;
}
.handle {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	cursor: crosshair;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	background: #c7dff5;
	border: 1px solid #3987d1;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}  /* 取景框背景为填充色 */
/*imgshow*/
.imgshow {
	margin-bottom: 100px;
}
.imgshow_thumb .trigger, .bigimg_btn_prev, .bigimg_btn_next {
	display: inline;
	margin-top: 30px;
	cursor: pointer;
	width: 10px;
	height: 28px;
	background: url(../images/btn_certification.png) no-repeat;
	text-indent: -9999em;
}
.imgshow_pic {
	margin: 20px auto 10px;
	padding: 20px;
	width: 400px;
	height: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
	border: 1px solid #d7d7d7;
}
/*header*/
#header {
}
.head_inner {
	height: 77px;
	position: relative;
}
#header .logo {
	float: left;
	padding: 19px 0 0 17px;
}
#header .utility {
	float: right;
}
#header .search {
	clear: right;
	float: right;
}
#header .utility {
	padding-top: 12px;
	color: #888;
}
#header .utility a {
	display: inline-block;
	color: #093e8d;
	padding: 0 10px;
}
#header .utility a:hover {
	color: #093e8d;
}
#header .utility em {
	color: #006dc9;
	font-weight: bold;
}
#header .utility span {
	display: block;
	float: left;
	background-position: 0 -5px;
	padding-left: 25px;
	padding-bottom: 10px;
	margin-left: 25px;
	color: #006dc9;
	font-family: Georgia;
	font-size: 14px;
}
#header .utility span, #header .search button {
	background: url(../images/idx_icon.png) no-repeat;
}
#header .search {
	margin-top: 12px;
	font-size: 11px;
	color: #787878;
	height: 34px;
	width: 212px;
	border: 0;
	background: url(../images/bg_search.png) no-repeat
}
#header .search input {
	width: 150px;
	margin-left: 15px;
	margin-top: 0;
	padding-top: 0;
	height: 16px;
	margin-top: 7px;
	line-height: 16px;
	vertical-align: middle;
	border: 0;
	background: none
}
#header .search button {
	background: none;
	width: 20px;
	height: 20px;
	float: right;
	margin-right: 12px;
	margin-top: 5px;
}
/*nav*/
#nav {
	background: url(../images/bg_nav.png);
	height: 45px;
	overflow: visible;
	position: relative;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#nav li.nav_item {
	float: left;
	line-height: 37px;
	background: url(../images/bg_nav_li.png) no-repeat right 7px;
	color: #1460d0;
	position: relative;
	z-index: 1000;
}
#nav li a.nav_target {
	line-height: 37px;
	padding: 3px 30px 0;
	display: block;
	color: #fff;
	font-weight: bold;
}
#nav li.last {
	background: none;
}
#nav .nav_list .current, #nav .nav_list .select {
	color: #1460d0;
	text-decoration: none;
	/*background: url(../images/bg_nav_on.png) left 4px repeat-x;*/
}
.nav_fi {
	width: 173px;
	height: 37px;
	background: url(../images/bg_nav_a.png) no-repeat;
}
#nav .first {
	text-align: center;
}
#nav .first .select {
	padding: 3px 0 0;
	background: url(../images/bg_nav_first.png) no-repeat center -3px;
}
/*nav导航二级菜单*/
.nav_subbox{
	background: url(../images/nav_hp_shadow_open_bg.png) #fff repeat-x bottom;
	padding: 10px 10px 20px; }
.nav_subbox_product{
	background: url(../images/nav_hp_shadow_open_bg.png) #fff repeat-x bottom;
	padding: 10px 10px 80px; }
.nav_sublist .left{padding-left:4px;background:url(../images/bg_navlist_left.png) repeat-y left 0;}	
.nav_sublist .right{padding-right:4px;background:url(../images/bg_navlist_right.png) repeat-y right 0;}	
.nav_sublist {
	position: absolute;
	top: 37px;
	left: 0px;
	z-index: 1000;
	/*padding-bottom:6px;background:url(../images/bg_navlist_bottom.png) repeat-x bottom;*/
}
#nav li .nav_subitem {
	background: none;
	float: none;
	margin-top: 0;
	line-height: 26px;
}
#nav li .nav_subitem a.nav_subtarget {
	display: block;
	padding: 0 17px;
	line-height: 26px;
	text-decoration: none;
	margin-top: 0;
	color: #5f5f5f;
	font-weight:bold;
	white-space: nowrap;
}
#nav li .nav_subitem a.nav_subtarget:hover {

	color: #1663d7;
}
#nav .first .nav_sublist {
	position: absolute;
	top: 37px;
	left: 0px;
	z-index: 1000;
}
#nav .first .nav_sublist {
}
#nav .first .nav_subitem {
	clear:both;
}
#nav .first .nav_subtarget {
	display: block;
	color: #093e8d;
	font-weight: bold;
	padding-left: 20px;
	text-align: left;

}

#nav .first .extra_list {
	text-align: left;
	padding: 0 8px;
}
#nav .first .extra_list li {
	float: left;
	width: 270px;
}

#nav .first .extra_target {
	padding-left: 18px;

	color: #666;
	 line-height: 14px;
    padding:5px 18px;
    display: block;
}
#nav .first a.extra_target:hover{
    background:none;
	color: #1663d7;
	
	}
#nav .first .extra_list .select {


	color: #093e80;
}
#nav .first .extra_sublist {
	padding: 0 18px 8px;
}
#nav .first .extra_subtarget {
	padding: 0 0 0 0px;
	line-height: 20px;
	color: #226ad3;
	font-size: 12px;
}
/*index_content*/
.content_box {
	background: url(../images/bg_center.png) repeat-x top center;
}
#index_content {
	background: url(../images/index_content.png) no-repeat top center;
}
#index_content .layout {
	position: relative;
}
#content .layout {
	position: relative;
}
/*banner*/
/*promo的控制标签图片*/
/*banner*/
.index_mod {
	background: url(../images/bg_mod.png) no-repeat center bottom;
	padding-bottom: 12px;
}
.index_mod2 {
	background: url(../images/top_mod2.png) no-repeat center bottom;
}
.index_mod3 {
	background: url(../images/top_mod3.png) no-repeat center bottom;
	padding-bottom: 12px;
}
.banner {
	height: 411px;
	width: 1000px;
	border: 1px solid #fff;
}
.main_promo {
	height: 411px;
	position: relative;
}
.main_promo .bigimg img {
	display: none;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
.triggers_num {
	bottom: 10px;
	overflow: hidden;
	padding-left: 19px;
	left: 420px;
	position: absolute
}
.triggers_num li {
	cursor: pointer;
	display: block;
	float: left;
}
.triggers_num span {
	background: url(../images/idx_icon.png) no-repeat 0 -77px;
	width: 14px;
	height: 14px;
	display: block;
	text-indent: -9999em;
	margin-left: 8px;
	overflow: hidden;
}
.triggers_num span.hover {
	background: url(../images/idx_icon.png) no-repeat 0 -102px;
}
.bannerInner {
	background: url(../images/banner_inner.png) repeat-x;
	margin: 0 auto;
	text-align: center;
	height: 157px;
}
.latest_news {
	height: 113px;
	background: url(../images/bg_lastNews.png) 13px 16px no-repeat #fff;
	padding-bottom: 30px;
	padding-top: 16px;
}
.home_news {
	height: 113px;
	line-height: 20px;
	margin-top: 10px;
	margin-left: 28px;
	margin-bottom: 20px;
	position: relative;
}
.home_news_title {
	float: left;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	display: inline-block;
	padding-right: 18px;
	border-right: 1px solid #e8e8e8;
	margin-right: 13px;
}
.news_recently {
	float: left;
	position: relative;
}
#JS_newsRecently{overflow:hidden;}
.news_recently1 .news_inner {
	height: 113px;
	width: 800px;
	overflow: hidden;
	background: url(../images/bg_news.png) left -45px repeat-x;
}
.news_recently .list_item {
	height: 113px;
	width: 800px;
	overflow: hidden;
}
.news_recently .list_item .pic {
	float: left;
	width: 129px;
	height: 99px;
	background: url(../images/bg_img_indexNew.png) no-repeat 0 0;
}
.news_recently .list_item .pic img {
	padding: 5px;
}
.news_recently .list_item .info {
	float: left;
	width: 580px;
	height: 76px;
	
	padding: 12px;
	background: #fcfcfc;
	border: 1px solid #f3f3f3;
	margin-left: 10px;
}
.news_recently li.list_item .info a {
	color: #2f73c6;
	font-size: 13px;
	font-weight: bold;
	margin-right: 20px;
}
.news_recently li.list_item .info span {
	color: #8f8f8f;
	font-size: 11px;
}
.news_recently li.list_item .info .more {
	color: #00308d;
	font-size: 12px;
	position: absolute;
	right: 40px;
}
.home_news .slide_triggers {
	position: absolute;
	width: 38px;
	height: 24px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/btn_promo.png) no-repeat 0 -9999em;
	overflow: hidden;
}
.home_news .slide_triggers {
	right: 0px;
	z-index: 20;
	overflow: hidden;
	position: absolute
}
.home_news .prev {
	top: -10px;
	background-position: 0 -72px;
}
.home_news .prev_disabled {
	background-position: 0 0px;
}
.home_news .next {
	bottom: -10px;
	background-position: 0 -24px;
}
.home_news .next_disabled {
	background-position: 0 -48px;
}
/*top_chat*/
.head_tools {
	width: 300px;
	height: 30px;
	margin-top: 15px;
	display: block;
	font-size: 13px;
	color: #333;
	line-height: 30px;
}
.head_tools li {
	margin-left: 7px;
	float: left;
	width: 26px;
}
.head_tools li.txt {
	width: 55px;
}
.head_tools li a {
	display: block;
	height: 30px;
}
.indexMode {
	padding-bottom: 20px;
	margin: 0 15px 20px;
}
.indexMode .mod {
	float: left;
	overflow: hidden;
	margin-top: 28px;
}
.indexMode .mod .link {
	width: 309px;
	height: 17px;
	padding-top: 6px;
}
.indexMode .mod .title {
	height: 20px;
	font-size: 17px;
	line-height: 18px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #6d7174;
	font-family: Arial, Helvetica, sans-serif
}
.indexMode .mod .detail {
	line-height: 20px;
	font-size: 13px;
	color: #5f5f5f;
	margin-bottom: 10px;
}
.indexMode .mod .detail_title {
	color: #004f92;
}
/* ================================ 侧边栏 各种效果的样式 =============================== */
/*crumb*/
.crumb {
	padding-bottom: 20px;
	height: 20px;
	margin-top: 15px;
	line-height: 20px;
	font-size: 12px;
	color: #093e8d;
	text-transform: capitalize;
	padding-left: 10px;
}
.crumb a {
	float: left;
	padding-right: 3px;
	height: 21px;
	line-height: 21px;
	color: #666666;
}
.crumb a:link, .crumb a:visited {
	color: #666666;
}
.crumb span {
	color: #666666;
}
.crumb .crumb_arrow {
	float: left;
	display: block;
	padding-left: 2px;
	padding-right: 5px;
	margin-left: 3px;
	margin-right: 3px;
	background: url(../images/arr_crumb.png) center no-repeat
}
.crumb h1 {
	float: left;
	text-align: left;
	color: #093e8d;
}
/*privacy 隐私条款*/
.privacy {
	float: left;
	display: block;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 10px;
*padding-top:5px;
}
.privacy span {
	margin-left: 5px;
}
.privacy a {
	color: #2F8400;
	text-decoration: underline;
}
.privacy a:link, .privacy a:visited {
	color: #2F8400;
	text-decoration: underline;
}
.privacy_tips {
	margin: 10px 0 0 135px;
	color: #F00;
	padding-left: 15px;
	background-position: 0 -197px;
}
/* hide 内容隐藏 */
.hide {
	display: none;
}
h2.style {
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	vertical-align: top;
	font-size: 18px;
	color: #1b1b1b;
	text-transform: capitalize;
	font-family:Arial, Helvetica, sans-serif;
}
/*======================================inquiry_basket======================================*/
.inquiry_step {
	width: 900px;
	height: 33px;
	margin-bottom: 30px;
	margin-top: 30px;
	background: url(../images/sprite_inquiry_progress.png) no-repeat 0 -9999em;
	text-indent: -9999em;
	overflow: hidden;
}
.inquiry_step_first {
	background-position: 0 0;
}
.inquiry_step_second {
	background-position: 0 -48px;
}
.inquiry_step_third {
	background-position: 0 -95px;
}
/*inquiry_tools_layout*/
.inquiry_tools_layout {
	margin-bottom: 10px;
}
.inquiry_tools_layout .ver_pro {
	float: left;
	width: 200px;
}
.inquiry_tools_layout .ver_pro span {
	color: #FF0000;
}
.inquiry_tools_layout .inquiry_tools {
	float: right;
}
.inquiry_tools a {
	padding-left: 20px;
	margin-left: 20px;
}
.inquiry_tools .inquiry_tools_print {
	background-position: 0 -11px;
}
.inquiry_tools .inquiry_tools_collect {
	background-position: 0 -32px;
}
.inquiry_tools .inquiry_tools_download {
	background-position: 0 -54px;
}
.inquiry_tools .inquiry_tools_download_no {
	background-position: 0 -178px;
}
/*inquiry_data_table*/
.inquiry_basket {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.inquiry_data_table {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	background-color: #fff;
}
.inquiry_data_table .hover {
	background: #eee;
}
.inquiry_data_table .hover a {
	color: #a00e0e;
	text-decoration: underline;
}
.inquiry_data_table th {
	height: 28px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	background: #ccc;
}
.inquiry_data_table th.description {
	padding-left: 120px;
	text-align: left;
}
.inquiry_data_table td {
	padding: 20px;
	border-bottom: 1px solid #eee;
}
.inquiry_data_table .pic {
	float: left;
	width: 80px;
	margin-right: 20px;
}
.inquiry_data_table .info {
	float: left;
	width: 235px;
	overflow: hidden;
	word-wrap: break-word;
	text-align: left;
}
.inquiry_data_table .price {
	font-weight: bold;
	color: #1b1b1b;
}
.inquiry_data_table .btn_remove {
	padding-left: 25px;
	background-position: 0 -77px;
}
/*inquiry_basket_result &&&& message_result*/
.inquiry_basket_result, .message_result {
	width: 430px;
	padding: 20px 0 40px 170px;
	margin: 80px auto 200px;
	overflow: hidden;
	background: url(../images/sprite_inquiry_result.png) no-repeat 0 -9999em;
}
.inquiry_basket_fail, .message_fail {
	background-position: 0 -625px;
}
.inquiry_basket_success, .message_success {
	background-position: 0 0;
}
.inquiry_basket_empty {
	background-position: 0 -280px;
}
.inquiry_basket_result .headline, .message_result .headline {
	margin-bottom: 15px;
	font-size: 22px;
	color: #7fbb0e;
}
.inquiry_basket_result a, .message_result a, .error_info a, .search_result a {
	color: #7fbb0e;
	text-decoration: underline;
}
.inquiry_basket_fail .headline, .message_fail .headline {
	color: #de1700;
}
.inquiry_basket_empty .headline {
	color: #0f65a0;
}
/*inquiry_basket_2*/
/*common inquiry_form_fill*/
.inquiry_form_fill {
	width: 650px;
	margin: 0 auto;
}
.inquiry_form_fill .forms .label {
	width: 122px;
	padding: 0 6px 0 0;
	font-weight: normal;
}
.inquiry_form_fill .forms .label1 {
	width: 220px;
	padding: 0 6px 0 0;
	font-weight: normal;
	text-align: right;
}
.inquiry_form_fill .forms .input_text {
	width: 340px;
	border: 1px solid #9499a2;
}
.inquiry_form_fill .forms .input_text1 {
	width: 100px;
}
.inquiry_form_fill .forms span {
	margin-left: 5px;
}
.inquiry_form_fill .forms .div_textarea {
	margin: 0 auto;
	width: 340px;
	height: 8em;
}
.inquiry_form_fill .forms textarea {
	width: 340px;
	height: 8em;
	border: 1px solid #9499a2;
}
.inquiry_form_fill .forms .requestFor {
	color: #7d7d7d;
}
.inquiry_form_fill .inquiry_fill_subject, .inquiry_form_fill .inquiry_fill_filed {
	margin-bottom: 10px;
}
.inquiry_form_fill .inquiry_fill_filed_list {
	padding: 10px 0;
}
.inquiry_form_fill .fieldset {
	height: 23px;
	line-height: 23px;
}
.inquiry_form_fill .fieldset h3 {
	float: left;
	width: 260px;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	color: #006ba2;
	text-transform: capitalize;
}
.inquiry_form_fill .message_info {
	margin: 10px auto;
	width: 500px;
	text-align: center;
}
.inquiry_form_fill .message_info h3 {
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
	color: #dd9c0a;
	text-transform: capitalize;
}
.inquiry_form_fill .moreoptions {
	display: none;
}
.inquiry_form_fill .requestFor label {
	margin-right: 5px;
}
.inquiry_form_fill .requestFor .btn_moreoption {
	display: inline-block;
	padding-left: 16px;
	background-position: -4px -96px;
	color: #316fc0;
	text-decoration: underline;
	cursor: pointer;
}
.inquiry_form_fill .requestFor .btn_moreoption_hide {
	background-position: -4px -116px;
}
.inquiry_form_fill .inquiry_btn_area {
	margin-left: 130px;
}
/*-------contact us-------*/
.contact_info {
	padding-left: 5px;
	width: 96%;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 25px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #bbb8b8;
	overflow: hidden;
}
.contact_info li {
	margin-bottom: 15px;
}
.contact_info .value, .contact_info .property {
	display: block;
	float: left;
	overflow: hidden;
}
.contact_info .value {
	display: inline-block;
	padding-right: 5px;
	font-size: 12px;
	text-transform: capitalize;
	text-align: right;
	color: #666;
}
.contact_info .property {
	color: #333;
	width:730px;
}
/*contact_form*/
.contact_form {
	clear: both;
	padding: 10px 10px 50px;
}
.contact_form .tips {
	margin-bottom: 15px;
	color: #59595b;
}
.contact_form .suggestion {
	margin-bottom: 40px;
	font-size: 11px;
	color: #8a8a8a;
	font-style: italic;
}
.contact_form .suggestion b {
	color: #fc2020;
}
/*404*/
.page_404 {
	margin: 50px auto 10px;
	width: 650px;
	height: 430px;
}
.page_404 .title404 {
	margin: 0 auto;
	width: 510px;
	height: 205px;
}
.page_404 .detail404 {
	margin: 20px auto;
	width: 510px;
}
.page_404 .detail404 a.more {
	text-decoration: underline;
}
.page_404 .tips {
	font-size: 16px;
}
.page_404 .tips p {
	margin: 0 0 5px;
}
.page_404 .suggestion {
	color: #898989;
	padding: 10px 0;
}
.page_404 li {
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(../images/newp.png) no-repeat scroll 0 4px transparent;
}
/*search_empty*/
.search_main {
	width: 470px;
	margin: 20px auto 100px;
}
.search_main .search_headline, .search_main .search_suggestion {
	margin-bottom: 30px;
	font-size: 17px;
	color: #404040;
	font-weight: bold;
	clear: both;
}
.search_main .search_headline span {
	color: #FF0000;
}
.search_main .search_suggestion {
	margin-bottom: 10px;
	padding-top: 30px;
}
.search_main .header_search {
	float: left;
}
.search_main .tips a {
	color: #FF0000;
	text-decoration: underline;
}
.search_main .empty_search {
	float: left;
}
.search_main .empty_search .input_text {
	float: left;
	width: 174px;
	height: 20px;
	padding: 0 5px;
	padding-top: 2px;
	background: none;
	border: 1px solid #8a8a8a;
	border-right: none;
	font-size: 11px;
	color: #000;
}
.search_main .empty_search .btn_search {
	float: left;
	width: 27px;
	height: 24px;
	overflow: hidden;
	border: none;
	background: url(../images/btn_search_empty.png) no-repeat;
	text-indent: -999em;
	cursor: pointer;
}
/*about us*/
.about_content {
	padding-left: 5px;
}
.about_content .pic {
	float: right;
	margin-left: 20px;
	overflow: hidden;
}
.about_content p {
	margin-bottom: 10px;
}
.about_content h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 13px;
	padding-top: 12px;
}
/*doc_content*/
.doc_content p {
	margin-bottom: 10px;
}
.doc_content h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 13px;
	padding-top: 12px;
}
/*exhibition*/
.doc_exhibition {
	padding: 10px;
}
.doc_exhibition .list_item {
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
	width: 182px;
}
.doc_exhibition .pic {
	height: 180px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 180px;
	border: 1px solid #E5E6E0
}
.doc_exhibition .info {
	height: 30px;
	overflow: hidden;
	text-align: center;
}
/*news*/
.news_content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.news_content ul {
	margin-top: 25px;
}
.cite {
	display: block;
	padding-bottom: 5px;
	height: 20px;
	vertical-align: bottom;
	overflow: hidden;
	border-bottom: 1px dashed #969696;
	margin: 0 0 20px 3px;
	font-size: 12px;
	background: url(../images/arrow04.gif) no-repeat 0px 6px;
	padding-left: 15px;
}
.cite a {
	float: left;
	display: block;
	width: 580px;
	line-height: 20px;
	color: #484848;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cite a:link, .cite a:visited {
	color: #484848;
}
.cite a:hover {
	color: #46a208;
}
.cite .date {
	float: right;
	display: block;
	margin-bottom: 20px;
	vertical-align: top;
	width: 75px;
	height: 15px;
	text-align: right;
	font-size: 11px;
	color: #6a6a6a;
}
.cite span {
	display: block;
	float: left;
	line-height: 20px;
}
.news_content .pic {
	float: right;
	width: 240px;
	height: 140px;
	margin-left: 10px;
	overflow: hidden;
}
.news_content .detail {
	padding: 10px 0;
}
.news_content .detail p {
	margin-bottom: 15px;
}
.news_content .list_item {
	height: 113px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px dashed #888;
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.news_content .list_item .pic {
	float: left;
	width: 119px;
	height: 89px;
	padding: 5px;
	background: url(../images/bg_img_indexNew.png) no-repeat 0 0;
}
.news_content .list_item .pic img {
}
.news_content .list_item .info {
	float: left;
	width: 555px;
	height: 76px;
	padding: 12px;
	background: #fcfcfc;
	border: 1px solid #f3f3f3;
	margin-left: 10px;
}
.news_content li.list_item .info p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.news_content li.list_item .info a {
	color: #2f73c6;
	font-size: 13px;
	font-weight: bold;
	margin-right: 20px;
}
.news_content li.list_item .info span {
	color: #8f8f8f;
	font-size: 11px;
}
.news_content li.list_item .info .more {
	color: #00308d;
	font-size: 12px;
	position: absolute;
	right: 40px;
}
/*download*/
.download, a.btn_download {
	background: url(../images/sprite_download.png) no-repeat 0 -999em;
}
.download .download_list {
	margin: 20px 0;
}
.download .list_item {
	margin: 0 0 40px;
}
.download .pic_info {
	float: left;
	width: 120px;
}
.pic_show {
	margin: 0 auto;
	width: 50px;
	height: 55px;
	background-position: 0 -95px;
}
.pic_name {
	height: 20px;
	text-align: center;
	display: block;
}
.download .detail {
	float: left;
	width: 540px;
	margin-left: 10px;
	line-height: 22px;
}
a.btn_download {
	float: right;
	margin-right: 25px;
	padding-left: 20px;
	text-decoration: underline;
	color: #0847a7;
	background-position: 0 0;
}
/*certification*/
/*thumb*/
.imgshow_thumb {
	padding: 5px 0 15px
}
.imgshow_thumb_inner {
	margin: 0 auto;
	width: 550px;
	height: 93px;
	padding-top: 10px;
	overflow: hidden;
	background-color: #f5f5f5;
}
#JS_imgshowThumbSlide {
	margin-left: 5px;
}
.imgshow_thumb .prev {
	float: left;
	margin-left: 10px;
	background-position: 0 -30px;
}
.imgshow_thumb .prev_disabled {
	cursor: default;
	background-position: 0 0;
}
.imgshow_thumb .next {
	float: right;
	margin-right: 10px;
	background-position: -12px -30px;
}
.imgshow_thumb .next_disabled {
	cursor: default;
	background-position: -12px 0;
}
.imgshow_tips {
	margin: 10px auto 15px;
	width: 442px;
}
.imgshow_thumb .cert_tips {
	display: none;
	font-weight: bold;
	font-size: 11px;
}
.imgshow_slide {
	display: inline;
	float: left;
	width: 328px;
	height: 84px;
	margin: 0;
	overflow: hidden;
}
.imgshow_slide .list_item {
	display: inline;
	float: left;
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin: 0 9px;
	background: #ffffff;
	border: 1px solid #bdbdbd;
}
.imgshow_slide li.hover, .imgshow_slide li.selected {
	border: 1px solid #bdbdbd;
}
.contact_imgshow {
	height: 123px;
	width: 700px;
}
.contact_imgshow .list_item {
	width: 110px;
	height: 110px;
}
.contact_imgshow .imgshow_slide {
	height: 112px;
}
/*lightbox*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	height: 53px;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
/*faq*/
.faq_content {
	padding-bottom: 30px;
}
.faq_content h2 {
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 18px;
	color: #444;
}
.faq_content .bd {
	padding-left: 20px;
	padding-right: 20px;
}
.faq_content .tips {
	margin: 0 0 10px;
}
.faq_content dl, .faq_content dt {
	margin: 0 0 10px;
}
.faq_content dt {
	font-size: 14px;
	color: #484848;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
.faq_content dd {
	display: none;
	padding: 10px 24px;
	color: #666666;
	background: #efefef;
}
.faq_content dd a {
	color: #1552A3;
	text-decoration: underline;
}
/*exhibition_content*/
.exhibition_content {
	padding: 10px;
}
.exhibition_content .list_item {
	overflow: hidden;
	margin-bottom: 20px;
}
.exhibition_content .pic {
	display: inline;
	float: left;
	width: 140px;
	height: 140px;
	border: 2px solid #ccc;
	overflow: hidden;
	margin: 6px 15px 0 0;
}
.exhibition_content .info {
	float: left;
	width: 500px;
	padding-top: 10px;
}
.exhibition_content .info .title {
	display: block;
	line-height: 25px;
	color: #474747;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.exhibition_content .info .title a {
	margin-left: 5px;
	color: #005399;
}
.exhibition_content .info .title a:hover {
	color: #015198;
}
.exhibition_content .info .detail {
	line-height: 20px;
}
.exhibition_content .info .label {
	color: #474747;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/*footer*/
#footer {
	background: url(../images/bg_foot.png) repeat-x;
	height: 84px;
	font-size: 12px;
}
/*newsletter*/
.newsletter span.label_wrap {
	position: relative;
	float: left;
	margin-bottom: 7px;
	height: 16px;
	zoom: 1;
	_float: none;
	_margin-bottom: 0
}
.newsletter label.default_value {
	position: absolute;
	top: 1px;
	left: 0px;
	color: #fff;
	font-size: 11px;
	zoom: 1
}
.newsletter .input_text {
	height: 16px;
	line-height: 16px;
	border: none;
	width: 124px;
	padding-left: 4px;
	background-color: #b8d6ec;
	color: #015095;
	margin-bottom: 8px;
	margin-left: 60px;
	zoom: 1
}
.newsletter .btn_signuup {
	display: block;
	float: left;
	width: 51px;
	height: 20px;
	padding: 0;
	margin-top: 5px;
	margin-left: 60px;
	_margin-left: 30px;
	overflow: hidden;
	background: url(../images/btn_submit.png) no-repeat 0 0;
	text-indent: -9999em;
	zoom: 1
}
.newsletter {
	padding: 15px 20px;
	background: url(../images/bg_newsletter.png) no-repeat;
}
.newsletter_tips {
	color: #93c2ec;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.newsletter .hd {
	font-size: 18px;
	color: #fff;
}
.f_detail .btn_submit {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 50px;
	height: 24px;
	background: none;
}
.f_detail .privacy {
	padding-top: 1px;
	margin-left: 0px;
}
.f_detail .privacy_tips {
	margin: 35px 0 0;
	line-height: normal;
}
.footerMain .Certification {
	margin-left: 8px;
}
.footerMain .Certification .f_title {
	background: url(../images/title_indexCertification.png) no-repeat 0 0;
}
.footerMain .Certification .f_detail .pic {
}
.footerMain .Certification .f_detail .pic img {
	margin-right: 20px;
}
.footerInner {
	position: relative;
	margin-bottom: 15px;
}
.footerInner a:link, .footer_inner a:visited {
	color: #093e8d;
}
.footerInner a:hover, .footer_inner a:active {
	color: #093e8d;
	text-decoration: underline;
}
.footerNav {
	padding: 23px 0px 5px;
	width: 680px;
	overflow: hidden;
	color: #093e8d;
}
.footerNav a {
	display: inline-block;
	padding: 0 10px;
	line-height: 13px;
	color: #093e8d;
}
.footerCopyright {
	padding: 4px 8px;
	color: #666;
	font-size: 12px;
}
.footerCopyright a {
	color: #666;
}
.footerPic {
	position: absolute;
	right: 15px;
	top: 23px;
}
.footerPic img {
	float: left;
}
/*category*/
.contentInner {
	overflow: hidden
}
.aside {
	float: left;
	width: 226px;
	overflow: hidden;
	margin-left: 10px;
	_margin-left: 5px;
}
.main_inner {
	float: right;
	width: 730px;
	margin-right: 10px;
	z-index: 5;
	_margin-right: 5px;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
.aside .mod {
	padding-bottom: 5px;
}
.aside .mod .mod_body {
}
.aside .asideTitle {
	font-size: 17px;
	color: #093e8d;
}
.aside .asideCategory {
	padding-bottom: 20px;
}
.asideList {
	background: #fcfcfc;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	padding: 5px;
	width: 190px;
}
.asideList .asideItem {
	zoom: 1;
	font-family: Arial, Helvetica, sans-serif;
}
.asideList .asideItem_hover, .asideList .asideItem_selected, .asideList .asideItem_current {
}
.asideList a.asideTarget {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	padding: 2px 0 2px 22px;
	color: #5f5f5f;
	background: url(../images/icon_ut3.png) no-repeat 13px 9px;
}
.asideList a.asideTarget_hover, .asideList a.asideTarget_selected, .asideList a.asideTarget_current {
	color: #093e8d;
	text-decoration: none;
	background: url(../images/icon_ut3.png) no-repeat 13px 9px #e9e9e9
}
.sub_asideList {
	padding: 2px 4px 2px 19px;
	display: none;
	padding-bottom: 10px;
}
.asideList a.sub_asideTarget {
	font-size: 13px;
	line-height: 26px;
	padding: 1px 10px;
	color: #868686;
	background: url(../images/icon_ut4.png) no-repeat 3px 5px;/*
	background: url(../images/icon_ut5.png) no-repeat 3px 5px;*/
}
.asideList a.sub_asideTarget_hover, .asideList a.sub_asideTarget_selected, .asideList a.sub_asideTarget_current {
	color: #093e8d;
	background: url(../images/icon_ut4.png) no-repeat 3px 5px;
	text-decoration: none
}
/*aside  contact_us*/
.w_contact_us {
	border: 1px solid #ececec;
	background: #fff;
	padding: 5px;
	width: 190px;
}
.aside .contact_us {
	background: #f7f6fd;
}
.aside .contact_us .h2 {
}
.aside .contact_us .bd {
	overflow: hidden;
	color: #666;
	font-size: 12px;
	padding: 10px 0 10px 10px;
}
.aside .contact_us li {
	clear: left;
	padding-top: 5px;
	overflow: hidden;
}
.aside .contact_us .email_address label {
	float: left;
}
.aside .contact_us label {
	text-align: left;
	color: #666;
	font-weight: bold
}
.aside .contact_us .add label {
	float: left;
}
.aside .contact_us .add span {
	display: block;
}
.aside .contact_us .add p {
	padding-left: 40px;
}
.aside .contact_us .email {
	text-decoration: none;
	color: #000;
	float: left;
	width: 140px;
	overflow: hidden;
}
/*have no product*/
.no_product {
	margin: 15px 0;
	padding: 10px 13px;
	text-align: center;
	border: 1px solid #ff0000;
	color: #660000;
	background: #ffcccc;
}
/*product_detail*/
.category_desc {
	padding: 10px 10px 20px;
	;
	font-size: 13px;
	color: #666;
}
.category_desc strong {
	font-weight: bold;
}
.category_desc .title {
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	vertical-align: top;
	font-size: 18px;
	color: #1b1b1b;
	text-transform: capitalize;
	font-family:Arial, Helvetica, sans-serif;
}
.category_desc p {
	line-height: 20px;
}
.controlbar {
	height: 30px;
	margin-bottom: 30px;
	background-position: 0 -151px;
	padding: 0 15px;
}
.bar_bg {
}
/*pagination*/
.pagination {
	display: inline;
	float: right;
	line-height: 18px;
	text-transform: capitalize;
}
.pagination a {
	display: inline-block;
	height: 14px;
	padding: 0 4px;
	margin: 0 3px;
	line-height: 14px;
	text-align: center;
	color: #888;
	font-size: 12px;
	text-decoration: none;
}
.pagination a.current {
	color: #093e8d;
	font-size: 12px;
}
.pagination .prev, .pagination .next {
	border: 0;
	font-size: 12px;
	width: auto;
	height: auto;
}
.cate_inner {
}
/*product_list*/
.product_list {
	margin: 20px 0 30px;
}
.product_list .product_item {
	float: left;
	width: 212px;
	height: 160px;
	overflow: hidden;
	margin-right: 30px;
}
.product_list .pic {
	width: 210px;
	height: 120px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #d6d6d6;
}
.product_list .detail .name {
	text-align: center;
	color: #666;
	font-size: 12px;
	padding-top: 10px;
	cursor: pointer;
	display: block;
}
.product_list .product_item_hover .pic {
	border: 1px solid #96baef;
}
.product_list .product_item_hover .name {
	text-decoration: none;
	color: #093e8d;
}
/*product_detail*/
/* summary ---------- Begin */
#summary {
	padding-bottom: 40px;
	padding-top: 10px;
	padding-left: 15px;
}
/* gallery ===== Begin */ 
#gallery {
	position: relative;
	float: left;
	width: 420px;
	z-index: 100;
	background-color: #fff;
}
.picbox {
	text-align: center;
}
.productpic {
	position: relative;
	width: 400px;
	height: 230px;
	margin: 0 auto;
	margin-bottom: 15px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #d6d6d6;
}
.productpic img {
	width: 400px;
	height: 230px;
}
/* gallery_tips */
.gallery_tips {
	position: absolute;
	right: 135px;
	bottom: 5px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
}
.gallery_tips_item {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding-left: 18px;
	margin: 0 17px;
	font-size: 11px;
	color: #555;
}
.gallery_tips_zoom {
	background: url(../images/zoom_extend.png) no-repeat 0px center;
}
.gallery_tips_view {
	background: url(../images/out_zoom.png) no-repeat 0 0;
}
/* productnail */
.productnail {
	position: relative;
	padding-left: 25px;
	height: 82px;
}
.productnail_slide {
	float: left;
	width: 268px;
	overflow: hidden;
	height: 82px;
}
.productnail .next, .productnail .pre {
	position: absolute;
	z-index: 30;
	cursor: pointer;
	width: 18px;
	height: 82px;
	background: url(../images/thumbnail2.png) no-repeat 0 -9999px;
	color: #fff;
}
.productnail .next {
	top: 0px;
	right: 5px;
	background-position: -19px center;
}
.productnail .pre {
	top: 0px;
	left: 5px;
	background-position: -2px center;
}
.productnail .prev_disabled {
	background-position: -41px center;
}
.productnail .next_disabled {
	background-position: -58px center;
}
.productnail_slide .list_item {
	cursor: pointer;
	width: 80px;
	height: 80px;
	padding: 0px;
	margin-bottom: 11px;
	margin: 0px 5px;
	border: 1px solid #d6d6d6;
}
.productnail_slide .hover {
	position: relative;
	border: 1px solid #81a9d7;
}
.productnail_slide .selected {
	position: relative;
	border: 1px solid #81a9d7;
}
/* gallery ===== End */
/* ---------- zoom-1.2.2 Styles ---------- */
.zoomdiv {
	z-index: 100;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 300px;
	background: url(../images/loading.gif) no-repeat 50% 50% #ffffff;
	border: 1px solid #e2e2e2;
	text-align: center;
	overflow: hidden;
}
/*.handle{ z-index:10; visibility:hidden; position:absolute; cursor:crosshair; top:0px; left:0px; width:50px; height:50px; background:#ffdebf; border:1px solid #fda44f; opacity: 0.5; -moz-opacity:0.5; -khtml-opacity:0.5; filter:alpha(Opacity=50);}*/  /* 取景框背景为填充色 */
.handle {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	background: url(../images/zoom_handle_bg.gif) repeat;
}
/*detail_price*/
.descript_box .product_name {
	margin: 10px 0px;
	font-size: 18px;
	color: #1b1b1b;
	line-height: 24px;
}
.btns {
	margin-top: 20px;
}
.btns .btn {
	width: 153px;
	height: 31px;
	line-height: 31px;
	color: #fff;
	text-align: center;
	background: url(../images/btnbg.png) no-repeat 0 0;
	border: none;
	word-wrap: normal;
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 6px;
}
.main_tab_content {
	border: 1px solid #dcdcdc;
	background-color: #fcfcfc;
}
/*tips_inquiry*/
.tips_inquiryadd .btn_close, .tips_inquiryadd .msg {
	background: url(../images/sprite_inquiry_tips.png) no-repeat;
}
.tips_inquiryadd {
	display: block;
	position: absolute;
	top: 68px;
*top:0px;
	left: 0;
	width: 206px;
	padding: 3px;
	border: 1px solid #e4e4e4;
	color: #3f3f3f;
	text-align: center;
	z-index: 100;
	background: #fff;
}
.tips_inquiryadd a {
	padding: 0 2px;
	color: #588e3c;
	text-decoration: underline;
}
.tips_inquiryadd .btn_close {
	float: right;
	cursor: pointer;
	width: 7px;
	height: 8px;
	background-position: 0 0;
	text-indent: -9999em;
}
.tips_inquiryadd .msg {
	line-height: 12px;
	padding: 5px 0 10px 35px;
	margin: 0 auto;
	font-size: 13px;
	text-align: left;
}
.tips_inquiryadd_success {
	display: block;
}
.tips_inquiryadd .tips {
	padding-bottom: 3px;
}
.tips_inquiryadd_success .msg {
	padding: 5px 0 10px 50px;
	background-position: 5px -34px;
	color: #4f4f4f;
	font-size: 12px;
}
.tips_inquiryadd_fail .msg {
	padding: 5px 0 10px 50px;
	background-position: 5px -130px;
}
/*thumbnail*/
.thumbnail {
	position: relative;
	float: left;
	width: 80px;
	height: 302px;
	background: none;
}
.thumbnail .trigger {
	position: absolute;
	left: 28px;
	display: block;
	width: 25px;
	height: 16px;
	cursor: pointer;
	text-indent: -9999em;
}
.thumbnail .prev {
	top: 1px;
	background-position: 0 -49px;
}
.thumbnail .prev_disabled {
	background-position: 0 0px;
}
.thumbnail .next {
	bottom: 1px;
	background-position: 0 -32px;
}
.thumbnail .next_disabled {
	background-position: 0 -17px;
}
.thumbnail_slide {
	width: 62px;
	margin: 20px auto 0;
}
.thumbnail_slide .list_item {
	width: 60px;
	height: 60px;
	border: 1px solid #d6d6d6;
	margin-bottom: 5px;
	background: #fff;
}
.thumbnail_slide li.hover {
	border: 1px solid #81a9d7;
}
/* gallery ===== End */
/* property ===== Begin */
#property {
	float: left;
	width: 260px;
	overflow: hidden;
	display: inline;
	margin-left: 30px;
}
.product_control {
	font-size: 13px;
	color: #666
}
.product_control a {
	color: #666
}
.product_name {
	margin: 20px 0;
	line-height: 24px;
	font-size: 18px;
	color: #093e8d;
}
.product_des {
	margin: 5px auto 30px;
}
.product_des .title {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.product_des p {
	color: #6c6c6c;
	line-height: 20px;
}
/*tips_inquiry*/
.tips_inquiryadd .btn_close, .tips_inquiryadd .msg {
	background: url(../images/sprite_inquiry_tips.png) no-repeat;
}
.tips_inquiryadd {
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	width: 206px;
	padding: 3px;
	border: 1px solid #e4e4e4;
	color: #ffffff;
	text-align: center;
	z-index: 100;
	background: #fff;
}
.tips_inquiryadd a {
	padding: 0 2px;
	color: #E1002C;
	text-decoration: underline;
}
.tips_inquiryadd .btn_close {
	float: right;
	cursor: pointer;
	width: 7px;
	height: 8px;
	background-position: 0 0;
	text-indent: -9999em;
}
.tips_inquiryadd .msg {
	line-height: 12px;
	padding: 5px 0 10px 35px;
	margin: 0 auto;
	font-size: 13px;
	text-align: left;
}
.tips_inquiryadd_success {
	display: block;
}
.tips_inquiryadd .tips {
	padding-bottom: 3px;
}
.tips_inquiryadd_success .msg {
	padding: 5px 0 10px 50px;
	background-position: 5px -34px;
	color: #4f4f4f;
	font-size: 12px;
}
.tips_inquiryadd_fail .msg {
	padding: 5px 0 10px 50px;
	background-position: 5px -130px;
	color: #4F4F4F;
}
/*common------------------------------------------strt*/
.common_btn {
	position: relative;
	z-index: 1;
	height: 130px;
}
.make_all_btn, .make_all {
	float: left;
	margin: 0 8px 8px 0;
	padding-bottom: 3px;
	display: inline-block;
	width: 157px;
	height: 26px;
	line-height: 23px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	text-shadow: 1px 1px 1px #ffffff;
	border: none;
	background: url(../images/common01.png) no-repeat center center;
	cursor: pointer;
}
.make_all {
	color: #fff;
	line-height: 23px;
}
.make_all_btn:hover, .make_all:hover {
	color: #fff;
	text-shadow: 0px 1px 1px #666;
	text-decoration: none;
	background: url(../images/common02.png) no-repeat center center;
}
.common_btn a.make_all {
	color: #666666;
	text-shadow: 2px 2px 1px #ffffff;
	text-decoration: none;
	line-height: 29px;
}
.common_btn a.make_all:hover {
	color: #fff;
	text-shadow: 0px 1px 1px #666;
}
.product_btn_area {
	margin-left: 137px;
	margin-top: 30px;
}
/*common------------------------------------------end*/

/*detail*/
#detail {
	font-size: 12px;
}
.tab_holder {
	height: 33px;
	padding-bottom: 21px;
}
.tab_holder .tab_item {
	position: relative;
	z-index: 10;
	float: left;
	height: 40px;
	font-size: 13px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 120px;
}
.tab_holder li span.tab_item_inner {
	display: inline-block;
	cursor: pointer;
	height: 26px;
	line-height: 24px;
	font-size: 12px;
	color: #555555;
}
.tab_holder .first span.tab_item_inner {
	background: url(../images/ca_li.png) no-repeat right 5px;
	padding-right: 12px;
}
.tab_holder li.current {
	background: url(../images/tab2_current.jpg) no-repeat center 30px;
	font-size: 13px;
	color: #093e8d;
}
.tab_holder li.current span {
	color: #093e8d;
}
.tab_content {
	position: relative;
	top: 0;
	color: #666;
}
/*tab_panel*/
.tab_panel {
	display: none;
	margin-bottom: 10px;
	padding: 20px 5px 10px;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-family: Arial;
}
.product_details {
	padding: 0px 15px;
}
.product_item {
	margin-bottom: 20px;
}
.product_item .topic {
	margin-bottom: 2px;
	line-height: 25px;
	color: #0191e6;
	font-size: 18px;
	text-align: left;
}
.product_item .title {
	font-size: 11px;
	color: #949494;
	font-weight: bold;
}
.product_item p {
	line-height: 18px;
	margin-bottom: 5px;
}
.product_item ul {
	margin-bottom: 5px;
}
.product_item li {
	list-style-type: disc;
}
.tab_panel strong {
	font-weight: bold;
}
/*product_table*/
.product_table {
	width: 100%;
	border: 1px solid #9f9f9f;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.product_table td {
	padding: 23px 0;
	line-height: 12px;
	border: 1px solid #9f9f9f;
	color: #000;
}
.product_table .title {
	text-transform: uppercase;
}
.product_table .td_frist {
	text-align: left;
}
/*inquiry_fill*/
.inquiry_fill {
	font-size: 11px;
}
.inquiry_fill_form_main {
	padding: 30px 0;
}
.inquiry_fill .inquiry_progress {
	background-position: 0 -28px;
}
.inquiry_fill .fieldset {
	height: 22px;
	line-height: 22px;
	padding: 5px 0;
}
.inquiry_fill .fieldset h3 {
	float: left;
	width: 190px;
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
	color: #1f4c83;
	font-size: 12px;
}
.inquiry_fill .moreoptions {
	display: none;
}
.inquiry_fill .request_for {
	float: left;
	width: 460px;
}
.inquiry_fill .request_for label {
	float: left;
	display: inline-block;
	margin: 0 10px 5px 0;
}
.inquiry_fill .btn_moreoption {
	display: inline-block;
	padding-left: 15px;
	background: url(../images/inquiry_pay_icon.png) no-repeat -4px -95px;
	color: #316fc0;
	text-decoration: underline;
	font-size: 12px;
}
.inquiry_fill .btn_moreoption:hover {
	text-decoration: underline;
	color: #316fc0;
}
.inquiry_fill .btn_moreoption_hide {
	background-position: -4px -115px;
}
.product_btn_area {
	margin-left: 136px;
	margin-top: 10px;
}
/*product_other*/
.product_other {
	margin-bottom: 10px;
	height: 250px;
	padding-top: 16px;
	overflow: hidden;
}
.product_other .hd h3 {
	width: 194px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	overflow: hidden;
	padding: 0;
	color: #6d7174
}
.product_other .bd {
	margin: 0 auto;
}
.product_other .product_list {
	margin: 0px 4px 20px
}
.product_other .product_item {
	margin-right: 28px;
}
/*case(first style)*/
.case_list .list_item {
	padding: 10px 5px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #ababab;
}
.case_list .pic {
	display: inline;
	float: left;
	width: 130px;
	height: 130px;
	overflow: hidden;
	margin-right: 18px;
}
.case_list .info {
	float: left;
	width: 410px;
	overflow: hidden;
}
.case_list .info li {
	padding: 2px 0;
}
.case_list .label {
	margin-right: 4px;
	font-weight: bold;
	font-size: 12px;
}
.case_list .number {
	float: right;
	padding: 5px 8px;
	border: 1px solid #ececec;
	text-align: center;
	color: #b7b7b7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.case_list .number em {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.indexProject {
	float: left;
	width: 310px;
}
.indexNews {
	float: left;
	width: 628px;
	margin-left: 30px;
}
.news_Tab {
	position: relative;
	background: url(../images/bg_indexTab.png) no-repeat bottom;
}
.news_Tab .news_tab_inner {
	width: 628px;
	overflow: hidden;
	background: url(../images/bg_news.png) left -45px repeat-x;
}
.index_tab {
	position: relative;
	width: 628px;
	overflow: hidden;
}
.index_tab .slide_triggers {
	position: absolute;
	width: 8px;
	height: 10px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/btn_indexTab.png) no-repeat 0 -9999em;
	overflow: hidden;
}
.index_tab .slide_triggers {
	top: 8px;
	z-index: 20;
	overflow: hidden;
	position: absolute
}
.index_tab .prev {
	left: 0px;
	background-position: 0 -30px;
}
.index_tab .prev_disabled {
	background-position: 0 0px;
}
.index_tab .next {
	right: 0px;
	background-position: 0 -10px;
}
.index_tab .next_disabled {
	background-position: 0 -20px;
}
.index_tab .tab_content2 {
	width: 628px;
	height: 223px;
	margin-top: -20px;
*margin-top:-10px;
	_margin-top: -20px;
}
.index_tab .tab_item2 {
	color: #333;
	height: 45px;
	font-size: 13px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 105px;
	cursor: pointer;
}
.index_tab .tab_item2 span {
	background: url(../images/ca_li.png) no-repeat right 3px;
	text-align: center;
	display: inline-block;
	width: 105px;
}
.index_tab .tab_holder2 li.current {
	background: url(../images/tab2_current.jpg) no-repeat center 35px;
	font-size: 13px;
	color: #093e8d;
}
.tab_content2 .info {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 250px;
*margin-top:30px;
}
.tab_content2 .info a {
	color: #000;
	font-size: 14px;
	margin-bottom: 8px;
	display: block
}
.tab_content2 .info p {
	color: #6c6c6c;
	font-size: 12px;
	margin-bottom: 8px;
	display: block
}
.tab_content2 .info a.more {
	color: #353535;
	font-size: 12px;
	display: block;
	text-decoration: underline
}
.tab_content2 .pic {
	float: left;
	width: 300px;
	height: 170px;
	margin-top: 7px;
	margin-left: 30px;
*margin-top:28px;
	border: 1px solid #d6d6d6;
}
.tab_content2 .pic_inner {
	width: 300px;
	height: 170px;
	display: table-cell;
*display:block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
*font-family:Arial;
*font-size:148px;
}
.tab_content2 .pic img {
	vertical-align: middle;
}
.livechat {
	position: fixed;
	_position: absolute;
	right: 10px;
	top: 35%;
	padding: 35px 0 0 6px;
	width: 131px;
	height: 141px;
	overflow: hidden;
	background: url(../images/bg_chat.png) no-repeat 0 0;
}
.livechat li {
	margin: 0 0 10px;
}
.livechat a {
	display: inline-block;
	padding-left: 30px;
	color: #666;
	line-height: 22px;
}
.livechat .msn a {
	background: url(../images/img_msn.png) no-repeat 0 center;
}
.livechat .skype a {
	background: url(../images/img_skype.png) no-repeat 5px center;
}
.crumb2 {
	display: none
}
/*culture*/
.culture {
	width: 660px;
	padding-bottom: 30px;
}
.culture .headline {
	padding-bottom: 10px;
}
.culture p {
	line-height: 18px;
	color: #666;
	padding-bottom: 5px;
}
.culture ul li {
	padding-left: 15px;
	color: #666;
	padding: 10px 10px;
	background: url(../images/line-style.gif) no-repeat 0 15px;
	margin-left: 5px;
	list-style: disc
}
/*area*/
.world_wide {
	padding1: 70px 0 200px 35px;
}
.two_code img{
	width:150px;
	margin-left:20px;
	}
.contact_info .property img{
	float:left;}
.contact_info .property  span{
	display:inline-block;
   width: 516px;
	margin-left:10px;}