/**
 * Layout css
 * Author: liudanyun
 * Email: liudy102@163.com
 * Copyright: http://www.cssue.com/
 */
 
#header, #container, #footer { clear: both; margin: 0 auto; width: 1200px; }
#aside_left, #main, #aside_right { float: left; }
.inner { margin: 0 5px; }

.language-hd { float: right; font: 12px/18px Arial, Helvetica, sans-serif; margin-top: 10px; margin-left:8px; position: relative; z-index: 999; }
.language-hd a { width: 90px; text-align:left; }
.language-hd .cur { cursor: pointer; display: block; height: 20px; line-height: 20px; padding: 0 20px 0 10px; position: relative; text-decoration: none; }
.language-hd .cur b { border-color: #666 transparent transparent; border-style: solid; border-width: 4px; _border-color: #666 black black; _filter: chroma(color=black); font-size: 0; height: 0; line-height: 0; position: absolute; right: 6px; top: 8px; width: 0; }
.language-bd { display: none; background-color: #FFF; border: 1px solid #767575; float: left; left: 10px; position: absolute; top: -1px; margin-left:-5px; width: 125px; z-index: 999; }
.language-bd a { display: block; line-height: 20px; margin:0; padding: 0 20px 0 10px; text-decoration: none; text-align:left; }
.language-bd a:hover { text-decoration: underline; }
.language-bd .cur { border-style: none; }
.language-hd.hover .cur b { border-color: #FFF #FFF #666; top: 4px; }
.language-hd.hover .language-bd { display: block; }

#main{width: 930px;}
#mainfull{width: 100%;}
/**
 * One aside
 */
 
#aside_left, #aside_right { width: 270px; }
.aside_left #main, .aside_right #main { width: 930px; }
/**
 * Style css */
 
/** Site Top **/

.page { background: url("/images/site_top.png") repeat-x #fff; font-family: Arial, Helvetica, sans-serif; }
.site_top { line-height: 40px; padding-left: 20px; text-align: right; }
.site_top a { color: #333; margin: 0 6px; }
/** header **/

#header .inner { height: 155px; }
.logo { padding-left: 20px; padding-top: 4px; width: 270px; }
#search_form, .pof{margin-top: 30px;}
#search { border: 3px solid #EFB31A; color: #999; font-size: 14px; height: 18px; padding: 8px; width: 580px; }
#search_btn { background: #EFB31A;background: -moz-linear-gradient(left, #EFB31A 0%, #FAC233 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%, #EFB31A), color-stop(100%, #FAC233)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left, #EFB31A 0%, #FAC233 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left, #EFB31A 0%, #FAC233 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left, #EFB31A 0%, #FAC233 100%); /* IE10+ */ background: linear-gradient(to right, #EFB31A 0%, #FAC233 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFB31A', endColorstr='#FAC233', GradientType=1 ); /* IE6-9 */
border-style: none; color: #FFF; font-size: 20px; height: 40px; width: 100px; }
.pof { color: #666; font-size: 14px; line-height: 40px; padding-left: 10px;}
.pof a { background: #FFF; /* Old browsers */ background: -moz-linear-gradient(top, #FFF 0%, #FFFEFB 66%, #FCF1CF 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(66%, #FFFEFB), color-stop(100%, #FCF1CF)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #FFF 0%, #FFFEFB 66%, #FCF1CF 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #FFF 0%, #FFFEFB 66%, #FCF1CF 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #FFF 0%, #FFFEFB 66%, #FCF1CF 100%); /* IE10+ */ background: linear-gradient(to bottom, #FFF 0%, #FFFEFB 66%, #FCF1CF 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FCF1CF', GradientType=0 ); /* IE6-9 */
border: 1px solid #F0CF7B; color: #E6981B; font-weight: 700; margin-left: 3px; padding: 10px 13px; *background-color: #FEF9EA;
}
.pof a:hover { color: #E6981B; }
/* Breadcrumbs */
#breadcrumbs { border-bottom: 1px solid #E0E0E0; color: #666; margin: 0 5px 12px; padding: 5px 20px; }
#breadcrumbs a { margin: 0 3px; }
#breadcrumbs strong { color: #F60; }
#breadcrumbs h1,#breadcrumbs span { display: inline; font-size: 12px; font-weight: bold; }

/** aside left **/

.product_category .block_title { border-bottom-color: #CF8E02; height: auto; line-height: 18px; margin-bottom: 2px; overflow: hidden; text-align: left; width: 100%; }
.product_category .block_title .title { margin-bottom: -2px; padding: 6px 10px; position: static; }
/* Product Category List */
.product_category { background-color: #F6F6F6; border: 1px solid #EAE8E8; padding: 5px; }
.product_category ul { list-style-type: none; margin: 0; padding-left: 0; }
.product_category_list.sub li { line-height: 20px;}
.product_category_list.sub > li {background: url("/images/list_ico.png") no-repeat 230px 13px;line-height: 25px;}
.product_category_list.sub .current { background-color: #FFF; background-image: none; }
.product_category_list.sub .current .see_all { background-position: 110px 10px; font-weight: 700; padding-bottom: 6px; }
.product_category_list.sub .current .see_all a { color: #08C; }
.product_category_list li { border-bottom: 1px solid #E5E3E3; border-top: 1px solid #F6F6F6; padding: 0 10px; }
.product_category_list a { color: #333; display: block; padding: 5px 0; width: 200px; }
.product_category_list ul { display: none; }
.product_category_list .current { background-color: #FFF; border: 1px solid #E5E3E3; box-shadow: 2px 2px 3px #EAE8E8; left: 0; margin: 0 -6px; padding: 0; position: relative; top: -1px; z-index: 999; }
.product_category_list .current strong { color: #F0A80F; display: block; padding: 5px 0; width: 190px; }
.product_category_list .current a { color: #F0A80F; padding: 5px 15px; }
.product_category_list .current ul { background-color: #FFF; border-color: #E5E3E3; border-style: solid solid solid none; border-width: 1px; box-shadow: 2px 2px 3px #EAE8E8; display: block; left: 232px; position: absolute; top: -1px; _top: 0; }
.product_category_list .current li { background-position: 210px 10px; border-color: #E5E3E3; border-style: none none none solid; border-width: 1px }
.product_category_list .current .first { border-left-color: #FFF; line-height: 25px;}
.product_category_list .current li a { color: #333; padding: 5px 0; }
.product_category_list .current li a:hover { color: #F0A80F; }
/* Aside Filter */
.aside_filter .tag_title, .aside_new_product .title { border-bottom: 2px solid #CF8E02; font-size: 14px; line-height: 32px; margin: 0; padding: 0 10px; }
.aside_filter .tag_list { list-style-type: none; margin: 10px 0 5px; padding: 0 10px; }
.aside_filter .tag_list li { padding: 3px 0; }
.aside_filter .tag_list a { color: #333; }
.aside_filter .tag_list a:hover, .aside_filter .tag_list li.current a { background-color: #1EA6EA; color: #FFF; padding: 2px; text-decoration: none; }
/* Contact Us */
.aside_contact_us { background: url("../images/aside_contact_us.png") no-repeat 100% 100%; border: 1px solid #FBEBCF; padding: 0 10px 36px; }
.aside_contact_us .title { color: #87878A; font-size: 24px; font-weight: 400; margin: 6px 0 12px; }
.aside_contact_us p { color: #333; font-size: 14px; line-height: 24px; margin: 6px 0; }
.aside_contact_us strong { background-color: #E09606; color: #FFF; padding: 3px 6px; }
/* Company Info */
.aside_company_info { border-color: #CF8E02 #E0E0E0 #E0E0E0; border-style: solid; border-width: 2px 1px 1px; padding: 10px; }
.aside_company_info .title { font-size: 14px; margin: 0; }
.aside_company_info p { line-height: 18px; margin: 10px 0; }
.aside_company_info img { float: left; margin-right: 6px; }
.aside_company_info ul { list-style-type: none; margin: 0; padding-left: 0; }
.aside_company_info li, .aside_company_info a, .block_title .contact_us { background: url("../images/btn_ico.png") no-repeat; }
.aside_company_info li { height: 24px; line-height: 20px; width: 110px; }
.aside_company_info a { padding: 2px 12px 2px 22px; }
.aside_company_info .cu a { background-position: -112px 4px; }
.aside_company_info .pl a { background-position: -112px -27px; }
/* New Product */
.aside_new_product .title { color: #666; font-size: 16px; }
.aside_new_product .list_item { float: left; padding-bottom: 10px; }
.aside_new_product .pro_img { padding-left: 5px; padding-top: 0; width: 90px; }
.aside_new_product .pro_wrap { width: 120px; }
.aside_new_product .pro_wrap .title { border-bottom-style: none; font-size: 12px; height: 72px;  width: 120px; line-height: 18px; margin: 0; overflow: hidden; padding: 0;  width: 120px;}
.jcarousel-skin-tango { margin: 0; padding-left: 0; }
.jcarousel-skin-tango .jcarousel-container-vertical { padding: 30px 0; }
.jcarousel-skin-tango .jcarousel-clip-vertical { width: 220px; height: 504px; }
.jcarousel-skin-tango .jcarousel-clip { overflow: hidden; }
.jcarousel-skin-tango .jcarousel-item { width: 220px; height: 80px; }
.jcarousel-skin-tango .jcarousel-next-vertical, .jcarousel-skin-tango .jcarousel-prev-vertical { background: url("../images/next_prev.png") no-repeat #C0C0C0; border-radius: 3px 3px 3px 3px; cursor: pointer; height: 20px; left: 85px; position: absolute; width: 50px; }
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical { background-color: #E9E9E9; cursor: default; }
.jcarousel-skin-tango .jcarousel-next-vertical { background-position: 19px 6px; top: 539px; }
.jcarousel-skin-tango .jcarousel-prev-vertical { background-position: -18px 6px; top: 5px; }
.jcarousel-skin-tango .jcarousel-next-disabled { background-position: 19px -10px; top: 539px; }
.jcarousel-skin-tango .jcarousel-prev-disabled { background-position: -18px -10px; top: 5px; }
/** main **/

.banner, .news_products, .recommended_products, .hot_categories, .product_category, .pagination, .aside_filter, .aside_contact_us, .aside_company_info, .aside_new_product { margin-bottom: 12px; clear: both;}
.banner img { display: block; }
.block_title { border-bottom: 2px solid #E0E0E0; height: 32px; line-height: 30px; text-align: right; }
.block_title .title { border-bottom: 2px solid #CF8E02; bottom: -2px; color: #666; float: left; font-size: 16px; left: 0; margin: 0; padding: 0 10px; position: relative; }
.block_title.one { border-bottom-color: #CF8E02; height: 30px; margin-bottom: 10px; }
.block_title.one .title { display: inline; margin-bottom: -2px; position: static; }
.block_title .contact_us { background-position: 0 -27px; color: #FFF; font-size: 14px; padding: 5px 13px 5px 28px; }
.block_title .contact_us:hover { color: #FFF; }
/* Pro Items */
.pro_item { float: left; margin-right: 32px; padding-top: 26px; width: 206px; }
.pro_item.last { margin-right: 0; }
.pro_info { list-style-type: none; margin: 0; padding-left: 0; }
.pro_info li { text-align: center; }
.home_news .pro_info li > a{    width: 341px;
    float: left;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.pro_image { background-color: #FFF; border: 1px solid #EEE; height: 200px; padding: 2px; }
.pro_image a { display: table-cell; height: 200px; vertical-align: middle; width: 200px; *display: block;
 *font-family: Arial;
 *font-size: 180px;
}
.pro_image img { vertical-align: middle; }
.pro_title { height: 36px; width:206px; line-height: 18px; overflow: hidden; padding-top: 9px; }
.pro_typt { color: #666; padding-bottom: 6px; }
/* Recommended Products */
.recommended_products .pro_item { margin-right: 4px; width: 126px; }
.recommended_products .pro_item.last { margin-right: 0; }
.recommended_products .pro_info { width: 126px; }
.recommended_products .pro_image { height: 120px; }
.recommended_products .pro_image a { height: 120px; width: 120px; *font-size: 105px;
}
.recommended_products .pro_title { width: auto; } 
/* Hot Categories */
.hot_categories { padding: 0 5px; }
.hot_categories .block_content { background-color: #F5F5F5; overflow: hidden; padding: 12px 0; width: 100%; }
.hot_categories ul { float: left; list-style-type: none; margin: 0; padding-left: 12px; width: 156px; }
.hot_categories li { padding: 3px 0; }
.hot_categories a { color: #666; }
.hot_categories strong { display: block; margin-bottom: 6px; }
.hot_categories strong a { color: #333; }
/* Filter */
.filter { border-color: #E0E0E0; border-style: solid solid none; border-width: 1px; overflow: hidden; padding: 5px 10px 0; width:898px; }
.tags_filter { border-bottom: 1px dashed #E0E0E0; color: #666; line-height: 24px; margin-bottom: 6px; overflow: hidden; padding-left: 132px; width: 766px; }
.tags_filter.last { border-bottom-style: none; }
.tags_filter.last p { padding-bottom: 0; }
.tags_filter .tag_title { display: inline; float: left; margin-left: -132px; }
.tags_filter p { float: left; margin: 0; overflow: hidden; padding-bottom: 4px; width: 716px; height: 24px;}
.tags_filter a { line-height: 16px; margin: 4px 10px 4px 0; padding: 0 2px; }
.tags_filter a.more { background-color: #E0E0E0; color: #666; float: right; margin-right: 4px; outline-style: none; text-decoration: none; }
.tags_filter a:hover, .tags_filter a.current { background-color: #1EA6EA; color: #FFF; text-decoration: none; padding: 1px 5px;}
/* View Panel */
.view_panel { background: #FFF; /* Old browsers */ background: -moz-linear-gradient(top, #FFF 0%, #F6F6F6 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #F6F6F6)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #FFF 0%, #F6F6F6 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #FFF 0%, #F6F6F6 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #FFF 0%, #F6F6F6 100%); /* IE10+ */ background: linear-gradient(to bottom, #FFF 0%, #F6F6F6 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F6F6F6', GradientType=0 ); /* IE6-9 */
border: 1px solid #E0E0E0; height: 32px; line-height: 32px; padding: 0 12px; }
.view_mode, .view_mode span, .view_mode a { float: left; }
.view_mode .list_view, .view_mode .gallery_view { background: url("../images/view_mode_ico.png") no-repeat; height: 16px; line-height: 16px; margin: 8px 0 0 6px; outline-style: none; text-indent: -9999px; width: 15px; }
.view_mode .list_cur, .view_mode .gallery_cur { cursor: default; }
.view_mode .list_view { background-position: -40px 0; }
.view_mode .gallery_view { background-position: -60px 0; }
.view_mode .list_cur { background-position: 0 0; }
.view_mode .gallery_cur { background-position: -20px 0; }
.view_size { float: right; }
.view_size span { margin: 0 2px; }
.view_size a { padding: 2px 5px; }
.view_size .current { border: 1px solid #E0E0E0; color: #333; cursor: default; font-weight: 700; }
.view_size .current:hover { text-decoration: none; }
/* Product List */
.product_list .pro_items { margin-bottom: 20px; *margin-bottom: 30px;
}
.product_list form { margin: 0; }
.list_item { border-bottom: 1px dashed #E0E0E0; overflow: hidden; padding-bottom: 20px; padding-top: 10px; width: 100%; }
.list_item.last { border-bottom-style: none; }
.list_item:nth-child(even) { background-color: #FBFBFB; }
.pro_img, .pro_wrap { float: left; }
.pro_img { padding-left: 10px; padding-top: 10px; width: 160px; }
.pro_img img { vertical-align: middle; _vertical-align: 0;max-width: 140px;max-height: 140px;}
.pro_wrap { color: #3F3F3F; width: 470px; }
.pro_wrap.two { width: 600px; }
.pro_wrap .title, .pro_wrap p, .supplier p { margin: 6px 0; }
.pro_wrap .title { font-size: 16px; font-weight: 400; overflow:hidden;}
.pro_wrap p { line-height: 18px; }
.pro_wrap .info { height: 54px; overflow: hidden; }
.supplier { color: #3F3F3F; float: right; padding-right: 10px; width: 250px; }
.supplier.spectial { text-align:center; }
.contact label { color: #090; font-weight: 700; }
/* Show Contact */
#show_contact { background: url("../images/contact_bg.png") no-repeat; height: 32px; left: -9999px; line-height: 20px; padding: 15px 10px 0; position: absolute; top: 0; width: 230px; z-index: 999; }
#show_contact span { display: inline; float: left; margin-right: 10px; }
#show_contact span span { color: #F00; float: none; margin-right: 0; }
#show_contact a { background: url("../images/contact_now.png") no-repeat; color: #993501; float: left; font-weight: 700; text-align: center; width: 86px; }
/* Pagination */
.pagination { background: #FFF; /* Old browsers */ background: -moz-linear-gradient(top, #FFF 0%, #F6F6F6 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #F6F6F6)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #FFF 0%, #F6F6F6 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #FFF 0%, #F6F6F6 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #FFF 0%, #F6F6F6 100%); /* IE10+ */ background: linear-gradient(to bottom, #FFF 0%, #F6F6F6 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F6F6F6', GradientType=0 ); /* IE6-9 */
border: 1px solid #E0E0E0; color: #999; height: 14px; line-height: 14px; margin-bottom: 10px; padding: 10px 8px; text-align: right; }
.pagination a, .pagination .current, .pagination .disabled { margin: 2px; padding: 3px 8px; }
.pagination a { border: 1px solid #EEE; color: #026BB3; text-decoration: none; }
.pagination a:hover, .pagination a:active { background-color: #EFF5FE; border: 1px solid #79A6CF; _text-decoration: none; }
.pagination .current { font-weight: bold; }
.pagination .disabled { border: 1px solid #EEE; color: #DDD; }
/* Product Page */
.col_main { margin-bottom: 20px; padding: 0 10px; width: 880px; }
.head { border-bottom: 1px solid #E0E0E0; font-size: 16px; margin: 0 0 6px; padding: 8px 16px; }
.body { background: url("../images/pro_fgx.png") repeat-y 50% 0; overflow: hidden; padding-bottom: 12px; width: 100%; }
.body .pull_left { width: 410px; }
.body .pull_left table { margin: 10px 0 20px; }
.body .pull_right { padding-left: 20px; width: 400px; }
.body .pull_right .company { font-size: 14px; margin: 10px 0; }
.body .pull_right .location img { float: left; margin-right: 6px; }
.body .pull_right table { margin: 10px 0; }
.contact_detail { background-color: #F5F5F5; overflow: hidden; padding: 6px; width: 328px; }
.contact_detail .title { margin-bottom: 5px; padding: 5px; }
.contact_detail .img_left { float: left; margin-bottom: 5px; width: 124px; }
.contact_detail .img_left img { vertical-align: middle; }
.contact_detail .text_right { float: right; margin-bottom: 5px; width: 204px; }
.contact_detail .text_right p { color: #06C; margin: 0; }
.col_sub { margin-bottom: 20px; padding: 0 9px; width: 252px; }
.col_sub img { border-style: none; vertical-align: middle; }
.zoomWindow { background-color: #FFF; border: 1px solid #E0E0E0; height: 358px; overflow: hidden; width: 358px; }
.spec-items { width: 250px; }
.spec-items ul { display: table; list-style-type: none; margin: 0 auto; overflow: hidden; padding-left: 0; text-align: center; }
.spec-items li { cursor: pointer; display: inline-block; margin: 2px; *display:inline;*zoom:1;width: 35px;
height: 35px;
overflow: hidden;
border: 1px solid #D0D2D1;
float: left;}
.spec-items a { text-align: center; display: table-cell; vertical-align: middle; height: 35px; width: 35px; *display:block;*font-family:Arial;*font-size:31px; }
.spec-items .current a { border-color: #FFB900; overflow: hidden; }
.spec-items a img { vertical-align: middle; height: 35px; width: 35px;}
.spec-items li.last { margin-right: 0; }
.islg { text-align: center; clear: both; }
.islg a { background: url("../images/islg.png") no-repeat 0 50%; padding-left: 18px; }
.detail { clear: both; margin-bottom: 20px; overflow: hidden; width: 100%; *margin-bottom: 10px; }
.detail .block_title { height: 34px; margin-bottom: 12px; }
.detail .block_title .title { border-color: #CF8E02 #E0E0E0 #FFF; border-style: solid; border-width: 2px 1px; color: #333; font-size: 14px; left: 20px; padding: 0 20px; }
.detail .pull_left { padding: 0 20px; width: 555px; }
.detail .pull_left .title { font-size: 14px; margin: 0 0 10px; }
.description { margin: 0 10px; }
.description .title { border-top: 1px solid #E0E0E0; font-size: 14px; margin: 0; padding: 8px 10px 0; }
.description .content { margin-bottom: 30px; padding: 0 10px; }
.description .content p { margin: 12px 0; }
.description .content img { vertical-align: middle; }
.other_products { margin: 0 10px; }
.other_products .list_item { border-bottom-style: none; float: left; width: 388px; }
.other_products .list_item:nth-child(2n) { background-color: #FFF; }
.other_products .contact { float: left; padding-top: 10px; text-align: right; width: 20px; }
.other_products .contact input { height: 13px; width: 13px; *vertical-align:middle;/*ie7 ie6*/
_vertical-align: 1px;/*ie6*/ }
.other_products .pro_wrap { width: 192px; overflow: hidden; }
.other_products .pro_wrap .title { font-size: 14px; height: 18px; overflow: hidden; }
.other_products .pro_wrap .info { height: 36px; }
.interested { margin: 0 10px; clear: both; }
.interested ul { height: 90px; list-style-type: none; margin: 20px 0; padding-left: 0; }
.interested li { display: inline; float: left; height: 30px; margin-bottom: 12px; margin-left: 12px; overflow: hidden; width: 375px; }
/* Company Banner */
.com_banner { float: left; height: 180px; margin-left: 10px; margin-right: 14px; margin-top: 18px; overflow: hidden; position: relative; text-align: center; width: 240px; }
.com_banner ul { list-style-type: none; margin: 0; padding-left: 0; }
.com_banner .list img { }
.com_banner .btns { position: absolute; right: 0; top: 160px; }
.com_banner .btns li { background-color: #E6E6E6; color: #878E92; cursor: pointer; float: left; font-size: 12px; font-weight: bold; line-height: 12px; list-style-type: none; margin-right: 3px; padding: 3px 6px; }
.com_banner .btns li.on { background-color: #0174C5; color: #FFF; }
.article { color: #505050; line-height: 20px; margin: 20px 0 40px; padding: 0 10px; }
.article p { margin: 12px 0; }
/* Send Message */
.send_message { border: 3px solid #6FA6E3; font-size: 14px; line-height: 30px; margin: 0 10px 20px; padding: 6px 12px 12px; }
.send_message form { margin: 0; }
.send_message p { margin: 6px 0; }
.send_message .btn_box { text-align: center; }
.send_message .title { font-size: 18px; text-indent: 2em; }
.send_message label, .send_message span { float: left; padding-right: 6px; text-align: right; width: 10em; }
.send_message .small { width: 90px; }
.send_message .xlarge { width: 350px; }
.send_message .xxlarge { width: 560px; }
.send_message .btn { background-color: #006DCC; background-image: linear-gradient(to bottom, #08C, #04C); background-repeat: repeat-x; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-radius: 4px 4px 4px 4px; border-style: solid; border-width: 1px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); color: #FFF; cursor: pointer; overflow: visible; padding: 4px 12px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); vertical-align: middle; }
.send_message .btn:hover { background-color: #04C; background-position: 0 -15px; transition: background-position 0.1s linear 0s; }
.send_message .prompt { color: #666; font-size: 12px; line-height: 20px; padding-left: 10px; }
.send_message ul { color: #333; margin: 0; padding-left: 2em; }
.small, .xlarge, .xxlarge { background-color: #FFF; border: 1px solid #CCC; border-radius: 4px 4px 4px 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555; height: 20px; line-height: 20px; padding: 4px 6px; transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; vertical-align: middle; }
.small:focus, .xlarge:focus, .xxlarge:focus { border-color: rgba(82, 168, 236, 0.8); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(82, 168, 236, 0.6); outline-style: none; }
textarea.xlarge, textarea.xxlarge { height: 98px; }
/* Table Style */
.table_title { color: #666; font-size: 16px; font-weight: 700; padding: 0 20px; }
.table { border-top: 2px solid #E0E0E0; margin: 20px 10px 30px; width: 760px; }
.table th, .table td { border-bottom: 1px solid #E9E9E9; padding: 10px; text-align: left; vertical-align: top; }
.table th { color: #666; font-weight: 400; width: 20%; }
.table2 { width: 100%; }
.table2 th, .table2 td { padding: 3px; vertical-align: top; }
.table2 th { color: #666; font-weight: 400; text-align: right; width: 30%; }
.cu_btn { height: 44px; margin-bottom: 30px; padding-left: 20px; }
.cu_btn a { background-color: #F7B947; border: 1px solid #EAA617; color: #FFF; float: left; font-size: 20px; height: 42px; line-height: 42px; text-align: center; width: 160px; }
.cu_btn a:hover { color: #FFF; }
/* No Results */
.newNoResults { background: url("../images/warning.gif") no-repeat 12px 50%; border: 1px solid #C0CFE1; color: #F00; font: bold 1.2em Verdana, Geneva, sans-serif; margin-top: 20px; padding: 18px 36px; }
/*- To Top -*/
*body { background-image: url(about:blank); background-attachment: fixed; /* 必须地，防抖动 */ }
*body #toTop { position: absolute; top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-200));
}
#toTop { background: url("../images/totop.png") no-repeat; bottom: 200px; cursor: pointer; height: 35px; outline-style: none; position: fixed; right: 20px; text-decoration: none; text-indent: -9999px; width: 50px; z-index: 3;}
#toTop:hover { background-position: -50px 0; }
/** footer **/

#footer_wrap { background: url("../images/footer.png") repeat-x #F5F5F5; clear: both; }
#footer { color: #666; line-height: 24px; padding: 16px 0; text-align: center; }
#footer .follow{text-align:center;margin:10px auto;}
#footer .follow span{font-size:14px;margin-right: 10px; position: relative;top: -4px;}
#footer .follow a{margin-right:4px;}
.imageBorder { height:242px;width:240px;border: 1px solid #CCCCCC; margin: auto; }
.chat img {vertical-align:middle;}
table img {vertical-align:middle;}
.innerAd a:FIRST-CHILD{margin-right: 6px;}

.jcarousel-wrapper {
    position: relative;
    width: 920px;
    height: 400px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 200px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    opacity: .3;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999; 
}
.jcarousel-wrapper a{
	text-decoration: none;
	color: #fff;
}
.jcarousel-control-prev {
    left: 10px;
}

.jcarousel-control-next {
    right: 10px;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover{
	opacity: .6;
}
.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

#service {
    height: 78px;
    border: 1px solid #DDD;
    margin: 30px 0;
    background-color: #f6f6f6;
}
#service li {
    float: left;
    width: 19%;
    height: 40px;
    margin-top: 10px;
    padding: 10px 0 5px 8px;
    border-left: 1px dashed #DDD;
}
#service a {
    display: block;
    padding-left: 41px;
    font-size: 12px;
    line-height: 1.75em;
    color: #333;
    height: 3.5em;
}
#service .service-gt{
	border: 0;
}
#service .service-vs{
	width: 20%;
}
#service .service-spf2{
	width: 16%;
}
#service .service-gt a{background: url(/images/gt.png) 9px 6px no-repeat;}
#service .service-vs a{background: url(/images/vs.png) 9px 6px no-repeat;}
#service .service-vs2 a{background: url(/images/vs2.png) 9px 6px no-repeat;}
#service .service-spf a{background: url(/images/spf.png) 9px 6px no-repeat;}
#service .service-spf2 a{background: url(/images/spf2.png) 9px 6px no-repeat;}

.home_news{ width: 48%;}
.home_news .pro_info {
    list-style-type: none;
    padding-left: 0;
    margin: 10px auto;
    padding: 0 3px;
}
.home_news .pro_info li{
	text-align: left;
	line-height: 25px;
    padding-left: 15px;
    background: url(/images/sit.png) 0px 10px no-repeat;
}
.home_news .pro_info em{
	color: #666;
    float: right;
    font-style: normal;
}
#contBar img{width: 260px;max-height: 170px;}
#contBar li{margin-bottom: 10px;}
.fullP{  padding: 1px 5px 0;}
.product-show {
    position: relative;
    float: left;
    width: 1198px;
    border: 1px solid #DDD;
    margin-bottom: 30px;
    background-color: #FFF;
}
.product-banner {
    position: relative;
    float: left;
    width: 240px;
    background-color: #F8F8F8;
}
.product-main {
    width: 945px;
    margin-left: 255px;
}
.product-main li {
    float: left;
    margin: 0;
    width: 186px;
    border: 1px solid #FFF;
    height: 271px;
}
.product-main div {
    width: 150px;
    margin: 0 auto;
    color: #999;
}
.product-main .product-img {
    width: 140px;
    height: 140px;
    margin: 10px auto;
    overflow: hidden;
    table-layout: fixed;
    display: table;
}
.product-main .product-name {
    height: 30px;
    line-height: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-main .product-price{
	margin-bottom: 5px;
}
.product-main .product-price strong {
    font-weight: 700;
    font-size: 16px;
    color: #BD1A1D;
}
.product-main .product-price a:hover {
    color: #F0A80F;
    text-decoration: none;
}

.product-main li:HOVER {
    position: relative;
    border: 1px solid #DDD;
    box-shadow: 3px 3px 6px #C2C2C2;
    z-index: 2;
}
.product-hover-show {
    float: left;
    width: 368px;
    height: 230px;
    padding: 15px;
}
.product-hover-show h3 {
    float: left;
    width: 320px;
    height: 14px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-h-m-img {
    float: left;
    width: 50px;
    height: 50px;
    margin: 15px 10px 0 0;
}
.product-h-m-img img{
	max-width: 50px;
    max-height: 50px;
}
.product-h-m-info {
    position: relative;
    float: left;
    width: 305px;
}
.product-h-m-info dt {
    clear: both;
    float: left;
    margin: 0 10px 0 0;
    color: #999;
    max-height:32px;
    overflow: hidden;
	line-height: 16px;
}

.attachment{font-size: 14px;
    padding: 10px;
    border: 1px solid #cf8e02;}
.message_detail{
	border: 1px solid #dfdfdf;
    border-top: 3px #f1b51d solid;
    margin-bottom: 20px;
}
.dtm1 {
    width: 860px;
    padding-top: 20px;
    border-bottom: 1px dashed #c8c8c8;
    margin: 0px auto;
}
.tm2 {
    width: 860px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    text-align: center;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.tm3 {
    text-align: center;
    font-size: 14px;
    color: #707070;
    margin: 20px;
}
.nr5 {
    font-size: 14px;
    color: #000;
    line-height: 28px;
    margin: 0px auto;
	padding: 20px 20px 50px;
}
.nr5 p{
	text-indent: 2em;
}
.bt1 {
	height: 38px;
    border-bottom: 1px solid #f0b51d;
}
.tm1 {
    background: #f1b51d;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    line-height: 42px;
    display: inline;
    padding: 10px 8px 7px 8px;
}
.nr1 {
    border: 1px solid #dfdfdf;
    overflow: hidden;
}
.nr2 {
    overflow: hidden;
    padding-top: 20px;
}
.li-left {
    width: 700px;
    height: 40px;
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #000;
    margin-left: 30px;
    overflow: hidden;
}
.li-right {
    width: 100px;
    height: 40px;
    float: right;
    font-size: 14px;
    color: #868585;
    line-height: 40px;
}
.fanye1 {
    width: 500px;
    margin: 30px auto;
    height: 16px;
    text-align: center;
}
.fanye1 a{
	margin-right: 20px;
}
.nr1 .hr{
	width:92%;
	height:1px;
	margin:0px auto;
	border-bottom:1px dashed #c8c8c8;
}
.nr1 a:hover {
    color: #F0A80F;
}
.ru .table2 th{width: 35%;}
.ru #search{width: 465px;}
.ru .tags_filter p{width: 655px;}