@charset "utf-8";
/* CSS Document */
body {
    font-size: 14px;
    margin: auto;
    background-color: #f2f2f2;
    font-family: Arial, Lucida, Verdana, "microsoft yahei", "宋体", Helvetica,sans-serif;
}

a {
    text-decoration: none;
    color: #5d8ccf;
}

.clear {
    clear: both;
    zoom: 1;
}

.header-tips {
    width: 131px;
    height: 61px;
    display: inline-block;
    text-align: right;
    font: normal 24px/61px "Microsoft Yahei";
    position: absolute;
    right: -131px;
    color: #666;
    top: 30px;
}

/*--------------------- 页头--------------------- */
.tip-header {
    height: 129px;
    background: url(../images/headbg.gif) repeat-x;
    background-color: #f2f2f2;
    /*margin-bottom: 30px;*/
}

.m1200 {
    width: 1200px;
    margin: auto;
}

.topleft {
    padding-top: 20px;
    padding-left: 45px;
    position: relative;
    float: left;
}

.topright {
    float: right;
    width: 163px;
    height: 25px;
    padding-top: 50px;
    padding-right: 20px;
}

/*----------------- 登录页内框---------------------- */
.datu {
    width: 100%;
    height: 538px;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
}

/*.datu img {*/
    /*left: 50%;*/
    /*margin-left: -960px;*/
    /*position: absolute;*/
/*}*/

.loginbox {
    left: 60%;
    top: 5%;
    width: 312px;
    height: auto;
    background-color: #FFF;
    position: absolute;
    z-index: 3;
    padding: 40px 54px;
}
.loginbox table thead tr td {
	padding-bottom:10px;height:40px;line-height:40px;
}
.loginbox span em {
    width: 19px;
    height: 19px;
    background: url(../images/you.png) no-repeat;
}

.loginbox .tab_name,
.loginbox .tab_pw  {
	position: relative;
    margin-top: -1px;
    z-index: 1;
	border: 1px solid #ddd;
    height: 45px;
    width: 310px;
	}
.loginbox .item-focus {
	border-color:#bdbdbd;
	z-index:2;
}
.loginbox .tab_name input,
.loginbox .tab_pw input {width:250px;padding:13px 2px 13px 58px;height:19px;line-height:19px;position:relative;}

.loginbox .tab_name .login-label ,
.loginbox .tab_pw .login-label {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 46px;
    height: 45px;
    background: url(../images/loginicon.png) no-repeat;
}
.loginbox .tab_name .login-label{
    background-position: 0 0;
}
.loginbox .tab_pw .login-label{
    background-position: -90px 0;
}
.loginbox .tab_name.item-focus .login-label{
    background-position: 0 -68px;
	border-color:#bdbdbd;
}
.loginbox .tab_pw.item-focus .login-label{
    background-position: -90px -68px;
	border-color:#bdbdbd;
}

.smallfont {
    font-size: 12px;
    color: #999;
}

.loginbox input {
    border: 0;
    font-size: 16px;
    outline: medium;
}

.loginbox li {
    list-style: none;
    float: left;
}

#errmsg {
    color: red;
}

.onShow {
    padding-left: 0px !important;
    margin-left: 0px !important;
    line-height: 20px !important;
}

/*----------------- 注册主体---------------------- */

/* 注册主体选择器 */
.qyyh, .gryh {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #dddddd;
    font-weight: bold;
}

.gryh, .gryh_a {
    float: left;
    margin-right: 10px;
    margin-left: 65px;
}

.gryh a {
    color: #5b5b5b;
}

.qyyh_a, .gryh_a {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #dddddd;
    font-weight: bold;
    float: left;
}

.qyyh_a a {
    color: #5b5b5b;
}

.qyyh, .gryh_a {
    color: #e4393c;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    float: left;
}

.rigesterbox {
    border: 1px solid #dddddd;
    width: 1093px;
    margin-top: 63px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 107px;
    background-color: #fff;
}

.rigesterbox td {
    height: 70px;
    line-height: 70px;
}

.rigesterbox input {
    outline: none;
    border: 1px solid #dddddd;
    font-family: "微软雅黑";
    width: 260px;
    height: 28px;
    line-height: 28px;
	padding:5px;
}

.rigesterbox input[type=checkbox], input[type=radio] {
    width: 14px;
    height: 14px;
}

.rigestertable li {
    margin-right: 25px;
    list-style: none;
    float: left;
}

.explain {
    padding: 10px;
    width: 255px;
    height: 18px;
    background-color: #f2f2f2;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #dddddd;
}

.className {
    line-height: 38px;
    height: 38px;
    width: 270px;
    color: #ffffff;
    background-color: #ededed;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
    background: -webkit-gradient(linear, left top, left bottom, color-start(0.05, #ee4e51), color-stop(1, #e13538));
    background: -moz-linear-gradient(top, #ee4e51 5%, #e13538 100%);
    background: -o-linear-gradient(top, #ee4e51 5%, #e13538 100%);
    background: -ms-linear-gradient(top, #ee4e51 5%, #e13538 100%);
    background: linear-gradient(to bottom, #ee4e51 5%, #e13538 100%);
    background: -webkit-linear-gradient(top, #ee4e51 5%, #e13538 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee4e51', endColorstr='#e13538', GradientType=0);
    border: 1px solid #d02718;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-box-shadow: inset 0px 0px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 0px 0px 0px #f5978e;
    box-shadow: inset 0px 0px 0px 0px #f5978e;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

/** 验证码位置 **/
.verify_code {
    position: relative;
}

.img {
    position: absolute;
    right: 0px;
    top: 2px;
}

/*td li {*/
    /*position: relative;*/
/*}*/

td li .img {
    top: 15px !important;
    right: 26px;
    border-bottom: 1px solid #ddd;
    position: static !important;
}

/*-------------------页脚-------------------*/
.footer1 {
    margin-top: -50px;
}

.footer {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.footer a {
    color: #656565;
}

.footer p {
    text-align: center;
    color: #656565;
    font-size: 12px;
    margin-top: 78px;
    line-height: 25px;
}

select.wstipt {
    height: 40px;
    border: 1px solid #ddd;
    outline: none;
}

/*底部开始*/
#down {
    width: 1210px;
    height: 150px;
    margin: 0 auto;
    padding-bottom: 30px;
    margin-top: 20px;
    font-family:  "Microsoft Yahei";

}

#down .down_top {
    width: 1210px;
    height: 18px;
    float: left;
    font-size: 14px;
    text-align: center;
}

#down .down_top a {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 18px;

    border-right: 1px solid #ccc;
    color: #666;
}

#down .down_top a:hover {
    color: #b61d1d;
    text-decoration: underline;
}


#down .down_center {
    width: 1210px;
    height: 72px;
    float: left;
    margin: 10px 0px;
    font-size: 14px;
}

#down .down_center span {
    width: 1210px;
    height: 38px;
    line-height:38px;
    float: left;
    margin-top: 3px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

#down .down_center a {
    padding-right: 5px;
    color: #666;

}

#down .down_center a:hover {
    color: #b61d1d;
    text-decoration: underline;
}

#down .down_bot {
    width: 1210px;
    height: 40px;
    line-height:40px;
    float: left;
    text-align: center;

}
#down .down_bot p {
    font-size: 14px;
}

#down .down_bot img {
    margin-left: 10px;
}