﻿@charset "utf-8";
/* CSS Document */

/*top-line*/



/*登录框*/

	.denglu{width:377px;height:218px; background: url(../images/DL.png) no-repeat; float:left}
	.denglu p{font-weight:bold;font-size:16px;padding:12px 10px;width:320px;text-align:center;padding-left:30px;}
	.denglu form{padding-left:40px}
	.denglu form input{width:148px;height:28px; background:#fff; border:1px solid #BEBEBE;margin-top:10px; line-height:28px}
	.denglu form  a{font-size:14px;margin-top:10px}
   .denglu {
  position: relative;
  padding-top: 60px;
}
   .denglu {
  width: 377px;
  height: 218px;
  background: url(../images/DL.png) no-repeat;
  float: left;
}
   .inputc {
  height: 24px;
  width: 180px;
   
}
.login_con {
    margin-top: 20px;
    height:207px;
    width:320px;
}
.login_tit {
    height:46px;
}

  .toff {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 18px;
  }
  .denglu {
    position: relative;
    padding-top: 60px;
  }
  .logink {
    width: 320px;
    margin: 0 auto;
  }
  .logink li {
    float: left;
  }
  .logink li a {
    display: inline-block;
    font-size: 14px;
    width: 308px;
    height: 36px;
    line-height: 36px;
    background: #e5e5e5;
  }
  .logink li a:hover {
    background: #7FCFE8;
    color: #fff;
  }
  .inputc {
    height: 24px;
    width: 180px;
   
  }
  .current {
    background: #7FCFE8;
    color: #fff;
  }

