@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: #eb2929;}
input{ font-family: Arial, Helvetica, sans-serif;}
/*body*/
body{ background:url('../images/body_bg.gif') repeat-x center top; 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; height: 146px;overflow: hidden;}
.header_language_user{ height: 46px; line-height: 46px; overflow: hidden; color: #333333;}
.header_language_user a{ color: #333333;}
.header_language_user a:hover{ text-decoration:underline; color: #eb2929;}
.header_language{ float: right;}
.header_language a{ margin-left: 10px;}
.header_language a img{ padding-top: 13px;}

.header_user{ float: right; margin-right: 20px;}

.header_logo{ float:left; height: 100px; overflow: hidden;}
.header_company{ float:left; height: 100px; line-height:80px; overflow: hidden;}
.header_company h1{ font-family: Arial, Helvetica, sans-serif; font-size: 25px; font-weight: normal; color: #303030; padding-top: 65px;}

.header_right{ float: right; height: 100px; overflow: hidden;}

.header_email{ background: url('../images/mail.gif') left 7px no-repeat; padding-left: 40px; padding-top: 5px; padding-bottom: 20px;}
.header_email a{ color: #eb2929; font-size: 18px;}
.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: 952px; height: 40px; margin-bottom: 12px; border-radius: 5px; padding: 0 4px;}

.sf-menu, .sf-menu * {
  margin:     0;
  padding:    0;
  list-style:   none;
}
.sf-menu {
  line-height:  40px;
}
.sf-menu ul {
  position:   absolute;
  top:      40px;
  /* 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:      40px; /* match top ul list item height */
  z-index:    99999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: 40px;
}
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:   #424242;
}
.sf-menu li li:hover {
  background:url('../images/sub_navigation_bg.gif') left top no-repeat; outline:    0;
}
.sf-menu li li li {
  background:   #424242;
}
.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: #ed2929; font-size: 16px; border: 1px solid #d3d3d3; border-radius: 5px; 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: #ed2929; font-size: 16px; border: 1px solid #d3d3d3; border-radius: 5px; padding: 10px 10px 10px 15px;}
.index_about_us_main{ line-height: 22px; margin-top: 10px; border: 1px solid #d3d3d3; border-radius: 5px; 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{ overflow: hidden; border: 1px solid #d3d3d3; background: #fff; border-radius: 5px; display:table-cell; vertical-align:middle; text-align:center;}
.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: #ec2929;}
.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*/
.index_new_product{ margin-bottom: 15px; background: #fff; }
.index_new_product_main{ margin-top: 20px;}
.marqueeleft{ width:720px;overflow:hidden;margin:0 auto;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;display:inline;overflow:hidden;}
.marqueeleft li .pic{display:block; border: 1px solid #d3d3d3; overflow:hidden; background: #fff; border-radius: 5px;}
.marqueeleft li .pic:hover{ border-bottom: 1px solid #949494;}
.marqueeleft li .txt_name{text-align:center; line-height:24px;}
.marqueeleft li .txt_name a{ color:#333333;}
.marqueeleft li .txt_name a:hover{ color:#ec2929;}
.marqueeleft li .txt_no{text-align:center;height:22px;line-height:22px;}
.marqueeleft li .txt_no a{ color:#333333;}
.marqueeleft li .txt_no a:hover{ color:#ec2929;}


/*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;}

/*----------------------------子页CSS---------------------*/
/*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{ width: 208px; color: #ed2929; font-size: 16px; border: 1px solid #d3d3d3; border-radius: 5px; padding: 10px;}
.left_other_title{ width: 210px; height: 30px; overflow: hidden; color: #ec2929; font-size: 16px; line-height: 30px; padding: 0 10px;}


/*middle_left*/
.middle_left{ float: left; width: 230px; margin-right: 7px;}

/*middle_left_product_category*/
.middle_left_product_category{ margin-bottom: 10px;}
.middle_left_product_category_main{ width: 230px; overflow: hidden;}

/* 侧边菜单 */
.middle_left_product_category_one{ background-color: #f8f8f8; border-radius: 5px; border: 1px solid #d3d3d3; border-bottom: 1px solid #949494; margin-bottom: 2px;}
.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: #eb2929; }

.middle_left_product_category_one_2{ padding:10px 10px 10px 20px; border-top: 1px solid #e4e4e4;}
.middle_left_product_category_one_2 a{display: block; color: #333333; font-size: 12px;}
.middle_left_product_category_one_2 a:hover{ color: #eb2929; }

.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: #eb2929; }
/* 侧边弹出菜单 */
#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;
  background-color: #f8f8f8;
  border-radius: 5px;	
  border: 1px solid #d3d3d3;
  border-bottom: 1px solid #949494;
  margin-bottom: 2px;	
}
ul#sidemenu li#big_list:hover {
  border: 1px solid #d3d3d3;
  border-top: 1px solid #949494;
}
ul#sidemenu li#big {
  padding: 0 25px 0 0; 
  background-color: #f8f8f8;
  border-radius: 5px;	
  border: 1px solid #d3d3d3;
  border-bottom: 1px solid #949494;
  margin-bottom: 2px;
}
ul#sidemenu li#big:hover {
  border: 1px solid #d3d3d3;
  border-top: 1px solid #949494;
}
ul#sidemenu li a {
  padding: 10px 0 10px 10px; 
  color: #333333;	
  font-size: 12px;
}
ul#sidemenu li a:hover {
  color: #eb2929;
}
ul#sidemenu li ul{
  background: none;
  border-top: 1px solid #e4e4e4;
  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: #eb2929;
}
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: #eb2929;
}


/*middle_left_about*/
.middle_left_about{ margin-bottom: 10px;}
.middle_left_about_main{ width: 228px; overflow: hidden; padding-bottom: 10px; border: 1px solid #d3d3d3; border-radius: 5px; margin-top: 10px;}
.middle_left_about_one{ padding:10px 0 10px 10px; border-bottom: 1px solid #e4e4e4;}
.middle_left_about_one a{ display: block; color: #333333; font-size: 14px;}
.middle_left_about_one a:hover{ color: #ec2929;}


/*middle_left_newclass*/
.middle_left_newclass{ margin-bottom: 10px;}
.middle_left_newclass_main{  width: 228px; overflow: hidden; padding-bottom: 10px; border: 1px solid #d3d3d3; border-radius: 5px; margin-top: 10px;}
.middle_left_newclass_one{ padding:10px 0 10px 10px; border-bottom: 1px solid #e4e4e4;}
.middle_left_newclass_one a{ display: block; color: #333333; font-size: 14px;}
.middle_left_newclass_one a:hover{ color: #ec2929;}


/*middle_left_new*/
.middle_left_new{ background: #FFFFFF; margin-bottom: 10px; border: 1px solid #d3d3d3; border-radius: 5px; padding: 10px 0;}
.middle_left_new_main{ width: 240px; overflow: hidden; padding-bottom: 10px;}
.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: #ec2929;}

/*middle_left_contact*/
.middle_left_contact{ background: #FFFFFF; margin-bottom: 10px; border: 1px solid #d3d3d3; border-radius: 5px; padding: 10px 0; }
.middle_left_contact_main{ width: 210px; overflow: hidden; padding:10px; line-height:20px;}

/*middle_left_newpro*/
.middle_left_newpro{ background: #FFFFFF; margin-bottom: 10px; border: 1px solid #d3d3d3; border-radius: 5px; padding: 10px 0;}
.middle_left_newpro_main{ width: 230px; 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: #ec2929}


/*second_navigation*/
.second_navigation{ padding: 10px 0; line-height: 22px; color: #333333;}
.second_navigation a{ color: #333333; }
.second_navigation a:hover{ color: #ec2929;}


/*middle_right*/
.middle_right{ float: left; }

.right_title{ width: 698px; margin-bottom: 10px; color: #ed2929; font-size: 16px; border: 1px solid #d3d3d3; border-radius: 5px; padding: 10px;}
.right_title h2{ font-weight: normal; font-size: 16px; }

.full_title{ width: 938px; margin-bottom: 10px; color: #ed2929; font-size: 16px; border: 1px solid #d3d3d3; border-radius: 5px; padding: 10px;}
.full_title h2{ font-weight: normal; font-size: 16px;}


.middle_right_main{ border: 1px solid #d3d3d3; border-radius: 5px; 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;width:935px;}
.middle_right_main_text_main{ border-top: 2px solid #cdcdcd; padding-top: 10px;}

.middle_right_main_text_list{ padding-bottom: 10px; background: #fff;width:935px; }
.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: #ec2929;}


/*middle_part*/
.middle_part{ padding: 10px; background: #fff; margin-top: 10px; border: 1px solid #d3d3d3; border-radius: 5px;}
.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: #ec2929;}

.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: #ec2929;}

.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: #ec2929;}
.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{ overflow: hidden; border: 1px solid #d3d3d3; background: #fff; border-radius: 5px;text-align:center; display:table-cell; vertical-align:middle;}
.product_list_td_img:hover{border-bottom: 1px solid #949494;}
.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;  overflow: hidden; color: #686868; background: #fff; 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: #ec2929;}
.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: #ec2929;}
.share_button{ padding:15px 0 0 10px;}

/*product_show_title*/
.product_show_title{ width: 678px; margin-bottom: 10px; color: #ed2929; font-size: 16px; border: 1px solid #d3d3d3; border-radius: 5px; padding: 10px;}
.product_show_title h2{ font-weight: normal; font-size: 16px; }

/*product_directions*/
.product_directions{ width: 700px; margin-bottom: 20px; overflow: hidden; color: #333333; }
.product_directions_text{ line-height: 22px; padding:0 10px;}

/*product_inquiry*/
.product_inquiry{ width: 700px; 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: #ec2929;}


/*product_related*/
.product_related{ width: 700px; 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; border-radius: 5px; text-align:center; display:table-cell; vertical-align:middle;}
.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: #ec2929;}
.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:#ec2929;
}
.paginations li{ display:inline; color:#ec2929;}
.paginations .totalpage{ border:1px solid #ec2929; margin:0 4px; padding:3px 8px;}
.paginations li a{ border:1px solid #ec2929; margin:0 4px; padding:3px 8px;}
.paginations .current{ border:1px solid #ec2929; background:#ec2929; border:1px solid #ec2929; 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;
}


