/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}




/* CSS Document */
body{font-size:12px;text-align:left;line-height:18px;font-family:Arial, Helvetica, sans-serif, Fixedsys;color:#333; background:#fff; min-width:995px;}
#bg{background:url(assets/img/bg.jpg) #fff repeat-x center top;font-size:12px;text-align:left;line-height:18px;font-family:Arial, Helvetica, sans-serif, Fixedsys;color:#333;}
*{margin:0px;padding:0px;}
img{border:none;}
li,ol{list-style:none;}
a{text-decoration:none;}
.clear{clear:both;font-size:0px;line-height:0px;height:0px;}
p{padding:5px 0;}
h2{font-family:Verdana, Arial, Helvetica, sans-serif;line-height:37px;font-size:16px;color:#333;padding:3px 0 3px 10px;font-weight:600; background:url(assets/img/hbg.jpg) no-repeat left; margin-bottom:15px;}
a.cursorbox{cursor:pointer;*cursor:auto;_cursor:auto;cursor:url(/css/zoomin.cur);}
#allbox img{cursor:pointer;*cursor:auto;_cursor:auto;cursor:url(/css/small.cur);}
.img1{float:left;margin:0 10px 3px 0;border:1px solid #ccc;}
.img3{float:left;margin:13px 10px 3px 0;border:1px solid #ccc;}
.img2{margin:0px auto; display:block;}
.imgs{margin:5px auto; display:block;}
.img4{float:left;margin:0 10px 0px 0;_margin:0 5px 0px 0;}
a.ys{color:#0093dd;}
a:hover.ys{text-decoration:underline;}
.ys1{color:#e04911;font-size:15px;background:#BFCFFF;font-weight:bold;padding-left:5px;width:99%; line-height:20px;}
.p_left{width:450px;float:left;padding-right:10px;display:block;}
.inch1{padding-left:10px;}
.ys2{color:#e04911;}
#chatbox{position: absolute; top: 681px; left: 707px; width: 260px; height: 240px; position:relative;float:left; background:#F2F2F2}
#chatbox #rechatboxtop{ position:absolute; left:0; top:0; z-index:800; background:#F2F2F2;}
#chatbox #chatmessage{position:absolute; left:0; top:0px; z-index:-20;}
.table_no_style{ margin-top:8px;}
/*header*/
#header{width:100%;height:auto;margin:0 auto;position:relative; background-color:#484848;}
#headerin{width: 966px;height: 144px; margin:0 auto; padding: 0 14px 0 14px;position:absolute;left:50%;top: 0px;display: block;z-index: 999px; margin-left:-496px;}
#headerins{width: 966px;height: 144px;padding: 0 14px 0 14px; margin:0 auto;}
#etw_header_languages{width:100%;height:21px;color:#707070;text-align:right;line-height:21px; margin-bottom:15px;}
#etw_header_languages a{color:#707070; text-decoration:none;}
#etw_header_languages a:hover{text-decoration:underline;}
#etw_bannerold{ width:100%; height:242px; margin:0 auto; background:url(assets/img/banner.jpg) no-repeat center -130px;overflow:hidden;}
#etw_logo{width:270px;height:47px;float:left; margin-top:34px;}
#etw_logoright{width:100px;float:right;height:27px;padding:4px 8px 0 55px;}
#etw_logoright1{width:100px;float:right;height:27px;padding:4px 8px 0 55px; background:url(assets/img/topnew.png) no-repeat left;}
#etw_addfh{width:226px;height:19px;float:right;}
#etw_sethome{float:right;width:114px;height:19px;background:#fff;}
#etw_favorites{float:left;width:108px;height:19px;background:#fff;}
#etw_sethome a,#etw_favorites a{color:#002C66;line-height:19px;display:block;text-align:center;}
#etw_addfh a:hover{text-decoration:underline;}
#etw_language{width:600px;float:right;margin:6px 0 0px 0;height:22px;line-height:22px;}
#etw_language a{padding:0 10px;color:#fff;display:block;float:left;font-weight:bold;background:url(assets/img/language_a.jpg) no-repeat right center;text-decoration:underline;}
#etw_language a.no{background:none;padding-right:0px;}
#etw_language a:hover{color:#eeeeee;text-decoration:underline;}

.menu { position:relative; width:82px; float:left; border:1px solid #6087cf; background:url(assets/img/top1.png) no-repeat left;}
.menu ul { width:82px; float:left;}
.menu ul li { position:relative; float:left; display:inline-block;}
.menu ul li a { color:#F00; padding:0 17px; display:block;  line-height:20px; padding-top:1px;_padding-top:3px;  } 
.menu ul li a:hover { color:#F00;  border: none; }
.menu ul ul { visibility:hidden; position:absolute; background:none;left:0px; top:18px;filter:alpha(opacity=30); opacity:0.9;}
.menu table { position:absolute; top:0; left:0 }
.menu ul li:hover ul, .menu ul a:hover ul { visibility:visible }
.menu ul ul li { text-align:left; float:left; width:100%; margin-top:3px; }
.menu ul ul li a { display:block;  color:#F00; height:20px; line-height:20px; padding-left:8px; }
.menu ul ul li.m{border-bottom:none; }
.menu ul ul.menu1 { width:82px; background:#fff;filter:alpha(opacity=80); opacity:0.8;} 
.menu ul ul.menu1 a { width:90%;text-decoration:underline; }
.menu ul ul.menu1 a:hover {text-decoration:none;} 
.menu ul ul li a:hover { color:#F00; }

#etw_companyname{width:99%;text-align:right;float:right;color:#cec8cc;padding:3px 0px 0 0;font-weight:bold;font-style:italic;font-family:Verdana, Arial, Helvetica, sans-serif;}
#etw_menu{width:690px;padding:0px;height:47px; float:left; background:#666666; margin-top:3px;}
#etw_menu ul li{width:auto;text-align:center;display:block;padding-right:1px;line-height:47px;}
#etw_menu ul li.last_menu{border:none;padding:0px;}
#etw_menu ul li a{display:block;padding:0 22px 0 22px;color:#fff;font-weight:bold;}
#etw_menu ul li a:hover{ background:#000000;}
#etw_menu ul li a.dqmenu{ background:#000000; border-left:1px solid #666666;border-right:1px solid #666666;}
#etw_menu li {
	float: left;
}

/*container*/
#container{width:100%;height:auto;margin:0 auto;overflow:hidden;}
#containerin{width:966px;height:auto;margin:0 auto;padding:35px 14px 15px 14px;overflow:hidden;}
.etw_bannerbg{width:100%;height:447px; overflow:hidden; margin:0 auto; text-align:center; position:relative; left:0px; top:0px;}

#swf_banner{width:1920px;height:447px; margin:0 auto;}
#etw_banner1{width:713px;height:162px;margin-top:1px;}
#etw_banner2{width:713px;height:auto;margin-top:1px;}
#etw_content{width:966px;height:auto; margin:0 auto;border-bottom:none;padding:30px 14px 10px 14px; overflow:hidden;}
/*sidebar*/
#etw_sidebar{width:224px;height:auto;float:left;padding-bottom:6px;}
.etw_sidebar1{width:179px;height:auto;float:left;padding-bottom:6px;}
.etw_sidebar1 p{padding-left:10px;}
.list_title{width:224px;height:58px;font-size:21px;color:#fff;line-height:55px;background:url(assets/img/list_title.jpg) no-repeat ; font:Impact;text-align:center; text-transform:uppercase;}
.list_title a{color:#fff;}

.list_title2{width:224px;height:58px;font-size:20px;color:#fff;line-height:18px;background:url(assets/img/list_title.jpg) no-repeat ; font:Impact;text-align:center; text-transform:uppercase;padding-top:6px;}
.list_title2 a{color:#fff; }
.list_title2 a.dq,.list_title2 a:hover{ text-decoration:underline;}

#etw_productlist{width:224px;height:auto; float:right; padding-top:10px; background:url(assets/img/listbg.jpg) repeat-y;}
#etw_productlist ul{width:204px;height:auto; float:right;}
#etw_productlist ul li{width:202px;height:auto;}
#etw_productlist ul li.last_case{border-bottom:1px solid #DBDBDB;}
#etw_productlist ul li.big_case,#etw_productlist ul li.more_case,#etw_productlist ul li.more_case1{border-bottom:1px solid #DBDBDB;}
#etw_productlist ul li.trade_case{border-bottom:none;}
#etw_productlist ul li.more_case a,#etw_productlist ul li.more_case1 a{color:#323232;font-weight:bold;padding:8px 6px 8px 24px; display:block; background:url(assets/img/list.jpg) no-repeat left;}
#etw_productlist ul li.none_case,#etw_productlist ul li.none_case1{width:186px;height:auto;line-height:17px;color:#323232;font-weight:bold;margin-top:6px;border:none;padding:10px 6px 10px 12px;}
#etw_productlist ul li.none_case1{color:#323232;margin:0px;}
#etw_productlist ul li.none_case span,#etw_productlist ul li.none_case1 span{text-decoration:underline;color:#323232;}
#etw_productlist ul li.rec_pro{border-top:none;}
#etw_productlist ul li.rec_pro a{color:#323232; line-height:18px;}
#etw_productlist ul li a{display:block;padding:3px 6px 3px 12px;line-height:14px;color:#000000;}
#etw_productlist ul li.big_case a,#etw_productlist ul li.trade_case a{font-weight:bold;padding:11px 6px 10px 24px;color:#323232; background:url(assets/img/list.jpg) no-repeat left;}
#etw_productlist ul li a:visited{color:#333;}
#etw_productlist ul li.more_case a:visited,#etw_productlist ul li.more_case1 a:visited{color:#333;}
#etw_productlist ul li a:hover,#etw_productlist ul li a.dqpro,#etw_productlist ul li a:visited.dqpro,#etw_productlist ul li a.big{text-decoration:underline;color:#000000;}
#etw_productlist ul li.more_case a:hover,#etw_productlist ul li.more_case a.dqpro,#etw_productlist ul li.more_case a:visited.dqpro,#etw_productlist ul li.more_case1 a:hover,#etw_productlist ul li.more_case1 a.dqpro,#etw_productlist ul li.more_case1 a:visited.dqpro{text-decoration:underline;color:#1652A0;}

#etw_productlist ul li.big_caseone{ width:204px; height:auto; float:left; background:#f6f6f6; padding-bottom:10px;}
#etw_productlist ul li.big_caseone a{font-weight:bold;padding:11px 6px 10px 26px;color:#323232; background:url(assets/img/list1.jpg) no-repeat left; display:block;}
#etw_productlist ul li.big_caseone ol{width:204px; height:auto; float:left; }
#etw_productlist ul li.big_caseone ol li a{ background:none; line-height:15px; padding:4px 0px 4px 28px; font-weight:normal; color:#666;}
#etw_productlist ul li.big_caseone ol li a.dq,#etw_productlist ul li.big_caseone ol li a:hover{ background:#7f7d7d; text-decoration:underline; color:#FFF;}
#etw_contact_title{width:224px;height:65px;background:url(assets/img/contact_bg.jpg) no-repeat center;margin-top:6px;}
#etw_contact_title a{color:#fff;display:block;font-size:18px; line-height:65px; padding-left:100px;text-shadow: 2px 2px 0px #333; text-transform:uppercase;}
#etw_contact_title a:hover{text-decoration:underline;}
#etw_contact_con{width:160px;border:1px solid #DBDBDB;border-top:none;padding:3px 5px 2px 12px;}
#etw_contact_con a{color:#0093dd;text-decoration:underline;font-size:11px;}
#etw_contact_con a:hover{text-decoration:none;}
#etw_news_title{width:430px;height:25px;background:url(assets/img/news_bg.jpg) no-repeat;}
#etw_news_title a{color:#e04911;font-weight:600;display:block;padding-left:28px;font-size:14px;font-family:Verdana, Geneva, sans-serif; line-height:25px;}
#etw_news_con{width:177px;height:210px;color:#333333;border-top:none;border-bottom:none;}
.etw_new_info{ overflow:hidden;}

#etw_sidebar #etw_news_title{width:100%;height:25px; background:none;}
#etw_sidebar #etw_news_title a{color:#e04911;font-weight:600;display:block;padding-left:28px;font-size:14px;font-family:Verdana, Geneva, sans-serif; line-height:25px;}



#etw_news_title1{width:162px;height:auto;padding:3px 5px 2px 12px;background:url(assets/img/news_bg1.jpg) no-repeat;margin-top:6px; margin-left:20px;}
#etw_news_title1 a{color:#B25909;font-weight:600;display:block;padding-left:15px;font-size:14px;font-family:Verdana, Geneva, sans-serif;}
#etw_newsindex1{height:auto;width:177px;border:1px solid #E7E7E7;border-top:none;border-bottom:none;overflow:hidden;line-height:0px;font-size:0px;}
/*pagebody*/
#etw_pagebody{width:713px;height:auto;float:right;padding-left:22px;padding-bottom:6px; overflow:hidden;}
#etw_pagebody p{ margin-bottom:15px;}
#etw_pagebody ul{ margin-bottom:15px; overflow:hidden;}
#etw_pagebody h3{ margin-bottom:10px;}

.etw_pagebody1{width:100%;height:auto;float:left;background:#DDDDDD;}
.etw_company{width:100%;height:auto;}
.etw_company strong{color:#e04911;}
.etw_company1{width:447px;height:auto; float:left; padding:20px 0px 15px 0px;}
etw_company2{width:100%;height:auto; float:left; padding:20px 0px 15px 0px;}
.etw_company3{width:100%;height:60px;float:left;overflow:hidden; } 
.etw_hometitle{width:413px;color:#e04911;font-weight:bold;height:22px;line-height:22px;margin-top:3px; margin-bottom:15px; display:block; }
.etw_hometitle a{color:#e04911;display:block; line-height:16px;font-size:15px; font-weight:bold; padding-top:7px;}
.etw_hometitle a:hover{color:#AB0209; text-decoration:underline;}

.etw_hometitle1{width:413px;color:#e04911;font-weight:bold;height:22px;line-height:22px;margin-top:3px; margin-bottom:15px; display:block;background:url(assets/img/company1.jpg) no-repeat left; padding-left:34px;}
.etw_hometitle1 a{color:#e04911;display:block; line-height:16px;font-size:15px; font-weight:bold; padding-top:7px;}
.etw_hometitle1 a:hover{color:#AB0209; text-decoration:underline;}


#etw_product{width:100%;height:auto;}
#etw_product ul{width:100%;float:left;}
#etw_product ul li{width:237px;height:auto;}
#etw_product ul li ol{width:222px;height:auto; display:block;padding:16px 10px 8px 5px;}
#etw_product ul li ol li{width:222px;height:auto;border:none;}
#etw_product ul li ol li a{display:block;height:120px;padding-bottom:5px;overflow:hidden;}
#etw_product ul li ol li.product_con{width:222px;height:130px;line-height:16px; display:block; overflow:hidden;}
#etw_product ul li ol li.product_con a{color:#e04911;padding:0px;height:auto;border:none;width:auto;font-weight:bold;}
#etw_product ul li ol li.product_con a:hover{color:#666;text-decoration:underline;border:none;}

#etw_product ul li ol li.product_con1{width:222px;height:auto;line-height:16px; display:block; overflow:hidden;}
#etw_product ul li ol li.product_con1 a{color:#333;padding:0px;height:auto;border:none;width:auto;font-weight:bold;}
#etw_product ul li ol li.product_con1 a:hover{color:#666;text-decoration:underline;border:none;}
#etw_product ul li ol li.more{width:92px;height:29;line-height:29px; display:block; background:url(assets/img/morebg.jpg) no-repeat; margin-top:5px;}
#etw_product ul li ol li.more a{color:#666;padding:0px;height:auto;border:none;width:auto; text-align:center;}
#etw_product ul li ol li.more a:hover{ color:#F00;text-decoration:underline;border:none;}
#etw_product ul li ol li.pic{width:222px;height:175px;line-height:16px; display:block; overflow:hidden;}
#etw_product ul li ol li.pic a{color:#e04911;padding:0px;height:auto;border:none;width:auto;font-weight:bold;}
#etw_product ul li ol li.pic1{width:222px;height:175px;line-height:16px; display:block; overflow:hidden;}
#etw_product ul li ol li.pic1 a{color:#e04911;padding:0px;height:160px;border:none;width:auto;font-weight:bold;}
#etw_product ul.small_pro li{/*height:95px;*/}
#etw_product ul.small_pro li ol li{height:auto;}
#etw_product ul.small_pro1 li{height:111px;}
#etw_product ul.small_pro1 li ol li{height:auto;}

#etw_product ul.big_pro{width:100%;border-top:1px solid #CCCCCC;padding-bottom:3px;margin-top:5px;line-height:16px;overflow:hidden;}
#etw_product ul.big_pro li{width:50%;height:109px;border-bottom:2px solid #E7E7E7;}
#etw_product ul.big_pro li ol{padding:4px 0 5px 0;width:100%;height:98px;}
#etw_product ul.big_pro li ol li{width:123px;border:none;height:auto;}
#etw_product ul.big_pro li ol li a{width:119px;height:88px;}
#etw_product ul.big_pro li ol li.product_con{width:225px;}
#etw_product ul.big_pro li ol li.product_con a{height:auto;width:auto;padding-bottom:3px;font-weight:bold;color:#333;}
#etw_product ul.big_pro li ol li.product_con a:hover{color:#666;}

#etw_product ul.product{width:100%;height:auto;}
#etw_product ul.product li{width:100%;height:121px;}
#etw_product ul.product li ol{padding:8px 0 8px 0;width:100%;}
#etw_product ul.product li ol li{width:155px;height:auto;}
#etw_product ul.product li ol li a{width:145px;height:100px;}
#etw_product ul.product li ol li.product_con{width:557px;}
#etw_product ul.product li ol li.product_con a{height:auto;width:auto;padding-bottom:3px;font-weight:bold;color:#333;}
#etw_product ul.product li ol li.product_con a:hover{color:#666;}

#etw_product ul.small_product{width:100%;height:auto;}
#etw_product ul.small_product li{width:100%;border:none;height:80px;}
#etw_product ul.small_product li ol{padding:5px 0 5px 0;width:100%;}
#etw_product ul.small_product li ol li{width:105px;height:auto;}
#etw_product ul.small_product li ol li a{width:105px;height:60px;}
#etw_product ul.small_product li ol li.product_con{width:580px;}
#etw_product ul.small_product li ol li.product_con a{height:auto;width:auto;padding-bottom:3px;font-weight:bold;color:#333;}
#etw_product ul.small_product li ol li.product_con a:hover{color:#666;}

/*footer*/
#footer,#xfooter{width:966px;height:auto;margin:0 auto;padding-top:10px; border-top:5px solid #e0e0e0;}
#footer a,#xfooter a{color:#333;text-decoration:none;}
#footer a:hover,#xfooter a:hover{color:#333;text-decoration:underline;}
#etw_homefooter{width:100%;padding:3px 0px;}
#etw_footer_nav{width:100%;height:auto;padding-top:3px;}
#etw_homefooter a{padding:0 5px;}
#etw_footer_nav a{padding:0 2px;}
#etw_footer_menu{width:900px;line-height:15px;float:left;margin-top:3px;padding-left:3px;}
#etw_toplink{background:url(assets/img/top1.gif) no-repeat right center;width:36px;height:auto;float:right;}
#etw_toplink a{color:#D6010A;font-weight:bold;}
#otherlink{width:100%;height:auto;text-align:right;padding-top:0px; padding-bottom:5px;}
#otherlink div{width:auto;margin-left:10px;text-align:right;display:inline;}

/*瀵艰埅椤甸潰*/
#etw_producttitle{width:100%;font-size:11px;line-height:15px;padding:3px 0;margin-bottom:10px;}
#etw_producttitle a{color:#163F56;}
#etw_producttitle a:hover{text-decoration:underline;}

.etw_cerpic{width:100%;height:auto;margin-top:5px;}
.etw_cerpic a{display:block;width:auto;padding:0px 6px 5px 0px;text-align:center;float:left;}
.etw_cerpic a img{border:1px solid #ccc;padding:1px;display:block;}
.etw_cerpic a:hover img{border:1px solid #CEE7FF;}


.etw_cerpic2{width:100%;height:auto;margin-top:5px;}
.etw_cerpic2 ul{width:100%;height:auto;float:left;} 
.etw_cerpic2 ul li{width:220px;height:auto;float:left;margin-right:17px; _margin-right:8px;text-align:center;color:#666;} 
.etw_cerpic2 ul li a{display:block;width:220px;text-align:center;float:left; color:#666; }
.etw_cerpic2 ul li a img{border:1px solid #ccc;padding:1px;display:block;}
.etw_cerpic2 ul li a:hover img{border:1px solid #CEE7FF;}


.etw_cerpic1{width:525px;height:auto;padding-top:5px;float:right;border-left:2px solid #fff;}
.etw_cerpic1 a,.etw_cerpic1 span{display:block;width:auto;padding:0px 16px 5px 10px;text-align:center;float:left;color:#666;}
.etw_cerpic1 a img,.etw_cerpic1 span img{border:1px solid #ccc;padding:1px;display:block;}
.etw_cerpic1 a:hover img{border:1px solid #CEE7FF;}

#etw_contact_left{width:46%;float:left;margin-right:8px;}
#etw_contact_left a{color:#0093dd;text-decoration:underline;}
#etw_contact_left a:hover{text-decoration:none;}
#etw_inform{width:53%;float:left;}
.etw_feedback_title{font-size:14px;height:auto;font-family:Verdana, Geneva, sans-serif;color:#e04911;padding:5px 0;font-weight:bold;}

#etw_location{width:100%;height:auto;text-align:center;}
#etw_location .etw_hometitle{text-align:left;margin-bottom:6px;}
#etw_location iframe{padding:2px;border:1px solid #ccc;}
#etw_location a{color:#0000FF;text-align:center;font-weight:bold;font-size:11px;padding:3px;font-size:13px;display:block;}

#etw_otherpro{width:100%;height:auto;padding-bottom:6px; margin-top:10px;}
#etw_otherttitle{font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold;width:100%;height:auto;border-bottom:1px solid #CAD5C8;line-height:22px;color:#e04911;font-size:13px;margin-top:2px;}
#etw_otherpro ul li{width:178px;height:auto;display:block;}
#etw_otherpro ul li.last_pro{width:168px;}
#etw_otherpro ul li ol{width:168px;height:auto;padding:6px 10px 0px 0;}
#etw_otherpro ul li.last_pro ol{padding:6px 0px 0px 0;}
#etw_otherpro ul li ol li{width:168px;height:64px;}
#etw_otherpro ul li ol li a{height:60px;border:1px solid #CACACA;display:block;padding:1px 0;text-align:center;}
#etw_otherpro ul li ol li a:hover{border:1px solid #CEE7FF;}
#etw_otherpro ul li ol li.etw_text{width:168px;height:auto;}
#etw_otherpro ul li ol li.etw_text a{display:block;color:#004193;text-align:center;height:auto;border:none;text-decoration:underline;}
#etw_otherpro ul li ol li.etw_text a:hover{border:none;text-decoration:none;}

#etw_otherpro ul.big_otherpro li{width:185px;display:block;}
#etw_otherpro ul.big_otherpro li.last_pro{width:175px;}
#etw_otherpro ul.big_otherpro li ol{width:175px;height:auto;padding:6px 10px 0px 0;}
#etw_otherpro ul.big_otherpro li.last_pro ol{padding:6px 0px 0px 0;}
#etw_otherpro ul.big_otherpro li ol li{width:175px;}
#etw_otherpro ul.big_otherpro li ol li.etw_text{width:175px;}
/*sitemap*/
#etw_sitemap{width:100%;height:auto;}
#etw_sitemap ul{width:100%;}
#etw_sitemap ul li{width:23%;padding-left:17px;}
#etw_sitemap ul li.ys1{color:#000;}
#etw_sitemap ul li a{color:#0000FF;text-decoration:underline;display:block;}
#etw_sitemap ul li a:hover{text-decoration:none;}
#etw_sitemap ul li.etw_single_layer,#etw_sitemap ul li.etw_big_layer{width:100%;padding:3px 0;}
#etw_sitemap ul li.etw_single_layer a{font-weight:bold;}
#etw_sitemap ul li.etw_small_layer{width:99%;padding-left:10px;}
#etw_sitemap span{color:#0000FF; font-weight:bold;}

/*鍐呴〉*/
.etw_rightpic1{width:100%;height:auto;float:left;margin:5px 0 0 0px;}
.etw_bigpic1{width:100%;height:auto;text-align:center;}
.etw_rightpic{width:370px;height:auto;float:left;margin:5px 0 0 0px;}
.etw_bigpic{width:360px;height:auto;text-align:center;}
.etw_describe{width:713px;float:right;}
.con_all{width:180px;height:auto;padding:20px 0 17px 0;float:right;}
#etw_pic_pro{ clear:both; width:695px;height:27px; background:#eee; line-height:27px;  color:#000;font-size:13px;font-weight:bold; padding-left:18px;}
#etw_pic_pro a{width:126px;height:27px;float:left;display:block;line-height:27px;margin-right:10px;color:#fff;font-size:13px;text-align:center;font-weight:bold;}
#etw_pic_pro a.photo{background:url(assets/img/photo_bg.jpg) no-repeat;}
#etw_pic_pro a.other_pro{background:url(assets/img/other_pro_bg.jpg) no-repeat;}
#etw_pic_pro a.photo1{background:url(assets/img/photo_bg.jpg) no-repeat;margin-top:7px;}
#etw_pic_pro a.other_pro1{background:url(assets/img/other_pro_bg.jpg) no-repeat;margin-top:7px;}
#etw_pic_pro .con_all a{width:180px;text-align:left;}

#etw_jslink{width:690px;height:auto;background:#F5F5F5;border:1px solid #EBEBEB;padding:8px 10px; margin-bottom:15px;overflow:hidden;}
.etw_smallpic{width:713px;height:auto;}
.etw_smallpic a{float:left;padding:7px 10px 7px 0px;display:block;}
.etw_smallpic a img{border:none;}
#etw_jslink ul{width:100%;height:auto;}
#etw_jslink ul li{width:100px;height:auto;text-align:center;padding:0px 5px;}
#etw_jslink ul li a{padding:5px 0;color:#333;font-family:Verdana, Arial, Helvetica, sans-serif;float:left;}
#etw_jslink ul li a img{display:block;margin:0 auto 3px auto;}
#etw_jslink ul li a:hover,#etw_jslink ul li a.dqlink{text-decoration:underline;}

.link_pic{width:100%;height:auto;padding-top:3px;}
.link_pic a{width:44px;float:left;display:block;padding-right:3px; line-height:14px;font-size:11px;text-align:center; color:#e04911;}
.link_pic a:hover,.link_pic a.dqlink{color:#333333;text-decoration:underline;}
.link_pic a img{border:1px solid #ccc;display:block;margin-right:3px;display:block;margin:0 auto;}

.etw_tablestyle{background:#EBE9E9;border-top:2px solid #F3F2F2;width:100%; margin-bottom:3px;}
.etw_tablestyle tr{ background:#fff;}
.etw_tablestyle tr.etw_tablestyle_top,.etw_tablestyle td.etw_tablestyle_top{color:#e04911;background:#FAFAFA;font-weight:bold;}
.etw_tablestyle td{ padding:1px 2px 1px 3px;}

#etw_home_text{width:100%;background:#F3F3F3;}
#etw_home_text p{padding:5px 3px 5px 5px;border-top:1px solid #ccc;}
#etw_home_text p a{color:#0000FF;text-decoration:underline;font-weight:bold;}
#etw_home_text p a:hover{text-decoration:none;color:#810081;}

/*鍏跺畠*/
#bigimg{display:block;margin:25px auto 10px auto;}
#etw_cookie_title{width:100%;height:auto;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:16px;color:#0093DD;padding:3px 0 2px 0;font-weight:bold; text-align:center;}
.con_all_01{width:300px;height:auto;float:right;padding-bottom:2px;}
.con_all_01 a{width:auto;height:auto; float:left;}
a#backlink{width:62px;height:27px;line-height:27px;float:right;background: url(assets/img/back.jpg) no-repeat center;text-align:center;font-weight:bold;color:#003E85;padding:3px 0;}

/*trade*/
#etw_tradepro{width:100%;height:auto;float:left;margin:10px auto;}
#etw_tradepro ul{ width:100%;height:auto;float:left}
#etw_tradepro ul li{width:100%;height:auto;float:left;background:url(assets/img/probottombg.jpg) bottom repeat-x;}
#etw_tradepro ul li ol{width:100%;height:auto;float:left;margin:2px 0px 5px 0px;}
#etw_tradepro ul li ol li{width:82px;height:auto;display:inline;float:left;border:none;background:url(assets/img/probg.jpg) no-repeat;}
#etw_tradepro ul li ol li a{display:block;color:#BD910C;text-align:center;margin-top:4px;border:1px solid #ccc;}
#etw_tradepro ul li ol li a:hover{border:1px solid #296AAC;}
#etw_tradepro ul li .tradecontent{width:85%;float:left;height:auto;padding-left:3px;margin-left:5px;border:none;margin-top:0px;text-align:left;background:none;}
#etw_tradepro ul li .tradecontent a{text-align:left;color:#000;display:block;border:none;text-decoration:underline;margin:0px;}
#etw_tradepro ul li .tradecontent a:hover{color:#296AAC;text-decoration:underline;border:none}
.etw_page{ float:right;width:99%;text-align:center;margin-bottom:10px}
.etw_page a{background:#B2C223;color:#fff;padding:3px 8px;border:1px #ccc solid;line-height:25px;margin-right:3px;}
.etw_page a:hover{ background:#09F;color:#fff;}
.etw_page a.dqpage{background:#fff;color:#F00;font-weight:bold;}
.trade_detailspic{width:270px;height:auto;float:left;margin-top:10px;border:1px #ccc solid;text-align:center;}
.trade_detailspic img{padding:10px;margin:0 auto;display:block;border:none;} 
.trade_describe{ width:61%;height:auto;float:right;margin-top:10px;}
#trade_relatedpro{width:90%;height:auto;float:left;} 
#trade_relatedpro img{ border:1px solid #ccc;float:left;margin-right:5px;margin-top:5px;}
.trade_detail_title{font-size:14px;width:90%;font-weight:bold;color:#000;line-height:30px;margin-top:5px;float: left;} 
.trade_text{font-family:Verdana, Arial, Helvetica, sans-serif;float:left;border:1px  dashed #ccc;width: 96%;padding:10px 5px 10px 8px;margin-top:6px;}
.trade_form{float:left;width:94%;margin-top: 5px;}
.trade_formleft{float:left;width:60px;text-align: right;padding-right: 5px;}
.trade_formright{width:530px;float:left;}
.trade_form .trade_etwright input{height:20px;font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:20px;font-weight:bold;border:1px solid #7B9EBD;color:#990000;}
.trade_form .trade_etwright textarea{ width:530px;height:140px;font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:20px;font-weight:normal;border:1px solid #7B9EBD;color:#990000;}
.trade_buttom{float:right;width:65%;margin-top:20px;}
#tradedetails_pro{width:99%;height:auto;float:left;margin:10px auto;}
#tradedetails_pro ul{ width:100%;height:auto;float:left}
#tradedetails_pro ul li{width:49%;height:auto;float:left;}
#tradedetails_pro ul li ol{width:100%;height:auto;float:left;margin:2px 0px 5px 0px;}
#tradedetails_pro ul li ol li{width:82px;height:auto;display:inline;float:left;} 
#tradedetails_pro ul li .detailscon{width:72%;float:right;height:auto;padding-left:3px;}
#tradedetails_pro ul li .detailscon a{text-align:left;color:#000;display:block;border:none;text-decoration:underline;margin:0px;}
#tradedetails_pro ul li .detailscon a:hover{color:#296AAC;text-decoration:underline;border:none}
#tradedetails_pro ul li ol li img{ border:1px solid #ccc;}

.trade_picview { width:75%;text-align:center;height:auto;float:right;margin-bottom:20px;}
.trade_zoomrelated,.trade_zoompicview{width:100%;height:auto;margin:10px auto;text-align:center;float:left;}
.trade_zoomrelated img{border:1px #ccc solid;margin:0 5px;padding:2px;}
.trade_zoompicview img{ margin:0 auto;border:8px solid #D8D8D8;padding:2px;}
#trade_zoom{ float:left;width:200px;margin-top:80px;}
#trade_zoom ul{width:100px;float:left;padding:0px;margin:0px;padding-left:30px;}
#trade_zoom ul li{width:26px;height:26px;float:left;list-style:none;}
.trade_back{float:left;}
.trade_back a{text-decoration:underline;color:#81A6CC;}
.trade_back a:hover{text-decoration:none;}

/*new*/
#etw_news{ width:100%; height:auto; margin:8px 0; float:left;}
#etw_news ul{ width:100%; height:auto;float:left;}
#etw_news ul li{ width:100%; height:auto;float:left; margin-bottom:8px;}
#etw_news ul li.news_time{float:left; margin-bottom:0;}
#etw_news ul li.news_time a{ color:#0055A0;text-decoration:underline; float:left;}
#etw_news ul li.news_time a:hover{ text-decoration:none;}
#etw_news ul li.news_time span{ float:right; margin-right:10px; color:#FF0000;}
 
.etw_mainbody{width:100%;height:auto;float:left;}
.etw_mainbody p{margin-bottom:10px;}
.side{width:100%;height:auto;float:left;margin-top:10px; } 
.side img { margin-right:10px;float:left;display:block; border:1px #ccc solid; } 
#newstime{width:100%;height:auto;float:left;text-align:center;color:#666769;margin:5px auto;} 
#news_describe{width:100%;height:auto;float:left;color:#666769;margin:3px 0px 8px 0px;}
#news_print{width:90%;color:#FF0000;text-align:right;float:right;}
#news_print a{margin-right:10px; color:#f00;}
#etw_newstitle{width:100%;height:auto;float:left;text-align:center;font-weight:bold;font-size:15px;color:#0779B5;padding-top:15px;}
.etw_newspic{width:100%;height:auto;text-align:center;margin:5px auto;}

#etw_newsindex{width:430px;height:60px;line-height:20px;  padding-bottom:35px;   }
.etwhome_new{width:400px;height:auto;line-height:18px;font-size:12px;}
.etwhome_new_con{width:400px;height:auto;float:left;}
.etwhome_new_con a{width:auto;color:#666666;height:auto;padding:5px 6px 5px 0px;display:block; line-height:14px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;text-decoration:none; float:left;}
.etwhome_new_con a:hover{text-decoration:underline;}
.etwhome_new span{color:#C90103;display:block;float:right;}

#etw_set_feedback_form{width:99%;height:auto;float:left;border:1px solid #CFD8E1;text-align:center;}
#etw_form_title{width:100%;line-height:26px;float:left;background:url(assets/img/addtit.jpg) repeat-x #EAEFF2;font-weight:bold;color:#e04911;text-align:left;}
.etw_form_title{padding-left:5px; font-size:14px;}

.etw_homebody{ width:400px; height:auto; float:left; padding:230px 0px 0px 26px;}
.etw_homebody h2{width:400px; height:auto; float:left; font-size:40px; text-transform:uppercase; display:block; line-height:30px; color:#f5f5f5;text-shadow: 0px 2px 0px #006699; font:Impact; letter-spacing:-2px;}
.etw_homebody h2 span{ font-size:25px;}
.etw_homebody p{width:400px; height:auto; float:left; font-size:24px; line-height:25px; display:block; padding-top:20px;text-shadow: 2px 0px 0px #fff;}
.etw_homebody .more{ width:75px; height:24px; float:left; background:#b7b7b7; margin-top:22px;filter:alpha(opacity=90); opacity:0.9; border:1px solid #fff;}
.etw_homebody a{ line-height:24px; color:#fff; text-align:center; display:block; text-shadow:#595959 1px 0 0,#595959 0 1px 0,#595959 -1px 0 0,#595959 0 -1px 0;font-family:"Times New Roman", Times, serif;}
.etw_homebody a:hover{ text-decoration:underline; text-shadow:#595959 1px 0 0,#595959 0 1px 0,#595959 -1px 0 0,#595959 0 -1px 0;}
#etw_hotproduct{width:100%; height:200px; float:right; border-bottom:1px dotted #ccc;} 
#etw_hotproduct ul{width:100%; float:left;}    
#etw_hotproduct ul ol{width:237px; float:left; padding-right:4px; }    
#etw_hotproduct ul ol li.pic{width:237px; height:150px; float:left; padding-bottom:7px; background:url(assets/img/bbg.gif) no-repeat bottom;}
#etw_hotproduct ul ol li.pro{width:237px;height:35px;float:left;line-height:35px;position:relative; top:-43px;color:#fff; }  
#etw_hotproduct ul ol li.pro a{color:#fff; font-size:16px; font-weight:bold; line-height:35px;display:block; padding-left:10px; text-shadow: 2px 0px 5px #000; text-transform:uppercase;}  
#etw_hotproduct ul ol li.pro a:hover{text-decoration:underline; text-shadow: 2px 0px 5px #000;}
.center{ width:100%; height:auto; float:left;}
.news{ width:430px; height:300px; float:right; margin-top:22px;border-left:1px dotted #ccc; padding-left:40px; overflow:hidden;}
.service{ width:430px; height:105px;  float:left; padding-top:18px; background:url(assets/img/servicebg.jpg) no-repeat right; margin-top:10px;border-top:1px dotted #ccc;}
.servicetitle{ width:430px; height:24px; float:left; background:url(assets/img/servicebg1.jpg) no-repeat left;}
.servicetitle a{ font-size:15px; font-weight:bold; color:#e04911; line-height:24px; display:block; padding-left:28px;}
.servicetitle a:hover{ color:#F00; text-decoration:underline;}
.service p{ width:250px; height:auto; float:left; display:block; line-height:18px;}

.etw_list{width:100%; height:auto;  margin:0 auto; border-top:1px solid #e1e1e1; overflow:hidden;}
.etw_listin{width:966px; height:auto;  margin:0 auto; padding-top:30px; padding-bottom:20px; overflow:hidden;}
.etw_listtxt{ width:100%;float:left;  line-height:20px; font-size:13px; font-weight:bold; color:#666; margin-bottom:5px; }
.etw_list1{ width:240px; height:auto; float:left;}
.etw_list1 ul{ width:240px; height:auto; float:left;}
.etw_list1 ul li{ width:95%; height:auto; float:left;}
.etw_list1 ul li a{ color:#666; line-height:25px;}
.etw_list1 ul li a:hover{ color:#006699; text-decoration:underline}
.etw_listtxt1{ width:100%;float:left; margin-bottom:5px; }
.etw_listtxt1 a{ line-height:20px; font-size:13px; font-weight:bold; color:#666;}
.etw_listtxt1 a:hover{ color:#F00; text-decoration:underline;}
.etw_list2{ width:200px; height:auto; float:left;}
.etw_list2 ul{ width:200px; height:auto; float:left;}
.etw_list2 ul li{ width:95%; height:auto; float:left;}
.etw_list2 ul li a{ color:#666; line-height:25px;}
.etw_list2 ul li a:hover{color:#006699; text-decoration:underline}
.etw_list3{ width:250px; height:auto; float:left;}
.etw_list3 p{ color:#666; line-height:25px;}
.etw_list3 p a{ color:#666;}
.etw_list3 p a:hover{color:#006699; text-decoration:underline}
.etw_contxtbg{ width:260px; height:auto; float:right;color:#666; line-height:18px;}
.etw_contxt{ width:100%;float:left; line-height:24px; font-size:13px; font-weight:bold; color:#666; margin-bottom:5px; }
.etw_contxt a{color:#666;}
.etw_contxt a:hover{ color:#F00;text-decoration:underline;}
.mail{ color:#006699; text-decoration:underline;}
.mail1{ color:#006699; text-decoration:underline;}
.mail:hover{ color:#F00; text-decoration:none;}


#picleft{width:713px; height:364px; float:left; margin-top:5px;}
.picture{width:713px;  float:left; height:68px; margin-top:20px;}
.picright{width:680px; height:62px; float:left; overflow:hidden;}
.picright ul{width:680px; height:auto;}
.picright ul li{width:90px; height:auto; text-align:center; margin-right:6px; _margin-right:3px;}
.picright ul li a{ display:block; width:90px; text-align:center; border:1px #ccc solid;}
.picright ul li img{width:90px; height:auto;}
.picright ul li a:hover{ border:1px #F00 solid;}
#toppic{width:18px; height:60px; float:left;cursor:pointer; display:block; z-index:1000px;}
#bottompic{width:11px; height:60px; float:left;cursor:pointer; display:block; z-index:1000px;}

.linkd{ width:100%; height:auto; float:left; margin-bottom:5px; margin-top:15px; border-bottom:3px solid #fd8514;}
.linkd ul{ width:100%; height:auto; float:left;}
.linkd ul li{ width:24%; height:auto; float:left; background:#fd8514; margin-right:4px;}
.linkd ul li.one{ width:15%; height:auto; float:left;}
.linkd ul li.two{ width:28%; height:auto; float:left;}
.linkd ul li a{display:block;font-size:12px; color:#fff; font-weight:bold; line-height:15px; padding:10px 0px;text-align:center;}
.linkd ul li a.dq,.linkd ul li a:hover{ text-decoration:underline;}

.review{ font-size:18px; color:#F00; line-height:28px;}
.title{ width:99%; height:auto; float:left; border-top:1px solid #eee;}
.title a{ color:#e04911; font-size:18px; display:block; line-height:25px; padding-left:5px; padding-bottom:10px;}
.title a:hover{ text-decoration:underline;}

.fenye{ width:160px; height:21px; float:right;  margin-bottom:5px;}
.fenye a{ width:20px; height:21px; line-height:21px; margin-right:5px;display:block; float:left; text-align:center; color:#666;}
.fenye a.feiyedq{ color:#F00;}
.fenye a:hover{ text-decoration:underline;}


.homemore{width:60px;height:16px;float:right;margin-bottom:6px;margin-bottom:5px;}
.home_more{width:44px;height:14px;float:right; margin-top:7px; padding-right:20px;}
.home_more a,.homemore a{color:#f00;}
.home_more a:hover,.homemore a:hover{color:#333;}

.jspContainer{overflow:hidden;position:relative}
.jspPane{position:absolute}
.jspVerticalBar{position:absolute;top:0;right:0;width:6px;height:100%;background:red}
.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px;}
.jspVerticalBar *,.jspHorizontalBar *{margin:0;padding:0}
.jspCap{display:none}
.jspHorizontalBar .jspCap{float:left}
.jspTrack{background:#e2e2e2;position:relative}
.jspDrag{background:#e04911;position:relative;top:0;left:0;cursor:pointer}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}
.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer}
.jspArrow.jspDisabled{cursor:default;background:#80808d}
.jspVerticalBar .jspArrow{height:16px}
.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}
.jspVerticalBar .jspArrow:focus{outline:0}
.jspCorner{background:#DEDEDE;float:left;height:100%}
* html .jspCorner{margin:0 -3px 0 0} 

#parameter .para_table{ margin:0;}

.caiji li h3 {
	margin-top:15px;
}
.caiji li {
	border-bottom:#e2e2e2 1px solid;
	padding:10px 0;
	overflow:hidden;
}
.caiji li img {
	float:left;
	padding:15px 15px 5px 0;
}
#etw_pagebody .caiji li p,#etw_pagebody .relt_pro p{
	margin-bottom:0;
	}
.caiji li a, .relt_pro p a:hover{
	color:#e04911;
	}
.caiji li a:hover, .relt_pro p a{
	color:#333;
	}
.wp-pagenavi { position:relative; overflow:hidden; margin-bottom:12px; margin-top:15px; padding:4px 0px }	
.wp-pagenavi a, .wp-pagenavi span.current { 
	font-size:11px; float:left; padding:4px 8px; margin-right:5px; margin-bottom:5px; background:#f3f3f3 0px 0px repeat-x; border:1px solid #cfcfcf; border-bottom:1px solid #c0c0c0;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	border-radius:2px;
}	

#etw_pagebody .productlist img{padding-left: 10px;float: left;padding-top: 5px;}
#etw_pagebody .productlist p{clear:both;margin-top:8px;margin-left:10px}
#etw_pagebody .productlist h3 a{color:#000;padding-left: 10px; font-weight:500}
#etw_pagebody .productlist span a{color:#000;padding-left: 10px;}
.wp-pagenavi a:hover { border:1px solid #ababab; text-decoration:none }
.wp-pagenavi span.pages { font-size:11px; margin-right:10px; color:#888 }	
.wp-pagenavi a:active, .wp-pagenavi span.current, .wp-pagenavi span.dotts  { border:1px solid #cfcfcf; background-position:0px -27px; border-top:1px solid #c0c0c0 }



#focus { width:100%; /*height:445px;*/ overflow:hidden; position:relative; }
#focus ul { height:380px; position:absolute; }
#focus ul li { float:left; /*height:445px;*/ overflow:hidden; position:relative; background:#000; }
#bannerimage { width:100%; }
#bannerimage1 { width:100%; }
#bannerimage2 { width:100%; }
#bannerimage3 { width:100%; }
#focus ul li div { position:absolute; overflow:hidden; }
#focus .btnBg { position:absolute; width:100%; height:20px; left:0; bottom:0; /*background:#000;*/ }
#focus .btn { position:absolute; width:100%; height:6px; padding:0px; right:0; bottom:0; text-align:center; }
#focus .btn span { display:inline-block; _display:inline; _zoom:1; width:15%; height:6px; _font-size:0; border-right:1px #FFF solid; margin-left:0px; cursor:pointer; background:#a6a6a6; }
#focus .btn span:last-child { border-right:0; }
#focus .btn span a { background:#a6a6a6; }
#focus .btn span a:hover { background:#ff9900; }
#focus .btn span.on { background:#ff9900; }
#focus .preNext { width:61px; height:61px; position:absolute; top:180px; cursor:pointer; }
#focus .pre { left:0; }
#focus .next { right:0; background-position:right top; }

.breadcrumb {
	font-size: 90%;
	margin: 10px 0;
}

.breadcrumb a {
	color: #333;
}

.widget {
	background: url(assets/img/listbg.jpg) repeat-y;
	margin-bottom: 20px;
}

.widget-title {
width: 224px;
height: 58px;
font-size: 21px;
color: #fff;
line-height: 55px;
background: url(assets/img/list_title.jpg) no-repeat;
font: Impact;
text-align: center;
text-transform: uppercase;
}

.widget ul {
	padding: 10px 0;
}

.widget li {

}

.widget a {
color: #333;
display: block;
padding: 3px 6px 3px 12px;
line-height: 14px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}