body{margin:0;pading:0;}
.homeWrapper{
  width:100%;
}
.footLink{color:#ddd;}
.footLink:visited{color:#ddd;}
.footLink:hover{color:#fc0;text-decoration:none;}
.top_bar_outer{position:fixed;top: 0;width:100%;height:61px; background:#F2F3F7; z-index:8999;}
.top_bar{width:1200px;margin:0 auto;}
.logo{float:left;}
.box_login{float:right;margin:0 0 0 160px; padding:10px 0 0 0;}
.box_login .div_user_top{margin:10px 0 0 0;font-size:14px;color:#FF6B01;}
.box_login .div_user_top a{font-size:14px;font-weight:bold;color:#000;}
#button_login{float:left;width:100px;height:38px;border:0;margin:0 0 0 10px;background:url(../images/button_login_new.gif);cursor:pointer;}
.login_input{float:left;border:1px solid #E0DFE4;border-radius:5px;width:160px;height:33px;margin:0 0 0 8px;padding:2px 12px;color:#BDBDBD;font-weight:bold; font-family: Arial, Helvetica, sans-serif;box-shadow:0 1px 0 #fff;}
#admin_name{background:url(../images/bg_login_username.png) no-repeat 142px 5px #fff;}
#admin_pass{background:url(../images/bg_login_pwd.png) no-repeat 142px 5px #fff;}
#div_forget_pwd{float:left; width:120px;margin:0px 0 0 10px;}
#box_stay_sign{float:left;height:16px; padding:0 0 0 20px;cursor:pointer;clear:both;}
#box_forget_pwd{float:left;margin:6px 0 0 0;}
.box_stay_sign{color:#999;background:url(../images/bg_signed_in_no.png) no-repeat;}
.box_stay_signed{padding:18px 0 0 0;color:#03c; background:url(../images/bg_signed_in_yes.png) no-repeat;}
.form_login{margin:0;padding:0;display:block;}
.box_banner{width:100%;;height:690px; background:url(../images/banner.jpg) center #425B83;}
.box_introduction{width:100%;margin:80px 0 0 0;}
.box_introduction .box_title{background:url(../images/bg_home_title01.png) center;}
.box_introduction .box_title .title{width:1200px;margin:0 auto;}
.box_introduction {width:1200px;margin:0 auto;}
.box_introduction .box_content .picture{float:left; width:736px;}
.box_introduction .box_content .picture2{float:left; width:717px;}
.box_introduction .box_content .content{float:left; width:420px;font-size:14px; line-height:150%; padding:180px 0 0 0;}
.box_introduction .box_content .content2{float:left; width:420px;font-size:14px; line-height:150%; padding:120px 0 0 63px;}
.box_introduction .box_content .content3{float:left; width:420px;font-size:14px; line-height:150%; padding:20px 0 0 0;}
.box_introduction .box_content .box_product{float:left;width:286px;border:1px solid #ccc;margin:0 15px 40px 0;cursor:pointer;}
.box_introduction .box_content .box_product2{float:left;width:286px;border:1px solid #ccc;margin:0 0 40px 0;}
.box_introduction .box_content .box_product:hover, .box_introduction .box_content .box_product2:hover{background:#FF6B01;border:1px solid #FF6B01;}
.box_introduction .box_content .box_product .product_name a, .box_introduction .box_content .box_product2 .product_name a{font-size:14px; color:#333;font-weight:bold;}
.box_introduction .box_content .box_product:hover .product_name a, .box_introduction .box_content .box_product2:hover .product_name a{color:#fff;}
.box_introduction .box_content .box_product .price, .box_introduction .box_content .box_product2 .price{font-size:15px; color:#FF6B01;font-weight:bold;}
.box_introduction .box_content .box_product:hover .price, .box_introduction .box_content .box_product2:hover .price{color:#fff;}
.box_introduction .box_content .box_product .old_price, .box_introduction .box_content .box_product2 .old_price{font-size:12px; color:#999;font-weight:bold;}
.box_introduction .box_content .box_product:hover .old_price, .box_introduction .box_content .box_product2:hover .old_price{color:#eee;}
.box_introduction .box_content .box_product .text_padding, .box_introduction .box_content .box_product2 .text_padding{padding:0 10px;}
.box_our_partner{width:100%;height:826px;margin:150px 0 0 0; background:url(../images/partner.jpg) center;}
.div_footer{float:left;width:100%;margin:50px 0 0 0;background:#3D404B;}
.footer{width:1200px; margin:0 auto;}
.footer .top{float:left;width:100%;padding:20px 0; border-bottom:1px solid #292B37;}
.footer .top .left{float:left;}
.footer .top .right{float:right;font-size:18px;color:#fff;}
.footer .bottom{float:left;width:98%;padding:1% 0;color:#949598;font-size:12px;line-height:150%}
#slide{margin:30px 0 0 0;width:1230px;height:700px; overflow-y:auto;}
#PW_overlay {
    position: absolute;
    z-index: 9010;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    min-height: 100%;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
	display:none;
}
#box_message{
  position: absolute;
  z-index: 9011;
  width:320px;
  height:200px;
  background:#eee;
  border-radius:5px;
  -webkit-box-shadow: #000 0px 0px 10px;
  -moz-box-shadow: #000 0px 0px 10px;
  box-shadow: #000 0px 0px 10px;
  border:1px solid #ddd;
  display:none;
}
#box_message .title{
  height:40px;
  background:url(../images/bg_box_message_title.jpg);
  border-bottom:1px solid #ddd;
}
#box_message .title .tip{
  float:left;
  width:170px;
  font-weight:bold;
  font-size:14px;
  margin:10px 0 0 10px;
}
#box_message .title .button_t_close{
  float:right;
  margin:10px 10px 0 0;
  width:20px;
  height:20px;
  background:url(../images/icons/button_t_close.png) no-repeat;
  cursor:pointer;
}
#box_message .title .button_t_close:hover{
  background:url(../images/icons/button_t_close.png) no-repeat 0 -20px;
}
#box_message .content{
  height:100px;
  background:#f7f7f7;
  border-radius:0 0 5px 5px;
  padding:10px;
  font-size:12px;
}
#box_loging{position: absolute; z-index: 9011;display:none;width:32px; height:32px; background:url(../images/loging.gif);}
#box_message .box_footer{text-align:center;height:26px; padding:7px 0; background:#e7e7e7;border-radius:0 0 5px 5px;}
#button_message_close{cursor:pointer;font-size:16px;padding:3px 10px;border-radius:5px; border:1px solid #c2c2c2; background:url(../images/bg_box_message_title.jpg)}
#button_message_close:hover{border:1px solid #666;}
.scrollLoading{background:url(../images/loading_cube.gif) no-repeat center;;}