 /**-登录-*/
  .log_bg{
  /* top: -480px; */
  width: 1105px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.log_box {
  background: rgba(0, 0, 0, .3);
  padding: 20px;
  border-radius: 6px;
  position: absolute;
  top: 0;
  right: 0;
 /* transform: translate(0,-50%); */
  z-index: 3;
}
.log_tip {
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.t_car {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-family: "微软雅黑";
  margin-bottom: 20px;
  color: #fff;
}
.index-banner .banner-new {
  /* width: 100%; */
  height: 480px;
  position: relative;
  margin: 0 auto;
}

.f_box {
  width: 300px;
  border: 1px solid #c5c5c5;
  border-radius: 6px;
  margin: 0 auto;
  background-color: #fff;
}
.u_name input,.u_pwd input{
  border: none;
  padding: 12px 11px;
  outline: none;
  width: 240px;
  border-radius: 6px;
  line-height: 20px;
  float: left;
}
.u_name .user_icon,.u_pwd .pwd_icon {
  width: 20px;
  height: 20px;
  float: left;
  background-size: cover;
  margin-top: 11px;
  margin-left: 10px;
}
.u_name{
  border-bottom: 1px solid #c5c5c5;
}
.u_name .user_icon{
  background-image: url(../img/user.png);
}
.u_pwd .pwd_icon{
  background-image: url(../img/password.png);
}

.btn_reg{
  width: 300px;
  margin: 0 auto;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  border: none;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  display: block;
  background: #656565;
}
.btn_reg:hover{color: #fff;}
.btn_inp{
	width: 300px;
	border: none;
	color: #fff;
	margin: 10px auto;
  background-color:#00a50d;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
   border-radius: 6px;
  outline: none;
  box-shadow: none;
  }
.rem_pwd{
  width: 300px;
  margin: 0 auto;
  padding: 15px 0;
  line-height: 20px;
  position: relative;
}
.rem_pwd .checked+label {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url({:$web['path']:}/img/rad2.png)no-repeat;
  background-size:cover ;
  cursor: pointer;
  vertical-align: middle;
}
.rem_pwd .checked {
  display: none;
}
.rem_pwd .checked:checked+label.active {
  background: url({:$web['path']:}/img/rad1.png)no-repeat;
  background-size:cover ;
}
.rem_pwd .info {
  font-size: 12px;
  color: #fff;
}
.rem_pwd .forget_pwd{
  float: right;
}
.rem_pwd .forget_pwd a{
  font-size: 12px;
  color: #fff;
}
.rem_pwd .forget_pwd a:hover{
  text-decoration: underline;
  color:#00a50d ;
}

.copy3{
  width: 1180px;
  margin: 0 auto;
  font-size: 12px;
  color: #999;
  text-align: center;
  /* margin-top: 15px; */
}
.service_dw{
  display: inline-block;
  text-align: center;
}
.suport{ margin-top: 3px; }
.t_name{
  text-align: center;
  color: #fff;
  margin: 10px 0;
   font-size: 16px;
}