@charset "utf-8";

/* ====================================================================================================
 * Public Styles (È«Õ¾¼¶¹«¹²ÑùÊ½)
 * ==================================================================================================== */

/* Reset */
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;
	font-weight: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/16px  Arial, Verdana, Geneva, Helvetica, sans-serif;
	color:#555;
	background:url(../img/bg_body.png) repeat 0 0;
}
input,select,textarea,button {
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
}
table{
	font-size:inherit;
	font:100%;
}

/* Link */
a{
	outline:none;
}
a:link, a:visited{
	color:#555;
	text-decoration:none;
}
a:hover, a:active{
	color:#fb652b;
	text-decoration:underline;
}

/* Form */
button{
	cursor:pointer;
	border:0;
	padding:0;
	overflow:hidden;
}
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;
}

/* Clearfix */
.clearfix:after, .layout:after,.news_content .cite:after, .clearfixlist li:after,.forms li:after, .header_inner:after, .content_inner:after, .footer_inner:after{
	content:"\0020";
	display:block;
	clear:both;
	height:0;
	font-size:0;
}
.clearfix, .layout,.news_content .cite, .clearfixlist li,.forms li,.header_inner, .content_inner, .footer_inner{
	zoom:1;
}
.clear{
	clear:both;
	display:block;
}

/*form reset*/
.act_clear{
	background:none;
	border:0 none;
	outline:none;
	overflow:hidden;
}
.btn{
	/*text-indent:-9999px;
	*/ color:#fff;
	cursor:pointer;
	overflow:hidden;
}

/* Layout */
.layout{
	width:1000px;
	margin:0 auto;overflow:hidden;
}
.aside{
	float:left;
	width:211px;margin-left:10px;
}
.main{
	float:right;
	width:695px;margin-right:10px;
	overflow: hidden;
}
/* Main Skin Styles */
.footer_bottom{
}

/* ====================================================================================================
 * Auxiliary Styles (¸¨ÖúÑùÊ½)
 * ==================================================================================================== */

/* Image Center Public Styles Í¼Æ¬¾ÓÖÐ¹«¹²ÑùÊ½ */
.img40,.img50,.img60,.img70,.img80,.img90,.img100,
.img110,.img120,.img130,.img140,.img150,.img160,.img170,.img180,.img190,.img200,.img249x160,
.img300,.img360,.img400{
	display:table-cell;
	*display:block;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
}
.img40 img,.img50 img,.img60 img,.img70 img,.img80 img,.img90 img,.img100 img,
.img110 img,.img120 img,.img130 img,.img140 img,.img150 img,.img160 img,.img170 img,.img180 img,.img190 img,.img200 img,.img249x160 img,
.img300 img,.img360 img,.img400 img{
	vertical-align:middle;
	*display: block;
}
.img40{
	width:40px;
	height:40px;
	*font-size:35px;
}
.img50{
	width:50px;
	height:50px;
	*font-size:44px;
}
.img60{
	width:60px;
	height:60px;
	*font-size:52px;
}
.img70{
	width:70px;
	height:70px;
	*font-size:61px;
}
.img80{
	width:80px;
	height:80px;
	*font-size:70px;
}
.img90{
	width:90px;
	height:90px;
	*font-size:79px;
}
.img100{
	width:100px;
	height:100px;
	*font-size:87px;
}
.img110{
	width:110px;
	height:110px;
	*font-size:96px;
}
.img120{
	width:120px;
	height:120px;
	*font-size:105px;
}
.img130{
	width:130px;
	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;
}
.img249x160{
	width:249px;
	height:160px;
	*font-size:175px;
}
.img300{
	width:300px;
	height:300px;
	*font-size:263px;
}
.img360{
	width:360px;
	height:360px;
	*font-size:314px;
}
.img400{
	width:400px;
	height:400px;
	*font-size:349px;
}

/* Forms Public Styles ±íµ¥ ¹«¹²ÑùÊ½ */
.forms li{
	position: relative;
	padding:5px 0;
	line-height:20px;
}
.forms .input_text, .forms select, .forms textarea{
	float:left;
	border:1px solid #ccc;
	padding:2px;
	/*background-color:#fff;
	*/;
}
.input_text{
	height:20px;
	line-height: 20px;
	/*margin:5px 0;
	*/;
}
.forms select{
	height:22px;
	padding:2px 0;
}
.forms .label{
	display:inline;
	float:left;
	padding:0 5px 0 0;
	text-align:right;
}
.forms b{
	margin:0 0 0 4px;
	color:#ff0000;
	font-weight:bold;
}
.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;
}
.forms li input.input_focus,.forms  textarea.input_focus{
	background:#fbfafa;
}
.forms label.error{
	display:inline;
	float:left;
	line-height:20px;
	color:#c00000;
}
.message_tips_wrap{
	margin-left:130px;
}
.message_tips_wrap em{
	color:#2F8400;
}
.inquiry_form_fill .form-error {}



/* ================================ ²à±ßÀ¸ ¸÷ÖÖÐ§¹ûµÄÑùÊ½ =============================== */

