﻿@charset "utf-8";
/* public */
.clear{ clear:both; width: 0; height: 0; margin: 0; padding: 0;}
.left{ float:left;}
.right{ float:right;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
img,a{ border:0;}
ul,li{ list-style:none;}
a{ text-decoration:none; font-family: Arial, Helvetica, sans-serif; color: #333333;}
a:hover{ color: #ae001c;}
input{ font-family: Arial, Helvetica, sans-serif;}
/*body*/
body{ background-color:#fff; font-family: Arial, Helvetica, sans-serif; font-size:12px; margin:0; color: #333333;}
.center{ width:960px; margin:0 auto;}

/*header*/
.header{width: 960px; overflow: hidden;}
.header_language{ height: 26px; line-height: 26px; color: #333333; overflow: hidden; text-align: right; padding-top: 5px;}
.header_language_font{}
.header_language_font a{ color: #333333; margin-left: 10px;}
.header_language_font a:hover{ text-decoration:underline; color: #ae001c;}

.header_language_img{}
.header_language_img a{ display: inline-block; height: 26px; color: #333333; margin-left: 10px; line-height: 26px; background-repeat: no-repeat; background-position-x: 0; background-position-y: 4px; padding-left: 32px;}

.header_logo{ float:left; height: 100px;  overflow: hidden;}
.header_company{ float:left; height: 100px; overflow: hidden; display: table;}
.header_company h1{ font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-weight: normal; color: #303030; display: table-cell; vertical-align: middle;}

.header_right{ float: right;  height: 100px; overflow: hidden;}
.header_user{ text-align: right; height: 30px; line-height: 30px;}
.header_email{ text-align: right; color: #ae001c; font-size: 16px; padding-top: 2px; padding-bottom: 12px;}
.header_email a{ color: #ae001c; font-size: 16px;}
.header_email a:hover{ text-decoration:underline; }
.header_search{ width: 231px; height: 27px; overflow: hidden; float: right; }
.header_search_input_div{ float: right; background: url('../images/search_input_bg.gif') no-repeat; height: 27px; width: 199px; margin-right: 4px;}
.header_search_input{ height: 27px; width: 179px; border: none; background: none; padding:0 10px; line-height: 27px;  color: #777777;}
.header_search_button_div{ float: right;}
.header_search_button{ background: url('../images/search_button.gif') no-repeat; border: none; height: 27px; width: 28px; cursor: pointer;}

/*navigation*/
.navigation{ background: url('../images/navigation_bg.gif') repeat-x; width: 950px; height: 42px; margin-bottom: 12px; border: 1px solid #292929; border-radius: 5px; padding: 0 5px;}

.sf-menu, .sf-menu * {
  margin:     0;
  padding:    0;
  list-style:   none;
}
.sf-menu {
  line-height:  42px;
}
.sf-menu ul {
  position:   absolute;
  top:      42px;
  /* width:      250px; left offset of submenus need to match (see below) */
}
.sf-menu ul li {
  width:      100%;
}
.sf-menu li:hover {
  visibility:   inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float:      left;
  position:   relative;
}
.sf-menu a {
  display:    block;
  position:   relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left:     -1px;
  top:      42px; /* match top ul list item height */
  z-index:    99999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: 42px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: 0;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
  float:      left;
}
.sf-menu a {
  padding:    0 20px;
  text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  color: #fff;
}
.sf-menu li {
  background:url('../images/navigation_a_right_line.gif') right top no-repeat;
}
.sf-menu li:hover {
  background:url('../images/navigation_hover_bg.gif') right top no-repeat; outline:    0;
}
.sf-menu li li {
  background:   #292929;
}
.sf-menu li li:hover {
  background:url('../images/sub_navigation_bg.gif') left top no-repeat; outline:    0;
}
.sf-menu li li li {
  background:   #292929;
}
.sf-menu li li li:hover {
  background:url('../images/sub_navigation_bg.gif') left top no-repeat; outline:    0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
  padding-right:  30px;
  min-width:    1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
  position:   absolute;
  display:    block;
  right:      .75em;
  top:      1.05em; /* IE6 only */
  width:      10px;
  height:     10px;
  text-indent:  40px;
  overflow:   hidden;
  background:   url('../images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
  top:      15px;
  background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0; /* arrow hovers for modern browsers*/
}

#current{ background:url('../images/navigation_hover_bg.gif') right top no-repeat;}


/*index_middle*/
.index_middle{ width: 960px;}
.index_middle_left{ float: left; width: 230px; margin-right: 10px;}
.index_middle_right{ float: left; width: 720px;}

.index_full_title{ color: #333333; background: #dcdcdc; font-size: 16px; font-weight: bold; border: 1px solid #d3d3d3; padding: 10px 10px 10px 15px; }

/*index_banner*/
.index_banner{ margin-bottom: 10px; overflow: hidden; border-radius: 5px;}

/*index_about_us*/
.index_about_us{ width:720px; margin-bottom: 10px;}
.index_about_us_title{ color: #333333; background: #dcdcdc; font-size: 16px; font-weight: bold; border: 1px solid #d3d3d3; padding: 10px 10px 10px 15px;}
.index_about_us_main{ line-height: 22px; margin-top: 10px; border: 1px solid #d3d3d3; padding: 10px;}
.index_about_us_main img{}


/*index_hot_product*/
.index_hot_product{ margin-bottom: 10px; }
.index_hot_product_main{ padding-top: 10px;}
.index_hot_product_tr{ width: 720px; margin-bottom: 15px;}
.index_hot_product_td{ float: left;}
.index_hot_product_td_img{ border: 1px solid #d3d3d3; background: #fff; display: table-cell; vertical-align: middle; text-align: center; overflow: hidden;}
.index_hot_product_td_img:hover{ border-bottom: 1px solid #949494;}
.index_hot_product_td_text{}
.index_hot_product_td_text a{ color: #333333; }
.index_hot_product_td_text a:hover{ color: #ae001c;}
.index_hot_product_td_name{ text-align: center; line-height: 24px;}
.index_hot_product_td_number{ text-align: center; line-height: 22px;}


/*index_new_product*/

#zSlider{ width:720px; margin-bottom: 10px; overflow:hidden;}
#picshow{position:relative; float:left; margin-right: 5px;}
#picshow_img{width:400px; height:400px; border: 1px solid #D3D3D3; overflow:hidden; }
#picshow_img li{ width:400px; height:400px; overflow:hidden;}
#picshow_img li a{ display:table-cell; width:400px; height:400px; line-height: 400px; vertical-align: middle; text-align: center;}
#picshow_img li a img{}

#picshow_tx{left:0; width:402px; bottom:0px; position:absolute; overflow:hidden;}
#picshow_tx li{ background: #000000; filter:alpha(Opacity=80); -moz-opacity:0.5; opacity: 0.5; padding:10px 30px; color:#fff; display:none;}
#picshow_tx li a{color:#fff;}
#picshow_tx li a:hover{text-decoration:underline;}
#picshow_tx li h3{ margin:4px 0;}
#picshow_tx li p{ color:#ccc; line-height:16px; height:16px; overflow:hidden;}

#select_btn{width:311px; height:400px; border: 1px solid #D3D3D3; color:#111; float:right; display:inline; background-color:#f0f0f0;}
#select_btn li{padding:5px; width:301px; height:70px; cursor:pointer;}
#select_btn li:hover{background-color:#fff;}
#select_btn li.current{background-color:#fff;}
#select_btn li.current:hover{background-color:#fff;}
#select_btn a{ color:#333333;}
#select_btn img{border:1px solid #ccc; width:68px; height:68px; margin-right:10px; float:left;}
#select_btn .select_text{ font:bold 13px/16px 'Microsoft YaHei'; overflow:hidden; display:block;}
#select_btn .select_text:hover{}
#select_btn .select_id{ height:23px; line-height:23px; overflow:hidden; display:block;}


/*footer*/
.footer{}

.partners_img{ padding: 10px 0; border-top: 1px solid #efefef;}
.partners_img a img{}

.footer_bg{ background-color: #fafafa; border-top: 1px solid #dddddd; padding: 20px 0; text-align: center; line-height: 22px;}
.partners_text{ padding: 8px 0; color: #777777;}
.partners_text a{ color: #777777;}
.partners_text a:hover{ color:#777777; text-decoration:underline;}
.foot_navigation{ padding: 8px 0; color: #777777;}
.foot_navigation a{ color: #777777;}
.foot_navigation a:hover{ color:#777777; text-decoration:underline;}
.foot_other_code{ padding: 8px 0;  color: #777777;}

/*other_banner*/
.other_banner_bg{}
.other_banner{ margin-bottom: 10px;}
#obanner{ border-radius: 5px;}

/*middle*/
.middle_bg{}
.middle{ width: 960px; overflow: hidden; margin-bottom: 10px;}

/*middle_main*/
.left_title{ background: url('../images/left_title_bg.gif') no-repeat; width: 230px; height: 40px; line-height: 40px; color: #FFFFFF; font-size: 16px; text-align: center; overflow: hidden;}

.left_other_title{ background: url('../images/left_title_bg.gif') no-repeat; width: 230px; height: 40px; line-height: 40px; color: #FFFFFF; font-size: 16px; text-align: center; overflow: hidden;}


/*middle_left*/
.middle_left{ float: left; width: 230px; margin-right: 10px;}

/*middle_left_product_category*/
.middle_left_product_category{ margin-bottom: 20px; background: #ebebeb; }
.middle_left_product_category_main{ width: 228px; border-left: 1px solid #d3d3d3; border-right: 1px solid #d3d3d3; overflow: hidden;}

/* 侧边菜单 */
.middle_left_product_category_one{ border-bottom: 1px solid #d3d3d3;}
.middle_left_product_category_one_1{ padding:10px; }
.middle_left_product_category_one_1 a{display: block; color: #333333; font-size: 12px;}
.middle_left_product_category_one_1 a:hover{ color: #ae001c; }

.middle_left_product_category_one_2{ padding:10px 10px 10px 20px; border-top: 1px solid #dfdfdf;}
.middle_left_product_category_one_2 a{display: block; color: #333333; font-size: 12px;}
.middle_left_product_category_one_2 a:hover{ color: #ae001c; }

.middle_left_product_category_one_3{ padding:10px 10px 10px 30px; }
.middle_left_product_category_one_3 a{display: block; color: #333333; font-size: 12px;}
.middle_left_product_category_one_3 a:hover{ color: #ae001c; }
/* 侧边弹出菜单 */
#middle_left_product_category_sidemenu{}
#sidemenu{
  width: 230px;
}
ul#sidemenu, ul#sidemenu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 230px;
}
ul#sidemenu a {
  display: block;
  text-decoration: none;
}
ul#sidemenu li#big_list {
  padding: 0 25px 0 0;  
  background: url('../images/left_list_bg.gif') no-repeat 210px 15px;
  border-bottom: 1px solid #d3d3d3;
}
ul#sidemenu li#big_list:hover {
  border-bottom: 1px solid #949494;
}
ul#sidemenu li#big {
  padding: 0 25px 0 0; 
  border-bottom: 1px solid #d3d3d3;  
}
ul#sidemenu li#big:hover {
  border-bottom: 1px solid #949494;
}
ul#sidemenu li a {
  padding: 10px 0 10px 10px; 
  color: #333333;	
  font-size: 12px;
}
ul#sidemenu li a:hover {
  color: #ae001c;
}
ul#sidemenu li ul{
  background: none;
  border-top: 1px solid #dfdfdf;
  width: 230px;
}
ul#sidemenu li ul li a {
  background: none;
  color: #333333;
  padding:10px 0; 
  margin: 0 0 0 10px;
}
ul#sidemenu li ul li a:hover{
  color: #ae001c;
}
ul#sidemenu li ul li#little a {
  background: none;
  color: #333333;
  padding:10px 0; 
  margin: 0 0 0 20px;
}
ul#sidemenu li ul li#little a:hover{
  color: #ae001c;
}


/*middle_left_newpro*/
.middle_left_newpro{ margin-bottom: 10px; border: 1px solid #d3d3d3; padding: 10px 0;}
.middle_left_newpro_main{ width: 228px; overflow: hidden; }
.middle_left_newpro_img{ background: #fff; text-align:center; display:table-cell; vertical-align:middle;}
.middle_left_newpro_img:hover{}
.middle_left_newpro_text{ text-align: center; }
.middle_left_newpro_text a{ line-height: 22px; color: #333333; font-weight: bold;}
.middle_left_newpro_text a:hover{ color: #ae001c}


/*middle_left_about*/
.middle_left_about{ margin-bottom: 10px;}
.middle_left_about_main{ width: 228px; overflow: hidden; border: 1px solid #d3d3d3; border-bottom: 0;}
.middle_left_about_one{ padding:10px 0 10px 10px; border-bottom: 1px solid #d3d3d3;}
.middle_left_about_one a{ display: block; color: #333333; font-size: 14px;}
.middle_left_about_one a:hover{ color: #ae001c;}


/*middle_left_newclass*/
.middle_left_newclass{ margin-bottom: 10px;}
.middle_left_newclass_main{  width: 228px; overflow: hidden; border: 1px solid #d3d3d3; border-bottom: 0;}
.middle_left_newclass_one{ padding:10px 0 10px 10px; border-bottom: 1px solid #d3d3d3;}
.middle_left_newclass_one a{ display: block; color: #333333; font-size: 14px;}
.middle_left_newclass_one a:hover{ color: #ae001c;}


/*middle_left_new*/
.middle_left_new{ margin-bottom: 10px; padding: 10px 0;}
.middle_left_new_main{ background: #ececec; width: 228px; border: 1px solid #d3d3d3; border-top: 0px; padding-bottom: 10px; overflow: hidden;}
.middle_left_new_main a{ display: block; background: url('../images/news_list_bg.gif') no-repeat 7px 10px; padding:5px 0 5px 15px; line-height: 18px; color: #333333; }
.middle_left_new_main a:hover{ color: #ae001c;}

/*middle_left_contact*/
.middle_left_contact{ margin-bottom: 10px; }
.middle_left_contact_main{ width: 208px; border: 1px solid #d3d3d3; padding:10px; line-height:20px; overflow: hidden;}



/*second_navigation*/
.second_navigation{ padding: 10px 0; line-height: 22px; color: #333333;}
.second_navigation a{ color: #333333; }
.second_navigation a:hover{ color: #ae001c;}


/*middle_right*/
.middle_right{ float: left; width: 720px;}

.right_title{ width: 698px; margin-bottom: 10px; color: #333333; background: #dcdcdc; font-size: 16px; font-weight: bold; border: 1px solid #d3d3d3; padding: 10px 10px 10px 15px;}
.right_title h2{ font-size: 16px; font-weight: bold;}

.full_title{ width: 938px; margin-bottom: 10px; color: #333333; background: #dcdcdc; font-size: 16px; font-weight: bold; border: 1px solid #d3d3d3; padding: 10px 10px 10px 15px;}
.full_title h2{ font-size: 16px; font-weight: bold;}


.middle_right_main{ border: 1px solid #d3d3d3; padding: 10px;}
.middle_right_name{ text-align: center; padding-bottom: 10px;}
.middle_right_name h2{ line-height: 30px; color: #333333;}
.middle_right_time{ text-align: right; padding-right: 20px; line-height: 28px;}

.middle_right_main_text{ line-height: 22px; padding: 10px 0; background: #fff; margin-top: 10px;}
.middle_right_main_text_main{ border-top: 2px solid #cdcdcd; padding-top: 10px;}

.middle_right_main_text_list{ padding-bottom: 10px; background: #fff; }
.middle_right_main_text_list a{ display: block; padding:10px 0 10px 20px; background: url('../images/text_list_bg.gif') left top no-repeat; line-height: 18px; color: #333333; border-bottom: 1px dashed #bbb;}
.middle_right_main_text_list a:hover{ color: #ae001c;}


/*middle_part*/
.middle_part{ padding: 10px; background: #fff; margin-top: 10px; border: 1px solid #d3d3d3;}
.middle_part_left{ float: left; width: 538px; line-height: 22px; padding-right: 10px;}
.middle_part_right{ float: left; width: 390px; color: #333333; padding: 18px 0;}

.feedbacl_title{ color: #333333;}
.feedback_tip{ color: #FF0000; padding-left: 5px;}
.feedback_input{ font-family:Arial, Helvetica, sans-serif; width:260px; height:26px; line-height:26px; padding:0 10px; margin:5px 0; border:1px solid #ccc;}
.feedback_textarea{ font-family:Arial, Helvetica, sans-serif; width:280px; height:150px; line-height:26px; margin:5px 0; border:1px solid #ccc; font-size:12px;}
.feedback_code{ width:60px; height:26px; line-height:26px; padding:0 10px; margin:5px 0; border:1px solid #ccc;}
.feedback_submit{ font-family:Arial, Helvetica, sans-serif; height:30px; line-height:30px; padding:0 10px; margin:10px 10px 10px 0; cursor:pointer; background:#434343; color: #fff; border: none; border-radius: 5px;}
.feedback_submit:hover{ background: #ae001c;}

.member_info_title{ font-weight: bold; font-size: 16px; line-height: 40px;}
.member_info_tip{ width: 350px; padding: 10px; line-height: 25px; margin-bottom: 20px; margin: 0 10px; border: 1px solid #d3d3d3; border-radius: 5px;}
.login_title{ font-weight: bold; padding-right: 10px;}
.login_input{ height:26px; line-height:26px; width:220px; margin:5px 0; margin-left:10px; padding: 0 5px;}
.login_button{ padding:0 12px; margin:8px 5px; height:30px; line-height:30px; font-family:Arial, Helvetica, sans-serif; background:#434343; border: none; color: #fff; cursor: pointer; border-radius: 5px;}
.login_button:hover{ background: #ae001c;}

.register_title{ font-weight: bold; text-align: center; font-size: 14px;}
.register_info{ line-height: 22px; color: #777;}
.register_table{ width:940px; margin-top:10px;}
.register_table table{ border-collapse:collapse;}
.register_table_title{ font-weight: bold; padding-right: 20px;}
.register_table table td{ border:solid 1px #fff; height:50px;}
.register_input{ height:26px; line-height:26px; width:320px; margin-left:10px; padding: 0 5px;}
.register_button{ padding:0 12px; margin:8px 5px; height:30px; line-height:30px; font-family:Arial, Helvetica, sans-serif; background:#434343; border: none; color: #fff; cursor: pointer; border-radius: 5px;}
.register_button:hover{ background: #ae001c;}
.register_tip{ color: #FF0000; padding-left: 5px;}

/*product_class_content*/
.product_class_content{ line-height: 22px; border-bottom: 1px solid #d3d3d3; padding-bottom: 10px; }

/*product_list*/
.product_list{ margin-top: 10px; padding: 10px 0;}

/*product_list_window*/
.product_list_tr{ width: 700px; margin-bottom: 15px; overflow: hidden;}
.product_list_td{ float: left;}
.product_list_td_img{ background: #fff; border: 1px solid #d3d3d3; display: table-cell; vertical-align: middle; text-align: center; overflow: hidden;}
.product_list_td_img:hover{}
.product_list_td_text{}
.product_list_td_text a{ color: #777777;}
.product_list_td_text a:hover{ text-decoration:underline; color: #777777;}
.product_list_td_name{ text-align: center; line-height: 24px;}
.product_list_td_number{ text-align: center; line-height: 22px;}


/*product_introduction*/
.product_introduction{ width: 698px; margin-bottom: 20px; overflow: hidden; color: #686868; background: #fff; padding: 10px 0; margin-top: 10px;}
.product_introduction_pic{ float: left; width: 362px;}
.product_introduction_pic_big{ width: 360px; height: 360px; background: #fff;}
.product_introduction_pic_small{ margin-top: 16px;}
.product_introduction_pic_small_img{ float: left; width: 60px; height: 60px; background: #fff; border: 1px solid #e6e6e6; margin: 0 5px;}

.product_introduction_parameter{ float: left; width: 306px; margin-left:20px; margin-right: 10px;}
.parameter{ border-bottom:1px solid #e6e6e6; line-height:22px; padding:8px 10px;}
.enlarge_botton{ padding:10px; font-family:Arial, Helvetica, sans-serif; background:#303030; border:0; color:#fff; cursor:pointer; margin-right:20px; border-radius: 5px;}
.enlarge_botton:hover{ background: #ae001c;}
.inquiry_botton{ padding:10px; font-family:Arial, Helvetica, sans-serif; background:#303030; border:0; color:#fff; cursor:pointer; border-radius: 5px;}
.inquiry_botton:hover{ background: #ae001c;}
.share_button{ padding:15px 0 0 10px;}

/*product_show_title*/
.product_show_title{ width: 678px; background: #dcdcdc; margin-bottom: 10px; color: #333333; font-size: 16px; padding: 10px;}
.product_show_title h2{ font-weight: normal; font-size: 16px; }

/*product_directions*/
.product_directions{ width: 698px; margin-bottom: 20px; overflow: hidden; color: #333333; }
.product_directions_text{ line-height: 22px; padding: 10px; margin-top: 10px;}

/*product_inquiry*/
.product_inquiry{ width: 698px; margin-bottom: 20px; overflow: hidden; color: #333333;}
.product_inquiry_main{ padding: 10px; margin-top: 10px; }
.product_inquiry_explanation{ line-height: 22px;}
.product_inquiry_table{ padding: 10px 0;}
.product_inquiry_table_title{ font-weight: bold; padding-right: 10px;}
.product_inquiry_table_tip{ color: #FF0000; padding-left: 5px;}
.inquiry_input{ font-family:Arial, Helvetica, sans-serif; width:360px; height:26px; line-height:26px; padding:0 10px; margin:5px 0; border:1px solid #dee6ee;}
.inquiry_textarea{ font-family:Arial, Helvetica, sans-serif; width:500px; height:150px; line-height:26px; padding:0 0 0 10px; margin:5px 0; border:1px solid #dee6ee; font-size:12px;}
.inquiry_code{ width:60px; height:26px; line-height:26px; padding:0 10px; margin:5px 0; border:1px solid #dee6ee;}
.inquiry_submit{ padding:0 12px; margin:8px 5px; height:30px; line-height:30px; font-family:Arial, Helvetica, sans-serif; background:#303030; border: none; color: #fff; cursor: pointer; border-radius: 5px;}
.inquiry_submit:hover{ background: #ae001c;}


/*product_related*/
.product_related{ width: 698px; overflow: hidden;}
.product_related_list{ padding: 10px 0; background: #fff; margin-top: 10px;}
.product_related_list_td{ float: left;}
.product_related_list_td_img{ overflow: hidden; border: 1px solid #e6e6e6; background: #fff; text-align:center; display:table-cell; vertical-align:middle;}
.product_related_list_td_img a{ display:block;}
.product_related_list_td_img:hover{}
.product_related_list_td_text{}
.product_related_list_td_text a{ color: #333333;}
.product_related_list_td_text a:hover{ color: #ae001c;}
.product_related_list_td_name{ text-align: center; line-height: 24px; font-weight: bold;}
.product_related_list_td_number{ text-align: center; line-height: 22px;}


/*分页样式*/
.middle_right_main_page{ text-align: center;}
.paginations {
	margin: 20px 0;
}
.paginations a{
	color:#777777;
}
.paginations li{ display:inline; color:#777777;}
.paginations .totalpage{ border:1px solid #777777; margin:0 4px; padding:3px 8px;}
.paginations li a{ border:1px solid #777777; margin:0 4px; padding:3px 8px;}
.paginations .current{ border:1px solid #777777; background:#777777; margin:0 4px; padding:3px 8px; color:#fff;}

/*back to top*/
#toTop{
 position:fixed;
 _position:absolute;
 right:30px;
 bottom:70px;
 _top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-40);
 cursor:pointer;
 display:none;
}


