.plc{width:1200px;margin:0 auto 15px;}

.tl-fdh-02 {
    height: 55px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;width:1200px;margin:0 auto 20px;
}

.tl-fdh-02 li {
    width: 16.58%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
    background: #f4f4f4;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tl-fdh-02 li a {
    display: block;
    height: 55px;
    color: #a8a8a8;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
    background: url(../images/p16-icon6.png) no-repeat bottom center #057fd9;
    border-color: #057fd9;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
    color: #fff;
}

.p12-aboutinfo-1{display: inline-block;width: 100%;background: #fff;margin-bottom: 38px;}
.p12-aboutinfo-1-tit{height: 114px;line-height: 114px;font-size: 30px;text-align: center; color:#4b4a4a;}
.p12-aboutinfo-1-tit span{font-size: 22px;color: #aaa;}

.login-box{
    width: 420px;
    margin:50px auto 100px;
    overflow-x: hidden;
}

.login-con{
    width: 400px;
    margin:0 10px; 
}
.login-box .form-group{
    margin-top: 20px;
}

.login-box input, .signup-form{
    width: 400px;
    height:50px;
    line-height: 48px \9;
    padding-left: 10px;
    border: 1px #d9d9d9 solid;
    border-radius: 5px;
    font-size: 14px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
}
.login-box input:focus{
    border-color: #03a9f4;
    box-shadow: 0 0 15px #03a9f4;
    -webkit-box-shadow: 0 0 15px #03a9f4;
    -moz-box-shadow: 0 0 15px #03a9f4;
}
.login-box button{
    width: 400px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 0;
    background-color: #03a9f4;
    color: #fff;
    border-radius: 5px;
}
.login-box button a{
    display: block;
    color:#fff;
}
.login-box button a:hover{
    padding-top: 3px;
}
.login-box button:hover{
    background-color: #0096da;
}
.login-box .error-notic{
    display:none;
    font-size: 14px;
}
.error{color:red;}
.success{color:green;}
.from-line{
    height: 0;
    overflow: hidden;
    border-top: 1px #c2c2c2 solid;
    margin-top: 20px;
}
.a-tag{
    position: relative;
    display: block;
    height: 48px;
    border: 1px #c2c2c2 solid;
    text-align: center;
    line-height: 48px;
    color: #c2c2c2;
    border-radius: 5px;
    background-color: #fff;
}
.blue-border{
    border:1px #03a9f4 solid;
    color: #03a9f4;
}

.a-tag:hover{
    background-color: #aaa;
    color: #fff;
}
.blue-border:hover{
    background-color: #03a9f4;
    color: #fff;
}
.a-tag i{
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 24px;
    color: #fff;
}
.a-tag:hover i{
    right: 10px;
}