/* crumb Ãæ°üÐ¼ ¹«¹²ÑùÊ½ */
.crumb{
	line-height:30px;
	color:#747474;font-size:13px;
	background:url(../img/bg_crumb.png) repeat-x bottom;margin-bottom:15px;
}
.crumb a{
	color:#747474;
}
.crumb span{color:#747474;padding:0 4px;font-size:12px;}
.crumb .h1{
	display:inline;
	color: #747474;
}
.crumb a:hover,.crumb a:active{color: #dd0103;}
/* headline ´ó±êÌâ ¹«¹²ÑùÊ½ */
.headline{
	margin:0 0 15px;
	font-size:18px;
	line-height:28px;
	color:#333;
	text-transform:capitalize;
}
.title{
	
}
.title em{
	font-size:24px;
	color:#e60012;
}
/* dottedline ÐéÏß */
.dottedline{
	display:block;
	height:0;
	padding:0;
	margin:0;
	border:0;
	margin-bottom:10px;
	border-top:1px dashed #e8e6e8;
}

/*inquiry_basket ¾ÛºÏÍ¼*/
.btn_moreoption,.inquiry_tools a,.data_table .btn_remove,.productInfo .btn_addnew,.inquiry_info_title, .forms label.error, .privacy_tips, a.btn_download{
	background:url(../img/inquiry_pay_icon.png) no-repeat 0 -9999em;
}
/*common inquiry_form_fill*/
.inquiry_form_fill{
	width:600px;
	margin:0 auto;
}
.inquiry_form_fill .forms .label{
	width:122px;
	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:130px;
	padding-left:15px;
	background-position:0 -196px;
}
.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:#3D8ED8;
	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;
}

/*privacy ÒþË½Ìõ¿î*/
.privacy{
	padding-top:5px;
	margin:0 0 0 200px;
}
.privacy span{
	margin-left:5px;
}
.privacy a{
	color:#2F8400;
	text-decoration:underline;
}
.privacy_tips{
	display:none;
	margin:5px 0 0 128px;
	color:#F00;
	padding-left:15px;
	background-position:0 -197px;
}

/*============================= °´Å¥ button ====================================*/
.btn_submit{
	display:block;
	width:64px;
	height:22px;
	color: #fff;
	font-size: 12px;
	background:url(../img/btn_send.png) no-repeat;
	text-indent:-9999em;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
	*margin-top:4px;
}

/* ====================================================================================================
 * Plugin Styles (²å¼þÑùÊ½)
 * ==================================================================================================== */
/* ---------- zoom-1.2.2 Styles ---------- */
.zoomdiv{
	z-index:100;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:300px;
	background:url(../img/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);
}  /* È¡¾°¿ò±³¾°ÎªÌî³äÉ« */
/* ---------- lightbox Styles ---------- */
#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:30px;
	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;
	display:none;
}	
#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;
}

/* ====================================================================================================
 * Header And Footer Styles (Í·²¿ºÍÎ²²¿ÑùÊ½)
 * ==================================================================================================== */

/* Header and Footer background Í·Î²¹«¹²²¿·Ö ¾ÛºÏÍ¼±³¾° */
.header_search .btn, .nav .nav_item, .msn_skype a, .promo_trigger li, .newsletter .btn{
	background:url(../img/h_f.png) no-repeat 0 -9999em;
}
/* µã»÷ºó ³öÏÖ ÏÂÀ­µÄÐ§¹ûÑùÊ½*/
.normal_category .title,.category .title{text-transform:uppercase;color:#fb652b;font-size:20px;font-weight:bold;line-height:38px;}
.normal_list{border-top:1px solid #1087d2;padding-top:12px;}
.normal_item{
	display: inline;
	display:block;
	line-height:26px;
}
.normal_item a.normal_target{
	display:block;
	color:#3a3a3a;font-size:14px;
	padding:5px 0 5px 25px;line-height:16px;width:186px;
	background:url(../img/bg_normal_item.png) no-repeat 11px 8px;
}
.normal_item_hover{}
.normal_item_hover a.normal_target,.normal_item_current a.normal_target{color:#dd0103;text-decoration:none;background:url(../img/bg_normal_item_hover.png) #fff no-repeat 11px 8px;}
.normal_sublist{
	display:none;margin:6px 0 0 25px;
}
.normal_sublist a:link,.normal_sublist a:visited{color:#858585;}
.normal_sublist a:hover,.normal_sublist a:active{color:#000000;text-decoration:underline;}
.normal_subtarget{
	cursor:pointer;
	background:url(../img/bg_normal_subtarget.png) no-repeat 0 0;
}
.normal_subitem{
	line-height:20px;
	margin-bottom:5px;
}
.normal_subitem a.normal_subtarget{
	display:block;
	line-height:16px;padding:4px 0 4px 15px;
	width:145px;
	color:#858585;
	background:url(../img/bg_normal_subitem.png) no-repeat 3px 8px;
}
.normal_subitem a.normal_subtarget:hover,.normal_subitem a.normal_subtarget_hover{color:#000000;background:url(../img/bg_normal_subitem_hover.png) no-repeat 0 10px;}
.extra_list{font-size:12px;padding:0px 16px;}
.extra_list .extra_item{background:url(../img/bg_normal_subitem.png) no-repeat 0 6px;}
.extra_list a.extra_target{padding:3px 0 3px 10px;line-height:14px;display:inline-block;}
.extra_list .extra_item:hover{background:url(../img/bg_extra_target.png) no-repeat 0 6px;}
.extra_list a.extra_target:hover{line-height:14px;}
/* ========================================= Header =================================== */
.header_inner{height:96px;background:url(../img/bg_header.png) repeat-x 0 0;}
/*logo*/
#logo{
	float:left;
	width:400px;
	margin:21px 0 15px 13px;
	overflow:hidden;
}
.header_right{float:right;color:#888888;margin-top:33px;width:355px;}
.inquiry_top{ float:left;line-height:16px;background:url(../img/bg_inquiry.png) no-repeat 0 0;padding-left:24px;margin-top:6px;margin-right:31px;}
.inquiry_top a{color:#888888;}
.inquiry_top span{color:#fb652b;}

/*header_search*/
.search_input{
	position:relative;
	float:left;
	padding:4px 5px;
}
.search_input label{
	position:absolute;
	cursor:text;
	top:4px;
	left:5px;
	color: #868686;
}
.search_input .input_text{
	width:147px;
	height:22px;
	border:0;
	outline:0;
}
.search .btn{
	float:right;
	width:30px;
	height:30px;
	background:url(../img/btn_search.png) no-repeat 0 0;
}
.header_search{
	float:right;
	width:188px;
	height:30px;
	line-height:22px;
	border:1px solid #d5d5d5;
	background:#fff;
}
.header_search label{color:#888888;}
.header_search .input_text{
	background:transparent;color:#888888;
}
.header_search .btn{
}

/*nav*/
.nav{
	height:42px;
	background:#313131;
	line-height:42px;
}
.nav_list{float:left;}
.nav .nav_item{
	float:left;
	font-size:14px;
	font-weight:bold;
}
.nav .nav_target{
	display:block;
	padding:0px 38px 0px 38px;
	color:#fff;
}
.nav .nav_target:link,
.nav .nav_target:visited{
	color:#ffffff;
	font-size:14px;font-weight:bold;text-transform:uppercase;
}
.nav .nav_target:hover, .nav .current .nav_target{
	text-decoration:none;
	color: #fb652b;
}
.nav .current .nav_target:link,
.nav .current .nav_target:visited{
	color:#17f068;
}
.nav .layout{position:relative;}
/* ======================================= footer ======================================= */
#footer{background:#313131;height:115px;}
/*footer_main*/
/*footer_nav*/
.footer_inner{
	position: relative;height:115px;
}
.footer_inner a:link,
.footer_inner a:visited{
	color: #ffffff;
}
.copyright,.copyright a:link,.copyright a:visited{
	color: #888888;
}
.copyright a:hover,.copyright a:active{
	color: #fff;
}
.footer_nav{
	padding-top: 25px;
	margin-left: 15px;
	font-size: 12px;
}
.footer_nav a{
	color: #ffffff;
	padding:0 10px 0 8px;
}
.footer_nav a.first{
}
.copyright{
	float:left;
	margin-top: 10px;
	margin-left: 22px;
	line-height:24px;
	margin-right:10px;
	color:#888888;
}
.f_newsletter{position:absolute;right:0;top:11px;height:30px;line-height:30px}
.f_newsletter .title{float:left;display:block;color:#ffffff;text-transform:uppercase;padding-right:14px;}
.f_newsletter_input{float:left;position:relative;}
.newsletter_input{float:left;position:relative;line-height:30px;color:#888888;}
.f_newsletter_input label{position:absolute;left:4px;top:0;}
.f_newsletter_input input{float:left;width:140px;padding:0 4px;line-height:30px;height:30px;background:#000000;border:0 none;color:#888888;}
.f_newsletter_input .btn{float:left;width:64px;line-height:30px;height:30px;overflow:hidden;color:#fff;background:#fb652b;border:0 none;}
.footer_img{
position:absolute;right:0;top:64px;
}
.footer_img .title{float:left;display:block;color:#ffffff;text-transform:uppercase;padding-right:14px;padding-top:11px;}
.footer_img .img{
	display:block;width:34px;height:34px;float:left;
	
	margin-left:10px;
}
.footer_img .yt{
	background:url(../img/img_youtube.png) no-repeat 0 0;
}
.footer_img .tw{
	background:url(../img/img_twitter.png) no-repeat 0 0;
}
.footer_img .fb{
	background:url(../img/img_facebook.png) no-repeat 0 0;
}


/* ========================================index ======================================== */
#content{}
#content .layout{background-color:#fff;}
/*promo*/
.promo{
	position: relative;
	width:1000px;
	height:380px;
}
.promo .bd { position:relative; height:100%; z-index:0;  }
.promo .bd li { zoom:1; vertical-align:middle;}
.promo img{
	display: block;
	width:1000px;
	height:380px;
}
.promo_right{position:relative;float:right;width:182px;height:346px;background:#0e75b6;padding:12px;font-size:13px;overflow:hidden;}
.promo_right .more{display:block;width:115px;height:36px;background:url(../img/btn_more.png) no-repeat 0 0;margin-left:22px;margin-top:10px;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btn_more.png'),sizingMethod="crop");cursor:pointer;}
.promo_trigger{
	position:absolute;
	left:22px;
	bottom:16px;
}
#JS_promoPrev,#JS_promoNext{position:absolute;top:165px;display:block;width:33px;height:75px;background:url(../img/promo_trigger.png) no-repeat 0 0;z-index:100;cursor:pointer;}
#JS_promoPrev{left:0;background-position:0 0;}
#JS_promoNext{right:0;background-position:-37px 0;}


.pro_index{position:relative;height:160px;margin-top:1px;overflow:hidden;}
.pro_index .trigger{display:block;position:absolute;top:62px;width:23px;height:34px;background:url(../img/pro_index_trigger.png) no-repeat 0 -9999em;z-index:100;cursor:pointer;}
.pro_index .prev{left:0;background-position:0 0;}
.pro_index .prev_disabled{left:0;background-position:0 -34px;}
.pro_index .next{right:2px;background-position:-23px -34px;}
.pro_index .next_disabled{right:2px;background-position:-23px 0;}
.pro_index .pro_list{}
.pro_index .list_item{float:left;width:249px;height:160px;position:relative;margin-right:1px;}
.pro_index .list_item .pic{}
.pro_index .list_item .info{position:absolute;bottom:0;background:url(../img/bg_pro_index.png) repeat 0 0;}
.pro_index .list_item .name{}
.pro_index .list_item .name a{display:block;font-size:12px;font-weight:bold;color:#ffffff;padding:17px 12px;width:225px;text-align:left;line-height:16px;text-transform:uppercase;}
.pro_index .list_item .name a:hover{color:#fb652b;text-decoration:none;}
/*index_mod*/
.index_mod{margin-top:20px;margin-bottom:15px;}
.index_mod .hd{color:#fb652b;font-size:24px;font-weight:bold;margin-bottom:8px;line-height:30px;}
.index_mod .bd{color:#666666;}
.index_mod .more{color:#fb652b;padding:0 2px;line-height:30px;}
.index_mod .pic{margin-bottom:8px;}
.index_mod .index_left{float:left;width:340px;margin-left:20px;}
.index_mod .info{line-height:18px;height:126px;overflow:hidden;padding:0 2px;}
.index_mod .aboutus{margin-bottom:35px;}
#indexPartner{float:left;width:275px;height:102px;overflow:hidden;}
.partner .partner_item{float:left;width:275px;}
.partner .pic{float:left;width:100px;height:100px;border:1px solid #e5e5e5;margin-right:12px;margin-bottom:0;}
.partner .desc{float:left;width:160px;line-height:20px;height:100px;overflow:hidden;}
.partner .trigger{float:left;display:block;width:25px;height:102px;background:url(../img/partner_trigger.png) no-repeat 0 -9999em;background-color:#e5e5e5;cursor:pointer;}
.partner .prev{background-position:10px 45px;margin-right:6px;}
.partner .prev_disabled{background-position:10px 45px;background-color:#f4f4f4;}
.partner .next{background-position:-36px 45px;margin-left:6px;}
.partner .next_disabled{background-position:-36px 45px;background-color:#f4f4f4;}
.index_right{float:right;position:relative;width:640px;_width:620px;}
.index_right .more{position:absolute;right:30px;top:4px;}
.index_right .hd{padding-left:23px;}
.index_products{}
.index_products li{float:left;width:170px;margin:5px 20px 10px 23px;_margin:5px 10px 10px 15px;}
.index_products li .pic{width:170px;height:170px;margin-bottom:0;}
.index_products li .name{height: 36px;overflow: hidden; line-height:18px;padding:10px 0;color:#333333;font-size:14px;}

/*newsletter*/
.column .newsletter{
	margin:0;
	background:none;
}
.newsletter_inner .bd{
	border-bottom:1px solid #dedede;
}
.newsletter_inner{
	border-bottom:1px solid #fff;
	margin:0 0 15px;
}
.newsletter .search_input{
	width:218px;
	height:24px;
	border:1px solid #cfcfcf;
	margin:0 0 5px;
	line-height:24px;
	background:#fff;
}
.newsletter .btn{
	width:58px;
	height:22px;
	margin:0 0 15px;
	background-repeat:repeat-x;
	background-position:0 -278px;
}
/*contact_us*/
.contact_us .h3{
	border-bottom:1px dashed #c7c7c7;
	font-size:16px;
	font-weight:bold;
	line-height:28px;
	color:#000;
	text-transform:uppercase;
}
.contact_us .list_item{
	margin:0 0 7px;_margin:0 0 5px;*margin:0 0 5px;
}
.aside .contact_us{margin-bottom:15px;background:#3f3f3f;padding:18px;color:#ffffff;}
.aside .contact_us .name{float:left;width: 54px;}
.aside .contact_us .value{float:left;width: 120px;}
.aside .contact_us .title{color:#fff;font-size:18px;margin-bottom:13px;}
.aside .contact_us a{width:170px;color:#fb652b;}
/* ======================================= category =================================== */
.content_inner{margin-top:12px;padding:0 10px;}
.aside .normal_category{
	font-size:14px;
	margin-bottom:15px;
}
.normal_category .normal_item .normal_target{display:inline-block;background-position:11px 9px;}
.normal_category .normal_item_hover .normal_target,.normal_category .normal_item_current .normal_target{background:url(../img/bg_normal_item_hover.png) #e8e8e8 no-repeat 10px 10px;}
.aside .normal_category .title{}
/* 2018-05-22 add*/
.aside .normal_category .pic img {display: block;}
/* 2018-05-22 end*/
/*list_remind*/
.list_remind{
	padding:10px;
	margin:10px 0;
	border:1px solid #ababab;
	font-size:14px;
	color:#e60012;
	font-weight:bold;
}
.category_desc{color:#484848;font-size:13px;padding:15px 0;border:1px solid #cdcdcd;padding:10px;line-height:28px;margin-bottom:15px;}
.category_desc .hd{float:left;width:105px;padding-left:10px;}
.category_desc .bd{float:left;width:550px;}
.category_desc .bd span{display:block;float:left;padding:0 10px;}
/*controlbar*/
.controlbar{
	height:30px;
	margin-bottom:15px;
	line-height:30px;
	/*background:#eaeaea;*/
}
/*filter*/
.filter{
	padding-left:10px;
}
.filter .filter_item{
	float:left;
	margin:0 25px 0 0;
}
.filter .label{
	float:left;
	height:18px;
	margin-right:5px;
	color:#888;
	text-transform:capitalize;
}
.filter_select{
	position:relative;
	float:left;
	height:18px;
	padding:0 20px 0 4px;
	border:1px solid #ccc;
	margin-top:5px;
	color:#b8b8b8;
	line-height:18px;
	background:url(../img/arrow_filter.gif) no-repeat 100% 0;
	cursor:pointer;
}
.filter_item_sort .filter_select,.filter_item_sort .select_list a{
	width:120px;
}
.filter_item_numb .filter_select,.filter_item_numb .select_list a, .filter_item_pagination .filter_select, .filter_item_pagination .filter_select a{
	width:25px;
}
.filter_item_numb .select_list a{
	text-align:center;
}
.filter .select_list{
	display:none;
	position:absolute;
	z-index:6;
	left:-1px;
	top:18px;
	border:1px solid #eeeeee;
	border-top:none;
	color:#747474;
	background:#e1e1e1;
}
.filter .select_list a{
	display:block;
	padding:0 20px 0 4px;
	line-height:22px;
	color:#999;
}
.filter .select_list a:hover, .filter .select_list a:active{
	background:#fff;
	text-decoration:none;
}
.sub_cate_box{
	padding: 5px 10px;
	background: #f3f3f3;
	margin-bottom: 10px;
}
.sub_cate .list_item{

}
.sub_cate{
	font-size:0;
	*word-spacing:-1px;
	letter-spacing:-5px;
	margin-right: -20px;
	
}
.sub_cate .list_item{
	font-size: 12px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align:top;
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 158px;
	margin-right: 15px;
}
.controlbar{margin-bottom:12px; background:#f6f6f6;}
.pagination_div{margin-bottom:12px;margin-top:10px;}
/*pagination*/
.pagination{ display:inline; float:right;text-transform:capitalize;color:#707070;height:30px;line-height:30px;padding:0 15px;}
.pagination a,.pagination span{ display:inline-block;height:14px;padding:0 4px;line-height:14px;text-align:center;font-size:12px; text-decoration:none;color:#707070;}
.pagination span,.pagination a:hover,.pagination a:active{color:#dd0103;}



/*product_description*/
.product_description{
	margin:0 0 40px;
	line-height:22px;
}
.product_description p{
	margin:0 0 5px;
}

/*category_pro*/
.product_list{}
.product_item{float:left;width:325px;height:102px;padding:10px 5px 10px 10px;margin-bottom:10px;}
.product_item .pic{float:left;width:100px;height:100px;border:1px solid #cfcfcf;}
.product_item .detail{float:left;width:175px;margin-left:10px;overflow:hidden;color:#555555;font-size:12px;}
.product_item .detail a,.product_item .name{display:block;color:#313131;font-size:14px;font-weight:bold;margin:10px 0;}
.product_item .detail .desc{line-height:18px;height:54px;overflow:hidden;color:#666666;font-size:13px;}
.product_list .hover{background:#ebebeb;}
.product_list .hover a, .product_list .hover .name{color:#fb652b;text-decoration:none;}
/* ============================================== product ==================================== */
#summary{
	margin:10px 0 30px;
}
.product_name, .product_describ{
	margin:0 0 15px;
}
.product_name .h1{
	font-size:22px;
	color:#3b3b3b;
	line-height:25px;height:50px;
	padding-top:15px;
}

/*zoom*/
#gallery{
	position:relative;z-index:100;
	float:left;
	width:400px;
}
#gallery .pic{
	float:left;
	position:relative;
	width:300px;
	height:300px;
	overflow:hidden;
	background:#e1e1e1;
	border:1px solid #dedede;
	z-index:100;
	margin-bottom:7px;
}
/*property*/
#property{
	float:right;
	width:280px;
	z-index:1;padding-top:20px;
}
.thumb_name{
	font-size: 12px;
	color: #2374b9;
	font-weight: 700;
	margin:5px 0;
}
/*product_control*/
.product_control{
	margin:0 0 20px;color:#828282;
}
.product_control .trigger{
	padding:0 5px;
	font-size: 11px;
	background:url(../img/bg_product_control.png) no-repeat 0 -9999em;
}
.product_control .prev{padding-left: 10px;background-position:0 -17px;}
.product_control .prev_disabled{padding-left: 10px;background-position:0 3px;}
.product_control .next{padding-right: 10px;background-position:-63px -17px;}
.product_control .next_disabled{padding-right: 10px;background-position:-49px 3px;}
.product_control a{
	color:#2a2a2a;
}
.product_control span{
	color:#828282;
}
.description .fb{
	color: #3e3e3e;
	font-weight: 700;
}
.product_table{
	width: 100%;
	margin: 10px 0;
}
.product_table td{
	width: 50%;
	border: 1px solid #d9d9d9;
	text-align: left;
	padding: 3px 10px;
}

/*product_btn*/
.product_btn{position:relative;z-index:1;}
.product_btn .btn{
	display: block;
	width:161px;
	height:27px;
	line-height:27px;
	margin:0 10px 8px 0;
	background:url(../img/common_01.png) no-repeat;
	color:#666666;font-size:12px;text-shadow:1px 0 0 #ffffff;text-align:center;
	z-index:1
}
.product_btn .hover{color:#fff;text-shadow:1px 0 0 #666666;background:url(../img/common_02.png) no-repeat;}
.product_btn .btn_add, .product_btn .btn_enter{text-decoration:none;}
/*.product_btn .btn_enter{
	padding-top: 2px;
	text-decoration:none;
}
.product_btn .btn_enter:link,
.product_btn .btn_enter:visited{
	color: #fff;
	text-decoration: none;
}
*//*tips_inquiry*/
.tips_inquiryadd .btn_close,.tips_inquiryadd .msg{
	background:url(../img/sprite_inquiryadd.png) no-repeat 0 -9999em;
}
.tips_inquiryadd{
	display:none;
	position:absolute;
	top:71px;
	left:0px;
	width:255px;
	padding:5px;
	background:#f4f4f4;
	border:1px solid #dedede;
	color:#3f3f3f;
	text-align:center;
	z-index:10;
}
.tips_inquiryadd a{
	text-decoration:underline;
}
.tips_inquiryadd_fail a{
	color:#114488;
}
.tips_inquiryadd_success a{
	color:#007f4c;
}
.tips_inquiryadd .btn_close{
	float:right;
	cursor:pointer;
	width:8px;
	height:8px;
	background-position:0 0;
	text-indent:-9999em;
}
.tips_inquiryadd .msg{
	padding:5px 0 5px 50px;
	margin:0 auto;
	text-align:left;
}
.tips_inquiryadd_success .msg{
	background-position:0 -20px;
	/*color:#65a334;
	*/;
}
.tips_inquiryadd_fail .msg{
	padding:5px 0 5px 40px;
	background-position:0 -133px;
	/*color:#d61e00;
	*/;
}
/*thumbnail*/
.thumbnail{
	float:left;position:relative;margin-left:12px;
	width:62px;padding:8px;height:286px;background-color:#f6f6f6;overflow:hidden;
}
.thumbnail .trigger{
	position:absolute;
	left:30px;
	display:block;
	width:13px;
	height:12px;
	cursor:pointer;
	text-indent:-9999em;
	background:url(../img/btn_pro.png) no-repeat 0 -9999em;
}
.thumbnail .prev{
	top:8px;
	background-position:0 0;
}
.thumbnail .prev_disabled{
	background-position:-13px 0;
}
.thumbnail .next{
	bottom:2px;
	background-position:-13px -12px;
}
.thumbnail .next_disabled{
	background-position:0 -12px;
}
.thumbnail_slide{
	margin:15px 0 0 0px;
	overflow:hidden;
}
.thumbnail_slide .list_item{
	width:60px;
	height:60px;
	float: left;
	border:1px solid #cecece;
	margin-bottom:4px;
}
.thumbnail_slide li.hover{
	border:1px solid #2f2f2f;
}
.thumbnail_slide_more{
	position: absolute;
	right: -13px;
	bottom: 47px;
	
	width: 50px;
}
.thumbnail_slide_more a{
	color: #11b04f;
	font-size: 11px;
}
/*detail*/
#detail{
	margin-bottom:20px;
}
.tab_holder{border-bottom:2px solid #fb652b;}
.tab_holder .tab_item{
	float:left;
	display: block;
	height:23px;
	line-height:23px;padding-top:3px;margin-right:6px;
	font-size:12px;
	text-align:center;
	color:#666666;text-shadow:1px 0 0 #ffffff;
	cursor:pointer;
	width:131px;text-align:center;
	background:url(../img/bg_tab_item.png) no-repeat 0 0;
}
.tab_holder .tab_long{
	/*width: 140px;*/
}
.tab_holder .tab_item_current{
	color:#fff;text-shadow:1px 0 0 #a22d00;
	background:url(../img/bg_tab_item_hover.png) no-repeat 0 0;
}
.tab_content{
	padding:15px;font-size:13px;
}
.tab_content p{
	line-height:18px;
	margin-bottom:10px;
}
.tab_panel{
	display:none;
}
.tab_panel strong{color:#333333;font-weight:bold;}
.tab_panel td{
	padding:5px;
	border:1px solid #09080d;
}
.tab_panel .list{line-height:25px;margin-bottom:20px;}
.tab_panel .list .value{float:left;width:40%;}
.tab_panel .list .property{float:left;width:60%;}

/*other_products*/
.other_product{margin-top:20px;margin-bottom:20px;}
.other_product .hd{font-size:14px;color:#333333;line-height:40px;}
.other_product .hd span{color:#dd0103;font-size:24px;}
.other_product .hover{background:#ebebeb;}
.other_product .hover a{color:#fb652b;}
/*======================================inquiry_basket======================================*/
.inquiry_basket{
	width:695px;
	margin:20px 0 50px;
}
.inquiry_step{
	height:33px;
	margin-bottom:40px;
	background:url(../img/sprite_inquiry_progress.png) no-repeat 0 -9999em;
	text-indent:-9999em;
}
.inquiry_step_first{
	background-position:0 0;
}
.inquiry_step_second{
	background-position:0 -48px;
}
.inquiry_step_third{
	background-position:0 -94px;
}

/*inquiry_tools_layout*/
.inquiry_tools_layout{
	margin-bottom:10px;
}
.inquiry_tools_layout .ver_pro{
	float:left;
	width:200px;
}
.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_data_table{
	width:100%;
	margin-bottom:30px;
}
.inquiry_data_table h3{
	font-weight: 700;
}
.inquiry_data_table .hover{
	background:#eee;
}
.inquiry_data_table .hover a{
	color:#7fbb0e;
}
.inquiry_data_table th{
	height:28px;
	font-size:13px;
	color:#404040;
	line-height:28px;
	text-align:center;
	background:#9fc2e7;
}
.inquiry_data_table th.description{
	padding-left:120px;
	text-align:left;
}
.inquiry_data_table td{
	padding:10px;
	border-bottom:1px solid #eee;
}
.inquiry_data_table .pic{
	float:left;
	width:80px;
	margin-right:20px;
}
.inquiry_data_table .info{
	float:left;
	width:225px;
	overflow:hidden;
	word-wrap:break-word;
}
.inquiry_data_table .info .title{
	font-size:12px;
}
.inquiry_data_table .price{
	font-weight:bold;
	color:#45a9dd;
}
.inquiry_data_table .btn_remove{
	padding-left:25px;
	background-position:0 -77px;
}

/*btn_inquiry*/
.btn_inquiry .btn_submit{
	_display:inline;
	float:left;
	margin-left:128px;
}
.btn_basket .btn{
	float:left;
	width:161px;
	height:27px;
	margin:0 10px 8px 0;
	/*line-height:22px;*/
	padding-bottom: 2px;
	font-size:12px;
	color:#555;
	text-shadow:1px 0px #fff;
	text-align:center;
	background:url(../img/common_01.png) no-repeat;
	overflow:hidden;
}
.btn_basket .btn_make_all{
	/*width:200px;*/
}

/*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(../img/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:#e71021;
	text-decoration:underline;
}
.inquiry_basket_fail .headline, .message_fail .headline{
	color:#de1700;
}
.inquiry_basket_empty .headline{
	color:#48a2d8;
}
/* ================================================service ===========================================*/
.service_main{
	padding:10px 0 50px;
}
.service_content{
	/*margin-right: -10px;*/
}
.service_content p{
	margin-bottom:25px;
}
/*404*/
.error_page{
	width:475px;
	padding-top:220px;
	margin:20px auto 80px;
	overflow:hidden;
	background:url(../img/bg_404.png) no-repeat 0 0;
}
.error_page .title, .error_info .tips{
	margin:0 0 15px;
}
.error_page .title{
	font-size:30px;
	color:#000;
	background:none;
}
.error_info .link{
	margin:0 0 8px;
}
/*about us*/
.about_content .banner_about{
	margin:0 0 20px;
}
.about_content .item{
	margin:0 0 30px;
}
.about_content .pic{
	float:left;
	width:109px;
	height:90px;
	border:1px solid #fff;
	overflow:hidden;
}
.about_content .name{
	border-bottom:1px dashed #ababab;
	margin:0 0 8px;
	line-height:30px;
	font-size:14px;
	color:#333;
}
.about_content a.more{
	float:right;
	font-size:11px;
	color:#9c9c9c;
	text-decoration:underline;
}
.about_content .info{
	margin-left:125px;
}
.about_content .detail .name{
	padding-top:18px;
	border-top:1px dashed #ababab;
	border-bottom:none;
	font-size:16px;
}
/*contact us*/
.contact_content .map{
	margin:15px 0 20px;
	display:none;
}
.contact_info li{
	margin-bottom:5px;
}
.contact_info .value, .contact_info .property{
	float:left;
	overflow:hidden;
}
.contact_info .value{
	/*display:inline;
	*/ width:130px;
	margin-right:18px;
	text-align:right;
}
.contact_info .property{
	width:500px;
}

.contact_form{margin-bottom:40px;}
/*contact_form*/
.contact_form .tips{
	margin-bottom:15px;
}
.contact_form .suggestion{
	margin-bottom:20px;
	font-size:11px;
	color:#bbb;
}
.contact_form .suggestion b{
	color:#fc2020;
}
/*download*/
.download{
	margin-bottom:100px;
}
.download .list_item{
	width:700px;
	margin:30px 0 10px;
}
.download .detail{
	width:625px;
	padding-left:70px;
	line-height:22px;
	background:url(../img/btn_download.png) no-repeat 0 3px;
	height:50px;
}
a.btn_download{
	float:right;
	padding-left:20px;
	margin-right:18px;
	background-position:0 -52px;
	text-decoration:underline;
	color:#0CC351;
}
/*faq*/
.tips{
	margin:0 0 10px;
}
.faq_content dl{
	margin:0 0 15px;
}
.faq_content dt{
	font-size:16px;
	color:#000;
	cursor:pointer;
}
.faq_content dd{
	display:none;
	padding:10px;
}
/*exhibition*/
.light_content li{
	float:left;
	width:132px;
	margin:0 40px 20px 0;
}
.light_content .pic{
	width:130px;
	height:130px;
	border:1px solid #eee;
}
.light_content .name{
	height:36px;
	margin-top:5px;
	text-align:center;
	overflow:hidden;
}
.light_content .name a{
	font-size:13px;
}
/*e-zine*/
.zine_content .info{
	width:600px;
	padding:20px;
	border:1px solid #DADADA;
	margin:0 auto;
}
.zine_content .title{
	text-align:center;
}
.zine_content .btn_down{
	display:block;
	text-align:center;
	margin:20px auto;
	 background: url("../img/btn_send.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 22px;
    width: 64px;
}
/*news*/
.news_content span{
	float:right;
}
.cite{
	padding-bottom:5px;
	border-bottom:1px dashed #969696;
	margin:0 0 20px 0;
	font-size:13px;
	color:#333;
}
.cite a{
	float: left;
}
.cite .date{
	font-size:12px;
	color:#6a6a6a;
	display: block;
}
/*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;
}

/*====certification====*/
/*imgshow*/
.imgshow{
	position:relative;
	width:500px;
	padding:60px 0 0 50px;
}
.imgshow_pic{
	width:300px;
	height:300px;
	border:1px solid #666;
	margin:0 auto;
	overflow:hidden;
	background-image:url(../img/loading.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
/*thumb*/
.imgshow_thumb{
	padding:15px 0;
}
.imgshow_thumb_inner{
	width:404px;
	margin:0 auto;
}
.imgshow_thumb .trigger{
	display:inline;
	cursor:pointer;
	width:23px;
	height:23px;
	background:url(../img/btn_cert.png) no-repeat;
	text-indent:-9999em;
	margin-top:16px;
}
.imgshow_thumb .prev{
	float:left;
	background-position:0 -38px;
}
.imgshow_thumb .prev_disabled{
	cursor:default;
	background-position:0 0;
}
.imgshow_thumb .next{
	float:left;
	background-position:0 -125px;
}
.imgshow_thumb .next_disabled{
	cursor:default;
	background-position:0 -80px;
}
.imgshow_slide{
	display:inline;
	float:left;
	width:328px;
	height:54px;
	margin:0 5px 0 15px;
	overflow:hidden;
}
.imgshow_slide .list_item{
	display:inline;
	float:left;
	cursor:pointer;
	width:50px;
	height:50px;
	margin:0 14px;
	padding:1px;
	background:#ffffff;
	border:1px solid #ffffff;
}
.imgshow_slide li.hover{
	padding:0px;
	border:2px solid #afafaf;
}
/*cert_tips*/
.imgshow_tips{
	position:absolute;
	top:20px;
	left:0;
	width:620px;
	overflow:hidden;
	text-align:center;
}
.imgshow_thumb .cert_tips{
	display:none;
	font-size:12px;
}

/*search_empty*/
.search_result{
	width:450px;
	margin:80px auto 50px;
	font-size:12px;
	overflow:hidden;
}
.search_result .search_headline{
	font-size:18px;
	margin:0 0 20px 0;
	color:#000;
}
.search_result .search_headline span{
	color:#7fbb0e;
}
.search_empty{
	float:left;
	margin:0 0 18px 0;
}
.pump_inquiry{color:#000;}
.pump_inquiry h1{font-size: 18px;font-weight: bold;line-height: 20px;margin-bottom: 5px;margin-top: 10px;}
.pump_inquiry strong{font-weight:bold;}
.pump_inquiry b{color:#000;}
.pump_inquiry .formcss td:first-child{text-align: right;padding-right: 10px;}
.pump_inquiry .formcss td{position:relative;}
.pump_inquiry .formcss tr { padding-top: 5px; }
.pump_inquiry input {border: 1px solid #B2B2B2;font-size: 12px;height: 10px;margin: 0 5px 6px 0;padding: 1px 2px 1px 5px;width: 200px;color:#000;height: 20px !important;padding-top: 5px !important;margin-top: 2px !important;}
.pump_inquiry textarea {border: 1px solid #B2B2B2;font-family: Arial;font-size: 12px;padding: 5px;width: 300px;height: 150px !important;color:#000;}
.pump_inquiry select{margin-bottom: 6px;width: 200px;color:#000;}
.pump_inquiry .formcss td.tdtitle { text-align: left; padding-left: 10px; padding-top: 10px;}
.pump_inquiry .formcss .button{height: 20px;margin-top: 10px;width:100px;color:#000000;background:#fff;border:1px solid #B2B2B2;font-size:12px;height:25px !important;margin-bottom:6px;margin-left:0;margin-right:5px;margin-top:2px !important;padding:1px 2px 1px 5px;}
.pump_inquiry .formcss textarea{resize:horizontal;max-width:420px;}
.pump_inquiry .formcss input.error{background: none repeat scroll 0 0 #FFD7D7;border: 1px solid #EE2727;color: #EE2727;}
.pump_inquiry .formcss label.error{display:inline;text-indent:-9999em;font-size:0px;line-height:0px;overflow:hidden;width:0px;height:0px;color:#fff;}
.pump_inquiry .privacy{margin:0 0 0 245px}
.pump_inquiry .privacy input{width:15px;height:10px !important;border:none;}
.pump_inquiry .privacy_tips{margin:0 0 0 245px}

/*=============================Ñ¯ÅÌÉÏ´«¸½¼þ==============================*/
.file_box{position:relative;width:730px}
.file_box .txt{display:inline;float:left;height:22px;border:1px solid #cdcdcd;width:180px; margin-right:5px;}
.file_box .btn{background-color:#eee;border:1px solid #CDCDCD;height:24px;width:60px;color:#555555;font-size:12px; text-indent:0;}
.file_box .file{position:absolute;top:0;right:355px;height:24px;filter:alpha(opacity:0);opacity:0;width:225px} 

.partner_list{}
.partner_list li{padding:30px 0;height:82px;background:url(../img/bg_crumb.png) repeat-x bottom;}
.partner_list li .pic{float:left;width:180px;height:82px;border-right:1px solid #9f9f9f;}
.partner_list li .detail{float:left;width:480px;padding:0 0 0 25px;line-height:20px;}

#nav_tel{position:absolute;top:0;right:0; color:#fff;font-size:18px;}
#qq{position:fixed;top:160px;right:50px;_position:absolute;width: 28px;}
#qq .qq-ask {display: block;}
#qq img {display: block;width: 28px;cursor: pointer;}

/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2018-05-28
* modification
**/
.infocontent {overflow: hidden;}


.pagination .all {
	display: none;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.displaytable {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.displaytable .displaytableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
}
.loading-box {
    /* display: none; */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #f5f5f5;
    opacity: 1;
}
.loading-box .loading-main {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    border: 0px solid #eb1717;
    border-left-width: 1px;
    border-bottom-width: 2px;
    border-right-width: 3px;
    -webkit-animation: loading 2s linear infinite;
    -webkit-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
}
.loading-box .loading-main>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f5f5f5;
    border-radius: 50%;
}
.partner .pic img {
	width: 100%;
}

.inquiry_top {
	background: none;
}
.inquiry_top .basket {
	display:none;
}
.inquiry_top .active {
	color: #fb652b;
}
.inquiry_top .line {
    margin: 0 3px;
	font-style: normal;
}
.product_item .pic img {
	max-width: 100%;
	max-height: 100px;
}

.index_products li .pic img {
	max-width: 100%;
	max-height: 170px;
}

/*arcticle_image*/
.art-image {
  position: relative;
  width: 400px;
  float: left;
}

.art-image .article-box{
  position: relative;
  width: 100%;
}

.art-image .article-box .box-t{
  width: 389px;
  height: 419px;
  float: left;
}

.art-image .article-box .bigImg {
  width: 100%;
  height: 100%;
  position: relative;
}
.art-image .article-box .bigImg li {
  width: 100%;
  overflow: hidden;
  border: 1px solid #978C89;
  -moz-box-shadow:7px 5px 4px #6C6C6C;
  -webkit-box-shadow:7px 5px 4px #6C6C6C;
  box-shadow:7px 5px 4px #6C6C6C
}
.art-image .article-box .bigImg li img{
  width: 100%;
  vertical-align:middle;
}
.art-image .article-box .smallScroll{
  position: relative;
  width: 97px;
  float: left;
}
.art-image .article-box .sPrev{ position: absolute; left: 50%; top: 15px; float: left; display: block; width: 23px; height: 37px; text-indent: -9999px; background: url(../img/left.png) no-repeat center;background-size: 60%;transform:rotate(90deg);
-ms-transform:rotate(90deg);   /* IE 9 */
-moz-transform:rotate(90deg);  /* Firefox */
-webkit-transform:rotate(90deg); /* Safari å’Œ Chrome */
-o-transform:rotate(90deg);  /* Opera */}
.art-image .article-box .sNext{  position: absolute; left: 50%; bottom: 15px;float: left; display: block; width: 23px; height: 37px;text-indent: -9999px; background: url(../img/right.png) no-repeat center;background-size: 60%;transform:rotate(90deg);
-ms-transform:rotate(90deg);   /* IE 9 */
-moz-transform:rotate(90deg);  /* Firefox */
-webkit-transform:rotate(90deg); /* Safari å’Œ Chrome */
-o-transform:rotate(90deg);  /* Opera */}

.art-image .article-box .smallImg{
  display:inline;
  width: 100%;
  margin: 57px 0 47px 25px;
  float:left;
  overflow: hidden;
}
.art-image .article-box .smallImg .tempWrap {
  width: 100%!important;
}
.art-image .article-box .smallImg ul{
  width: 100%!important;
}
.art-image .article-box .smallImg li{ 
  display: block;
  float: none!important;
  width:59px;
  height: 59px!important;
  margin-bottom: 16px;
}
.art-image .article-box .smallImg img{
  width: 59px;
}





.about_content {
	overflow: hidden;
}



.showboxaa {
  position: relative;
}

#showbox {
    background: #E1E1E1;
}
#showbox span {
	cursor:crosshair;
	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);
}


.showboxaa .w300 {
    position: absolute!important;
    top: 111px;
    left: 200px;
    width: 300px;
    height: 300px;
    background-color: #f6f6f6;
    height: 78px!important;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

#showsum {
    margin-top: 8px;
    margin-left: 18px;
  overflow: hidden;
}
#showsum span img { border:1px solid #cecece;
  transform:rotate(-90deg);
-ms-transform:rotate(-90deg);   /* IE 9 */
-moz-transform:rotate(-90deg);  /* Firefox */
-webkit-transform:rotate(-90deg); /* Safari å’Œ Chrome */
-o-transform:rotate(-90deg);  /* Opera */}

#showsum span.sel img { border-color: #2f2f2f;}







.showpage {
    position: absolute;
	top: 54px;
    left: 285px;
    width: 40px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.showpage a {
	display: block;
    position: absolute;
    left: 0;
    text-indent: -9999px;
    width: 13px;
    height: 12px;
    cursor: pointer;

    background: url(../images/btn_pro.png) no-repeat;
}
.showpage a#shownext { top:10px;background-position: -13px 0;}
.showpage a#showlast {top: 280px; background-position: 0 -12px;}
#showbox img {
    width: 100%;
    overflow: hidden;
}

.form-search-box {
	height: 50vh;
}
.form-search-box .sr-frm {
    width: 385px;
	height: 32px;
    margin: 0 auto;
    padding-top: 16vh;
    overflow: hidden;
}
.form-search-box .sr-frm input {
	display: block;
	float: left;
	padding: 0 10px;
	outline: none;
}
.form-search-box .sr-frm .ipt {
	width: 300px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	border-right: none;
}
.form-search-box .sr-frm .ss-btn {
	width: 60px;
	height: 32px;
	line-height: 32px;
	border: none;
	text-align: center;
	color: #fff;
	background-color: #fb652b;
}
